Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
1,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.93 KB | None | 0 0
  1. Apache License
  2. ==============
  3.  
  4. Version 2.0, January 2004
  5.  
  6. http://www.apache.org/licenses/
  7.  
  8. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  9.  
  10. 1. Definitions.
  11.  
  12. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  13.  
  14. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  15.  
  16. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
  17.  
  18. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  19.  
  20. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  21.  
  22. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
  23.  
  24. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
  25.  
  26. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
  27.  
  28. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
  29.  
  30. "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
  31.  
  32. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
  33.  
  34. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
  35.  
  36. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
  37.  
  38. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  39. You must cause any modified files to carry prominent notices stating that You changed the files; and
  40. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
  41. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
  42.  
  43. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
  44.  
  45. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
  46.  
  47. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
  48.  
  49. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
  50.  
  51. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
  52.  
  53. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
  54.  
  55. Easylogging++ (easyloggingpp)
  56. =============================
  57.  
  58. The MIT License (MIT)
  59.  
  60. Copyright (c) 2015 muflihun.com
  61.  
  62. http://github.com/easylogging/
  63. http://easylogging.muflihun.com
  64. http://muflihun.com
  65.  
  66. Permission is hereby granted, free of charge, to any person obtaining a copy of
  67. this software and associated documentation files (the "Software"), to deal in
  68. the Software without restriction, including without limitation the rights to
  69. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  70. the Software, and to permit persons to whom the Software is furnished to do so,
  71. subject to the following conditions:
  72.  
  73. The above copyright notice and this permission notice shall be included in all
  74. copies or substantial portions of the Software.
  75.  
  76. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  77. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  78. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  79. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  80. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  81. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  82.  
  83. Google Protocol Buffers (protobuf)
  84. ==================================
  85.  
  86. This license applies to all parts of Protocol Buffers except the following:
  87.  
  88. - Atomicops support for generic gcc, located in
  89. src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
  90. This file is copyrighted by Red Hat Inc.
  91.  
  92. - Atomicops support for AIX/POWER, located in
  93. src/google/protobuf/stubs/atomicops_internals_power.h.
  94. This file is copyrighted by Bloomberg Finance LP.
  95.  
  96. Copyright 2014, Google Inc. All rights reserved.
  97.  
  98. Redistribution and use in source and binary forms, with or without
  99. modification, are permitted provided that the following conditions are
  100. met:
  101.  
  102. * Redistributions of source code must retain the above copyright
  103. notice, this list of conditions and the following disclaimer.
  104. * Redistributions in binary form must reproduce the above
  105. copyright notice, this list of conditions and the following disclaimer
  106. in the documentation and/or other materials provided with the
  107. distribution.
  108. * Neither the name of Google Inc. nor the names of its
  109. contributors may be used to endorse or promote products derived from
  110. this software without specific prior written permission.
  111.  
  112. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  113. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  114. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  115. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  116. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  117. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  118. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  119. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  120. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  121. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  122. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  123.  
  124. Code generated by the Protocol Buffer compiler is owned by the owner
  125. of the input file used when generating it. This code is not
  126. standalone and requires a support library to be linked with it. This
  127. support library is itself covered by the above license.
  128.  
  129. OpenSSL
  130. =======
  131.  
  132. The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  133. the OpenSSL License and the original SSLeay license apply to the toolkit.
  134. See below for the actual license texts. Actually both licenses are BSD-style
  135. Open Source licenses. In case of any license issues related to OpenSSL
  136. please contact openssl-core@openssl.org.
  137.  
  138. OpenSSL License
  139. ---------------
  140.  
  141. ====================================================================
  142. Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
  143.  
  144. Redistribution and use in source and binary forms, with or without
  145. modification, are permitted provided that the following conditions
  146. are met:
  147.  
  148. 1. Redistributions of source code must retain the above copyright
  149. notice, this list of conditions and the following disclaimer.
  150.  
  151. 2. Redistributions in binary form must reproduce the above copyright
  152. notice, this list of conditions and the following disclaimer in
  153. the documentation and/or other materials provided with the
  154. distribution.
  155.  
  156. 3. All advertising materials mentioning features or use of this
  157. software must display the following acknowledgment:
  158. "This product includes software developed by the OpenSSL Project
  159. for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  160.  
  161. 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  162. endorse or promote products derived from this software without
  163. prior written permission. For written permission, please contact
  164. openssl-core@openssl.org.
  165.  
  166. 5. Products derived from this software may not be called "OpenSSL"
  167. nor may "OpenSSL" appear in their names without prior written
  168. permission of the OpenSSL Project.
  169.  
  170. 6. Redistributions of any form whatsoever must retain the following
  171. acknowledgment:
  172. "This product includes software developed by the OpenSSL Project
  173. for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  174.  
  175. THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  176. EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  177. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  178. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  179. ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  180. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  181. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  182. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  183. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  184. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  185. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  186. OF THE POSSIBILITY OF SUCH DAMAGE.
  187. ====================================================================
  188.  
  189. This product includes cryptographic software written by Eric Young
  190. (eay@cryptsoft.com). This product includes software written by Tim
  191. Hudson (tjh@cryptsoft.com).
  192.  
  193. Original SSLeay License
  194. -----------------------
  195.  
  196. Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  197. All rights reserved.
  198.  
  199. This package is an SSL implementation written
  200. by Eric Young (eay@cryptsoft.com).
  201. The implementation was written so as to conform with Netscapes SSL.
  202.  
  203. This library is free for commercial and non-commercial use as long as
  204. the following conditions are aheared to. The following conditions
  205. apply to all code found in this distribution, be it the RC4, RSA,
  206. lhash, DES, etc., code; not just the SSL code. The SSL documentation
  207. included with this distribution is covered by the same copyright terms
  208. except that the holder is Tim Hudson (tjh@cryptsoft.com).
  209.  
  210. Copyright remains Eric Young's, and as such any Copyright notices in
  211. the code are not to be removed.
  212. If this package is used in a product, Eric Young should be given attribution
  213. as the author of the parts of the library used.
  214. This can be in the form of a textual message at program startup or
  215. in documentation (online or textual) provided with the package.
  216.  
  217. Redistribution and use in source and binary forms, with or without
  218. modification, are permitted provided that the following conditions
  219. are met:
  220. 1. Redistributions of source code must retain the copyright
  221. notice, this list of conditions and the following disclaimer.
  222. 2. Redistributions in binary form must reproduce the above copyright
  223. notice, this list of conditions and the following disclaimer in the
  224. documentation and/or other materials provided with the distribution.
  225. 3. All advertising materials mentioning features or use of this software
  226. must display the following acknowledgement:
  227. "This product includes cryptographic software written by
  228. Eric Young (eay@cryptsoft.com)"
  229. The word 'cryptographic' can be left out if the rouines from the library
  230. being used are not cryptographic related :-).
  231. 4. If you include any Windows specific code (or a derivative thereof) from
  232. the apps directory (application code) you must include an acknowledgement:
  233. "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  234.  
  235. THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  236. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  237. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  238. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  239. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  240. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  241. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  242. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  243. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  244. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  245. SUCH DAMAGE.
  246.  
  247. The licence and distribution terms for any publically available version or
  248. derivative of this code cannot be changed. i.e. this code cannot simply be
  249. copied and put under another distribution licence
  250. [including the GNU Public Licence.]
  251.  
  252. forkfd
  253. ======
  254.  
  255. Copyright (C) 2014 Intel Corporation
  256. Copyright (C) 2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
  257.  
  258. Permission is hereby granted, free of charge, to any person obtaining a copy
  259. of this software and associated documentation files (the "Software"), to deal
  260. in the Software without restriction, including without limitation the rights
  261. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  262. copies of the Software, and to permit persons to whom the Software is
  263. furnished to do so, subject to the following conditions:
  264.  
  265. The above copyright notice and this permission notice shall be included in
  266. all copies or substantial portions of the Software.
  267.  
  268. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  269. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  270. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  271. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  272. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  273. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  274. THE SOFTWARE.
  275.  
  276. FreeBSD strtoll and strtoull
  277. ============================
  278.  
  279. Copyright (c) 1992, 1993
  280. The Regents of the University of California. All rights reserved.
  281.  
  282. Copyright (c) 2011 The FreeBSD Foundation
  283. All rights reserved.
  284. Portions of this software were developed by David Chisnall
  285. under sponsorship from the FreeBSD Foundation.
  286.  
  287. Redistribution and use in source and binary forms, with or without
  288. modification, are permitted provided that the following conditions
  289. are met:
  290. 1. Redistributions of source code must retain the above copyright
  291. notice, this list of conditions and the following disclaimer.
  292. 2. Redistributions in binary form must reproduce the above copyright
  293. notice, this list of conditions and the following disclaimer in the
  294. documentation and/or other materials provided with the distribution.
  295. 3. Neither the name of the University nor the names of its contributors
  296. may be used to endorse or promote products derived from this software
  297. without specific prior written permission.
  298.  
  299. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  300. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  301. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  302. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  303. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  304. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  305. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  306. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  307. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  308. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  309. SUCH DAMAGE.
  310.  
  311. FreeType 2 (freetype) version 2.3.12
  312. ====================================
  313.  
  314. The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. We specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. -- quoted from 3rdparty/freetype/docs/freetype2.html.
  315. Parts of the FreeType projects have been modified and put into Qt for use in the painting subsystem. These files are ftraster.h, ftraster.c, ftgrays.h and ftgrays.c. The following modifications has been made to these files:
  316. Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name conflicts.
  317. Removed parts of code not relevant when compiled with _STANDALONE_ defined.
  318. Changed behavior in ftraster.c to follow X polygon filling rules.
  319. Implemented support in ftraster.c for winding / odd even polygon fill rules.
  320. Replaced bitmap generation with span generation in ftraster.c
  321. Renamed: ftraster.h to qblackraster_p.h
  322. Renamed: ftraster.c to qblackraster.c
  323. Renamed: ftgrays.h to qgrayraster_p.h
  324. Renamed: ftgrays.c to qgrayraster.c
  325.  
  326. The FreeType Project LICENSE
  327.  
  328. 2006-Jan-27
  329.  
  330. Copyright 1996-2002, 2006 by
  331. David Turner, Robert Wilhelm, and Werner Lemberg
  332.  
  333. Introduction
  334. ============
  335.  
  336. The FreeType Project is distributed in several archive packages; some of them may contain, in addition to the FreeType font engine, various tools and contributions which rely on, or relate to, the FreeType Project.
  337.  
  338. This license applies to all files found in such packages, and which do not fall under their own explicit license. The license affects thus the FreeType font engine, the test programs,documentation and makefiles, at the very least.
  339.  
  340. This license was inspired by the BSD, Artistic, and IJG (Independent JPEG Group) licenses, which all encourage inclusion and use of free software in commercial and freeware products alike. As a consequence, its main points are that:
  341. o We don't promise that this software works. However, we will be interested in any kind of bug reports. (`as is' distribution)
  342.  
  343. o You can use this software for whatever you want, in parts or full form, without having to pay us. (`royalty-free' usage)
  344.  
  345. o You may not pretend that you wrote this software. If you use it, or only parts of it, in a program, you must acknowledge somewhere in your documentation that you have used the FreeType code. (`credits')
  346.  
  347. We specifically permit and encourage the inclusion of this software, with or without modifications, in commercial products. We disclaim all warranties covering The FreeType Project and assume no liability related to The FreeType Project.
  348.  
  349. Finally, many people asked us for a preferred form for a credit/disclaimer to use in compliance with this license. We thus encourage you to use the following text:
  350. ?Portions of this software are copyright © <year> The FreeType Project (www.freetype.org). All rights reserved."
  351.  
  352. Please replace <year> with the value from the FreeType version you actually use.
  353.  
  354. Legal Terms
  355. ===========
  356.  
  357. 0. Definitions
  358. --------------
  359. Throughout this license, the terms `package', `FreeType Project', and `FreeType archive' refer to the set of files originally distributed by the authors (David Turner, Robert Wilhelm, and Werner Lemberg) as the `FreeType Project', be they named as alpha, beta or final release.
  360.  
  361. `You' refers to the licensee, or person using the project, where `using' is a generic term including compiling the project's source code as well as linking it to form a `program' or `executable'. This program is referred to as `a program using the FreeType engine'.
  362.  
  363. This license applies to all files distributed in the original FreeType Project, including all source code, binaries and documentation, unless otherwise stated in the file in its original, unmodified form as distributed in the original archive. If you are unsure whether or not a particular file is covered by this license, you must contact us to verify this.
  364.  
  365. The FreeType Project is copyright (C) 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg. All rights reserved except as specified below.
  366.  
  367. 1. No Warranty
  368. --------------
  369. THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO USE, OF THE FREETYPE PROJECT.
  370.  
  371. 2. Redistribution
  372. -----------------
  373. This license grants a worldwide, royalty-free, perpetual and irrevocable right and license to use, execute, perform, compile, display, copy, create derivative works of, distribute and sublicense the FreeType Project (in both source and object code forms) and derivative works thereof for any purpose; and to authorize others to exercise some or all of the rights granted herein, subject to the following conditions:
  374.  
  375. o Redistribution of source code must retain this license file (`FTL.TXT') unaltered; any additions, deletions or changes to the original files must be clearly indicated in accompanying documentation. The copyright notices of the unaltered, original files must be preserved in all copies of source files.
  376.  
  377. o Redistribution in binary form must provide a disclaimer that states that the software is based in part of the work of the FreeType Team, in the distribution documentation. We also encourage you to put an URL to the FreeType web page in your documentation, though this isn't mandatory.
  378.  
  379. These conditions apply to any software derived from or based on the FreeType Project, not just the unmodified files. If you use our work, you must acknowledge us. However, no fee need be paid to us.
  380.  
  381. 3. Advertising
  382. --------------
  383. Neither the FreeType authors and contributors nor you shall use the name of the other for commercial, advertising, or promotional purposes without specific prior written permission. We suggest, but do not require, that you use one or more of the following phrases to refer to this software in your documentation or advertising materials: `FreeType Project', `FreeType Engine', `FreeType library', or `FreeType Distribution'.
  384.  
  385. As you have not signed this license, you are not required to accept it. However, as the FreeType Project is copyrighted material, only this license, or another one contracted with the authors, grants you the right to use, distribute, and modify it. Therefore, by using, distributing, or modifying the FreeType Project, you indicate that you understand and accept all the terms of this license.
  386.  
  387. 4. Contacts
  388. -----------
  389. There are two mailing lists related to FreeType:
  390. o freetype@nongnu.org
  391. Discusses general use and applications of FreeType, as well as future and wanted additions to the library and distribution. If you are looking for support, start in this list if you haven't found anything to help you in the documentation.
  392.  
  393. o freetype-devel@nongnu.org
  394. Discusses bugs, as well as engine internals, design issues, specific licenses, porting, etc.
  395.  
  396. Our home page can be found at http://www.freetype.org
  397.  
  398. Freetype includes the Bitmap Distribution Format:
  399.  
  400. Copyright 2000 Computing Research Labs, New Mexico State University
  401. Copyright 2001, 2002, 2003, 2004 Francesco Zappa Nardelli
  402.  
  403. 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:
  404.  
  405. * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  406.  
  407. * 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 COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
  408.  
  409. HarfBuzz (harfbuzz)
  410. ===================
  411.  
  412. Copyright (C) 2004,2007 Red Hat, Inc.
  413. Copyright (C) 1998-2004 David Turner and Werner Lemberg
  414. Copyright (C) 2006 Behdad Esfahbod
  415. Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
  416.  
  417. This is part of HarfBuzz, an OpenType Layout engine library.
  418.  
  419. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright notice and the following two paragraphs appear in all copies of this software.
  420.  
  421. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  422.  
  423. THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  424.  
  425. JasPer (libjasper) version 2.0
  426. ==============================
  427.  
  428. JasPer License Version 2.0
  429.  
  430. Copyright (c) 2001-2006 Michael David Adams
  431. Copyright (c) 1999-2000 Image Power, Inc.
  432. Copyright (c) 1999-2000 The University of British Columbia
  433.  
  434. All rights reserved.
  435.  
  436. Permission is hereby granted, free of charge, to any person (the
  437. "User") obtaining a copy of this software and associated documentation
  438. files (the "Software"), to deal in the Software without restriction,
  439. including without limitation the rights to use, copy, modify, merge,
  440. publish, distribute, and/or sell copies of the Software, and to permit
  441. persons to whom the Software is furnished to do so, subject to the
  442. following conditions:
  443.  
  444. 1. The above copyright notices and this permission notice (which
  445. includes the disclaimer below) shall be included in all copies or
  446. substantial portions of the Software.
  447.  
  448. 2. The name of a copyright holder shall not be used to endorse or
  449. promote products derived from the Software without specific prior
  450. written permission.
  451.  
  452. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
  453. LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
  454. THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
  455. "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
  456. BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  457. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
  458. EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
  459. INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
  460. FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  461. NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  462. WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE
  463. PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
  464. THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
  465. EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
  466. BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
  467. PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS
  468. GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
  469. ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE
  470. IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
  471. SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
  472. AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
  473. SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
  474. THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
  475. PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
  476. RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
  477. EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
  478.  
  479. JPEG Software (libjpeg) version 8c
  480. ==================================
  481.  
  482. This software is based in part on the work of the Independent JPEG Group.
  483.  
  484. The authors make NO WARRANTY or representation, either express or implied, with respect to this software, its quality, accuracy, merchantability, or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume the entire risk as to its quality and accuracy.
  485.  
  486. This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. All Rights Reserved except as specified below.
  487.  
  488. Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions:
  489. (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation.
  490. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group".
  491. (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind.
  492.  
  493. These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us.
  494.  
  495. Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software".
  496.  
  497. We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor.
  498.  
  499. The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated.
  500.  
  501. MD4 (md4.cpp and md4.h)
  502. =======================
  503.  
  504. MD4 (RFC-1320) message digest.
  505. Modified from MD5 code by Andrey Panin <pazke@donpac.ru>
  506.  
  507. Written by Solar Designer <solar@openwall.com> in 2001, and placed in the public domain. There's absolutely no warranty.
  508.  
  509. MD5 (md5.cpp and md5.h)
  510. =======================
  511.  
  512. This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish.
  513.  
  514. Mesa 3D Graphics Library
  515. ========================
  516.  
  517. Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
  518.  
  519. Permission is hereby granted, free of charge, to any person obtaining a
  520. copy of this software and associated documentation files (the "Software"),
  521. to deal in the Software without restriction, including without limitation
  522. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  523. and/or sell copies of the Software, and to permit persons to whom the
  524. Software is furnished to do so, subject to the following conditions:
  525.  
  526. The above copyright notice and this permission notice shall be included
  527. in all copies or substantial portions of the Software.
  528.  
  529. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  530. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  531. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  532. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  533. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  534. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  535.  
  536. PNG Reference Library (libpng) version 1.6.17
  537. =============================================
  538.  
  539. This copy of the libpng notices is provided for your convenience. In case of
  540. any discrepancy between this copy and the notices in the file png.h that is
  541. included in the libpng distribution, the latter shall prevail.
  542.  
  543. COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  544.  
  545. If you modify libpng you may insert additional notices immediately following
  546. this sentence.
  547.  
  548. This code is released under the libpng license.
  549.  
  550. libpng versions 1.2.6, August 15, 2004, through 1.6.17, March 26, 2015, are
  551. Copyright (c) 2004, 2006-2015 Glenn Randers-Pehrson, and are
  552. distributed according to the same disclaimer and license as libpng-1.2.5
  553. with the following individual added to the list of Contributing Authors
  554.  
  555. Cosmin Truta
  556.  
  557. libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
  558. Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
  559. distributed according to the same disclaimer and license as libpng-1.0.6
  560. with the following individuals added to the list of Contributing Authors
  561.  
  562. Simon-Pierre Cadieux
  563. Eric S. Raymond
  564. Gilles Vollant
  565.  
  566. and with the following additions to the disclaimer:
  567.  
  568. There is no warranty against interference with your enjoyment of the
  569. library or against infringement. There is no warranty that our
  570. efforts or the library will fulfill any of your particular purposes
  571. or needs. This library is provided with all faults, and the entire
  572. risk of satisfactory quality, performance, accuracy, and effort is with
  573. the user.
  574.  
  575. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  576. Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
  577. distributed according to the same disclaimer and license as libpng-0.96,
  578. with the following individuals added to the list of Contributing Authors:
  579.  
  580. Tom Lane
  581. Glenn Randers-Pehrson
  582. Willem van Schaik
  583.  
  584. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  585. Copyright (c) 1996, 1997 Andreas Dilger
  586. Distributed according to the same disclaimer and license as libpng-0.88,
  587. with the following individuals added to the list of Contributing Authors:
  588.  
  589. John Bowler
  590. Kevin Bracey
  591. Sam Bushell
  592. Magnus Holmgren
  593. Greg Roelofs
  594. Tom Tanner
  595.  
  596. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  597. Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  598.  
  599. For the purposes of this copyright and license, "Contributing Authors"
  600. is defined as the following set of individuals:
  601.  
  602. Andreas Dilger
  603. Dave Martindale
  604. Guy Eric Schalnat
  605. Paul Schmidt
  606. Tim Wegner
  607.  
  608. The PNG Reference Library is supplied "AS IS". The Contributing Authors
  609. and Group 42, Inc. disclaim all warranties, expressed or implied,
  610. including, without limitation, the warranties of merchantability and of
  611. fitness for any purpose. The Contributing Authors and Group 42, Inc.
  612. assume no liability for direct, indirect, incidental, special, exemplary,
  613. or consequential damages, which may result from the use of the PNG
  614. Reference Library, even if advised of the possibility of such damage.
  615.  
  616. Permission is hereby granted to use, copy, modify, and distribute this
  617. source code, or portions hereof, for any purpose, without fee, subject
  618. to the following restrictions:
  619.  
  620. 1. The origin of this source code must not be misrepresented.
  621.  
  622. 2. Altered versions must be plainly marked as such and must not
  623. be misrepresented as being the original source.
  624.  
  625. 3. This Copyright notice may not be removed or altered from any
  626. source or altered source distribution.
  627.  
  628. The Contributing Authors and Group 42, Inc. specifically permit, without
  629. fee, and encourage the use of this source code as a component to
  630. supporting the PNG file format in commercial products. If you use this
  631. source code in a product, acknowledgment is not required but would be
  632. appreciated.
  633.  
  634.  
  635. A "png_get_copyright" function is available, for convenient use in "about"
  636. boxes and the like:
  637.  
  638. printf("%s",png_get_copyright(NULL));
  639.  
  640. Also, the PNG logo (in PNG format, of course) is supplied in the
  641. files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  642.  
  643. Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
  644. certification mark of the Open Source Initiative.
  645.  
  646. Glenn Randers-Pehrson
  647. glennrp at users.sourceforge.net
  648. March 26, 2015
  649.  
  650. SHA-1 (sha1.cpp)
  651. ================
  652.  
  653. Based on the public domain implementation of the SHA-1 algorithm
  654. Copyright (C) Dominik Reichl <dominik.reichl@t-online.de>
  655.  
  656. SHA-3, originally known as Keccak
  657. =================================
  658.  
  659. SHA-3, originally known as Keccak, is a cryptographic hash function designed by Guido Bertoni, Joan Daemen, Michaël Peeters, and Gilles Van Assche, building upon RadioGatún.
  660.  
  661. Implementation by the designers, hereby denoted as "the implementer".
  662.  
  663. To the extent possible under law, the implementer has waived all copyright and related or neighboring rights to the source code. http://creativecommons.org/publicdomain/zero/1.0/
  664.  
  665. TIFF Software Distribution (libtiff) version 3.9.2
  666. ==================================================
  667.  
  668. Copyright (c) 1987, 1993, 1994
  669. The Regents of the University of California. All rights reserved.
  670.  
  671. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  672. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  673. 2. 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.
  674. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  675.  
  676. 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 OR 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.
  677.  
  678. Copyright (C) 1988-1997 Sam Leffler
  679. Copyright (C) 1991-1997 Silicon Graphics, Inc.
  680. Copyright (c) Joris Van Damme <info@awaresystems.be>
  681. Copyright (c) AWare Systems <http://www.awaresystems.be/>
  682. Portions Copyright (C) 1985-1987, 1990 Regents of the University of California
  683. Portions Copyright (C) 1990, 1991 Digital Equipment Corporation
  684. Portions Copyright (C) 1990 Sun Microsystems, Inc.
  685. Portions Copyright (C) 1990, 1995 Frank D. Cringle
  686. Portions Copyright (C) 1996 BancTec AB
  687. Portions Copyright (C) 1996 Mike Johnson
  688. Portions Copyright (C) 1996 Pixar
  689. Portions Copyright (C) 1997 Greg Ward Larson
  690. Portions Copyright (C) 2000 Frank Warmerdam
  691. Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
  692. Copyright (c( 1996 USAF Phillips Laboratory
  693. Additions (c) Richard Nolde 2006-2009
  694.  
  695. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Sam Leffler and Silicon Graphics.
  696.  
  697. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  698.  
  699. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  700.  
  701. Copyright (c) 1985, 1986 The Regents of the University of California.
  702. All rights reserved.
  703.  
  704. This code is derived from software contributed to Berkeley by James A. Woods, derived from original work by Spencer Thomas and Joseph Orost.
  705.  
  706. Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of California, Berkeley. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  707.  
  708. Copyright (c) 1996-1997 Sam Leffler
  709. Copyright (c) 1996 Pixar
  710.  
  711. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Pixar, Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Pixar, Sam Leffler and Silicon Graphics.
  712.  
  713. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  714.  
  715. IN NO EVENT SHALL PIXAR, SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  716.  
  717. Three.js Loader
  718. ===============
  719.  
  720. The MIT License
  721. Copyright (c) 2010-2014 three.js authors
  722. Copyright (c) 2014 Digia Plc and/or its subsidiary(-ies).
  723. Permission is hereby granted, free of charge, to any person obtaining a copy
  724. of this software and associated documentation files (the "Software"), to deal
  725. in the Software without restriction, including without limitation the rights
  726. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  727. copies of the Software, and to permit persons to whom the Software is
  728. furnished to do so, subject to the following conditions:
  729. The above copyright notice and this permission notice shall be included in
  730. all copies or substantial portions of the Software.
  731. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  732. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  733. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  734. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  735. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  736. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  737. THE SOFTWARE.
  738.  
  739. gl-matrix.js version 2.2.2
  740. ==========================
  741.  
  742. Copyright (c) 2015, Brandon Jones, Colin MacKenzie IV.
  743.  
  744. Permission is hereby granted, free of charge, to any person obtaining a copy
  745. of this software and associated documentation files (the "Software"), to deal
  746. in the Software without restriction, including without limitation the rights
  747. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  748. copies of the Software, and to permit persons to whom the Software is
  749. furnished to do so, subject to the following conditions:
  750.  
  751. The above copyright notice and this permission notice shall be included in
  752. all copies or substantial portions of the Software.
  753.  
  754. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  755. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  756. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  757. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  758. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  759. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  760. THE SOFTWARE.
  761.  
  762. Copyright (c) 2013, Brandon Jones, Colin MacKenzie IV. All rights reserved.
  763.  
  764. Redistribution and use in source and binary forms, with or without modification,
  765. are permitted provided that the following conditions are met:
  766.  
  767. * Redistributions of source code must retain the above copyright notice, this
  768. list of conditions and the following disclaimer.
  769. * Redistributions in binary form must reproduce the above copyright notice,
  770. this list of conditions and the following disclaimer in the documentation
  771. and/or other materials provided with the distribution.
  772.  
  773. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  774. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  775. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  776. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  777. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  778. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  779. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  780. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  781. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  782. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  783.  
  784. The text and information contained in this file may be freely used, Copied, or distributed without compensation or licensing restrictions.
  785. This file is copyright 1991-1998 by LCS/Telegraphics.
  786.  
  787. Wintab API (wintab)
  788. ===================
  789.  
  790. The text and information contained in this file may be freely used, Copied, or distributed without compensation or licensing restrictions.
  791. This file is copyright 1991-1998 by LCS/Telegraphics.
  792.  
  793. Data Compression Library (zlib) version 1.2.5
  794. =============================================
  795.  
  796. Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  797.  
  798. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  799.  
  800. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  801.  
  802. 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  803. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  804. 3. This notice may not be removed or altered from any source distribution.
  805.  
  806. JavaScriptCore
  807. ==============
  808.  
  809. Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
  810. Copyright (C) 2002, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
  811.  
  812. Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted, provided that this entire notice is included in all copies of any software which is or includes a copy or modification of this software and in all copies of the supporting documentation for such software.
  813.  
  814. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  815.  
  816. Copyright (C) 2009 Company 100, Inc. All rights reserved.
  817.  
  818. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  819. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  820. 2. 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.
  821.  
  822. THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. OR 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.
  823.  
  824. Copyright (C) 2009 Apple Inc. All rights reserved.
  825. Copyright (C) 2009 University of Szeged
  826. All rights reserved.
  827. Copyright (C) 2010 MIPS Technologies, Inc. All rights reserved.
  828.  
  829. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  830. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  831. 2. 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.
  832.  
  833. THIS SOFTWARE IS PROVIDED BY MIPS TECHNOLOGIES, INC. ``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 MIPS TECHNOLOGIES, INC. OR 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.
  834.  
  835. Pixman (pixman) version 0.17.11
  836. ===============================
  837.  
  838. Copyright © 2009 Nokia Corporation
  839.  
  840. 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:
  841.  
  842. The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
  843.  
  844. 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.
  845.  
  846. Author: Siarhei Siamashka (siarhei.siamashka@nokia.com)
  847.  
  848. WebCore (WebKit)
  849. ================
  850.  
  851. Copyright (C) 2009 Ericsson AB
  852. All rights reserved.
  853.  
  854. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  855.  
  856. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  857. 2. 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.
  858. 3. Neither the name of Ericsson nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  859.  
  860. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER OR 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.
  861.  
  862. Copyright (C) 2004, Apple Computer, Inc. and The Mozilla Foundation.
  863. All rights reserved.
  864.  
  865. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  866.  
  867. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  868. 2. 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.
  869. 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla Foundation ("Mozilla") nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  870.  
  871. THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR 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 APPLE, MOZILLA OR THEIR 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.
  872.  
  873. Copyright (C) 2009 Igalia S.L.
  874. Copyright (C) 2009 Antonio Gomes <tonikitoo@webkit.org>
  875. Copyright (C) 2008 Christian Dywan <christian@imendio.com>
  876. Copyright (C) 2007 Nicholas Shanks <contact@nickshanks.com>
  877. Copyright (C) 2006 Charles Samuels <charles@kde.org>
  878. Copyright (C) 2009 Dominik Röttsches <dominik.roettsches@access-company.com>
  879. Copyright (C) 2009 Brent Fulgham
  880. Copyright (C) 2009 Girish Ramakrishnan <girish@forwardbias.in>
  881. Copyright (C) 2006 Alexander Kellett <lypanov@kde.org>
  882. Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au>
  883.  
  884. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  885. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  886. 2. 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.
  887.  
  888. THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. OR 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.
  889.  
  890. Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
  891. Copyright (C) IBM Corp. 2009 All rights reserved.
  892.  
  893. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  894.  
  895. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  896. 2. 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.
  897. 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  898.  
  899. THIS SOFTWARE IS PROVIDED BY APPLE AND ITS 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 APPLE OR ITS 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.
  900.  
  901. Copyright (C) 2009 Alex Milowski (alex@milowski.com). All rights reserved.
  902. Copyright (C) 2010 François Sausset (sausset@gmail.com). All rights reserved
  903. Copyright (C) 2007 Marius Renn <damarvy@gmail.com> All rights reserved.
  904.  
  905. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  906. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  907. 2. 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.
  908.  
  909. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER OR 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.
  910.  
  911. jquery 1.4.2.js Copyright 2010 John Resig This software is dual licensed under the MIT or GPL version 2 licenses. Digia has used the software herein under the MIT license.
  912.  
  913. jquery includes Sizzle.js Copyright 2010 The Dojo Foundaton and is licensed under the MIT, BSD and GPL licenses. Digia has used this software herein under the MIT license.
  914.  
  915. The MIT License
  916.  
  917. 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:
  918.  
  919. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  920.  
  921. 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.
  922.  
  923. IAccessible2 IDL Specification
  924. ==============================
  925.  
  926. Copyright (c) 2007, 2010 Linux Foundation Copyright (c) 2006 IBM Corporation Copyright (c) 2000, 2006 Sun Microsystems, Inc. All rights reserved.
  927.  
  928. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  929.  
  930. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  931.  
  932. 2. 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.
  933.  
  934. 3. Neither the name of the Linux Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  935.  
  936. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER OR 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.
  937.  
  938. This BSD License conforms to the Open Source Initiative "Simplified BSD License" as published at: http://www.opensource.org/licenses/bsd-license.php
  939.  
  940. IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 mark may be used in accordance with the Linux Foundation Trademark Policy to indicate compliance with the IAccessible2 specification.
  941.  
  942. ANGLE (angle)
  943. =============
  944.  
  945. Copyright (c) 2002, NVIDIA Corporation.
  946.  
  947. NVIDIA Corporation("NVIDIA") supplies this software to you in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this NVIDIA software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this NVIDIA software.
  948.  
  949. In consideration of your agreement to abide by the following terms, and subject to these terms, NVIDIA grants you a personal, non-exclusive license, under NVIDIA's copyrights in this original NVIDIA software (the "NVIDIA Software"), to use, reproduce, modify and redistribute the NVIDIA Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the NVIDIA Software, you must retain the copyright notice of NVIDIA, this notice and the following text and disclaimers in all such redistributions of the NVIDIA Software. Neither the name, trademarks, service marks nor logos of NVIDIA Corporation may be used to endorse or promote products derived from the NVIDIA Software without specific prior written permission from NVIDIA. Except as expressly stated in this notice, no other rights or licenses express or implied, are granted by NVIDIA herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the NVIDIA Software may be incorporated. No hardware is licensed hereunder.
  950.  
  951. THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER PRODUCTS.
  952.  
  953. IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  954.  
  955. Copyright (C) 2002-2010 The ANGLE Project Authors. All rights reserved.
  956.  
  957. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  958.  
  959. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  960.  
  961. 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.
  962.  
  963. Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. Ltd., nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  964.  
  965. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER OR 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.
  966.  
  967. OpenGL (ES) 2.0
  968. ===============
  969.  
  970. 1. ?OpenGL? is not a generic name for a 3D graphics library or any other product. OpenGL® is a trademark for specific application programming interface software from Silicon Graphics, Inc. (?SGI?). 2. Only SGI and its Conforming Licensees are authorized to use the OpenGL® trademark and oval logo to identify their products. 3. Others can use the OpenGL® trademark (but not the oval logo) to refer to their products by following the ?fair descriptive use? rules contained in these guidelines. 4. Use of the OpenGL® trademark and oval logo should always follow the rules of proper trademark usage and acknowledgment contained in these guidelines. 5. All questions regarding use of the OpenGL® trademark and oval logo should be referred to the SGI Legal Department.
  971.  
  972. Shift-JIS Text Codec
  973. ====================
  974.  
  975. Shift JIS (Shift Japanese Industrial Standards, also SJIS, MIME name Shift_JIS) is a character encoding for Japanese. It was originally developed by ASCII Corporation in conjunction with Microsoft.
  976.  
  977. Copyright (C) 1999 Serika Kurusugawa. All rights reserved. Redistribution and use in source and binary forms, with or without modifica- tion, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS". 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 OR 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 NEGLI- GENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  978.  
  979. ISO 2022-JP (JIS) Text Codec
  980. ============================
  981.  
  982. ISO/IEC 2022 is an ISO standard specifying: - a technique for including multiple character sets in a single character encoding system, and - a technique for representing these character sets in both 7 and 8 bit systems using the same encoding.
  983.  
  984. ISO-2022-JP is a widely used encoding for Japanese.
  985.  
  986. Copyright (C) 1999 Serika Kurusugawa. All rights reserved. Redistribution and use in source and binary forms, with or without modifica- tion, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS". 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 OR 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 NEGLI- GENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  987.  
  988. EUC-JP Text Codec
  989. =================
  990.  
  991. EUC-JP is a variable-width encoding used to represent the elements of three Japanese character set standards, namely JIS X 0208, JIS X 0212, and JIS X 0201.
  992.  
  993. Copyright (C) 1999 Serika Kurusugawa. All rights reserved. Redistribution and use in source and binary forms, with or without modifica- tion, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS". 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 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  994.  
  995. 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 NEGLI- GENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  996.  
  997. EUC-KR TextCodec
  998. ================
  999.  
  1000. Extended Unix Code (EUC) is a multibyte character encoding system used primarily for Japanese, Korean, and simplified Chinese. KR is a variable-width encoding to represent Korean text using two coded character sets, KS X 1001 and KS X 1003.
  1001.  
  1002. Copyright (C) 1999-2000 Mizi Research Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 OR 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.
  1003.  
  1004. GBK Text Codec
  1005. ==============
  1006.  
  1007. GBK is an extension of the GB2312 character set for simplified Chinese characters, used in the People's Republic of China. GB is the abbreviation of Guojia Biaozhun (????), which means national standard in Chinese, while K stands for Extension ("Kuozhan"). GBK not only extended the old standard GB2312 with Traditional Chinese characters, but also with Chinese characters that were simplified after the establishment of GB2312 in 1981. With the arrival of GBK, certain names with characters formerly unrepresentable, like the "rong" (?) character in former Chinese Premier Zhu Rongji's name, are now representable.
  1008.  
  1009. Copyright (C) 2000 TurboLinux, Inc. Written by Justin Yu and Sean Chen. Copyright (C) 2001, 2002 Turbolinux, Inc. Written by James Su. Copyright (C) 2001, 2002 ThizLinux Laboratory Ltd. Written by Anthony Fok. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 OR 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.
  1010.  
  1011. Big5 Text Codec
  1012. ===============
  1013.  
  1014. Big5, or BIG-5, is a Chinese character encoding method used in Taiwan, Hong Kong, and Macau for Traditional Chinese characters. Mainland China, which uses Simplified Chinese Characters, uses the GB character set instead.
  1015.  
  1016. Copyright (C) 2000 Ming-Che Chuang Copyright (C) 2002 James Su, Turbolinux Inc. Copyright (C) 2002 Anthony Fok, ThizLinux Laboratory Ltd. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 OR 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.
  1017.  
  1018. DES (des.cpp)
  1019. =============
  1020.  
  1021. Implementation of DES encryption for NTLM Copyright 1997-2005 Simon Tatham. This software is released under the MIT license.
  1022.  
  1023. Bison Parser 2.3a
  1024. =================
  1025.  
  1026. A Bison parser, made by GNU Bison 2.3a.
  1027.  
  1028. Skeleton implementation for Bison's Yacc-like parsers in C
  1029.  
  1030. Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1031.  
  1032. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
  1033.  
  1034. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  1035.  
  1036. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  1037.  
  1038. As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception.
  1039.  
  1040. This special exception was added by the Free Software Foundation in version 2.2 of Bison.
  1041.  
  1042. PowerVR
  1043. =======
  1044.  
  1045. Copyright : Copyright (c) Imagination Technologies Limited. This specification is protected by copyright laws and contains material proprietary to Imagination Technologies Limited. You may use and distribute this specification free of charge for implementing the functionality therein, without altering or removing any trademark, copyright, or other notice from the specification.
  1046.  
  1047.  
  1048. Cycle
  1049. =====
  1050.  
  1051. Copyright (c) 2003, 2006 Matteo Frigo Copyright (c) 2003, 2006 Massachusetts Institute of Technology 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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.
  1052.  
  1053. TSCII Text Codec
  1054. ================
  1055.  
  1056. The TSCII codec provides conversion to and from the Tamil TSCII encoding.
  1057.  
  1058. TSCII, formally the Tamil Standard Code Information Interchange specification, is a commonly used charset for Tamils.
  1059.  
  1060. This codec uses the mapping table found at http://www.geocities.com/Athens/5180/tsciiset.html. Tamil uses composed Unicode which might cause some problems if you are using Unicode fonts instead of TSCII fonts.
  1061.  
  1062. Copyright (c) 2000 Hans Petter Bieker. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 OR 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.
  1063.  
  1064.  
  1065. Drag and Drop
  1066. =============
  1067.  
  1068. Copyright 1996 Daniel Dardailler. Permission to use, copy, modify, distribute, and sell this software for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Daniel Dardailler not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Daniel Dardailler makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. Modifications Copyright 1999 Matt Koss, under the same license as above.
  1069.  
  1070. valgrind.h specific license
  1071. ===========================
  1072.  
  1073. Notice that the following BSD-style license applies to this one file (valgrind.h) only. The rest of Valgrind is licensed under the terms of the GNU General Public License, version 2, unless otherwise indicated. See the COPYING file in the source distribution for details.
  1074.  
  1075. ----------------------------------------------------------------
  1076.  
  1077. This file is part of Valgrind, a dynamic binary instrumentation framework.
  1078.  
  1079. Copyright (C) 2000-2007 Julian Seward. All rights reserved.
  1080.  
  1081. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1082.  
  1083. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  1084.  
  1085. 2. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  1086.  
  1087. 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  1088.  
  1089. 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
  1090.  
  1091. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
  1092.  
  1093. Stack-less Just-In-Time compiler
  1094. ================================
  1095.  
  1096. Copyright 2009-2012 Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
  1097.  
  1098. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1099.  
  1100. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  1101.  
  1102. 2. 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.
  1103.  
  1104. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) 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 COPYRIGHT HOLDER(S) OR 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.
  1105.  
  1106. xcb
  1107. ===
  1108.  
  1109. Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. All Rights Reserved.
  1110.  
  1111. 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:
  1112.  
  1113. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  1114.  
  1115. 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 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.
  1116.  
  1117. Except as contained in this notice, the names of the authors or their institutions shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the authors
  1118.  
  1119. Botan version 1.8.8
  1120. ===================
  1121.  
  1122. Copyright (C) 1999-2004 The Botan Project. All rights reserved. Copyright (C) 1999-2009 Jack Lloyd 2001 Peter J Jones 2004-2007 Justin Karneges 2005 Matthew Gregan 2005-2006 Matt Johnston 2006 Luca Piccarreta 2007 Yves Jerschow 2007-2008 FlexSecure GmbH 2007-2008 Technische Universitat Darmstadt 2007-2008 Falko Strenzke 2007-2008 Martin Doering 2007 Manuel Hartl 2007 Christoph Ludwig 2007 Patrick Sona All rights reserved.
  1123.  
  1124. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1125.  
  1126. 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
  1127.  
  1128. 2. 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.
  1129.  
  1130. THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) "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 AUTHOR(S) OR CONTRIBUTOR(S) 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.
  1131.  
  1132. Poly2tri
  1133. ========
  1134.  
  1135. Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
  1136. http://code.google.com/p/poly2tri/
  1137.  
  1138. All rights reserved.
  1139. Redistribution and use in source and binary forms, with or without modification,
  1140. are permitted provided that the following conditions are met:
  1141.  
  1142. * Redistributions of source code must retain the above copyright notice,
  1143. this list of conditions and the following disclaimer.
  1144. * Redistributions in binary form must reproduce the above copyright notice,
  1145. this list of conditions and the following disclaimer in the documentation
  1146. and/or other materials provided with the distribution.
  1147. * Neither the name of Poly2Tri nor the names of its contributors may be
  1148. used to endorse or promote products derived from this software without specific
  1149. prior written permission.
  1150.  
  1151. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1152. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1153. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1154. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  1155. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  1156. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1157. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  1158. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  1159. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  1160. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1161. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1162.  
  1163. Easing Equations
  1164. ================
  1165.  
  1166. Disclaimer for Robert Penner's Easing Equations license:
  1167.  
  1168. TERMS OF USE - EASING EQUATIONS
  1169.  
  1170. Open source under the BSD License.
  1171.  
  1172. Copyright © 2001 Robert Penner All rights reserved.
  1173.  
  1174. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1175.  
  1176. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  1177. * 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.
  1178. * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  1179.  
  1180. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER OR 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.
  1181.  
  1182. xkbcommon
  1183. =========
  1184.  
  1185. Copyright © 2013 Auke Booij
  1186.  
  1187. 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:
  1188.  
  1189. The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
  1190.  
  1191. 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.
  1192.  
  1193. Clucene Core Library
  1194. ====================
  1195.  
  1196. The CLucene Core Library uses a dual license strategy for the source code. These licenses are the GNU Lesser General Public License (LGPL) and the Apache License (Version 2.0). Users can choose the license they wish to distribute their software under. This means that you do not need to abide by *both* licenses, but rather than you can choose the license which most suits your needs.
  1197.  
  1198. To rephrase this and to make it perfectly clear: CLucene is distributed under the GNU Lesser General Public License (LGPL) *or* the Apache License, Version 2.0
  1199.  
  1200. However, we are an open source project, and we encourage users to use the LGPL license and participate fully in the free software community. Dual licensing of the CLucene source code provides open and free access to the technology both for the GPL community and for other developers or companies that cannot use the GPL.
  1201.  
  1202. You can freely modify, extend, and improve the CLucene source code. The only question is whether or not you must provide the source code and contribute modifications to the community. The GNU and Apache licenses allow different ranges of flexibility in this regard, but in the end, regardless of the license used, we highly recommend that you submit any bugs, incompatibilities or added features.
  1203.  
  1204. Note that this same license does *not* apply to the CLucene Contributions package. You should read the COPYING file in that directory or package for more information.
  1205.  
  1206. Wayland Protocol
  1207. ================
  1208.  
  1209. Copyright © 2008-2011 Kristian Høgsberg
  1210. Copyright © 2010-2011 Intel Corporation
  1211.  
  1212. Permission to use, copy, modify, distribute, and sell this
  1213. software and its documentation for any purpose is hereby granted
  1214. without fee, provided that the above copyright notice appear in
  1215. all copies and that both that copyright notice and this permission
  1216. notice appear in supporting documentation, and that the name of
  1217. the copyright holders not be used in advertising or publicity
  1218. pertaining to distribution of the software without specific,
  1219. written prior permission. The copyright holders make no
  1220. representations about the suitability of this software for any
  1221. purpose. It is provided "as is" without express or implied
  1222. warranty.
  1223.  
  1224. THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  1225. SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  1226. FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1227. SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  1228. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  1229. AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  1230. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
  1231. THIS SOFTWARE.
  1232.  
  1233. WebP (libwebp) version 0.4.3
  1234. ============================
  1235.  
  1236. Copyright (c) 2010, Google Inc. All rights reserved.
  1237.  
  1238. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1239.  
  1240. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  1241.  
  1242. * 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.
  1243.  
  1244. * Neither the name of Google nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  1245.  
  1246. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER OR 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement