home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 523 < prev    next >
Encoding:
Text File  |  2013-04-03  |  694.8 KB  |  13,896 lines

  1. <!-- Generated by licenses.py; do not edit. -->
  2. <!DOCTYPE HTML>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Credits</title>
  7. <style>
  8. body {
  9.   font-family:Helvetica,Arial,sans-serif;
  10.   background-color:white;
  11.   font-size:84%;
  12.   max-width:1020px;
  13. }
  14. .page-title {
  15.   font-size:164%;
  16.   font-weight:bold;
  17. }
  18. .product {
  19.   background-color:#c3d9ff;
  20.   overflow:auto;
  21.   padding:2px;
  22.   margin-top:16px;
  23.   border-radius:5px;
  24. }
  25. .product .title {
  26.   font-size:110%;
  27.   font-weight:bold;
  28.   float:left;
  29.   margin:3px;
  30. }
  31. .product .homepage {
  32.   text-align:right;
  33.   float:right;
  34.   margin:3px;
  35. }
  36. .product .homepage::after {
  37.   content:" - ";
  38. }
  39. .product .show {
  40.   text-align:right;
  41.   float:right;
  42.   margin:3px;
  43. }
  44. .licence {
  45.   clear:both;
  46.   background-color:#e8eef7;
  47.   padding:16px;
  48.   border-radius:3px;
  49.   display:none;
  50. }
  51. .licence h3 {
  52.   margin-top:0px;
  53. }
  54. </style>
  55. </head>
  56. <body>
  57. <span class="page-title" style="float:left;">Credits</span>
  58. <a id="print-link" href="#" style="float:right;">Print</a>
  59. <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
  60. <div class="product">
  61. <span class="title">David M. Gay's floating point routines</span>
  62. <a class="show" href="#">show license</a>
  63. <span class="homepage"><a href="http://www.netlib.org/fp/">homepage</a></span>
  64. <div class="licence">
  65. <pre>/****************************************************************
  66.  *
  67.  * The author of this software is David M. Gay.
  68.  *
  69.  * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
  70.  *
  71.  * Permission to use, copy, modify, and distribute this software for any
  72.  * purpose without fee is hereby granted, provided that this entire notice
  73.  * is included in all copies of any software which is or includes a copy
  74.  * or modification of this software and in all copies of the supporting
  75.  * documentation for such software.
  76.  *
  77.  * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
  78.  * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
  79.  * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
  80.  * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  81.  *
  82.  ***************************************************************/
  83. </pre>
  84. </div>
  85. </div>
  86.  
  87.  
  88. <div class="product">
  89. <span class="title">dynamic annotations</span>
  90. <a class="show" href="#">show license</a>
  91. <span class="homepage"><a href="http://code.google.com/p/data-race-test/wiki/DynamicAnnotations">homepage</a></span>
  92. <div class="licence">
  93. <pre>/* Copyright (c) 2008-2009, Google Inc.
  94.  * All rights reserved.
  95.  *
  96.  * Redistribution and use in source and binary forms, with or without
  97.  * modification, are permitted provided that the following conditions are
  98.  * met:
  99.  *
  100.  *     * Redistributions of source code must retain the above copyright
  101.  * notice, this list of conditions and the following disclaimer.
  102.  *     * Neither the name of Google Inc. nor the names of its
  103.  * contributors may be used to endorse or promote products derived from
  104.  * this software without specific prior written permission.
  105.  *
  106.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  107.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  108.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  109.  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  110.  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  111.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  112.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  113.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  114.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  115.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  116.  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  117.  *
  118.  * ---
  119.  * Author: Kostya Serebryany
  120.  */
  121. </pre>
  122. </div>
  123. </div>
  124.  
  125.  
  126. <div class="product">
  127. <span class="title">Netscape Portable Runtime (NSPR)</span>
  128. <a class="show" href="#">show license</a>
  129. <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
  130. <div class="licence">
  131. <pre>/* ***** BEGIN LICENSE BLOCK *****
  132.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  133.  *
  134.  * The contents of this file are subject to the Mozilla Public License Version
  135.  * 1.1 (the "License"); you may not use this file except in compliance with
  136.  * the License. You may obtain a copy of the License at
  137.  * http://www.mozilla.org/MPL/
  138.  *
  139.  * Software distributed under the License is distributed on an "AS IS" basis,
  140.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  141.  * for the specific language governing rights and limitations under the
  142.  * License.
  143.  *
  144.  * The Original Code is the Netscape Portable Runtime (NSPR).
  145.  *
  146.  * The Initial Developer of the Original Code is
  147.  * Netscape Communications Corporation.
  148.  * Portions created by the Initial Developer are Copyright (C) 1998-2000
  149.  * the Initial Developer. All Rights Reserved.
  150.  *
  151.  * Contributor(s):
  152.  *
  153.  * Alternatively, the contents of this file may be used under the terms of
  154.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  155.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  156.  * in which case the provisions of the GPL or the LGPL are applicable instead
  157.  * of those above. If you wish to allow use of your version of this file only
  158.  * under the terms of either the GPL or the LGPL, and not to allow others to
  159.  * use your version of this file under the terms of the MPL, indicate your
  160.  * decision by deleting the provisions above and replace them with the notice
  161.  * and other provisions required by the GPL or the LGPL. If you do not delete
  162.  * the provisions above, a recipient may use your version of this file under
  163.  * the terms of any one of the MPL, the GPL or the LGPL.
  164.  *
  165.  * ***** END LICENSE BLOCK ***** */
  166. </pre>
  167. </div>
  168. </div>
  169.  
  170.  
  171. <div class="product">
  172. <span class="title">google-glog's symbolization library</span>
  173. <a class="show" href="#">show license</a>
  174. <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
  175. <div class="licence">
  176. <pre>// Copyright (c) 2006, Google Inc.
  177. // All rights reserved.
  178. //
  179. // Redistribution and use in source and binary forms, with or without
  180. // modification, are permitted provided that the following conditions are
  181. // met:
  182. //
  183. //     * Redistributions of source code must retain the above copyright
  184. // notice, this list of conditions and the following disclaimer.
  185. //     * Redistributions in binary form must reproduce the above
  186. // copyright notice, this list of conditions and the following disclaimer
  187. // in the documentation and/or other materials provided with the
  188. // distribution.
  189. //     * Neither the name of Google Inc. nor the names of its
  190. // contributors may be used to endorse or promote products derived from
  191. // this software without specific prior written permission.
  192. //
  193. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  194. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  195. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  196. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  197. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  198. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  199. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  200. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  201. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  202. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  203. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  204. </pre>
  205. </div>
  206. </div>
  207.  
  208.  
  209. <div class="product">
  210. <span class="title">valgrind</span>
  211. <a class="show" href="#">show license</a>
  212. <span class="homepage"><a href="http://valgrind.org">homepage</a></span>
  213. <div class="licence">
  214. <pre>   Notice that the following BSD-style license applies to the Valgrind header
  215.    files used by Chromium (valgrind.h and memcheck.h). However, the rest of
  216.    Valgrind is licensed under the terms of the GNU General Public License,
  217.    version 2, unless otherwise indicated.
  218.  
  219.    ----------------------------------------------------------------
  220.  
  221.    Copyright (C) 2000-2008 Julian Seward.  All rights reserved.
  222.  
  223.    Redistribution and use in source and binary forms, with or without
  224.    modification, are permitted provided that the following conditions
  225.    are met:
  226.  
  227.    1. Redistributions of source code must retain the above copyright
  228.       notice, this list of conditions and the following disclaimer.
  229.  
  230.    2. The origin of this software must not be misrepresented; you must 
  231.       not claim that you wrote the original software.  If you use this 
  232.       software in a product, an acknowledgment in the product 
  233.       documentation would be appreciated but is not required.
  234.  
  235.    3. Altered source versions must be plainly marked as such, and must
  236.       not be misrepresented as being the original software.
  237.  
  238.    4. The name of the author may not be used to endorse or promote 
  239.       products derived from this software without specific prior written 
  240.       permission.
  241.  
  242.    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  243.    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  244.    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  245.    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  246.    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  247.    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  248.    GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  249.    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  250.    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  251.    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  252.    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  253. </pre>
  254. </div>
  255. </div>
  256.  
  257.  
  258. <div class="product">
  259. <span class="title">xdg-mime</span>
  260. <a class="show" href="#">show license</a>
  261. <span class="homepage"><a href="http://freedesktop.org">homepage</a></span>
  262. <div class="licence">
  263. <pre>Licensed under the Academic Free License version 2.0 (below)
  264. Or under the following terms:
  265.  
  266. This library is free software; you can redistribute it and/or
  267. modify it under the terms of the GNU Lesser General Public
  268. License as published by the Free Software Foundation; either
  269. version 2 of the License, or (at your option) any later version.
  270.  
  271. This library is distributed in the hope that it will be useful,
  272. but WITHOUT ANY WARRANTY; without even the implied warranty of
  273. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  274. Lesser General Public License for more details.
  275.  
  276. You should have received a copy of the GNU Lesser General Public
  277. License along with this library; if not, write to the
  278. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  279. Boston, MA 02111-1307, USA.
  280.  
  281.  
  282. --------------------------------------------------------------------------------
  283. Academic Free License v. 2.0
  284. --------------------------------------------------------------------------------
  285.  
  286. This Academic Free License (the "License") applies to any original work of
  287. authorship (the "Original Work") whose owner (the "Licensor") has placed the
  288. following notice immediately following the copyright notice for the Original
  289. Work:
  290.  
  291. Licensed under the Academic Free License version 2.0
  292. 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
  293. royalty-free, non-exclusive, perpetual, sublicenseable license to do the
  294. following:
  295.  
  296. a) to reproduce the Original Work in copies;
  297. b) to prepare derivative works ("Derivative Works") based upon the Original
  298.    Work;
  299. c) to distribute copies of the Original Work and Derivative Works to the
  300.    public;
  301. d) to perform the Original Work publicly; and
  302. e) to display the Original Work publicly.
  303.  
  304. 2) Grant of Patent License. Licensor hereby grants You a world-wide,
  305. royalty-free, non-exclusive, perpetual, sublicenseable license, under patent
  306. claims owned or controlled by the Licensor that are embodied in the Original
  307. Work as furnished by the Licensor, to make, use, sell and offer for sale the
  308. Original Work and Derivative Works.
  309.  
  310. 3) Grant of Source Code License. The term "Source Code" means the preferred
  311. form of the Original Work for making modifications to it and all available
  312. documentation describing how to modify the Original Work. Licensor hereby
  313. agrees to provide a machine-readable copy of the Source Code of the Original
  314. Work along with each copy of the Original Work that Licensor distributes.
  315. Licensor reserves the right to satisfy this obligation by placing a
  316. machine-readable copy of the Source Code in an information repository
  317. reasonably calculated to permit inexpensive and convenient access by You for as
  318. long as Licensor continues to distribute the Original Work, and by publishing
  319. the address of that information repository in a notice immediately following
  320. the copyright notice that applies to the Original Work.
  321.  
  322. 4) Exclusions From License Grant. Neither the names of Licensor, nor the names
  323. of any contributors to the Original Work, nor any of their trademarks or
  324. service marks, may be used to endorse or promote products derived from this
  325. Original Work without express prior written permission of the Licensor. Nothing
  326. in this License shall be deemed to grant any rights to trademarks, copyrights,
  327. patents, trade secrets or any other intellectual property of Licensor except as
  328. expressly stated herein. No patent license is granted to make, use, sell or
  329. offer to sell embodiments of any patent claims other than the licensed claims
  330. defined in Section 2. No right is granted to the trademarks of Licensor even if
  331. such marks are included in the Original Work. Nothing in this License shall be
  332. interpreted to prohibit Licensor from licensing under different terms from this
  333. License any Original Work that Licensor otherwise would have a right to
  334. license.
  335.  
  336. 5) This section intentionally omitted.
  337.  
  338. 6) Attribution Rights. You must retain, in the Source Code of any Derivative
  339. Works that You create, all copyright, patent or trademark notices from the
  340. Source Code of the Original Work, as well as any notices of licensing and any
  341. descriptive text identified therein as an "Attribution Notice." You must cause
  342. the Source Code for any Derivative Works that You create to carry a prominent
  343. Attribution Notice reasonably calculated to inform recipients that You have
  344. modified the Original Work.
  345.  
  346. 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
  347. the copyright in and to the Original Work and the patent rights granted herein
  348. by Licensor are owned by the Licensor or are sublicensed to You under the terms
  349. of this License with the permission of the contributor(s) of those copyrights
  350. and patent rights. Except as expressly stated in the immediately proceeding
  351. sentence, the Original Work is provided under this License on an "AS IS" BASIS
  352. and WITHOUT WARRANTY, either express or implied, including, without limitation,
  353. the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
  354. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
  355. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
  356. license to Original Work is granted hereunder except under this disclaimer.
  357.  
  358. 8) Limitation of Liability. Under no circumstances and under no legal theory,
  359. whether in tort (including negligence), contract, or otherwise, shall the
  360. Licensor be liable to any person for any direct, indirect, special, incidental,
  361. or consequential damages of any character arising as a result of this License
  362. or the use of the Original Work including, without limitation, damages for loss
  363. of goodwill, work stoppage, computer failure or malfunction, or any and all
  364. other commercial damages or losses. This limitation of liability shall not
  365. apply to liability for death or personal injury resulting from Licensor's
  366. negligence to the extent applicable law prohibits such limitation. Some
  367. jurisdictions do not allow the exclusion or limitation of incidental or
  368. consequential damages, so this exclusion and limitation may not apply to You.
  369.  
  370. 9) Acceptance and Termination. If You distribute copies of the Original Work or
  371. a Derivative Work, You must make a reasonable effort under the circumstances to
  372. obtain the express assent of recipients to the terms of this License. Nothing
  373. else but this License (or another written agreement between Licensor and You)
  374. grants You permission to create Derivative Works based upon the Original Work
  375. or to exercise any of the rights granted in Section 1 herein, and any attempt
  376. to do so except under the terms of this License (or another written agreement
  377. between Licensor and You) is expressly prohibited by U.S. copyright law, the
  378. equivalent laws of other countries, and by international treaty. Therefore, by
  379. exercising any of the rights granted to You in Section 1 herein, You indicate
  380. Your acceptance of this License and all of its terms and conditions.
  381.  
  382. 10) Termination for Patent Action. This License shall terminate automatically
  383. and You may no longer exercise any of the rights granted to You by this License
  384. as of the date You commence an action, including a cross-claim or counterclaim,
  385. for patent infringement (i) against Licensor with respect to a patent
  386. applicable to software or (ii) against any entity with respect to a patent
  387. applicable to the Original Work (but excluding combinations of the Original
  388. Work with other software or hardware).
  389.  
  390. 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
  391. License may be brought only in the courts of a jurisdiction wherein the
  392. Licensor resides or in which Licensor conducts its primary business, and under
  393. the laws of that jurisdiction excluding its conflict-of-law provisions. The
  394. application of the United Nations Convention on Contracts for the International
  395. Sale of Goods is expressly excluded. Any use of the Original Work outside the
  396. scope of this License or after its termination shall be subject to the
  397. requirements and penalties of the U.S. Copyright Act, 17 U.S.C. 101 et seq.,
  398. the equivalent laws of other countries, and international treaty. This section
  399. shall survive the termination of this License.
  400.  
  401. 12) Attorneys Fees. In any action to enforce the terms of this License or
  402. seeking damages relating thereto, the prevailing party shall be entitled to
  403. recover its costs and expenses, including, without limitation, reasonable
  404. attorneys' fees and costs incurred in connection with such action, including
  405. any appeal of such action. This section shall survive the termination of this
  406. License.
  407.  
  408. 13) Miscellaneous. This License represents the complete agreement concerning
  409. the subject matter hereof. If any provision of this License is held to be
  410. unenforceable, such provision shall be reformed only to the extent necessary to
  411. make it enforceable.
  412.  
  413. 14) Definition of "You" in This License. "You" throughout this License, whether
  414. in upper or lower case, means an individual or a legal entity exercising rights
  415. under, and complying with all of the terms of, this License. For legal
  416. entities, "You" includes any entity that controls, is controlled by, or is
  417. under common control with you. For purposes of this definition, "control" means
  418. (i) the power, direct or indirect, to cause the direction or management of such
  419. entity, whether by contract or otherwise, or (ii) ownership of fifty percent
  420. (50%) or more of the outstanding shares, or (iii) beneficial ownership of such
  421. entity.
  422.  
  423. 15) Right to Use. You may use the Original Work in all ways not otherwise
  424. restricted or conditioned by this License or by law, and Licensor promises not
  425. to interfere with or be responsible for such uses by You.
  426.  
  427. This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved.
  428. Permission is hereby granted to copy and distribute this license without
  429. modification. This license may not be modified without the express written
  430. permission of its copyright owner.
  431. </pre>
  432. </div>
  433. </div>
  434.  
  435.  
  436. <div class="product">
  437. <span class="title">xdg-user-dirs</span>
  438. <a class="show" href="#">show license</a>
  439. <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xdg-user-dirs">homepage</a></span>
  440. <div class="licence">
  441. <pre>  Copyright (c) 2007 Red Hat, inc
  442.  
  443.   Permission is hereby granted, free of charge, to any person
  444.   obtaining a copy of this software and associated documentation files
  445.   (the "Software"), to deal in the Software without restriction,
  446.   including without limitation the rights to use, copy, modify, merge,
  447.   publish, distribute, sublicense, and/or sell copies of the Software,
  448.   and to permit persons to whom the Software is furnished to do so,
  449.   subject to the following conditions: 
  450.  
  451.   The above copyright notice and this permission notice shall be
  452.   included in all copies or substantial portions of the Software. 
  453.  
  454.   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  455.   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  456.   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  457.   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  458.   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  459.   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  460.   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  461.   SOFTWARE.
  462. </pre>
  463. </div>
  464. </div>
  465.  
  466.  
  467. <div class="product">
  468. <span class="title">Breakpad, An open-source multi-platform crash reporting system</span>
  469. <a class="show" href="#">show license</a>
  470. <span class="homepage"><a href="http://code.google.com/p/google-breakpad/">homepage</a></span>
  471. <div class="licence">
  472. <pre>Copyright (c) 2006, Google Inc.
  473. All rights reserved.
  474.  
  475. Redistribution and use in source and binary forms, with or without
  476. modification, are permitted provided that the following conditions are
  477. met:
  478.  
  479.     * Redistributions of source code must retain the above copyright
  480. notice, this list of conditions and the following disclaimer.
  481.     * Redistributions in binary form must reproduce the above
  482. copyright notice, this list of conditions and the following disclaimer
  483. in the documentation and/or other materials provided with the
  484. distribution.
  485.     * Neither the name of Google Inc. nor the names of its
  486. contributors may be used to endorse or promote products derived from
  487. this software without specific prior written permission.
  488.  
  489. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  490. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  491. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  492. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  493. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  494. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  495. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  496. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  497. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  498. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  499. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  500.  
  501.  
  502. COPYRIGHT AND PERMISSION NOTICE
  503.  
  504. Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel@haxx.se>.
  505.  
  506. All rights reserved.
  507.  
  508. Permission to use, copy, modify, and distribute this software for any purpose
  509. with or without fee is hereby granted, provided that the above copyright
  510. notice and this permission notice appear in all copies.
  511.  
  512. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  513. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  514. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  515. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  516. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  517. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  518. OR OTHER DEALINGS IN THE SOFTWARE.
  519.  
  520. Except as contained in this notice, the name of a copyright holder shall not
  521. be used in advertising or otherwise to promote the sale, use or other dealings
  522. in this Software without prior written authorization of the copyright holder.
  523.  
  524.  
  525. Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
  526.  
  527. @APPLE_LICENSE_HEADER_START@
  528.  
  529. This file contains Original Code and/or Modifications of Original Code
  530. as defined in and that are subject to the Apple Public Source License
  531. Version 2.0 (the 'License'). You may not use this file except in
  532. compliance with the License. Please obtain a copy of the License at
  533. http://www.opensource.apple.com/apsl/ and read it before using this
  534. file.
  535.  
  536. The Original Code and all software distributed under the License are
  537. distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  538. EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  539. INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
  540. FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
  541. Please see the License for the specific language governing rights and
  542. limitations under the License.
  543.  
  544. @APPLE_LICENSE_HEADER_END@
  545.  
  546.  
  547. Copyright 2007-2008 Google Inc.
  548.  
  549. Licensed under the Apache License, Version 2.0 (the "License"); you may not
  550. use this file except in compliance with the License.  You may obtain a copy
  551. of the License at
  552.  
  553. http://www.apache.org/licenses/LICENSE-2.0
  554.  
  555. Unless required by applicable law or agreed to in writing, software
  556. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  557. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
  558. License for the specific language governing permissions and limitations under
  559. the License.
  560. </pre>
  561. </div>
  562. </div>
  563.  
  564.  
  565. <div class="product">
  566. <span class="title">BSDiff</span>
  567. <a class="show" href="#">show license</a>
  568. <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
  569. <div class="licence">
  570. <pre>Copyright 2003-2005 Colin Percival
  571. All rights reserved
  572.  
  573. Redistribution and use in source and binary forms, with or without
  574. modification, are permitted providing that the following conditions 
  575. are met:
  576. 1. Redistributions of source code must retain the above copyright
  577.    notice, this list of conditions and the following disclaimer.
  578. 2. Redistributions in binary form must reproduce the above copyright
  579.    notice, this list of conditions and the following disclaimer in the
  580.    documentation and/or other materials provided with the distribution.
  581.  
  582. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  583. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  584. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  585. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  586. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  587. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  588. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  589. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  590. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  591. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  592. POSSIBILITY OF SUCH DAMAGE.
  593. </pre>
  594. </div>
  595. </div>
  596.  
  597.  
  598. <div class="product">
  599. <span class="title">XZ Utils</span>
  600. <a class="show" href="#">show license</a>
  601. <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
  602. <div class="licence">
  603. <pre>See http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xz/COPYING
  604. </pre>
  605. </div>
  606. </div>
  607.  
  608.  
  609. <div class="product">
  610. <span class="title">Java Native Interface from Android NDK</span>
  611. <a class="show" href="#">show license</a>
  612. <span class="homepage"><a href="http://developer.android.com/sdk/index.html">homepage</a></span>
  613. <div class="licence">
  614. <pre>
  615.                                  Apache License
  616.                            Version 2.0, January 2004
  617.                         http://www.apache.org/licenses/
  618.  
  619.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  620.  
  621.    1. Definitions.
  622.  
  623.       "License" shall mean the terms and conditions for use, reproduction,
  624.       and distribution as defined by Sections 1 through 9 of this document.
  625.  
  626.       "Licensor" shall mean the copyright owner or entity authorized by
  627.       the copyright owner that is granting the License.
  628.  
  629.       "Legal Entity" shall mean the union of the acting entity and all
  630.       other entities that control, are controlled by, or are under common
  631.       control with that entity. For the purposes of this definition,
  632.       "control" means (i) the power, direct or indirect, to cause the
  633.       direction or management of such entity, whether by contract or
  634.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  635.       outstanding shares, or (iii) beneficial ownership of such entity.
  636.  
  637.       "You" (or "Your") shall mean an individual or Legal Entity
  638.       exercising permissions granted by this License.
  639.  
  640.       "Source" form shall mean the preferred form for making modifications,
  641.       including but not limited to software source code, documentation
  642.       source, and configuration files.
  643.  
  644.       "Object" form shall mean any form resulting from mechanical
  645.       transformation or translation of a Source form, including but
  646.       not limited to compiled object code, generated documentation,
  647.       and conversions to other media types.
  648.  
  649.       "Work" shall mean the work of authorship, whether in Source or
  650.       Object form, made available under the License, as indicated by a
  651.       copyright notice that is included in or attached to the work
  652.       (an example is provided in the Appendix below).
  653.  
  654.       "Derivative Works" shall mean any work, whether in Source or Object
  655.       form, that is based on (or derived from) the Work and for which the
  656.       editorial revisions, annotations, elaborations, or other modifications
  657.       represent, as a whole, an original work of authorship. For the purposes
  658.       of this License, Derivative Works shall not include works that remain
  659.       separable from, or merely link (or bind by name) to the interfaces of,
  660.       the Work and Derivative Works thereof.
  661.  
  662.       "Contribution" shall mean any work of authorship, including
  663.       the original version of the Work and any modifications or additions
  664.       to that Work or Derivative Works thereof, that is intentionally
  665.       submitted to Licensor for inclusion in the Work by the copyright owner
  666.       or by an individual or Legal Entity authorized to submit on behalf of
  667.       the copyright owner. For the purposes of this definition, "submitted"
  668.       means any form of electronic, verbal, or written communication sent
  669.       to the Licensor or its representatives, including but not limited to
  670.       communication on electronic mailing lists, source code control systems,
  671.       and issue tracking systems that are managed by, or on behalf of, the
  672.       Licensor for the purpose of discussing and improving the Work, but
  673.       excluding communication that is conspicuously marked or otherwise
  674.       designated in writing by the copyright owner as "Not a Contribution."
  675.  
  676.       "Contributor" shall mean Licensor and any individual or Legal Entity
  677.       on behalf of whom a Contribution has been received by Licensor and
  678.       subsequently incorporated within the Work.
  679.  
  680.    2. Grant of Copyright License. Subject to the terms and conditions of
  681.       this License, each Contributor hereby grants to You a perpetual,
  682.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  683.       copyright license to reproduce, prepare Derivative Works of,
  684.       publicly display, publicly perform, sublicense, and distribute the
  685.       Work and such Derivative Works in Source or Object form.
  686.  
  687.    3. Grant of Patent License. Subject to the terms and conditions of
  688.       this License, each Contributor hereby grants to You a perpetual,
  689.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  690.       (except as stated in this section) patent license to make, have made,
  691.       use, offer to sell, sell, import, and otherwise transfer the Work,
  692.       where such license applies only to those patent claims licensable
  693.       by such Contributor that are necessarily infringed by their
  694.       Contribution(s) alone or by combination of their Contribution(s)
  695.       with the Work to which such Contribution(s) was submitted. If You
  696.       institute patent litigation against any entity (including a
  697.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  698.       or a Contribution incorporated within the Work constitutes direct
  699.       or contributory patent infringement, then any patent licenses
  700.       granted to You under this License for that Work shall terminate
  701.       as of the date such litigation is filed.
  702.  
  703.    4. Redistribution. You may reproduce and distribute copies of the
  704.       Work or Derivative Works thereof in any medium, with or without
  705.       modifications, and in Source or Object form, provided that You
  706.       meet the following conditions:
  707.  
  708.       (a) You must give any other recipients of the Work or
  709.           Derivative Works a copy of this License; and
  710.  
  711.       (b) You must cause any modified files to carry prominent notices
  712.           stating that You changed the files; and
  713.  
  714.       (c) You must retain, in the Source form of any Derivative Works
  715.           that You distribute, all copyright, patent, trademark, and
  716.           attribution notices from the Source form of the Work,
  717.           excluding those notices that do not pertain to any part of
  718.           the Derivative Works; and
  719.  
  720.       (d) If the Work includes a "NOTICE" text file as part of its
  721.           distribution, then any Derivative Works that You distribute must
  722.           include a readable copy of the attribution notices contained
  723.           within such NOTICE file, excluding those notices that do not
  724.           pertain to any part of the Derivative Works, in at least one
  725.           of the following places: within a NOTICE text file distributed
  726.           as part of the Derivative Works; within the Source form or
  727.           documentation, if provided along with the Derivative Works; or,
  728.           within a display generated by the Derivative Works, if and
  729.           wherever such third-party notices normally appear. The contents
  730.           of the NOTICE file are for informational purposes only and
  731.           do not modify the License. You may add Your own attribution
  732.           notices within Derivative Works that You distribute, alongside
  733.           or as an addendum to the NOTICE text from the Work, provided
  734.           that such additional attribution notices cannot be construed
  735.           as modifying the License.
  736.  
  737.       You may add Your own copyright statement to Your modifications and
  738.       may provide additional or different license terms and conditions
  739.       for use, reproduction, or distribution of Your modifications, or
  740.       for any such Derivative Works as a whole, provided Your use,
  741.       reproduction, and distribution of the Work otherwise complies with
  742.       the conditions stated in this License.
  743.  
  744.    5. Submission of Contributions. Unless You explicitly state otherwise,
  745.       any Contribution intentionally submitted for inclusion in the Work
  746.       by You to the Licensor shall be under the terms and conditions of
  747.       this License, without any additional terms or conditions.
  748.       Notwithstanding the above, nothing herein shall supersede or modify
  749.       the terms of any separate license agreement you may have executed
  750.       with Licensor regarding such Contributions.
  751.  
  752.    6. Trademarks. This License does not grant permission to use the trade
  753.       names, trademarks, service marks, or product names of the Licensor,
  754.       except as required for reasonable and customary use in describing the
  755.       origin of the Work and reproducing the content of the NOTICE file.
  756.  
  757.    7. Disclaimer of Warranty. Unless required by applicable law or
  758.       agreed to in writing, Licensor provides the Work (and each
  759.       Contributor provides its Contributions) on an "AS IS" BASIS,
  760.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  761.       implied, including, without limitation, any warranties or conditions
  762.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  763.       PARTICULAR PURPOSE. You are solely responsible for determining the
  764.       appropriateness of using or redistributing the Work and assume any
  765.       risks associated with Your exercise of permissions under this License.
  766.  
  767.    8. Limitation of Liability. In no event and under no legal theory,
  768.       whether in tort (including negligence), contract, or otherwise,
  769.       unless required by applicable law (such as deliberate and grossly
  770.       negligent acts) or agreed to in writing, shall any Contributor be
  771.       liable to You for damages, including any direct, indirect, special,
  772.       incidental, or consequential damages of any character arising as a
  773.       result of this License or out of the use or inability to use the
  774.       Work (including but not limited to damages for loss of goodwill,
  775.       work stoppage, computer failure or malfunction, or any and all
  776.       other commercial damages or losses), even if such Contributor
  777.       has been advised of the possibility of such damages.
  778.  
  779.    9. Accepting Warranty or Additional Liability. While redistributing
  780.       the Work or Derivative Works thereof, You may choose to offer,
  781.       and charge a fee for, acceptance of support, warranty, indemnity,
  782.       or other liability obligations and/or rights consistent with this
  783.       License. However, in accepting such obligations, You may act only
  784.       on Your own behalf and on Your sole responsibility, not on behalf
  785.       of any other Contributor, and only if You agree to indemnify,
  786.       defend, and hold each Contributor harmless for any liability
  787.       incurred by, or claims asserted against, such Contributor by reason
  788.       of your accepting any such warranty or additional liability.
  789.  
  790.    END OF TERMS AND CONDITIONS
  791.  
  792.    APPENDIX: How to apply the Apache License to your work.
  793.  
  794.       To apply the Apache License to your work, attach the following
  795.       boilerplate notice, with the fields enclosed by brackets "[]"
  796.       replaced with your own identifying information. (Don't include
  797.       the brackets!)  The text should be enclosed in the appropriate
  798.       comment syntax for the file format. We also recommend that a
  799.       file or class name and description of purpose be included on the
  800.       same "printed page" as the copyright notice for easier
  801.       identification within third-party archives.
  802.  
  803.    Copyright 2007-2009 Google Inc.
  804.    Copyright 2007-2009 WebDriver committers
  805.  
  806.    Licensed under the Apache License, Version 2.0 (the "License");
  807.    you may not use this file except in compliance with the License.
  808.    You may obtain a copy of the License at
  809.  
  810.        http://www.apache.org/licenses/LICENSE-2.0
  811.  
  812.    Unless required by applicable law or agreed to in writing, software
  813.    distributed under the License is distributed on an "AS IS" BASIS,
  814.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  815.    See the License for the specific language governing permissions and
  816.    limitations under the License.
  817.  
  818. </pre>
  819. </div>
  820. </div>
  821.  
  822.  
  823. <div class="product">
  824. <span class="title">google-jstemplate</span>
  825. <a class="show" href="#">show license</a>
  826. <span class="homepage"><a href="http://code.google.com/p/google-jstemplate/">homepage</a></span>
  827. <div class="licence">
  828. <pre>
  829.                                  Apache License
  830.                            Version 2.0, January 2004
  831.                         http://www.apache.org/licenses/
  832.  
  833.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  834.  
  835.    1. Definitions.
  836.  
  837.       "License" shall mean the terms and conditions for use, reproduction,
  838.       and distribution as defined by Sections 1 through 9 of this document.
  839.  
  840.       "Licensor" shall mean the copyright owner or entity authorized by
  841.       the copyright owner that is granting the License.
  842.  
  843.       "Legal Entity" shall mean the union of the acting entity and all
  844.       other entities that control, are controlled by, or are under common
  845.       control with that entity. For the purposes of this definition,
  846.       "control" means (i) the power, direct or indirect, to cause the
  847.       direction or management of such entity, whether by contract or
  848.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  849.       outstanding shares, or (iii) beneficial ownership of such entity.
  850.  
  851.       "You" (or "Your") shall mean an individual or Legal Entity
  852.       exercising permissions granted by this License.
  853.  
  854.       "Source" form shall mean the preferred form for making modifications,
  855.       including but not limited to software source code, documentation
  856.       source, and configuration files.
  857.  
  858.       "Object" form shall mean any form resulting from mechanical
  859.       transformation or translation of a Source form, including but
  860.       not limited to compiled object code, generated documentation,
  861.       and conversions to other media types.
  862.  
  863.       "Work" shall mean the work of authorship, whether in Source or
  864.       Object form, made available under the License, as indicated by a
  865.       copyright notice that is included in or attached to the work
  866.       (an example is provided in the Appendix below).
  867.  
  868.       "Derivative Works" shall mean any work, whether in Source or Object
  869.       form, that is based on (or derived from) the Work and for which the
  870.       editorial revisions, annotations, elaborations, or other modifications
  871.       represent, as a whole, an original work of authorship. For the purposes
  872.       of this License, Derivative Works shall not include works that remain
  873.       separable from, or merely link (or bind by name) to the interfaces of,
  874.       the Work and Derivative Works thereof.
  875.  
  876.       "Contribution" shall mean any work of authorship, including
  877.       the original version of the Work and any modifications or additions
  878.       to that Work or Derivative Works thereof, that is intentionally
  879.       submitted to Licensor for inclusion in the Work by the copyright owner
  880.       or by an individual or Legal Entity authorized to submit on behalf of
  881.       the copyright owner. For the purposes of this definition, "submitted"
  882.       means any form of electronic, verbal, or written communication sent
  883.       to the Licensor or its representatives, including but not limited to
  884.       communication on electronic mailing lists, source code control systems,
  885.       and issue tracking systems that are managed by, or on behalf of, the
  886.       Licensor for the purpose of discussing and improving the Work, but
  887.       excluding communication that is conspicuously marked or otherwise
  888.       designated in writing by the copyright owner as "Not a Contribution."
  889.  
  890.       "Contributor" shall mean Licensor and any individual or Legal Entity
  891.       on behalf of whom a Contribution has been received by Licensor and
  892.       subsequently incorporated within the Work.
  893.  
  894.    2. Grant of Copyright License. Subject to the terms and conditions of
  895.       this License, each Contributor hereby grants to You a perpetual,
  896.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  897.       copyright license to reproduce, prepare Derivative Works of,
  898.       publicly display, publicly perform, sublicense, and distribute the
  899.       Work and such Derivative Works in Source or Object form.
  900.  
  901.    3. Grant of Patent License. Subject to the terms and conditions of
  902.       this License, each Contributor hereby grants to You a perpetual,
  903.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  904.       (except as stated in this section) patent license to make, have made,
  905.       use, offer to sell, sell, import, and otherwise transfer the Work,
  906.       where such license applies only to those patent claims licensable
  907.       by such Contributor that are necessarily infringed by their
  908.       Contribution(s) alone or by combination of their Contribution(s)
  909.       with the Work to which such Contribution(s) was submitted. If You
  910.       institute patent litigation against any entity (including a
  911.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  912.       or a Contribution incorporated within the Work constitutes direct
  913.       or contributory patent infringement, then any patent licenses
  914.       granted to You under this License for that Work shall terminate
  915.       as of the date such litigation is filed.
  916.  
  917.    4. Redistribution. You may reproduce and distribute copies of the
  918.       Work or Derivative Works thereof in any medium, with or without
  919.       modifications, and in Source or Object form, provided that You
  920.       meet the following conditions:
  921.  
  922.       (a) You must give any other recipients of the Work or
  923.           Derivative Works a copy of this License; and
  924.  
  925.       (b) You must cause any modified files to carry prominent notices
  926.           stating that You changed the files; and
  927.  
  928.       (c) You must retain, in the Source form of any Derivative Works
  929.           that You distribute, all copyright, patent, trademark, and
  930.           attribution notices from the Source form of the Work,
  931.           excluding those notices that do not pertain to any part of
  932.           the Derivative Works; and
  933.  
  934.       (d) If the Work includes a "NOTICE" text file as part of its
  935.           distribution, then any Derivative Works that You distribute must
  936.           include a readable copy of the attribution notices contained
  937.           within such NOTICE file, excluding those notices that do not
  938.           pertain to any part of the Derivative Works, in at least one
  939.           of the following places: within a NOTICE text file distributed
  940.           as part of the Derivative Works; within the Source form or
  941.           documentation, if provided along with the Derivative Works; or,
  942.           within a display generated by the Derivative Works, if and
  943.           wherever such third-party notices normally appear. The contents
  944.           of the NOTICE file are for informational purposes only and
  945.           do not modify the License. You may add Your own attribution
  946.           notices within Derivative Works that You distribute, alongside
  947.           or as an addendum to the NOTICE text from the Work, provided
  948.           that such additional attribution notices cannot be construed
  949.           as modifying the License.
  950.  
  951.       You may add Your own copyright statement to Your modifications and
  952.       may provide additional or different license terms and conditions
  953.       for use, reproduction, or distribution of Your modifications, or
  954.       for any such Derivative Works as a whole, provided Your use,
  955.       reproduction, and distribution of the Work otherwise complies with
  956.       the conditions stated in this License.
  957.  
  958.    5. Submission of Contributions. Unless You explicitly state otherwise,
  959.       any Contribution intentionally submitted for inclusion in the Work
  960.       by You to the Licensor shall be under the terms and conditions of
  961.       this License, without any additional terms or conditions.
  962.       Notwithstanding the above, nothing herein shall supersede or modify
  963.       the terms of any separate license agreement you may have executed
  964.       with Licensor regarding such Contributions.
  965.  
  966.    6. Trademarks. This License does not grant permission to use the trade
  967.       names, trademarks, service marks, or product names of the Licensor,
  968.       except as required for reasonable and customary use in describing the
  969.       origin of the Work and reproducing the content of the NOTICE file.
  970.  
  971.    7. Disclaimer of Warranty. Unless required by applicable law or
  972.       agreed to in writing, Licensor provides the Work (and each
  973.       Contributor provides its Contributions) on an "AS IS" BASIS,
  974.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  975.       implied, including, without limitation, any warranties or conditions
  976.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  977.       PARTICULAR PURPOSE. You are solely responsible for determining the
  978.       appropriateness of using or redistributing the Work and assume any
  979.       risks associated with Your exercise of permissions under this License.
  980.  
  981.    8. Limitation of Liability. In no event and under no legal theory,
  982.       whether in tort (including negligence), contract, or otherwise,
  983.       unless required by applicable law (such as deliberate and grossly
  984.       negligent acts) or agreed to in writing, shall any Contributor be
  985.       liable to You for damages, including any direct, indirect, special,
  986.       incidental, or consequential damages of any character arising as a
  987.       result of this License or out of the use or inability to use the
  988.       Work (including but not limited to damages for loss of goodwill,
  989.       work stoppage, computer failure or malfunction, or any and all
  990.       other commercial damages or losses), even if such Contributor
  991.       has been advised of the possibility of such damages.
  992.  
  993.    9. Accepting Warranty or Additional Liability. While redistributing
  994.       the Work or Derivative Works thereof, You may choose to offer,
  995.       and charge a fee for, acceptance of support, warranty, indemnity,
  996.       or other liability obligations and/or rights consistent with this
  997.       License. However, in accepting such obligations, You may act only
  998.       on Your own behalf and on Your sole responsibility, not on behalf
  999.       of any other Contributor, and only if You agree to indemnify,
  1000.       defend, and hold each Contributor harmless for any liability
  1001.       incurred by, or claims asserted against, such Contributor by reason
  1002.       of your accepting any such warranty or additional liability.
  1003.  
  1004.    END OF TERMS AND CONDITIONS
  1005.  
  1006.    APPENDIX: How to apply the Apache License to your work.
  1007.  
  1008.       To apply the Apache License to your work, attach the following
  1009.       boilerplate notice, with the fields enclosed by brackets "[]"
  1010.       replaced with your own identifying information. (Don't include
  1011.       the brackets!)  The text should be enclosed in the appropriate
  1012.       comment syntax for the file format. We also recommend that a
  1013.       file or class name and description of purpose be included on the
  1014.       same "printed page" as the copyright notice for easier
  1015.       identification within third-party archives.
  1016.  
  1017.    Copyright [yyyy] [name of copyright owner]
  1018.  
  1019.    Licensed under the Apache License, Version 2.0 (the "License");
  1020.    you may not use this file except in compliance with the License.
  1021.    You may obtain a copy of the License at
  1022.  
  1023.        http://www.apache.org/licenses/LICENSE-2.0
  1024.  
  1025.    Unless required by applicable law or agreed to in writing, software
  1026.    distributed under the License is distributed on an "AS IS" BASIS,
  1027.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1028.    See the License for the specific language governing permissions and
  1029.    limitations under the License.
  1030. </pre>
  1031. </div>
  1032. </div>
  1033.  
  1034.  
  1035. <div class="product">
  1036. <span class="title">mock4js</span>
  1037. <a class="show" href="#">show license</a>
  1038. <span class="homepage"><a href="http://mock4js.sourceforge.net/">homepage</a></span>
  1039. <div class="licence">
  1040. <pre>Copyright (C) 2009 by Tung Mac.
  1041.  
  1042. Permission is hereby granted, free of charge, to any person obtaining a copy
  1043. of this software and associated documentation files (the "Software"), to deal
  1044. in the Software without restriction, including without limitation the rights
  1045. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1046. copies of the Software, and to permit persons to whom the Software is
  1047. furnished to do so, subject to the following conditions:
  1048.  
  1049. The above copyright notice and this permission notice shall be included in
  1050. all copies or substantial portions of the Software.
  1051.  
  1052. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1053. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1054. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1055. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1056. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1057. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1058. THE SOFTWARE.
  1059. </pre>
  1060. </div>
  1061. </div>
  1062.  
  1063.  
  1064. <div class="product">
  1065. <span class="title">Mozilla Personal Security Manager</span>
  1066. <a class="show" href="#">show license</a>
  1067. <span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/security/manager/">homepage</a></span>
  1068. <div class="licence">
  1069. <pre>/* ***** BEGIN LICENSE BLOCK *****
  1070.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  1071.  *
  1072.  * The contents of this file are subject to the Mozilla Public License Version
  1073.  * 1.1 (the "License"); you may not use this file except in compliance with
  1074.  * the License. You may obtain a copy of the License at
  1075.  * http://www.mozilla.org/MPL/
  1076.  *
  1077.  * Software distributed under the License is distributed on an "AS IS" basis,
  1078.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  1079.  * for the specific language governing rights and limitations under the
  1080.  * License.
  1081.  *
  1082.  * The Original Code is the Netscape security libraries.
  1083.  *
  1084.  * The Initial Developer of the Original Code is
  1085.  * Netscape Communications Corporation.
  1086.  * Portions created by the Initial Developer are Copyright (C) 2000
  1087.  * the Initial Developer. All Rights Reserved.
  1088.  *
  1089.  * Contributor(s):
  1090.  *
  1091.  * Alternatively, the contents of this file may be used under the terms of
  1092.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  1093.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  1094.  * in which case the provisions of the GPL or the LGPL are applicable instead
  1095.  * of those above. If you wish to allow use of your version of this file only
  1096.  * under the terms of either the GPL or the LGPL, and not to allow others to
  1097.  * use your version of this file under the terms of the MPL, indicate your
  1098.  * decision by deleting the provisions above and replace them with the notice
  1099.  * and other provisions required by the GPL or the LGPL. If you do not delete
  1100.  * the provisions above, a recipient may use your version of this file under
  1101.  * the terms of any one of the MPL, the GPL or the LGPL.
  1102.  *
  1103.  * ***** END LICENSE BLOCK ***** */
  1104. </pre>
  1105. </div>
  1106. </div>
  1107.  
  1108.  
  1109. <div class="product">
  1110. <span class="title">Network Security Services (NSS)</span>
  1111. <a class="show" href="#">show license</a>
  1112. <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
  1113. <div class="licence">
  1114. <pre>/* ***** BEGIN LICENSE BLOCK *****
  1115.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  1116.  *
  1117.  * The contents of this file are subject to the Mozilla Public License Version
  1118.  * 1.1 (the "License"); you may not use this file except in compliance with
  1119.  * the License. You may obtain a copy of the License at
  1120.  * http://www.mozilla.org/MPL/
  1121.  *
  1122.  * Software distributed under the License is distributed on an "AS IS" basis,
  1123.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  1124.  * for the specific language governing rights and limitations under the
  1125.  * License.
  1126.  *
  1127.  * The Original Code is the Netscape security libraries.
  1128.  *
  1129.  * The Initial Developer of the Original Code is
  1130.  * Netscape Communications Corporation.
  1131.  * Portions created by the Initial Developer are Copyright (C) 1994-2000
  1132.  * the Initial Developer. All Rights Reserved.
  1133.  *
  1134.  * Contributor(s):
  1135.  *
  1136.  * Alternatively, the contents of this file may be used under the terms of
  1137.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  1138.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  1139.  * in which case the provisions of the GPL or the LGPL are applicable instead
  1140.  * of those above. If you wish to allow use of your version of this file only
  1141.  * under the terms of either the GPL or the LGPL, and not to allow others to
  1142.  * use your version of this file under the terms of the MPL, indicate your
  1143.  * decision by deleting the provisions above and replace them with the notice
  1144.  * and other provisions required by the GPL or the LGPL. If you do not delete
  1145.  * the provisions above, a recipient may use your version of this file under
  1146.  * the terms of any one of the MPL, the GPL or the LGPL.
  1147.  *
  1148.  * ***** END LICENSE BLOCK ***** */
  1149. </pre>
  1150. </div>
  1151. </div>
  1152.  
  1153.  
  1154. <div class="product">
  1155. <span class="title">google-url</span>
  1156. <a class="show" href="#">show license</a>
  1157. <span class="homepage"><a href="http://code.google.com/p/google-url/">homepage</a></span>
  1158. <div class="licence">
  1159. <pre>Copyright 2007, Google Inc.
  1160. All rights reserved.
  1161.  
  1162. Redistribution and use in source and binary forms, with or without
  1163. modification, are permitted provided that the following conditions are
  1164. met:
  1165.  
  1166.     * Redistributions of source code must retain the above copyright
  1167. notice, this list of conditions and the following disclaimer.
  1168.     * Redistributions in binary form must reproduce the above
  1169. copyright notice, this list of conditions and the following disclaimer
  1170. in the documentation and/or other materials provided with the
  1171. distribution.
  1172.     * Neither the name of Google Inc. nor the names of its
  1173. contributors may be used to endorse or promote products derived from
  1174. this software without specific prior written permission.
  1175.  
  1176. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1177. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1178. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1179. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1180. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1181. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1182. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1183. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1184. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1185. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1186. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1187.  
  1188. -------------------------------------------------------------------------------
  1189.  
  1190. The file url_parse.cc is based on nsURLParsers.cc from Mozilla. This file is
  1191. licensed separately as follows:
  1192.  
  1193. The contents of this file are subject to the Mozilla Public License Version
  1194. 1.1 (the "License"); you may not use this file except in compliance with
  1195. the License. You may obtain a copy of the License at
  1196. http://www.mozilla.org/MPL/
  1197.  
  1198. Software distributed under the License is distributed on an "AS IS" basis,
  1199. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  1200. for the specific language governing rights and limitations under the
  1201. License.
  1202.  
  1203. The Original Code is mozilla.org code.
  1204.  
  1205. The Initial Developer of the Original Code is
  1206. Netscape Communications Corporation.
  1207. Portions created by the Initial Developer are Copyright (C) 1998
  1208. the Initial Developer. All Rights Reserved.
  1209.  
  1210. Contributor(s):
  1211.   Darin Fisher (original author)
  1212.  
  1213. Alternatively, the contents of this file may be used under the terms of
  1214. either the GNU General Public License Version 2 or later (the "GPL"), or
  1215. the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  1216. in which case the provisions of the GPL or the LGPL are applicable instead
  1217. of those above. If you wish to allow use of your version of this file only
  1218. under the terms of either the GPL or the LGPL, and not to allow others to
  1219. use your version of this file under the terms of the MPL, indicate your
  1220. decision by deleting the provisions above and replace them with the notice
  1221. and other provisions required by the GPL or the LGPL. If you do not delete
  1222. the provisions above, a recipient may use your version of this file under
  1223. the terms of any one of the MPL, the GPL or the LGPL.
  1224. </pre>
  1225. </div>
  1226. </div>
  1227.  
  1228.  
  1229. <div class="product">
  1230. <span class="title">native client</span>
  1231. <a class="show" href="#">show license</a>
  1232. <span class="homepage"><a href="http://code.google.com/p/nativeclient">homepage</a></span>
  1233. <div class="licence">
  1234. <pre>Copyright 2008, Google Inc.
  1235. All rights reserved.
  1236.  
  1237. Redistribution and use in source and binary forms, with or without
  1238. modification, are permitted provided that the following conditions are
  1239. met:
  1240.  
  1241.     * Redistributions of source code must retain the above copyright
  1242. notice, this list of conditions and the following disclaimer.
  1243.     * Redistributions in binary form must reproduce the above
  1244. copyright notice, this list of conditions and the following disclaimer
  1245. in the documentation and/or other materials provided with the
  1246. distribution.
  1247.     * Neither the name of Google Inc. nor the names of its
  1248. contributors may be used to endorse or promote products derived from
  1249. this software without specific prior written permission.
  1250.  
  1251. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1252. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1253. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1254. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1255. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1256. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1257. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1258. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1259. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1260. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1261. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1262. </pre>
  1263. </div>
  1264. </div>
  1265.  
  1266.  
  1267. <div class="product">
  1268. <span class="title">Native Client SDK</span>
  1269. <a class="show" href="#">show license</a>
  1270. <span class="homepage"><a href="http://code.google.com/chrome/nativeclient">homepage</a></span>
  1271. <div class="licence">
  1272. <pre>Copyright 2011, The Chromium Authors
  1273. All rights reserved.
  1274.  
  1275. Redistribution and use in source and binary forms, with or without
  1276. modification, are permitted provided that the following conditions are
  1277. met:
  1278.  
  1279.     * Redistributions of source code must retain the above copyright
  1280. notice, this list of conditions and the following disclaimer.
  1281.     * Redistributions in binary form must reproduce the above
  1282. copyright notice, this list of conditions and the following disclaimer
  1283. in the documentation and/or other materials provided with the
  1284. distribution.
  1285.     * Neither the name of Google Inc. nor the names of its
  1286. contributors may be used to endorse or promote products derived from
  1287. this software without specific prior written permission.
  1288.  
  1289. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1290. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1291. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1292. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1293. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1294. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1295. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1296. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1297. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1298. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1299. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1300. </pre>
  1301. </div>
  1302. </div>
  1303.  
  1304.  
  1305. <div class="product">
  1306. <span class="title">Network Security Services (NSS)</span>
  1307. <a class="show" href="#">show license</a>
  1308. <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
  1309. <div class="licence">
  1310. <pre>/* ***** BEGIN LICENSE BLOCK *****
  1311.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  1312.  *
  1313.  * The contents of this file are subject to the Mozilla Public License Version
  1314.  * 1.1 (the "License"); you may not use this file except in compliance with
  1315.  * the License. You may obtain a copy of the License at
  1316.  * http://www.mozilla.org/MPL/
  1317.  *
  1318.  * Software distributed under the License is distributed on an "AS IS" basis,
  1319.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  1320.  * for the specific language governing rights and limitations under the
  1321.  * License.
  1322.  *
  1323.  * The Original Code is the Netscape security libraries.
  1324.  *
  1325.  * The Initial Developer of the Original Code is
  1326.  * Netscape Communications Corporation.
  1327.  * Portions created by the Initial Developer are Copyright (C) 1994-2000
  1328.  * the Initial Developer. All Rights Reserved.
  1329.  *
  1330.  * Contributor(s):
  1331.  *
  1332.  * Alternatively, the contents of this file may be used under the terms of
  1333.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  1334.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  1335.  * in which case the provisions of the GPL or the LGPL are applicable instead
  1336.  * of those above. If you wish to allow use of your version of this file only
  1337.  * under the terms of either the GPL or the LGPL, and not to allow others to
  1338.  * use your version of this file under the terms of the MPL, indicate your
  1339.  * decision by deleting the provisions above and replace them with the notice
  1340.  * and other provisions required by the GPL or the LGPL. If you do not delete
  1341.  * the provisions above, a recipient may use your version of this file under
  1342.  * the terms of any one of the MPL, the GPL or the LGPL.
  1343.  *
  1344.  * ***** END LICENSE BLOCK ***** */
  1345. </pre>
  1346. </div>
  1347. </div>
  1348.  
  1349.  
  1350. <div class="product">
  1351. <span class="title">Spdyshark</span>
  1352. <a class="show" href="#">show license</a>
  1353. <span class="homepage"><a href="http://anonsvn.wireshark.org/wireshark/trunk">homepage</a></span>
  1354. <div class="licence">
  1355. <pre>            GNU GENERAL PUBLIC LICENSE
  1356.                Version 2, June 1991
  1357.  
  1358.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  1359.      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  1360.  Everyone is permitted to copy and distribute verbatim copies
  1361.  of this license document, but changing it is not allowed.
  1362.  
  1363.                 Preamble
  1364.  
  1365.   The licenses for most software are designed to take away your
  1366. freedom to share and change it.  By contrast, the GNU General Public
  1367. License is intended to guarantee your freedom to share and change free
  1368. software--to make sure the software is free for all its users.  This
  1369. General Public License applies to most of the Free Software
  1370. Foundation's software and to any other program whose authors commit to
  1371. using it.  (Some other Free Software Foundation software is covered by
  1372. the GNU Library General Public License instead.)  You can apply it to
  1373. your programs, too.
  1374.  
  1375.   When we speak of free software, we are referring to freedom, not
  1376. price.  Our General Public Licenses are designed to make sure that you
  1377. have the freedom to distribute copies of free software (and charge for
  1378. this service if you wish), that you receive source code or can get it
  1379. if you want it, that you can change the software or use pieces of it
  1380. in new free programs; and that you know you can do these things.
  1381.  
  1382.   To protect your rights, we need to make restrictions that forbid
  1383. anyone to deny you these rights or to ask you to surrender the rights.
  1384. These restrictions translate to certain responsibilities for you if you
  1385. distribute copies of the software, or if you modify it.
  1386.  
  1387.   For example, if you distribute copies of such a program, whether
  1388. gratis or for a fee, you must give the recipients all the rights that
  1389. you have.  You must make sure that they, too, receive or can get the
  1390. source code.  And you must show them these terms so they know their
  1391. rights.
  1392.  
  1393.   We protect your rights with two steps: (1) copyright the software, and
  1394. (2) offer you this license which gives you legal permission to copy,
  1395. distribute and/or modify the software.
  1396.  
  1397.   Also, for each author's protection and ours, we want to make certain
  1398. that everyone understands that there is no warranty for this free
  1399. software.  If the software is modified by someone else and passed on, we
  1400. want its recipients to know that what they have is not the original, so
  1401. that any problems introduced by others will not reflect on the original
  1402. authors' reputations.
  1403.  
  1404.   Finally, any free program is threatened constantly by software
  1405. patents.  We wish to avoid the danger that redistributors of a free
  1406. program will individually obtain patent licenses, in effect making the
  1407. program proprietary.  To prevent this, we have made it clear that any
  1408. patent must be licensed for everyone's free use or not licensed at all.
  1409.  
  1410.   The precise terms and conditions for copying, distribution and
  1411. modification follow.
  1412.  
  1413.             GNU GENERAL PUBLIC LICENSE
  1414.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1415.  
  1416.   0. This License applies to any program or other work which contains
  1417. a notice placed by the copyright holder saying it may be distributed
  1418. under the terms of this General Public License.  The "Program", below,
  1419. refers to any such program or work, and a "work based on the Program"
  1420. means either the Program or any derivative work under copyright law:
  1421. that is to say, a work containing the Program or a portion of it,
  1422. either verbatim or with modifications and/or translated into another
  1423. language.  (Hereinafter, translation is included without limitation in
  1424. the term "modification".)  Each licensee is addressed as "you".
  1425.  
  1426. Activities other than copying, distribution and modification are not
  1427. covered by this License; they are outside its scope.  The act of
  1428. running the Program is not restricted, and the output from the Program
  1429. is covered only if its contents constitute a work based on the
  1430. Program (independent of having been made by running the Program).
  1431. Whether that is true depends on what the Program does.
  1432.  
  1433.   1. You may copy and distribute verbatim copies of the Program's
  1434. source code as you receive it, in any medium, provided that you
  1435. conspicuously and appropriately publish on each copy an appropriate
  1436. copyright notice and disclaimer of warranty; keep intact all the
  1437. notices that refer to this License and to the absence of any warranty;
  1438. and give any other recipients of the Program a copy of this License
  1439. along with the Program.
  1440.  
  1441. You may charge a fee for the physical act of transferring a copy, and
  1442. you may at your option offer warranty protection in exchange for a fee.
  1443.  
  1444.   2. You may modify your copy or copies of the Program or any portion
  1445. of it, thus forming a work based on the Program, and copy and
  1446. distribute such modifications or work under the terms of Section 1
  1447. above, provided that you also meet all of these conditions:
  1448.  
  1449.     a) You must cause the modified files to carry prominent notices
  1450.     stating that you changed the files and the date of any change.
  1451.  
  1452.     b) You must cause any work that you distribute or publish, that in
  1453.     whole or in part contains or is derived from the Program or any
  1454.     part thereof, to be licensed as a whole at no charge to all third
  1455.     parties under the terms of this License.
  1456.  
  1457.     c) If the modified program normally reads commands interactively
  1458.     when run, you must cause it, when started running for such
  1459.     interactive use in the most ordinary way, to print or display an
  1460.     announcement including an appropriate copyright notice and a
  1461.     notice that there is no warranty (or else, saying that you provide
  1462.     a warranty) and that users may redistribute the program under
  1463.     these conditions, and telling the user how to view a copy of this
  1464.     License.  (Exception: if the Program itself is interactive but
  1465.     does not normally print such an announcement, your work based on
  1466.     the Program is not required to print an announcement.)
  1467.  
  1468. These requirements apply to the modified work as a whole.  If
  1469. identifiable sections of that work are not derived from the Program,
  1470. and can be reasonably considered independent and separate works in
  1471. themselves, then this License, and its terms, do not apply to those
  1472. sections when you distribute them as separate works.  But when you
  1473. distribute the same sections as part of a whole which is a work based
  1474. on the Program, the distribution of the whole must be on the terms of
  1475. this License, whose permissions for other licensees extend to the
  1476. entire whole, and thus to each and every part regardless of who wrote it.
  1477.  
  1478. Thus, it is not the intent of this section to claim rights or contest
  1479. your rights to work written entirely by you; rather, the intent is to
  1480. exercise the right to control the distribution of derivative or
  1481. collective works based on the Program.
  1482.  
  1483. In addition, mere aggregation of another work not based on the Program
  1484. with the Program (or with a work based on the Program) on a volume of
  1485. a storage or distribution medium does not bring the other work under
  1486. the scope of this License.
  1487.  
  1488.   3. You may copy and distribute the Program (or a work based on it,
  1489. under Section 2) in object code or executable form under the terms of
  1490. Sections 1 and 2 above provided that you also do one of the following:
  1491.  
  1492.     a) Accompany it with the complete corresponding machine-readable
  1493.     source code, which must be distributed under the terms of Sections
  1494.     1 and 2 above on a medium customarily used for software interchange; or,
  1495.  
  1496.     b) Accompany it with a written offer, valid for at least three
  1497.     years, to give any third party, for a charge no more than your
  1498.     cost of physically performing source distribution, a complete
  1499.     machine-readable copy of the corresponding source code, to be
  1500.     distributed under the terms of Sections 1 and 2 above on a medium
  1501.     customarily used for software interchange; or,
  1502.  
  1503.     c) Accompany it with the information you received as to the offer
  1504.     to distribute corresponding source code.  (This alternative is
  1505.     allowed only for noncommercial distribution and only if you
  1506.     received the program in object code or executable form with such
  1507.     an offer, in accord with Subsection b above.)
  1508.  
  1509. The source code for a work means the preferred form of the work for
  1510. making modifications to it.  For an executable work, complete source
  1511. code means all the source code for all modules it contains, plus any
  1512. associated interface definition files, plus the scripts used to
  1513. control compilation and installation of the executable.  However, as a
  1514. special exception, the source code distributed need not include
  1515. anything that is normally distributed (in either source or binary
  1516. form) with the major components (compiler, kernel, and so on) of the
  1517. operating system on which the executable runs, unless that component
  1518. itself accompanies the executable.
  1519.  
  1520. If distribution of executable or object code is made by offering
  1521. access to copy from a designated place, then offering equivalent
  1522. access to copy the source code from the same place counts as
  1523. distribution of the source code, even though third parties are not
  1524. compelled to copy the source along with the object code.
  1525.  
  1526.   4. You may not copy, modify, sublicense, or distribute the Program
  1527. except as expressly provided under this License.  Any attempt
  1528. otherwise to copy, modify, sublicense or distribute the Program is
  1529. void, and will automatically terminate your rights under this License.
  1530. However, parties who have received copies, or rights, from you under
  1531. this License will not have their licenses terminated so long as such
  1532. parties remain in full compliance.
  1533.  
  1534.   5. You are not required to accept this License, since you have not
  1535. signed it.  However, nothing else grants you permission to modify or
  1536. distribute the Program or its derivative works.  These actions are
  1537. prohibited by law if you do not accept this License.  Therefore, by
  1538. modifying or distributing the Program (or any work based on the
  1539. Program), you indicate your acceptance of this License to do so, and
  1540. all its terms and conditions for copying, distributing or modifying
  1541. the Program or works based on it.
  1542.  
  1543.   6. Each time you redistribute the Program (or any work based on the
  1544. Program), the recipient automatically receives a license from the
  1545. original licensor to copy, distribute or modify the Program subject to
  1546. these terms and conditions.  You may not impose any further
  1547. restrictions on the recipients' exercise of the rights granted herein.
  1548. You are not responsible for enforcing compliance by third parties to
  1549. this License.
  1550.  
  1551.   7. If, as a consequence of a court judgment or allegation of patent
  1552. infringement or for any other reason (not limited to patent issues),
  1553. conditions are imposed on you (whether by court order, agreement or
  1554. otherwise) that contradict the conditions of this License, they do not
  1555. excuse you from the conditions of this License.  If you cannot
  1556. distribute so as to satisfy simultaneously your obligations under this
  1557. License and any other pertinent obligations, then as a consequence you
  1558. may not distribute the Program at all.  For example, if a patent
  1559. license would not permit royalty-free redistribution of the Program by
  1560. all those who receive copies directly or indirectly through you, then
  1561. the only way you could satisfy both it and this License would be to
  1562. refrain entirely from distribution of the Program.
  1563.  
  1564. If any portion of this section is held invalid or unenforceable under
  1565. any particular circumstance, the balance of the section is intended to
  1566. apply and the section as a whole is intended to apply in other
  1567. circumstances.
  1568.  
  1569. It is not the purpose of this section to induce you to infringe any
  1570. patents or other property right claims or to contest validity of any
  1571. such claims; this section has the sole purpose of protecting the
  1572. integrity of the free software distribution system, which is
  1573. implemented by public license practices.  Many people have made
  1574. generous contributions to the wide range of software distributed
  1575. through that system in reliance on consistent application of that
  1576. system; it is up to the author/donor to decide if he or she is willing
  1577. to distribute software through any other system and a licensee cannot
  1578. impose that choice.
  1579.  
  1580. This section is intended to make thoroughly clear what is believed to
  1581. be a consequence of the rest of this License.
  1582.  
  1583.   8. If the distribution and/or use of the Program is restricted in
  1584. certain countries either by patents or by copyrighted interfaces, the
  1585. original copyright holder who places the Program under this License
  1586. may add an explicit geographical distribution limitation excluding
  1587. those countries, so that distribution is permitted only in or among
  1588. countries not thus excluded.  In such case, this License incorporates
  1589. the limitation as if written in the body of this License.
  1590.  
  1591.   9. The Free Software Foundation may publish revised and/or new versions
  1592. of the General Public License from time to time.  Such new versions will
  1593. be similar in spirit to the present version, but may differ in detail to
  1594. address new problems or concerns.
  1595.  
  1596. Each version is given a distinguishing version number.  If the Program
  1597. specifies a version number of this License which applies to it and "any
  1598. later version", you have the option of following the terms and conditions
  1599. either of that version or of any later version published by the Free
  1600. Software Foundation.  If the Program does not specify a version number of
  1601. this License, you may choose any version ever published by the Free Software
  1602. Foundation.
  1603.  
  1604.   10. If you wish to incorporate parts of the Program into other free
  1605. programs whose distribution conditions are different, write to the author
  1606. to ask for permission.  For software which is copyrighted by the Free
  1607. Software Foundation, write to the Free Software Foundation; we sometimes
  1608. make exceptions for this.  Our decision will be guided by the two goals
  1609. of preserving the free status of all derivatives of our free software and
  1610. of promoting the sharing and reuse of software generally.
  1611.  
  1612.                 NO WARRANTY
  1613.  
  1614.   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  1615. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  1616. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  1617. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  1618. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1619. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  1620. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  1621. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  1622. REPAIR OR CORRECTION.
  1623.  
  1624.   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  1625. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  1626. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  1627. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  1628. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  1629. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  1630. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  1631. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  1632. POSSIBILITY OF SUCH DAMAGES.
  1633.  
  1634.              END OF TERMS AND CONDITIONS
  1635.  
  1636.         How to Apply These Terms to Your New Programs
  1637.  
  1638.   If you develop a new program, and you want it to be of the greatest
  1639. possible use to the public, the best way to achieve this is to make it
  1640. free software which everyone can redistribute and change under these terms.
  1641.  
  1642.   To do so, attach the following notices to the program.  It is safest
  1643. to attach them to the start of each source file to most effectively
  1644. convey the exclusion of warranty; and each file should have at least
  1645. the "copyright" line and a pointer to where the full notice is found.
  1646.  
  1647.     <one line to give the program's name and a brief idea of what it does.>
  1648.     Copyright (C) <year>  <name of author>
  1649.  
  1650.     This program is free software; you can redistribute it and/or modify
  1651.     it under the terms of the GNU General Public License as published by
  1652.     the Free Software Foundation; either version 2 of the License, or
  1653.     (at your option) any later version.
  1654.  
  1655.     This program is distributed in the hope that it will be useful,
  1656.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  1657.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1658.     GNU General Public License for more details.
  1659.  
  1660.     You should have received a copy of the GNU General Public License
  1661.     along with this program; if not, write to the Free Software
  1662.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  1663.  
  1664.  
  1665. Also add information on how to contact you by electronic and paper mail.
  1666.  
  1667. If the program is interactive, make it output a short notice like this
  1668. when it starts in an interactive mode:
  1669.  
  1670.     Gnomovision version 69, Copyright (C) year  name of author
  1671.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  1672.     This is free software, and you are welcome to redistribute it
  1673.     under certain conditions; type `show c' for details.
  1674.  
  1675. The hypothetical commands `show w' and `show c' should show the appropriate
  1676. parts of the General Public License.  Of course, the commands you use may
  1677. be called something other than `show w' and `show c'; they could even be
  1678. mouse-clicks or menu items--whatever suits your program.
  1679.  
  1680. You should also get your employer (if you work as a programmer) or your
  1681. school, if any, to sign a "copyright disclaimer" for the program, if
  1682. necessary.  Here is a sample; alter the names:
  1683.  
  1684.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  1685.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  1686.  
  1687.   <signature of Ty Coon>, 1 April 1989
  1688.   Ty Coon, President of Vice
  1689.  
  1690. This General Public License does not permit incorporating your program into
  1691. proprietary programs.  If your program is a subroutine library, you may
  1692. consider it more useful to permit linking proprietary applications with the
  1693. library.  If this is what you want to do, use the GNU Library General
  1694. Public License instead of this License.
  1695. </pre>
  1696. </div>
  1697. </div>
  1698.  
  1699.  
  1700. <div class="product">
  1701. <span class="title">PPAPI</span>
  1702. <a class="show" href="#">show license</a>
  1703. <span class="homepage"><a href="http://code.google.com/p/ppapi">homepage</a></span>
  1704. <div class="licence">
  1705. <pre>// Copyright (c) 2012 The Chromium Authors. All rights reserved.
  1706. //
  1707. // Redistribution and use in source and binary forms, with or without
  1708. // modification, are permitted provided that the following conditions are
  1709. // met:
  1710. //
  1711. //    * Redistributions of source code must retain the above copyright
  1712. // notice, this list of conditions and the following disclaimer.
  1713. //    * Redistributions in binary form must reproduce the above
  1714. // copyright notice, this list of conditions and the following disclaimer
  1715. // in the documentation and/or other materials provided with the
  1716. // distribution.
  1717. //    * Neither the name of Google Inc. nor the names of its
  1718. // contributors may be used to endorse or promote products derived from
  1719. // this software without specific prior written permission.
  1720. //
  1721. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1722. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1723. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1724. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1725. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1726. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1727. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1728. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1729. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1730. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1731. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1732.  
  1733.  
  1734. /*
  1735. ** Copyright (c) 2007-2010 The Khronos Group Inc.
  1736. **
  1737. ** Permission is hereby granted, free of charge, to any person obtaining a
  1738. ** copy of this software and/or associated documentation files (the
  1739. ** "Materials"), to deal in the Materials without restriction, including
  1740. ** without limitation the rights to use, copy, modify, merge, publish,
  1741. ** distribute, sublicense, and/or sell copies of the Materials, and to
  1742. ** permit persons to whom the Materials are furnished to do so, subject to
  1743. ** the following conditions:
  1744. **
  1745. ** The above copyright notice and this permission notice shall be included
  1746. ** in all copies or substantial portions of the Materials.
  1747. **
  1748. ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1749. ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1750. ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1751. ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1752. ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1753. ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1754. ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  1755. */
  1756. </pre>
  1757. </div>
  1758. </div>
  1759.  
  1760.  
  1761. <div class="product">
  1762. <span class="title">seccompsandbox</span>
  1763. <a class="show" href="#">show license</a>
  1764. <span class="homepage"><a href="http://code.google.com/p/seccompsandbox">homepage</a></span>
  1765. <div class="licence">
  1766. <pre>// Copyright (c) 2010 The Chromium Authors. All rights reserved.
  1767. //
  1768. // Redistribution and use in source and binary forms, with or without
  1769. // modification, are permitted provided that the following conditions are
  1770. // met:
  1771. //
  1772. //    * Redistributions of source code must retain the above copyright
  1773. // notice, this list of conditions and the following disclaimer.
  1774. //    * Redistributions in binary form must reproduce the above
  1775. // copyright notice, this list of conditions and the following disclaimer
  1776. // in the documentation and/or other materials provided with the
  1777. // distribution.
  1778. //    * Neither the name of Google Inc. nor the names of its
  1779. // contributors may be used to endorse or promote products derived from
  1780. // this software without specific prior written permission.
  1781. //
  1782. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1783. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1784. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1785. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1786. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1787. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1788. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1789. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1790. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1791. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1792. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1793. </pre>
  1794. </div>
  1795. </div>
  1796.  
  1797.  
  1798. <div class="product">
  1799. <span class="title">open-vcdiff</span>
  1800. <a class="show" href="#">show license</a>
  1801. <span class="homepage"><a href="http://code.google.com/p/open-vcdiff">homepage</a></span>
  1802. <div class="licence">
  1803. <pre>
  1804.                                  Apache License
  1805.                            Version 2.0, January 2004
  1806.                         http://www.apache.org/licenses/
  1807.  
  1808.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  1809.  
  1810.    1. Definitions.
  1811.  
  1812.       "License" shall mean the terms and conditions for use, reproduction,
  1813.       and distribution as defined by Sections 1 through 9 of this document.
  1814.  
  1815.       "Licensor" shall mean the copyright owner or entity authorized by
  1816.       the copyright owner that is granting the License.
  1817.  
  1818.       "Legal Entity" shall mean the union of the acting entity and all
  1819.       other entities that control, are controlled by, or are under common
  1820.       control with that entity. For the purposes of this definition,
  1821.       "control" means (i) the power, direct or indirect, to cause the
  1822.       direction or management of such entity, whether by contract or
  1823.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  1824.       outstanding shares, or (iii) beneficial ownership of such entity.
  1825.  
  1826.       "You" (or "Your") shall mean an individual or Legal Entity
  1827.       exercising permissions granted by this License.
  1828.  
  1829.       "Source" form shall mean the preferred form for making modifications,
  1830.       including but not limited to software source code, documentation
  1831.       source, and configuration files.
  1832.  
  1833.       "Object" form shall mean any form resulting from mechanical
  1834.       transformation or translation of a Source form, including but
  1835.       not limited to compiled object code, generated documentation,
  1836.       and conversions to other media types.
  1837.  
  1838.       "Work" shall mean the work of authorship, whether in Source or
  1839.       Object form, made available under the License, as indicated by a
  1840.       copyright notice that is included in or attached to the work
  1841.       (an example is provided in the Appendix below).
  1842.  
  1843.       "Derivative Works" shall mean any work, whether in Source or Object
  1844.       form, that is based on (or derived from) the Work and for which the
  1845.       editorial revisions, annotations, elaborations, or other modifications
  1846.       represent, as a whole, an original work of authorship. For the purposes
  1847.       of this License, Derivative Works shall not include works that remain
  1848.       separable from, or merely link (or bind by name) to the interfaces of,
  1849.       the Work and Derivative Works thereof.
  1850.  
  1851.       "Contribution" shall mean any work of authorship, including
  1852.       the original version of the Work and any modifications or additions
  1853.       to that Work or Derivative Works thereof, that is intentionally
  1854.       submitted to Licensor for inclusion in the Work by the copyright owner
  1855.       or by an individual or Legal Entity authorized to submit on behalf of
  1856.       the copyright owner. For the purposes of this definition, "submitted"
  1857.       means any form of electronic, verbal, or written communication sent
  1858.       to the Licensor or its representatives, including but not limited to
  1859.       communication on electronic mailing lists, source code control systems,
  1860.       and issue tracking systems that are managed by, or on behalf of, the
  1861.       Licensor for the purpose of discussing and improving the Work, but
  1862.       excluding communication that is conspicuously marked or otherwise
  1863.       designated in writing by the copyright owner as "Not a Contribution."
  1864.  
  1865.       "Contributor" shall mean Licensor and any individual or Legal Entity
  1866.       on behalf of whom a Contribution has been received by Licensor and
  1867.       subsequently incorporated within the Work.
  1868.  
  1869.    2. Grant of Copyright License. Subject to the terms and conditions of
  1870.       this License, each Contributor hereby grants to You a perpetual,
  1871.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1872.       copyright license to reproduce, prepare Derivative Works of,
  1873.       publicly display, publicly perform, sublicense, and distribute the
  1874.       Work and such Derivative Works in Source or Object form.
  1875.  
  1876.    3. Grant of Patent License. Subject to the terms and conditions of
  1877.       this License, each Contributor hereby grants to You a perpetual,
  1878.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1879.       (except as stated in this section) patent license to make, have made,
  1880.       use, offer to sell, sell, import, and otherwise transfer the Work,
  1881.       where such license applies only to those patent claims licensable
  1882.       by such Contributor that are necessarily infringed by their
  1883.       Contribution(s) alone or by combination of their Contribution(s)
  1884.       with the Work to which such Contribution(s) was submitted. If You
  1885.       institute patent litigation against any entity (including a
  1886.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  1887.       or a Contribution incorporated within the Work constitutes direct
  1888.       or contributory patent infringement, then any patent licenses
  1889.       granted to You under this License for that Work shall terminate
  1890.       as of the date such litigation is filed.
  1891.  
  1892.    4. Redistribution. You may reproduce and distribute copies of the
  1893.       Work or Derivative Works thereof in any medium, with or without
  1894.       modifications, and in Source or Object form, provided that You
  1895.       meet the following conditions:
  1896.  
  1897.       (a) You must give any other recipients of the Work or
  1898.           Derivative Works a copy of this License; and
  1899.  
  1900.       (b) You must cause any modified files to carry prominent notices
  1901.           stating that You changed the files; and
  1902.  
  1903.       (c) You must retain, in the Source form of any Derivative Works
  1904.           that You distribute, all copyright, patent, trademark, and
  1905.           attribution notices from the Source form of the Work,
  1906.           excluding those notices that do not pertain to any part of
  1907.           the Derivative Works; and
  1908.  
  1909.       (d) If the Work includes a "NOTICE" text file as part of its
  1910.           distribution, then any Derivative Works that You distribute must
  1911.           include a readable copy of the attribution notices contained
  1912.           within such NOTICE file, excluding those notices that do not
  1913.           pertain to any part of the Derivative Works, in at least one
  1914.           of the following places: within a NOTICE text file distributed
  1915.           as part of the Derivative Works; within the Source form or
  1916.           documentation, if provided along with the Derivative Works; or,
  1917.           within a display generated by the Derivative Works, if and
  1918.           wherever such third-party notices normally appear. The contents
  1919.           of the NOTICE file are for informational purposes only and
  1920.           do not modify the License. You may add Your own attribution
  1921.           notices within Derivative Works that You distribute, alongside
  1922.           or as an addendum to the NOTICE text from the Work, provided
  1923.           that such additional attribution notices cannot be construed
  1924.           as modifying the License.
  1925.  
  1926.       You may add Your own copyright statement to Your modifications and
  1927.       may provide additional or different license terms and conditions
  1928.       for use, reproduction, or distribution of Your modifications, or
  1929.       for any such Derivative Works as a whole, provided Your use,
  1930.       reproduction, and distribution of the Work otherwise complies with
  1931.       the conditions stated in this License.
  1932.  
  1933.    5. Submission of Contributions. Unless You explicitly state otherwise,
  1934.       any Contribution intentionally submitted for inclusion in the Work
  1935.       by You to the Licensor shall be under the terms and conditions of
  1936.       this License, without any additional terms or conditions.
  1937.       Notwithstanding the above, nothing herein shall supersede or modify
  1938.       the terms of any separate license agreement you may have executed
  1939.       with Licensor regarding such Contributions.
  1940.  
  1941.    6. Trademarks. This License does not grant permission to use the trade
  1942.       names, trademarks, service marks, or product names of the Licensor,
  1943.       except as required for reasonable and customary use in describing the
  1944.       origin of the Work and reproducing the content of the NOTICE file.
  1945.  
  1946.    7. Disclaimer of Warranty. Unless required by applicable law or
  1947.       agreed to in writing, Licensor provides the Work (and each
  1948.       Contributor provides its Contributions) on an "AS IS" BASIS,
  1949.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1950.       implied, including, without limitation, any warranties or conditions
  1951.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1952.       PARTICULAR PURPOSE. You are solely responsible for determining the
  1953.       appropriateness of using or redistributing the Work and assume any
  1954.       risks associated with Your exercise of permissions under this License.
  1955.  
  1956.    8. Limitation of Liability. In no event and under no legal theory,
  1957.       whether in tort (including negligence), contract, or otherwise,
  1958.       unless required by applicable law (such as deliberate and grossly
  1959.       negligent acts) or agreed to in writing, shall any Contributor be
  1960.       liable to You for damages, including any direct, indirect, special,
  1961.       incidental, or consequential damages of any character arising as a
  1962.       result of this License or out of the use or inability to use the
  1963.       Work (including but not limited to damages for loss of goodwill,
  1964.       work stoppage, computer failure or malfunction, or any and all
  1965.       other commercial damages or losses), even if such Contributor
  1966.       has been advised of the possibility of such damages.
  1967.  
  1968.    9. Accepting Warranty or Additional Liability. While redistributing
  1969.       the Work or Derivative Works thereof, You may choose to offer,
  1970.       and charge a fee for, acceptance of support, warranty, indemnity,
  1971.       or other liability obligations and/or rights consistent with this
  1972.       License. However, in accepting such obligations, You may act only
  1973.       on Your own behalf and on Your sole responsibility, not on behalf
  1974.       of any other Contributor, and only if You agree to indemnify,
  1975.       defend, and hold each Contributor harmless for any liability
  1976.       incurred by, or claims asserted against, such Contributor by reason
  1977.       of your accepting any such warranty or additional liability.
  1978.  
  1979.    END OF TERMS AND CONDITIONS
  1980.  
  1981.    APPENDIX: How to apply the Apache License to your work.
  1982.  
  1983.       To apply the Apache License to your work, attach the following
  1984.       boilerplate notice, with the fields enclosed by brackets "[]"
  1985.       replaced with your own identifying information. (Don't include
  1986.       the brackets!)  The text should be enclosed in the appropriate
  1987.       comment syntax for the file format. We also recommend that a
  1988.       file or class name and description of purpose be included on the
  1989.       same "printed page" as the copyright notice for easier
  1990.       identification within third-party archives.
  1991.  
  1992.    Copyright (c) 2008, Google Inc.
  1993.  
  1994.    Licensed under the Apache License, Version 2.0 (the "License");
  1995.    you may not use this file except in compliance with the License.
  1996.    You may obtain a copy of the License at
  1997.  
  1998.        http://www.apache.org/licenses/LICENSE-2.0
  1999.  
  2000.    Unless required by applicable law or agreed to in writing, software
  2001.    distributed under the License is distributed on an "AS IS" BASIS,
  2002.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2003.    See the License for the specific language governing permissions and
  2004.    limitations under the License.
  2005. </pre>
  2006. </div>
  2007. </div>
  2008.  
  2009.  
  2010. <div class="product">
  2011. <span class="title">Google Toolbox for Mac</span>
  2012. <a class="show" href="#">show license</a>
  2013. <span class="homepage"><a href="http://code.google.com/p/google-toolbox-for-mac/">homepage</a></span>
  2014. <div class="licence">
  2015. <pre>
  2016.                                  Apache License
  2017.                            Version 2.0, January 2004
  2018.                         http://www.apache.org/licenses/
  2019.  
  2020.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  2021.  
  2022.    1. Definitions.
  2023.  
  2024.       "License" shall mean the terms and conditions for use, reproduction,
  2025.       and distribution as defined by Sections 1 through 9 of this document.
  2026.  
  2027.       "Licensor" shall mean the copyright owner or entity authorized by
  2028.       the copyright owner that is granting the License.
  2029.  
  2030.       "Legal Entity" shall mean the union of the acting entity and all
  2031.       other entities that control, are controlled by, or are under common
  2032.       control with that entity. For the purposes of this definition,
  2033.       "control" means (i) the power, direct or indirect, to cause the
  2034.       direction or management of such entity, whether by contract or
  2035.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  2036.       outstanding shares, or (iii) beneficial ownership of such entity.
  2037.  
  2038.       "You" (or "Your") shall mean an individual or Legal Entity
  2039.       exercising permissions granted by this License.
  2040.  
  2041.       "Source" form shall mean the preferred form for making modifications,
  2042.       including but not limited to software source code, documentation
  2043.       source, and configuration files.
  2044.  
  2045.       "Object" form shall mean any form resulting from mechanical
  2046.       transformation or translation of a Source form, including but
  2047.       not limited to compiled object code, generated documentation,
  2048.       and conversions to other media types.
  2049.  
  2050.       "Work" shall mean the work of authorship, whether in Source or
  2051.       Object form, made available under the License, as indicated by a
  2052.       copyright notice that is included in or attached to the work
  2053.       (an example is provided in the Appendix below).
  2054.  
  2055.       "Derivative Works" shall mean any work, whether in Source or Object
  2056.       form, that is based on (or derived from) the Work and for which the
  2057.       editorial revisions, annotations, elaborations, or other modifications
  2058.       represent, as a whole, an original work of authorship. For the purposes
  2059.       of this License, Derivative Works shall not include works that remain
  2060.       separable from, or merely link (or bind by name) to the interfaces of,
  2061.       the Work and Derivative Works thereof.
  2062.  
  2063.       "Contribution" shall mean any work of authorship, including
  2064.       the original version of the Work and any modifications or additions
  2065.       to that Work or Derivative Works thereof, that is intentionally
  2066.       submitted to Licensor for inclusion in the Work by the copyright owner
  2067.       or by an individual or Legal Entity authorized to submit on behalf of
  2068.       the copyright owner. For the purposes of this definition, "submitted"
  2069.       means any form of electronic, verbal, or written communication sent
  2070.       to the Licensor or its representatives, including but not limited to
  2071.       communication on electronic mailing lists, source code control systems,
  2072.       and issue tracking systems that are managed by, or on behalf of, the
  2073.       Licensor for the purpose of discussing and improving the Work, but
  2074.       excluding communication that is conspicuously marked or otherwise
  2075.       designated in writing by the copyright owner as "Not a Contribution."
  2076.  
  2077.       "Contributor" shall mean Licensor and any individual or Legal Entity
  2078.       on behalf of whom a Contribution has been received by Licensor and
  2079.       subsequently incorporated within the Work.
  2080.  
  2081.    2. Grant of Copyright License. Subject to the terms and conditions of
  2082.       this License, each Contributor hereby grants to You a perpetual,
  2083.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2084.       copyright license to reproduce, prepare Derivative Works of,
  2085.       publicly display, publicly perform, sublicense, and distribute the
  2086.       Work and such Derivative Works in Source or Object form.
  2087.  
  2088.    3. Grant of Patent License. Subject to the terms and conditions of
  2089.       this License, each Contributor hereby grants to You a perpetual,
  2090.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  2091.       (except as stated in this section) patent license to make, have made,
  2092.       use, offer to sell, sell, import, and otherwise transfer the Work,
  2093.       where such license applies only to those patent claims licensable
  2094.       by such Contributor that are necessarily infringed by their
  2095.       Contribution(s) alone or by combination of their Contribution(s)
  2096.       with the Work to which such Contribution(s) was submitted. If You
  2097.       institute patent litigation against any entity (including a
  2098.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  2099.       or a Contribution incorporated within the Work constitutes direct
  2100.       or contributory patent infringement, then any patent licenses
  2101.       granted to You under this License for that Work shall terminate
  2102.       as of the date such litigation is filed.
  2103.  
  2104.    4. Redistribution. You may reproduce and distribute copies of the
  2105.       Work or Derivative Works thereof in any medium, with or without
  2106.       modifications, and in Source or Object form, provided that You
  2107.       meet the following conditions:
  2108.  
  2109.       (a) You must give any other recipients of the Work or
  2110.           Derivative Works a copy of this License; and
  2111.  
  2112.       (b) You must cause any modified files to carry prominent notices
  2113.           stating that You changed the files; and
  2114.  
  2115.       (c) You must retain, in the Source form of any Derivative Works
  2116.           that You distribute, all copyright, patent, trademark, and
  2117.           attribution notices from the Source form of the Work,
  2118.           excluding those notices that do not pertain to any part of
  2119.           the Derivative Works; and
  2120.  
  2121.       (d) If the Work includes a "NOTICE" text file as part of its
  2122.           distribution, then any Derivative Works that You distribute must
  2123.           include a readable copy of the attribution notices contained
  2124.           within such NOTICE file, excluding those notices that do not
  2125.           pertain to any part of the Derivative Works, in at least one
  2126.           of the following places: within a NOTICE text file distributed
  2127.           as part of the Derivative Works; within the Source form or
  2128.           documentation, if provided along with the Derivative Works; or,
  2129.           within a display generated by the Derivative Works, if and
  2130.           wherever such third-party notices normally appear. The contents
  2131.           of the NOTICE file are for informational purposes only and
  2132.           do not modify the License. You may add Your own attribution
  2133.           notices within Derivative Works that You distribute, alongside
  2134.           or as an addendum to the NOTICE text from the Work, provided
  2135.           that such additional attribution notices cannot be construed
  2136.           as modifying the License.
  2137.  
  2138.       You may add Your own copyright statement to Your modifications and
  2139.       may provide additional or different license terms and conditions
  2140.       for use, reproduction, or distribution of Your modifications, or
  2141.       for any such Derivative Works as a whole, provided Your use,
  2142.       reproduction, and distribution of the Work otherwise complies with
  2143.       the conditions stated in this License.
  2144.  
  2145.    5. Submission of Contributions. Unless You explicitly state otherwise,
  2146.       any Contribution intentionally submitted for inclusion in the Work
  2147.       by You to the Licensor shall be under the terms and conditions of
  2148.       this License, without any additional terms or conditions.
  2149.       Notwithstanding the above, nothing herein shall supersede or modify
  2150.       the terms of any separate license agreement you may have executed
  2151.       with Licensor regarding such Contributions.
  2152.  
  2153.    6. Trademarks. This License does not grant permission to use the trade
  2154.       names, trademarks, service marks, or product names of the Licensor,
  2155.       except as required for reasonable and customary use in describing the
  2156.       origin of the Work and reproducing the content of the NOTICE file.
  2157.  
  2158.    7. Disclaimer of Warranty. Unless required by applicable law or
  2159.       agreed to in writing, Licensor provides the Work (and each
  2160.       Contributor provides its Contributions) on an "AS IS" BASIS,
  2161.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  2162.       implied, including, without limitation, any warranties or conditions
  2163.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  2164.       PARTICULAR PURPOSE. You are solely responsible for determining the
  2165.       appropriateness of using or redistributing the Work and assume any
  2166.       risks associated with Your exercise of permissions under this License.
  2167.  
  2168.    8. Limitation of Liability. In no event and under no legal theory,
  2169.       whether in tort (including negligence), contract, or otherwise,
  2170.       unless required by applicable law (such as deliberate and grossly
  2171.       negligent acts) or agreed to in writing, shall any Contributor be
  2172.       liable to You for damages, including any direct, indirect, special,
  2173.       incidental, or consequential damages of any character arising as a
  2174.       result of this License or out of the use or inability to use the
  2175.       Work (including but not limited to damages for loss of goodwill,
  2176.       work stoppage, computer failure or malfunction, or any and all
  2177.       other commercial damages or losses), even if such Contributor
  2178.       has been advised of the possibility of such damages.
  2179.  
  2180.    9. Accepting Warranty or Additional Liability. While redistributing
  2181.       the Work or Derivative Works thereof, You may choose to offer,
  2182.       and charge a fee for, acceptance of support, warranty, indemnity,
  2183.       or other liability obligations and/or rights consistent with this
  2184.       License. However, in accepting such obligations, You may act only
  2185.       on Your own behalf and on Your sole responsibility, not on behalf
  2186.       of any other Contributor, and only if You agree to indemnify,
  2187.       defend, and hold each Contributor harmless for any liability
  2188.       incurred by, or claims asserted against, such Contributor by reason
  2189.       of your accepting any such warranty or additional liability.
  2190.  
  2191.    END OF TERMS AND CONDITIONS
  2192.  
  2193.    APPENDIX: How to apply the Apache License to your work.
  2194.  
  2195.       To apply the Apache License to your work, attach the following
  2196.       boilerplate notice, with the fields enclosed by brackets "[]"
  2197.       replaced with your own identifying information. (Don't include
  2198.       the brackets!)  The text should be enclosed in the appropriate
  2199.       comment syntax for the file format. We also recommend that a
  2200.       file or class name and description of purpose be included on the
  2201.       same "printed page" as the copyright notice for easier
  2202.       identification within third-party archives.
  2203.  
  2204.    Copyright 2007 Google Inc.
  2205.  
  2206.    Licensed under the Apache License, Version 2.0 (the "License");
  2207.    you may not use this file except in compliance with the License.
  2208.    You may obtain a copy of the License at
  2209.  
  2210.        http://www.apache.org/licenses/LICENSE-2.0
  2211.  
  2212.    Unless required by applicable law or agreed to in writing, software
  2213.    distributed under the License is distributed on an "AS IS" BASIS,
  2214.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2215.    See the License for the specific language governing permissions and
  2216.    limitations under the License.</pre>
  2217. </div>
  2218. </div>
  2219.  
  2220.  
  2221. <div class="product">
  2222. <span class="title">WebKit</span>
  2223. <a class="show" href="#">show license</a>
  2224. <span class="homepage"><a href="http://webkit.org/">homepage</a></span>
  2225. <div class="licence">
  2226. <pre>(WebKit doesn't distribute an explicit license.  This LICENSE is derived from
  2227. license text in the source.)
  2228.  
  2229. Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
  2230. 2006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan
  2231. Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti
  2232. Koivisto, Apple Inc., Arthur Langereis, Baron Schwartz, Bjoern Graf,
  2233. Brent Fulgham, Cameron Zwarich, Charles Samuels, Christian Dywan,
  2234. Collabora Ltd., Cyrus Patel, Daniel Molkentin, Dave Maclachlan, David
  2235. Smith, Dawit Alemayehu, Dirk Mueller, Dirk Schulze, Don Gibson, Enrico
  2236. Ros, Eric Seidel, Frederik Holljen, Frerich Raabe, Friedmann Kleint,
  2237. George Staikos, Google Inc., Graham Dennis, Harri Porten, Henry Mason,
  2238. Hiroyuki Ikezoe, Holger Hans Peter Freyther, IBM, James G. Speth, Jan
  2239. Alonzo, Jean-Loup Gailly, John Reis, Jonas Witt, Jon Shier, Jonas
  2240. Witt, Julien Chaffraix, Justin Haygood, Kevin Ollivier, Kevin Watters,
  2241. Kimmo Kinnunen, Kouhei Sutou, Krzysztof Kowalczyk, Lars Knoll, Luca
  2242. Bruno, Maks Orlovich, Malte Starostik, Mark Adler, Martin Jones,
  2243. Marvin Decker, Matt Lilek, Michael Emmel, Mitz Pettel, mozilla.org,
  2244. Netscape Communications Corporation, Nicholas Shanks, Nikolas
  2245. Zimmermann, Nokia, Oliver Hunt, Opened Hand, Paul Johnston, Peter
  2246. Kelly, Pioneer Research Center USA, Rich Moore, Rob Buis, Robin Dunn,
  2247. Ronald Tschal├ñr, Samuel Weinig, Simon Hausmann, Staikos Computing
  2248. Services Inc., Stefan Schimanski, Symantec Corporation, The Dojo
  2249. Foundation, The Karbon Developers, Thomas Boyer, Tim Copperfield,
  2250. Tobias Anton, Torben Weis, Trolltech, University of Cambridge, Vaclav
  2251. Slavik, Waldo Bastian, Xan Lopez, Zack Rusin
  2252.  
  2253. The terms and conditions vary from file to file, but are one of:
  2254.  
  2255. Redistribution and use in source and binary forms, with or without
  2256. modification, are permitted provided that the following conditions are
  2257. met:
  2258.  
  2259. 1. Redistributions of source code must retain the above copyright
  2260.    notice, this list of conditions and the following disclaimer.
  2261.  
  2262. 2. Redistributions in binary form must reproduce the above copyright
  2263.    notice, this list of conditions and the following disclaimer in the
  2264.    documentation and/or other materials provided with the
  2265.    distribution.
  2266.  
  2267. *OR*
  2268.  
  2269. Redistribution and use in source and binary forms, with or without
  2270. modification, are permitted provided that the following conditions are
  2271. met:
  2272.  
  2273. 1. Redistributions of source code must retain the above copyright
  2274.    notice, this list of conditions and the following disclaimer.
  2275. 2. Redistributions in binary form must reproduce the above copyright
  2276.    notice, this list of conditions and the following disclaimer in the
  2277.    documentation and/or other materials provided with the
  2278.    distribution.
  2279. 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
  2280.    its contributors may be used to endorse or promote products derived
  2281.    from this software without specific prior written permission.
  2282.  
  2283. THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
  2284. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  2285. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  2286. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
  2287. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  2288. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  2289. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  2290. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  2291.  
  2292. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  2293. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  2294. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  2295.  
  2296.  
  2297.                   GNU LIBRARY GENERAL PUBLIC LICENSE
  2298.                        Version 2, June 1991
  2299.  
  2300.  Copyright (C) 1991 Free Software Foundation, Inc.
  2301.  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  2302.  Everyone is permitted to copy and distribute verbatim copies
  2303.  of this license document, but changing it is not allowed.
  2304.  
  2305. [This is the first released version of the library GPL.  It is
  2306.  numbered 2 because it goes with version 2 of the ordinary GPL.]
  2307.  
  2308.                             Preamble
  2309.  
  2310.   The licenses for most software are designed to take away your
  2311. freedom to share and change it.  By contrast, the GNU General Public
  2312. Licenses are intended to guarantee your freedom to share and change
  2313. free software--to make sure the software is free for all its users.
  2314.  
  2315.   This license, the Library General Public License, applies to some
  2316. specially designated Free Software Foundation software, and to any
  2317. other libraries whose authors decide to use it.  You can use it for
  2318. your libraries, too.
  2319.  
  2320.   When we speak of free software, we are referring to freedom, not
  2321. price.  Our General Public Licenses are designed to make sure that you
  2322. have the freedom to distribute copies of free software (and charge for
  2323. this service if you wish), that you receive source code or can get it
  2324. if you want it, that you can change the software or use pieces of it
  2325. in new free programs; and that you know you can do these things.
  2326.  
  2327.   To protect your rights, we need to make restrictions that forbid
  2328. anyone to deny you these rights or to ask you to surrender the rights.
  2329. These restrictions translate to certain responsibilities for you if
  2330. you distribute copies of the library, or if you modify it.
  2331.  
  2332.   For example, if you distribute copies of the library, whether gratis
  2333. or for a fee, you must give the recipients all the rights that we gave
  2334. you.  You must make sure that they, too, receive or can get the source
  2335. code.  If you link a program with the library, you must provide
  2336. complete object files to the recipients so that they can relink them
  2337. with the library, after making changes to the library and recompiling
  2338. it.  And you must show them these terms so they know their rights.
  2339.  
  2340.   Our method of protecting your rights has two steps: (1) copyright
  2341. the library, and (2) offer you this license which gives you legal
  2342. permission to copy, distribute and/or modify the library.
  2343.  
  2344.   Also, for each distributor's protection, we want to make certain
  2345. that everyone understands that there is no warranty for this free
  2346. library.  If the library is modified by someone else and passed on, we
  2347. want its recipients to know that what they have is not the original
  2348. version, so that any problems introduced by others will not reflect on
  2349. the original authors' reputations.
  2350.  
  2351.   Finally, any free program is threatened constantly by software
  2352. patents.  We wish to avoid the danger that companies distributing free
  2353. software will individually obtain patent licenses, thus in effect
  2354. transforming the program into proprietary software.  To prevent this,
  2355. we have made it clear that any patent must be licensed for everyone's
  2356. free use or not licensed at all.
  2357.  
  2358.   Most GNU software, including some libraries, is covered by the ordinary
  2359. GNU General Public License, which was designed for utility programs.  This
  2360. license, the GNU Library General Public License, applies to certain
  2361. designated libraries.  This license is quite different from the ordinary
  2362. one; be sure to read it in full, and don't assume that anything in it is
  2363. the same as in the ordinary license.
  2364.  
  2365.   The reason we have a separate public license for some libraries is that
  2366. they blur the distinction we usually make between modifying or adding to a
  2367. program and simply using it.  Linking a program with a library, without
  2368. changing the library, is in some sense simply using the library, and is
  2369. analogous to running a utility program or application program.  However, in
  2370. a textual and legal sense, the linked executable is a combined work, a
  2371. derivative of the original library, and the ordinary General Public License
  2372. treats it as such.
  2373.  
  2374.   Because of this blurred distinction, using the ordinary General
  2375. Public License for libraries did not effectively promote software
  2376. sharing, because most developers did not use the libraries.  We
  2377. concluded that weaker conditions might promote sharing better.
  2378.  
  2379.   However, unrestricted linking of non-free programs would deprive the
  2380. users of those programs of all benefit from the free status of the
  2381. libraries themselves.  This Library General Public License is intended to
  2382. permit developers of non-free programs to use free libraries, while
  2383. preserving your freedom as a user of such programs to change the free
  2384. libraries that are incorporated in them.  (We have not seen how to achieve
  2385. this as regards changes in header files, but we have achieved it as regards
  2386. changes in the actual functions of the Library.)  The hope is that this
  2387. will lead to faster development of free libraries.
  2388.  
  2389.   The precise terms and conditions for copying, distribution and
  2390. modification follow.  Pay close attention to the difference between a
  2391. "work based on the library" and a "work that uses the library".  The
  2392. former contains code derived from the library, while the latter only
  2393. works together with the library.
  2394.  
  2395.   Note that it is possible for a library to be covered by the ordinary
  2396. General Public License rather than by this special one.
  2397.  
  2398.                   GNU LIBRARY GENERAL PUBLIC LICENSE
  2399.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  2400.  
  2401.   0. This License Agreement applies to any software library which
  2402. contains a notice placed by the copyright holder or other authorized
  2403. party saying it may be distributed under the terms of this Library
  2404. General Public License (also called "this License").  Each licensee is
  2405. addressed as "you".
  2406.  
  2407.   A "library" means a collection of software functions and/or data
  2408. prepared so as to be conveniently linked with application programs
  2409. (which use some of those functions and data) to form executables.
  2410.  
  2411.   The "Library", below, refers to any such software library or work
  2412. which has been distributed under these terms.  A "work based on the
  2413. Library" means either the Library or any derivative work under
  2414. copyright law: that is to say, a work containing the Library or a
  2415. portion of it, either verbatim or with modifications and/or translated
  2416. straightforwardly into another language.  (Hereinafter, translation is
  2417. included without limitation in the term "modification".)
  2418.  
  2419.   "Source code" for a work means the preferred form of the work for
  2420. making modifications to it.  For a library, complete source code means
  2421. all the source code for all modules it contains, plus any associated
  2422. interface definition files, plus the scripts used to control compilation
  2423. and installation of the library.
  2424.  
  2425.   Activities other than copying, distribution and modification are not
  2426. covered by this License; they are outside its scope.  The act of
  2427. running a program using the Library is not restricted, and output from
  2428. such a program is covered only if its contents constitute a work based
  2429. on the Library (independent of the use of the Library in a tool for
  2430. writing it).  Whether that is true depends on what the Library does
  2431. and what the program that uses the Library does.
  2432.   
  2433.   1. You may copy and distribute verbatim copies of the Library's
  2434. complete source code as you receive it, in any medium, provided that
  2435. you conspicuously and appropriately publish on each copy an
  2436. appropriate copyright notice and disclaimer of warranty; keep intact
  2437. all the notices that refer to this License and to the absence of any
  2438. warranty; and distribute a copy of this License along with the
  2439. Library.
  2440.  
  2441.   You may charge a fee for the physical act of transferring a copy,
  2442. and you may at your option offer warranty protection in exchange for a
  2443. fee.
  2444.  
  2445.   2. You may modify your copy or copies of the Library or any portion
  2446. of it, thus forming a work based on the Library, and copy and
  2447. distribute such modifications or work under the terms of Section 1
  2448. above, provided that you also meet all of these conditions:
  2449.  
  2450.     a) The modified work must itself be a software library.
  2451.  
  2452.     b) You must cause the files modified to carry prominent notices
  2453.     stating that you changed the files and the date of any change.
  2454.  
  2455.     c) You must cause the whole of the work to be licensed at no
  2456.     charge to all third parties under the terms of this License.
  2457.  
  2458.     d) If a facility in the modified Library refers to a function or a
  2459.     table of data to be supplied by an application program that uses
  2460.     the facility, other than as an argument passed when the facility
  2461.     is invoked, then you must make a good faith effort to ensure that,
  2462.     in the event an application does not supply such function or
  2463.     table, the facility still operates, and performs whatever part of
  2464.     its purpose remains meaningful.
  2465.  
  2466.     (For example, a function in a library to compute square roots has
  2467.     a purpose that is entirely well-defined independent of the
  2468.     application.  Therefore, Subsection 2d requires that any
  2469.     application-supplied function or table used by this function must
  2470.     be optional: if the application does not supply it, the square
  2471.     root function must still compute square roots.)
  2472.  
  2473. These requirements apply to the modified work as a whole.  If
  2474. identifiable sections of that work are not derived from the Library,
  2475. and can be reasonably considered independent and separate works in
  2476. themselves, then this License, and its terms, do not apply to those
  2477. sections when you distribute them as separate works.  But when you
  2478. distribute the same sections as part of a whole which is a work based
  2479. on the Library, the distribution of the whole must be on the terms of
  2480. this License, whose permissions for other licensees extend to the
  2481. entire whole, and thus to each and every part regardless of who wrote
  2482. it.
  2483.  
  2484. Thus, it is not the intent of this section to claim rights or contest
  2485. your rights to work written entirely by you; rather, the intent is to
  2486. exercise the right to control the distribution of derivative or
  2487. collective works based on the Library.
  2488.  
  2489. In addition, mere aggregation of another work not based on the Library
  2490. with the Library (or with a work based on the Library) on a volume of
  2491. a storage or distribution medium does not bring the other work under
  2492. the scope of this License.
  2493.  
  2494.   3. You may opt to apply the terms of the ordinary GNU General Public
  2495. License instead of this License to a given copy of the Library.  To do
  2496. this, you must alter all the notices that refer to this License, so
  2497. that they refer to the ordinary GNU General Public License, version 2,
  2498. instead of to this License.  (If a newer version than version 2 of the
  2499. ordinary GNU General Public License has appeared, then you can specify
  2500. that version instead if you wish.)  Do not make any other change in
  2501. these notices.
  2502.  
  2503.   Once this change is made in a given copy, it is irreversible for
  2504. that copy, so the ordinary GNU General Public License applies to all
  2505. subsequent copies and derivative works made from that copy.
  2506.  
  2507.   This option is useful when you wish to copy part of the code of
  2508. the Library into a program that is not a library.
  2509.  
  2510.   4. You may copy and distribute the Library (or a portion or
  2511. derivative of it, under Section 2) in object code or executable form
  2512. under the terms of Sections 1 and 2 above provided that you accompany
  2513. it with the complete corresponding machine-readable source code, which
  2514. must be distributed under the terms of Sections 1 and 2 above on a
  2515. medium customarily used for software interchange.
  2516.  
  2517.   If distribution of object code is made by offering access to copy
  2518. from a designated place, then offering equivalent access to copy the
  2519. source code from the same place satisfies the requirement to
  2520. distribute the source code, even though third parties are not
  2521. compelled to copy the source along with the object code.
  2522.  
  2523.   5. A program that contains no derivative of any portion of the
  2524. Library, but is designed to work with the Library by being compiled or
  2525. linked with it, is called a "work that uses the Library".  Such a
  2526. work, in isolation, is not a derivative work of the Library, and
  2527. therefore falls outside the scope of this License.
  2528.  
  2529.   However, linking a "work that uses the Library" with the Library
  2530. creates an executable that is a derivative of the Library (because it
  2531. contains portions of the Library), rather than a "work that uses the
  2532. library".  The executable is therefore covered by this License.
  2533. Section 6 states terms for distribution of such executables.
  2534.  
  2535.   When a "work that uses the Library" uses material from a header file
  2536. that is part of the Library, the object code for the work may be a
  2537. derivative work of the Library even though the source code is not.
  2538. Whether this is true is especially significant if the work can be
  2539. linked without the Library, or if the work is itself a library.  The
  2540. threshold for this to be true is not precisely defined by law.
  2541.  
  2542.   If such an object file uses only numerical parameters, data
  2543. structure layouts and accessors, and small macros and small inline
  2544. functions (ten lines or less in length), then the use of the object
  2545. file is unrestricted, regardless of whether it is legally a derivative
  2546. work.  (Executables containing this object code plus portions of the
  2547. Library will still fall under Section 6.)
  2548.  
  2549.   Otherwise, if the work is a derivative of the Library, you may
  2550. distribute the object code for the work under the terms of Section 6.
  2551. Any executables containing that work also fall under Section 6,
  2552. whether or not they are linked directly with the Library itself.
  2553.  
  2554.   6. As an exception to the Sections above, you may also compile or
  2555. link a "work that uses the Library" with the Library to produce a
  2556. work containing portions of the Library, and distribute that work
  2557. under terms of your choice, provided that the terms permit
  2558. modification of the work for the customer's own use and reverse
  2559. engineering for debugging such modifications.
  2560.  
  2561.   You must give prominent notice with each copy of the work that the
  2562. Library is used in it and that the Library and its use are covered by
  2563. this License.  You must supply a copy of this License.  If the work
  2564. during execution displays copyright notices, you must include the
  2565. copyright notice for the Library among them, as well as a reference
  2566. directing the user to the copy of this License.  Also, you must do one
  2567. of these things:
  2568.  
  2569.     a) Accompany the work with the complete corresponding
  2570.     machine-readable source code for the Library including whatever
  2571.     changes were used in the work (which must be distributed under
  2572.     Sections 1 and 2 above); and, if the work is an executable linked
  2573.     with the Library, with the complete machine-readable "work that
  2574.     uses the Library", as object code and/or source code, so that the
  2575.     user can modify the Library and then relink to produce a modified
  2576.     executable containing the modified Library.  (It is understood
  2577.     that the user who changes the contents of definitions files in the
  2578.     Library will not necessarily be able to recompile the application
  2579.     to use the modified definitions.)
  2580.  
  2581.     b) Accompany the work with a written offer, valid for at
  2582.     least three years, to give the same user the materials
  2583.     specified in Subsection 6a, above, for a charge no more
  2584.     than the cost of performing this distribution.
  2585.  
  2586.     c) If distribution of the work is made by offering access to copy
  2587.     from a designated place, offer equivalent access to copy the above
  2588.     specified materials from the same place.
  2589.  
  2590.     d) Verify that the user has already received a copy of these
  2591.     materials or that you have already sent this user a copy.
  2592.  
  2593.   For an executable, the required form of the "work that uses the
  2594. Library" must include any data and utility programs needed for
  2595. reproducing the executable from it.  However, as a special exception,
  2596. the source code distributed need not include anything that is normally
  2597. distributed (in either source or binary form) with the major
  2598. components (compiler, kernel, and so on) of the operating system on
  2599. which the executable runs, unless that component itself accompanies
  2600. the executable.
  2601.  
  2602.   It may happen that this requirement contradicts the license
  2603. restrictions of other proprietary libraries that do not normally
  2604. accompany the operating system.  Such a contradiction means you cannot
  2605. use both them and the Library together in an executable that you
  2606. distribute.
  2607.  
  2608.   7. You may place library facilities that are a work based on the
  2609. Library side-by-side in a single library together with other library
  2610. facilities not covered by this License, and distribute such a combined
  2611. library, provided that the separate distribution of the work based on
  2612. the Library and of the other library facilities is otherwise
  2613. permitted, and provided that you do these two things:
  2614.  
  2615.     a) Accompany the combined library with a copy of the same work
  2616.     based on the Library, uncombined with any other library
  2617.     facilities.  This must be distributed under the terms of the
  2618.     Sections above.
  2619.  
  2620.     b) Give prominent notice with the combined library of the fact
  2621.     that part of it is a work based on the Library, and explaining
  2622.     where to find the accompanying uncombined form of the same work.
  2623.  
  2624.   8. You may not copy, modify, sublicense, link with, or distribute
  2625. the Library except as expressly provided under this License.  Any
  2626. attempt otherwise to copy, modify, sublicense, link with, or
  2627. distribute the Library is void, and will automatically terminate your
  2628. rights under this License.  However, parties who have received copies,
  2629. or rights, from you under this License will not have their licenses
  2630. terminated so long as such parties remain in full compliance.
  2631.  
  2632.   9. You are not required to accept this License, since you have not
  2633. signed it.  However, nothing else grants you permission to modify or
  2634. distribute the Library or its derivative works.  These actions are
  2635. prohibited by law if you do not accept this License.  Therefore, by
  2636. modifying or distributing the Library (or any work based on the
  2637. Library), you indicate your acceptance of this License to do so, and
  2638. all its terms and conditions for copying, distributing or modifying
  2639. the Library or works based on it.
  2640.  
  2641.   10. Each time you redistribute the Library (or any work based on the
  2642. Library), the recipient automatically receives a license from the
  2643. original licensor to copy, distribute, link with or modify the Library
  2644. subject to these terms and conditions.  You may not impose any further
  2645. restrictions on the recipients' exercise of the rights granted herein.
  2646. You are not responsible for enforcing compliance by third parties to
  2647. this License.
  2648.  
  2649.   11. If, as a consequence of a court judgment or allegation of patent
  2650. infringement or for any other reason (not limited to patent issues),
  2651. conditions are imposed on you (whether by court order, agreement or
  2652. otherwise) that contradict the conditions of this License, they do not
  2653. excuse you from the conditions of this License.  If you cannot
  2654. distribute so as to satisfy simultaneously your obligations under this
  2655. License and any other pertinent obligations, then as a consequence you
  2656. may not distribute the Library at all.  For example, if a patent
  2657. license would not permit royalty-free redistribution of the Library by
  2658. all those who receive copies directly or indirectly through you, then
  2659. the only way you could satisfy both it and this License would be to
  2660. refrain entirely from distribution of the Library.
  2661.  
  2662. If any portion of this section is held invalid or unenforceable under any
  2663. particular circumstance, the balance of the section is intended to apply,
  2664. and the section as a whole is intended to apply in other circumstances.
  2665.  
  2666. It is not the purpose of this section to induce you to infringe any
  2667. patents or other property right claims or to contest validity of any
  2668. such claims; this section has the sole purpose of protecting the
  2669. integrity of the free software distribution system which is
  2670. implemented by public license practices.  Many people have made
  2671. generous contributions to the wide range of software distributed
  2672. through that system in reliance on consistent application of that
  2673. system; it is up to the author/donor to decide if he or she is willing
  2674. to distribute software through any other system and a licensee cannot
  2675. impose that choice.
  2676.  
  2677. This section is intended to make thoroughly clear what is believed to
  2678. be a consequence of the rest of this License.
  2679.  
  2680.   12. If the distribution and/or use of the Library is restricted in
  2681. certain countries either by patents or by copyrighted interfaces, the
  2682. original copyright holder who places the Library under this License may add
  2683. an explicit geographical distribution limitation excluding those countries,
  2684. so that distribution is permitted only in or among countries not thus
  2685. excluded.  In such case, this License incorporates the limitation as if
  2686. written in the body of this License.
  2687.  
  2688.   13. The Free Software Foundation may publish revised and/or new
  2689. versions of the Library General Public License from time to time.
  2690. Such new versions will be similar in spirit to the present version,
  2691. but may differ in detail to address new problems or concerns.
  2692.  
  2693. Each version is given a distinguishing version number.  If the Library
  2694. specifies a version number of this License which applies to it and
  2695. "any later version", you have the option of following the terms and
  2696. conditions either of that version or of any later version published by
  2697. the Free Software Foundation.  If the Library does not specify a
  2698. license version number, you may choose any version ever published by
  2699. the Free Software Foundation.
  2700.  
  2701.   14. If you wish to incorporate parts of the Library into other free
  2702. programs whose distribution conditions are incompatible with these,
  2703. write to the author to ask for permission.  For software which is
  2704. copyrighted by the Free Software Foundation, write to the Free
  2705. Software Foundation; we sometimes make exceptions for this.  Our
  2706. decision will be guided by the two goals of preserving the free status
  2707. of all derivatives of our free software and of promoting the sharing
  2708. and reuse of software generally.
  2709.  
  2710.                             NO WARRANTY
  2711.  
  2712.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  2713. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  2714. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  2715. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  2716. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  2717. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  2718. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  2719. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  2720. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  2721.  
  2722.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  2723. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  2724. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  2725. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  2726. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  2727. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  2728. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  2729. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  2730. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  2731. DAMAGES.
  2732.  
  2733.                      END OF TERMS AND CONDITIONS
  2734.  
  2735.                   GNU LESSER GENERAL PUBLIC LICENSE
  2736.                        Version 2.1, February 1999
  2737.  
  2738.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  2739.  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  2740.  Everyone is permitted to copy and distribute verbatim copies
  2741.  of this license document, but changing it is not allowed.
  2742.  
  2743. [This is the first released version of the Lesser GPL.  It also counts
  2744.  as the successor of the GNU Library Public License, version 2, hence
  2745.  the version number 2.1.]
  2746.  
  2747.                             Preamble
  2748.  
  2749.   The licenses for most software are designed to take away your
  2750. freedom to share and change it.  By contrast, the GNU General Public
  2751. Licenses are intended to guarantee your freedom to share and change
  2752. free software--to make sure the software is free for all its users.
  2753.  
  2754.   This license, the Lesser General Public License, applies to some
  2755. specially designated software packages--typically libraries--of the
  2756. Free Software Foundation and other authors who decide to use it.  You
  2757. can use it too, but we suggest you first think carefully about whether
  2758. this license or the ordinary General Public License is the better
  2759. strategy to use in any particular case, based on the explanations below.
  2760.  
  2761.   When we speak of free software, we are referring to freedom of use,
  2762. not price.  Our General Public Licenses are designed to make sure that
  2763. you have the freedom to distribute copies of free software (and charge
  2764. for this service if you wish); that you receive source code or can get
  2765. it if you want it; that you can change the software and use pieces of
  2766. it in new free programs; and that you are informed that you can do
  2767. these things.
  2768.  
  2769.   To protect your rights, we need to make restrictions that forbid
  2770. distributors to deny you these rights or to ask you to surrender these
  2771. rights.  These restrictions translate to certain responsibilities for
  2772. you if you distribute copies of the library or if you modify it.
  2773.  
  2774.   For example, if you distribute copies of the library, whether gratis
  2775. or for a fee, you must give the recipients all the rights that we gave
  2776. you.  You must make sure that they, too, receive or can get the source
  2777. code.  If you link other code with the library, you must provide
  2778. complete object files to the recipients, so that they can relink them
  2779. with the library after making changes to the library and recompiling
  2780. it.  And you must show them these terms so they know their rights.
  2781.  
  2782.   We protect your rights with a two-step method: (1) we copyright the
  2783. library, and (2) we offer you this license, which gives you legal
  2784. permission to copy, distribute and/or modify the library.
  2785.  
  2786.   To protect each distributor, we want to make it very clear that
  2787. there is no warranty for the free library.  Also, if the library is
  2788. modified by someone else and passed on, the recipients should know
  2789. that what they have is not the original version, so that the original
  2790. author's reputation will not be affected by problems that might be
  2791. introduced by others.
  2792.  
  2793.   Finally, software patents pose a constant threat to the existence of
  2794. any free program.  We wish to make sure that a company cannot
  2795. effectively restrict the users of a free program by obtaining a
  2796. restrictive license from a patent holder.  Therefore, we insist that
  2797. any patent license obtained for a version of the library must be
  2798. consistent with the full freedom of use specified in this license.
  2799.  
  2800.   Most GNU software, including some libraries, is covered by the
  2801. ordinary GNU General Public License.  This license, the GNU Lesser
  2802. General Public License, applies to certain designated libraries, and
  2803. is quite different from the ordinary General Public License.  We use
  2804. this license for certain libraries in order to permit linking those
  2805. libraries into non-free programs.
  2806.  
  2807.   When a program is linked with a library, whether statically or using
  2808. a shared library, the combination of the two is legally speaking a
  2809. combined work, a derivative of the original library.  The ordinary
  2810. General Public License therefore permits such linking only if the
  2811. entire combination fits its criteria of freedom.  The Lesser General
  2812. Public License permits more lax criteria for linking other code with
  2813. the library.
  2814.  
  2815.   We call this license the "Lesser" General Public License because it
  2816. does Less to protect the user's freedom than the ordinary General
  2817. Public License.  It also provides other free software developers Less
  2818. of an advantage over competing non-free programs.  These disadvantages
  2819. are the reason we use the ordinary General Public License for many
  2820. libraries.  However, the Lesser license provides advantages in certain
  2821. special circumstances.
  2822.  
  2823.   For example, on rare occasions, there may be a special need to
  2824. encourage the widest possible use of a certain library, so that it becomes
  2825. a de-facto standard.  To achieve this, non-free programs must be
  2826. allowed to use the library.  A more frequent case is that a free
  2827. library does the same job as widely used non-free libraries.  In this
  2828. case, there is little to gain by limiting the free library to free
  2829. software only, so we use the Lesser General Public License.
  2830.  
  2831.   In other cases, permission to use a particular library in non-free
  2832. programs enables a greater number of people to use a large body of
  2833. free software.  For example, permission to use the GNU C Library in
  2834. non-free programs enables many more people to use the whole GNU
  2835. operating system, as well as its variant, the GNU/Linux operating
  2836. system.
  2837.  
  2838.   Although the Lesser General Public License is Less protective of the
  2839. users' freedom, it does ensure that the user of a program that is
  2840. linked with the Library has the freedom and the wherewithal to run
  2841. that program using a modified version of the Library.
  2842.  
  2843.   The precise terms and conditions for copying, distribution and
  2844. modification follow.  Pay close attention to the difference between a
  2845. "work based on the library" and a "work that uses the library".  The
  2846. former contains code derived from the library, whereas the latter must
  2847. be combined with the library in order to run.
  2848.  
  2849.                   GNU LESSER GENERAL PUBLIC LICENSE
  2850.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  2851.  
  2852.   0. This License Agreement applies to any software library or other
  2853. program which contains a notice placed by the copyright holder or
  2854. other authorized party saying it may be distributed under the terms of
  2855. this Lesser General Public License (also called "this License").
  2856. Each licensee is addressed as "you".
  2857.  
  2858.   A "library" means a collection of software functions and/or data
  2859. prepared so as to be conveniently linked with application programs
  2860. (which use some of those functions and data) to form executables.
  2861.  
  2862.   The "Library", below, refers to any such software library or work
  2863. which has been distributed under these terms.  A "work based on the
  2864. Library" means either the Library or any derivative work under
  2865. copyright law: that is to say, a work containing the Library or a
  2866. portion of it, either verbatim or with modifications and/or translated
  2867. straightforwardly into another language.  (Hereinafter, translation is
  2868. included without limitation in the term "modification".)
  2869.  
  2870.   "Source code" for a work means the preferred form of the work for
  2871. making modifications to it.  For a library, complete source code means
  2872. all the source code for all modules it contains, plus any associated
  2873. interface definition files, plus the scripts used to control compilation
  2874. and installation of the library.
  2875.  
  2876.   Activities other than copying, distribution and modification are not
  2877. covered by this License; they are outside its scope.  The act of
  2878. running a program using the Library is not restricted, and output from
  2879. such a program is covered only if its contents constitute a work based
  2880. on the Library (independent of the use of the Library in a tool for
  2881. writing it).  Whether that is true depends on what the Library does
  2882. and what the program that uses the Library does.
  2883.  
  2884.   1. You may copy and distribute verbatim copies of the Library's
  2885. complete source code as you receive it, in any medium, provided that
  2886. you conspicuously and appropriately publish on each copy an
  2887. appropriate copyright notice and disclaimer of warranty; keep intact
  2888. all the notices that refer to this License and to the absence of any
  2889. warranty; and distribute a copy of this License along with the
  2890. Library.
  2891.  
  2892.   You may charge a fee for the physical act of transferring a copy,
  2893. and you may at your option offer warranty protection in exchange for a
  2894. fee.
  2895.  
  2896.   2. You may modify your copy or copies of the Library or any portion
  2897. of it, thus forming a work based on the Library, and copy and
  2898. distribute such modifications or work under the terms of Section 1
  2899. above, provided that you also meet all of these conditions:
  2900.  
  2901.     a) The modified work must itself be a software library.
  2902.  
  2903.     b) You must cause the files modified to carry prominent notices
  2904.     stating that you changed the files and the date of any change.
  2905.  
  2906.     c) You must cause the whole of the work to be licensed at no
  2907.     charge to all third parties under the terms of this License.
  2908.  
  2909.     d) If a facility in the modified Library refers to a function or a
  2910.     table of data to be supplied by an application program that uses
  2911.     the facility, other than as an argument passed when the facility
  2912.     is invoked, then you must make a good faith effort to ensure that,
  2913.     in the event an application does not supply such function or
  2914.     table, the facility still operates, and performs whatever part of
  2915.     its purpose remains meaningful.
  2916.  
  2917.     (For example, a function in a library to compute square roots has
  2918.     a purpose that is entirely well-defined independent of the
  2919.     application.  Therefore, Subsection 2d requires that any
  2920.     application-supplied function or table used by this function must
  2921.     be optional: if the application does not supply it, the square
  2922.     root function must still compute square roots.)
  2923.  
  2924. These requirements apply to the modified work as a whole.  If
  2925. identifiable sections of that work are not derived from the Library,
  2926. and can be reasonably considered independent and separate works in
  2927. themselves, then this License, and its terms, do not apply to those
  2928. sections when you distribute them as separate works.  But when you
  2929. distribute the same sections as part of a whole which is a work based
  2930. on the Library, the distribution of the whole must be on the terms of
  2931. this License, whose permissions for other licensees extend to the
  2932. entire whole, and thus to each and every part regardless of who wrote
  2933. it.
  2934.  
  2935. Thus, it is not the intent of this section to claim rights or contest
  2936. your rights to work written entirely by you; rather, the intent is to
  2937. exercise the right to control the distribution of derivative or
  2938. collective works based on the Library.
  2939.  
  2940. In addition, mere aggregation of another work not based on the Library
  2941. with the Library (or with a work based on the Library) on a volume of
  2942. a storage or distribution medium does not bring the other work under
  2943. the scope of this License.
  2944.  
  2945.   3. You may opt to apply the terms of the ordinary GNU General Public
  2946. License instead of this License to a given copy of the Library.  To do
  2947. this, you must alter all the notices that refer to this License, so
  2948. that they refer to the ordinary GNU General Public License, version 2,
  2949. instead of to this License.  (If a newer version than version 2 of the
  2950. ordinary GNU General Public License has appeared, then you can specify
  2951. that version instead if you wish.)  Do not make any other change in
  2952. these notices.
  2953.  
  2954.   Once this change is made in a given copy, it is irreversible for
  2955. that copy, so the ordinary GNU General Public License applies to all
  2956. subsequent copies and derivative works made from that copy.
  2957.  
  2958.   This option is useful when you wish to copy part of the code of
  2959. the Library into a program that is not a library.
  2960.  
  2961.   4. You may copy and distribute the Library (or a portion or
  2962. derivative of it, under Section 2) in object code or executable form
  2963. under the terms of Sections 1 and 2 above provided that you accompany
  2964. it with the complete corresponding machine-readable source code, which
  2965. must be distributed under the terms of Sections 1 and 2 above on a
  2966. medium customarily used for software interchange.
  2967.  
  2968.   If distribution of object code is made by offering access to copy
  2969. from a designated place, then offering equivalent access to copy the
  2970. source code from the same place satisfies the requirement to
  2971. distribute the source code, even though third parties are not
  2972. compelled to copy the source along with the object code.
  2973.  
  2974.   5. A program that contains no derivative of any portion of the
  2975. Library, but is designed to work with the Library by being compiled or
  2976. linked with it, is called a "work that uses the Library".  Such a
  2977. work, in isolation, is not a derivative work of the Library, and
  2978. therefore falls outside the scope of this License.
  2979.  
  2980.   However, linking a "work that uses the Library" with the Library
  2981. creates an executable that is a derivative of the Library (because it
  2982. contains portions of the Library), rather than a "work that uses the
  2983. library".  The executable is therefore covered by this License.
  2984. Section 6 states terms for distribution of such executables.
  2985.  
  2986.   When a "work that uses the Library" uses material from a header file
  2987. that is part of the Library, the object code for the work may be a
  2988. derivative work of the Library even though the source code is not.
  2989. Whether this is true is especially significant if the work can be
  2990. linked without the Library, or if the work is itself a library.  The
  2991. threshold for this to be true is not precisely defined by law.
  2992.  
  2993.   If such an object file uses only numerical parameters, data
  2994. structure layouts and accessors, and small macros and small inline
  2995. functions (ten lines or less in length), then the use of the object
  2996. file is unrestricted, regardless of whether it is legally a derivative
  2997. work.  (Executables containing this object code plus portions of the
  2998. Library will still fall under Section 6.)
  2999.  
  3000.   Otherwise, if the work is a derivative of the Library, you may
  3001. distribute the object code for the work under the terms of Section 6.
  3002. Any executables containing that work also fall under Section 6,
  3003. whether or not they are linked directly with the Library itself.
  3004.  
  3005.   6. As an exception to the Sections above, you may also combine or
  3006. link a "work that uses the Library" with the Library to produce a
  3007. work containing portions of the Library, and distribute that work
  3008. under terms of your choice, provided that the terms permit
  3009. modification of the work for the customer's own use and reverse
  3010. engineering for debugging such modifications.
  3011.  
  3012.   You must give prominent notice with each copy of the work that the
  3013. Library is used in it and that the Library and its use are covered by
  3014. this License.  You must supply a copy of this License.  If the work
  3015. during execution displays copyright notices, you must include the
  3016. copyright notice for the Library among them, as well as a reference
  3017. directing the user to the copy of this License.  Also, you must do one
  3018. of these things:
  3019.  
  3020.     a) Accompany the work with the complete corresponding
  3021.     machine-readable source code for the Library including whatever
  3022.     changes were used in the work (which must be distributed under
  3023.     Sections 1 and 2 above); and, if the work is an executable linked
  3024.     with the Library, with the complete machine-readable "work that
  3025.     uses the Library", as object code and/or source code, so that the
  3026.     user can modify the Library and then relink to produce a modified
  3027.     executable containing the modified Library.  (It is understood
  3028.     that the user who changes the contents of definitions files in the
  3029.     Library will not necessarily be able to recompile the application
  3030.     to use the modified definitions.)
  3031.  
  3032.     b) Use a suitable shared library mechanism for linking with the
  3033.     Library.  A suitable mechanism is one that (1) uses at run time a
  3034.     copy of the library already present on the user's computer system,
  3035.     rather than copying library functions into the executable, and (2)
  3036.     will operate properly with a modified version of the library, if
  3037.     the user installs one, as long as the modified version is
  3038.     interface-compatible with the version that the work was made with.
  3039.  
  3040.     c) Accompany the work with a written offer, valid for at
  3041.     least three years, to give the same user the materials
  3042.     specified in Subsection 6a, above, for a charge no more
  3043.     than the cost of performing this distribution.
  3044.  
  3045.     d) If distribution of the work is made by offering access to copy
  3046.     from a designated place, offer equivalent access to copy the above
  3047.     specified materials from the same place.
  3048.  
  3049.     e) Verify that the user has already received a copy of these
  3050.     materials or that you have already sent this user a copy.
  3051.  
  3052.   For an executable, the required form of the "work that uses the
  3053. Library" must include any data and utility programs needed for
  3054. reproducing the executable from it.  However, as a special exception,
  3055. the materials to be distributed need not include anything that is
  3056. normally distributed (in either source or binary form) with the major
  3057. components (compiler, kernel, and so on) of the operating system on
  3058. which the executable runs, unless that component itself accompanies
  3059. the executable.
  3060.  
  3061.   It may happen that this requirement contradicts the license
  3062. restrictions of other proprietary libraries that do not normally
  3063. accompany the operating system.  Such a contradiction means you cannot
  3064. use both them and the Library together in an executable that you
  3065. distribute.
  3066.  
  3067.   7. You may place library facilities that are a work based on the
  3068. Library side-by-side in a single library together with other library
  3069. facilities not covered by this License, and distribute such a combined
  3070. library, provided that the separate distribution of the work based on
  3071. the Library and of the other library facilities is otherwise
  3072. permitted, and provided that you do these two things:
  3073.  
  3074.     a) Accompany the combined library with a copy of the same work
  3075.     based on the Library, uncombined with any other library
  3076.     facilities.  This must be distributed under the terms of the
  3077.     Sections above.
  3078.  
  3079.     b) Give prominent notice with the combined library of the fact
  3080.     that part of it is a work based on the Library, and explaining
  3081.     where to find the accompanying uncombined form of the same work.
  3082.  
  3083.   8. You may not copy, modify, sublicense, link with, or distribute
  3084. the Library except as expressly provided under this License.  Any
  3085. attempt otherwise to copy, modify, sublicense, link with, or
  3086. distribute the Library is void, and will automatically terminate your
  3087. rights under this License.  However, parties who have received copies,
  3088. or rights, from you under this License will not have their licenses
  3089. terminated so long as such parties remain in full compliance.
  3090.  
  3091.   9. You are not required to accept this License, since you have not
  3092. signed it.  However, nothing else grants you permission to modify or
  3093. distribute the Library or its derivative works.  These actions are
  3094. prohibited by law if you do not accept this License.  Therefore, by
  3095. modifying or distributing the Library (or any work based on the
  3096. Library), you indicate your acceptance of this License to do so, and
  3097. all its terms and conditions for copying, distributing or modifying
  3098. the Library or works based on it.
  3099.  
  3100.   10. Each time you redistribute the Library (or any work based on the
  3101. Library), the recipient automatically receives a license from the
  3102. original licensor to copy, distribute, link with or modify the Library
  3103. subject to these terms and conditions.  You may not impose any further
  3104. restrictions on the recipients' exercise of the rights granted herein.
  3105. You are not responsible for enforcing compliance by third parties with
  3106. this License.
  3107.  
  3108.   11. If, as a consequence of a court judgment or allegation of patent
  3109. infringement or for any other reason (not limited to patent issues),
  3110. conditions are imposed on you (whether by court order, agreement or
  3111. otherwise) that contradict the conditions of this License, they do not
  3112. excuse you from the conditions of this License.  If you cannot
  3113. distribute so as to satisfy simultaneously your obligations under this
  3114. License and any other pertinent obligations, then as a consequence you
  3115. may not distribute the Library at all.  For example, if a patent
  3116. license would not permit royalty-free redistribution of the Library by
  3117. all those who receive copies directly or indirectly through you, then
  3118. the only way you could satisfy both it and this License would be to
  3119. refrain entirely from distribution of the Library.
  3120.  
  3121. If any portion of this section is held invalid or unenforceable under any
  3122. particular circumstance, the balance of the section is intended to apply,
  3123. and the section as a whole is intended to apply in other circumstances.
  3124.  
  3125. It is not the purpose of this section to induce you to infringe any
  3126. patents or other property right claims or to contest validity of any
  3127. such claims; this section has the sole purpose of protecting the
  3128. integrity of the free software distribution system which is
  3129. implemented by public license practices.  Many people have made
  3130. generous contributions to the wide range of software distributed
  3131. through that system in reliance on consistent application of that
  3132. system; it is up to the author/donor to decide if he or she is willing
  3133. to distribute software through any other system and a licensee cannot
  3134. impose that choice.
  3135.  
  3136. This section is intended to make thoroughly clear what is believed to
  3137. be a consequence of the rest of this License.
  3138.  
  3139.   12. If the distribution and/or use of the Library is restricted in
  3140. certain countries either by patents or by copyrighted interfaces, the
  3141. original copyright holder who places the Library under this License may add
  3142. an explicit geographical distribution limitation excluding those countries,
  3143. so that distribution is permitted only in or among countries not thus
  3144. excluded.  In such case, this License incorporates the limitation as if
  3145. written in the body of this License.
  3146.  
  3147.   13. The Free Software Foundation may publish revised and/or new
  3148. versions of the Lesser General Public License from time to time.
  3149. Such new versions will be similar in spirit to the present version,
  3150. but may differ in detail to address new problems or concerns.
  3151.  
  3152. Each version is given a distinguishing version number.  If the Library
  3153. specifies a version number of this License which applies to it and
  3154. "any later version", you have the option of following the terms and
  3155. conditions either of that version or of any later version published by
  3156. the Free Software Foundation.  If the Library does not specify a
  3157. license version number, you may choose any version ever published by
  3158. the Free Software Foundation.
  3159.  
  3160.   14. If you wish to incorporate parts of the Library into other free
  3161. programs whose distribution conditions are incompatible with these,
  3162. write to the author to ask for permission.  For software which is
  3163. copyrighted by the Free Software Foundation, write to the Free
  3164. Software Foundation; we sometimes make exceptions for this.  Our
  3165. decision will be guided by the two goals of preserving the free status
  3166. of all derivatives of our free software and of promoting the sharing
  3167. and reuse of software generally.
  3168.  
  3169.                             NO WARRANTY
  3170.  
  3171.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  3172. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  3173. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  3174. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  3175. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  3176. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  3177. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  3178. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  3179. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  3180.  
  3181.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  3182. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  3183. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  3184. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  3185. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  3186. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  3187. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  3188. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  3189. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  3190. DAMAGES.
  3191.  
  3192.                      END OF TERMS AND CONDITIONS
  3193. </pre>
  3194. </div>
  3195. </div>
  3196.  
  3197.  
  3198. <div class="product">
  3199. <span class="title">MSDN sample code</span>
  3200. <a class="show" href="#">show license</a>
  3201. <span class="homepage"><a href="http://msdn.microsoft.com/en-us/library/dssbex6h.aspx">homepage</a></span>
  3202. <div class="licence">
  3203. <pre>MICROSOFT LIMITED PUBLIC LICENSE
  3204.  
  3205. This license governs use of code marked as ôsampleö or ôexampleö available on
  3206. this web site without a license agreement, as provided under the section above
  3207. titled ôNOTICE SPECIFIC TO SOFTWARE AVAILABLE ON THIS WEB SITE.ö If you use
  3208. such code (the ôsoftwareö), you accept this license. If you do not accept the
  3209. license, do not use the software.
  3210.  
  3211.  
  3212. 1. Definitions
  3213.  
  3214. The terms ôreproduce,ö ôreproduction,ö ôderivative works,ö and ôdistributionö
  3215. have the same meaning here as under U.S. copyright law.
  3216.  
  3217. A ôcontributionö is the original software, or any additions or changes to the
  3218. software.
  3219.  
  3220. A ôcontributorö is any person that distributes its contribution under this
  3221. license.
  3222.  
  3223. ôLicensed patentsö are a contributorÆs patent claims that read directly on its
  3224. contribution.
  3225.  
  3226.  
  3227. 2. Grant of Rights
  3228.  
  3229. (A) Copyright Grant - Subject to the terms of this license, including the
  3230. license conditions and limitations in section 3, each contributor grants you a
  3231. non-exclusive, worldwide, royalty-free copyright license to reproduce its
  3232. contribution, prepare derivative works of its contribution, and distribute its
  3233. contribution or any derivative works that you create.
  3234.  
  3235. (B) Patent Grant - Subject to the terms of this license, including the license
  3236. conditions and limitations in section 3, each contributor grants you a
  3237. non-exclusive, worldwide, royalty-free license under its licensed patents to
  3238. make, have made, use, sell, offer for sale, import, and/or otherwise dispose
  3239. of its contribution in the software or derivative works of the contribution in
  3240. the software.
  3241.  
  3242.  
  3243. 3. Conditions and Limitations
  3244.  
  3245. (A) No Trademark License- This license does not grant you rights to use any
  3246. contributorsÆ name, logo, or trademarks.
  3247.  
  3248. (B) If you bring a patent claim against any contributor over patents that you
  3249. claim are infringed by the software, your patent license from such contributor
  3250. to the software ends automatically.
  3251.  
  3252. (C) If you distribute any portion of the software, you must retain all
  3253. copyright, patent, trademark, and attribution notices that are present in the
  3254. software.
  3255.  
  3256. (D) If you distribute any portion of the software in source code form, you may
  3257. do so only under this license by including a complete copy of this license
  3258. with your distribution. If you distribute any portion of the software in
  3259. compiled or object code form, you may only do so under a license that complies
  3260. with this license.
  3261.  
  3262. (E) The software is licensed ôas-is.ö You bear the risk of using it. The
  3263. contributors give no express warranties, guarantees or conditions. You may
  3264. have additional consumer rights under your local laws which this license
  3265. cannot change. To the extent permitted under your local laws, the contributors
  3266. exclude the implied warranties of merchantability, fitness for a particular
  3267. purpose and non-infringement.
  3268.  
  3269. (F) Platform Limitation - The licenses granted in sections 2(A) and 2(B)
  3270. extend only to the software or derivative works that you create that run on a
  3271. Microsoft Windows operating system product.
  3272. </pre>
  3273. </div>
  3274. </div>
  3275.  
  3276.  
  3277. <div class="product">
  3278. <span class="title">Almost Native Graphics Layer Engine</span>
  3279. <a class="show" href="#">show license</a>
  3280. <span class="homepage"><a href="http://code.google.com/p/angleproject/">homepage</a></span>
  3281. <div class="licence">
  3282. <pre>// Copyright (C) 2002-2010 The ANGLE Project Authors. 
  3283. // All rights reserved.
  3284. //
  3285. // Redistribution and use in source and binary forms, with or without
  3286. // modification, are permitted provided that the following conditions
  3287. // are met:
  3288. //
  3289. //     Redistributions of source code must retain the above copyright
  3290. //     notice, this list of conditions and the following disclaimer.
  3291. //
  3292. //     Redistributions in binary form must reproduce the above 
  3293. //     copyright notice, this list of conditions and the following
  3294. //     disclaimer in the documentation and/or other materials provided
  3295. //     with the distribution.
  3296. //
  3297. //     Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
  3298. //     Ltd., nor the names of their contributors may be used to endorse
  3299. //     or promote products derived from this software without specific
  3300. //     prior written permission.
  3301. //
  3302. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  3303. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
  3304. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  3305. // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  3306. // COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  3307. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  3308. // BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  3309. // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  3310. // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  3311. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  3312. // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  3313. // POSSIBILITY OF SUCH DAMAGE.
  3314. </pre>
  3315. </div>
  3316. </div>
  3317.  
  3318.  
  3319. <div class="product">
  3320. <span class="title">Darwin</span>
  3321. <a class="show" href="#">show license</a>
  3322. <span class="homepage"><a href="http://www.opensource.apple.com/">homepage</a></span>
  3323. <div class="licence">
  3324. <pre>APPLE PUBLIC SOURCE LICENSE Version 2.0 -  August 6, 2003
  3325.  
  3326. Please read this License carefully before downloading this software.  By
  3327. downloading or using this software, you are agreeing to be bound by the terms of
  3328. this License.  If you do not or cannot agree to the terms of this License,
  3329. please do not download or use the software.
  3330.  
  3331. Apple Note:  In January 2007, Apple changed its corporate name from "Apple
  3332. Computer, Inc." to "Apple Inc."  This change has been reflected below and
  3333. copyright years updated, but no other changes have been made to the APSL 2.0.
  3334.  
  3335. 1.    General; Definitions.  This License applies to any program or other work
  3336. which Apple Inc. ("Apple") makes publicly available and which contains a notice
  3337. placed by Apple identifying such program or work as "Original Code" and stating
  3338. that it is subject to the terms of this Apple Public Source License version 2.0
  3339. ("License").  As used in this License:
  3340.  
  3341. 1.1     "Applicable Patent Rights" mean:  (a) in the case where Apple is the
  3342. grantor of rights, (i) claims of patents that are now or hereafter acquired,
  3343. owned by or assigned to Apple and (ii) that cover subject matter contained in
  3344. the Original Code, but only to the extent necessary to use, reproduce and/or
  3345. distribute the Original Code without infringement; and (b) in the case where You
  3346. are the grantor of rights, (i) claims of patents that are now or hereafter
  3347. acquired, owned by or assigned to You and (ii) that cover subject matter in Your
  3348. Modifications, taken alone or in combination with Original Code.
  3349.  
  3350. 1.2    "Contributor" means any person or entity that creates or contributes to the
  3351. creation of Modifications.
  3352.  
  3353. 1.3     "Covered Code" means the Original Code, Modifications, the combination of
  3354. Original Code and any Modifications, and/or any respective portions thereof.
  3355.  
  3356. 1.4    "Externally Deploy" means: (a) to sublicense, distribute or otherwise make
  3357. Covered Code available, directly or indirectly, to anyone other than You; and/or
  3358. (b) to use Covered Code, alone or as part of a Larger Work, in any way to
  3359. provide a service, including but not limited to delivery of content, through
  3360. electronic communication with a client other than You.
  3361.  
  3362. 1.5    "Larger Work" means a work which combines Covered Code or portions thereof
  3363. with code not governed by the terms of this License.
  3364.  
  3365. 1.6    "Modifications" mean any addition to, deletion from, and/or change to, the
  3366. substance and/or structure of the Original Code, any previous Modifications, the
  3367. combination of Original Code and any previous Modifications, and/or any
  3368. respective portions thereof.  When code is released as a series of files, a
  3369. Modification is:  (a) any addition to or deletion from the contents of a file
  3370. containing Covered Code; and/or (b) any new file or other representation of
  3371. computer program statements that contains any part of Covered Code.
  3372.  
  3373. 1.7    "Original Code" means (a) the Source Code of a program or other work as
  3374. originally made available by Apple under this License, including the Source Code
  3375. of any updates or upgrades to such programs or works made available by Apple
  3376. under this License, and that has been expressly identified by Apple as such in
  3377. the header file(s) of such work; and (b) the object code compiled from such
  3378. Source Code and originally made available by Apple under this License
  3379.  
  3380. 1.8    "Source Code" means the human readable form of a program or other work that
  3381. is suitable for making modifications to it, including all modules it contains,
  3382. plus any associated interface definition files, scripts used to control
  3383. compilation and installation of an executable (object code).
  3384.  
  3385. 1.9    "You" or "Your" means an individual or a legal entity exercising rights
  3386. under this License.  For legal entities, "You" or "Your" includes any entity
  3387. which controls, is controlled by, or is under common control with, You, where
  3388. "control" means (a) the power, direct or indirect, to cause the direction or
  3389. management of such entity, whether by contract or otherwise, or (b) ownership of
  3390. fifty percent (50%) or more of the outstanding shares or beneficial ownership of
  3391. such entity.
  3392.  
  3393. 2.    Permitted Uses; Conditions & Restrictions.   Subject to the terms and
  3394. conditions of this License, Apple hereby grants You, effective on the date You
  3395. accept this License and download the Original Code, a world-wide, royalty-free,
  3396. non-exclusive license, to the extent of Apple's Applicable Patent Rights and
  3397. copyrights covering the Original Code, to do the following:
  3398.  
  3399. 2.1    Unmodified Code.  You may use, reproduce, display, perform, internally
  3400. distribute within Your organization, and Externally Deploy verbatim, unmodified
  3401. copies of the Original Code, for commercial or non-commercial purposes, provided
  3402. that in each instance:
  3403.  
  3404. (a)    You must retain and reproduce in all copies of Original Code the copyright
  3405. and other proprietary notices and disclaimers of Apple as they appear in the
  3406. Original Code, and keep intact all notices in the Original Code that refer to
  3407. this License; and
  3408.  
  3409. (b)     You must include a copy of this License with every copy of Source Code of
  3410. Covered Code and documentation You distribute or Externally Deploy, and You may
  3411. not offer or impose any terms on such Source Code that alter or restrict this
  3412. License or the recipients' rights hereunder, except as permitted under Section
  3413. 6.
  3414.  
  3415. 2.2    Modified Code.  You may modify Covered Code and use, reproduce, display,
  3416. perform, internally distribute within Your organization, and Externally Deploy
  3417. Your Modifications and Covered Code, for commercial or non-commercial purposes,
  3418. provided that in each instance You also meet all of these conditions:
  3419.  
  3420. (a)    You must satisfy all the conditions of Section 2.1 with respect to the
  3421. Source Code of the Covered Code;
  3422.  
  3423. (b)    You must duplicate, to the extent it does not already exist, the notice in
  3424. Exhibit A in each file of the Source Code of all Your Modifications, and cause
  3425. the modified files to carry prominent notices stating that You changed the files
  3426. and the date of any change; and
  3427.  
  3428. (c)    If You Externally Deploy Your Modifications, You must make Source Code of
  3429. all Your Externally Deployed Modifications either available to those to whom You
  3430. have Externally Deployed Your Modifications, or publicly available.  Source Code
  3431. of Your Externally Deployed Modifications must be released under the terms set
  3432. forth in this License, including the license grants set forth in Section 3
  3433. below, for as long as you Externally Deploy the Covered Code or twelve (12)
  3434. months from the date of initial External Deployment, whichever is longer. You
  3435. should preferably distribute the Source Code of Your Externally Deployed
  3436. Modifications electronically (e.g. download from a web site).
  3437.  
  3438. 2.3    Distribution of Executable Versions.  In addition, if You Externally Deploy
  3439. Covered Code (Original Code and/or Modifications) in object code, executable
  3440. form only, You must include a prominent notice, in the code itself as well as in
  3441. related documentation, stating that Source Code of the Covered Code is available
  3442. under the terms of this License with information on how and where to obtain such
  3443. Source Code.
  3444.  
  3445. 2.4    Third Party Rights.  You expressly acknowledge and agree that although
  3446. Apple and each Contributor grants the licenses to their respective portions of
  3447. the Covered Code set forth herein, no assurances are provided by Apple or any
  3448. Contributor that the Covered Code does not infringe the patent or other
  3449. intellectual property rights of any other entity. Apple and each Contributor
  3450. disclaim any liability to You for claims brought by any other entity based on
  3451. infringement of intellectual property rights or otherwise. As a condition to
  3452. exercising the rights and licenses granted hereunder, You hereby assume sole
  3453. responsibility to secure any other intellectual property rights needed, if any.
  3454. For example, if a third party patent license is required to allow You to
  3455. distribute the Covered Code, it is Your responsibility to acquire that license
  3456. before distributing the Covered Code.
  3457.  
  3458. 3.    Your Grants.  In consideration of, and as a condition to, the licenses
  3459. granted to You under this License, You hereby grant to any person or entity
  3460. receiving or distributing Covered Code under this License a non-exclusive,
  3461. royalty-free, perpetual, irrevocable license, under Your Applicable Patent
  3462. Rights and other intellectual property rights (other than patent) owned or
  3463. controlled by You, to use, reproduce, display, perform, modify, sublicense,
  3464. distribute and Externally Deploy Your Modifications of the same scope and extent
  3465. as Apple's licenses under Sections 2.1 and 2.2 above.
  3466.  
  3467. 4.    Larger Works.  You may create a Larger Work by combining Covered Code with
  3468. other code not governed by the terms of this License and distribute the Larger
  3469. Work as a single product.  In each such instance, You must make sure the
  3470. requirements of this License are fulfilled for the Covered Code or any portion
  3471. thereof.
  3472.  
  3473. 5.    Limitations on Patent License.   Except as expressly stated in Section 2, no
  3474. other patent rights, express or implied, are granted by Apple herein. 
  3475. Modifications and/or Larger Works may require additional patent licenses from
  3476. Apple which Apple may grant in its sole discretion.
  3477.  
  3478. 6.    Additional Terms.  You may choose to offer, and to charge a fee for,
  3479. warranty, support, indemnity or liability obligations and/or other rights
  3480. consistent with the scope of the license granted herein ("Additional Terms") to
  3481. one or more recipients of Covered Code. However, You may do so only on Your own
  3482. behalf and as Your sole responsibility, and not on behalf of Apple or any
  3483. Contributor. You must obtain the recipient's agreement that any such Additional
  3484. Terms are offered by You alone, and You hereby agree to indemnify, defend and
  3485. hold Apple and every Contributor harmless for any liability incurred by or
  3486. claims asserted against Apple or such Contributor by reason of any such
  3487. Additional Terms.
  3488.  
  3489. 7.    Versions of the License.  Apple may publish revised and/or new versions of
  3490. this License from time to time.  Each version will be given a distinguishing
  3491. version number.  Once Original Code has been published under a particular
  3492. version of this License, You may continue to use it under the terms of that
  3493. version. You may also choose to use such Original Code under the terms of any
  3494. subsequent version of this License published by Apple.  No one other than Apple
  3495. has the right to modify the terms applicable to Covered Code created under this
  3496. License.
  3497.  
  3498. 8.    NO WARRANTY OR SUPPORT.  The Covered Code may contain in whole or in part
  3499. pre-release, untested, or not fully tested works.  The Covered Code may contain
  3500. errors that could cause failures or loss of data, and may be incomplete or
  3501. contain inaccuracies.  You expressly acknowledge and agree that use of the
  3502. Covered Code, or any portion thereof, is at Your sole and entire risk.  THE
  3503. COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF
  3504. ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE"
  3505. FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM
  3506. ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
  3507. TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY
  3508. QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT,
  3509. AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  APPLE AND EACH CONTRIBUTOR DOES NOT
  3510. WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE
  3511. FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE
  3512. OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT
  3513. DEFECTS IN THE COVERED CODE WILL BE CORRECTED.  NO ORAL OR WRITTEN INFORMATION
  3514. OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR
  3515. SHALL CREATE A WARRANTY.  You acknowledge that the Covered Code is not intended
  3516. for use in the operation of nuclear facilities, aircraft navigation,
  3517. communication systems, or air traffic control machines in which case the failure
  3518. of the Covered Code could lead to death, personal injury, or severe physical or
  3519. environmental damage.
  3520.  
  3521. 9.    LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
  3522. SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT
  3523. OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE
  3524. OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A
  3525. THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR
  3526. OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY
  3527. OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY
  3528. REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF
  3529. INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In
  3530. no event shall Apple's total liability to You for all damages (other than as may
  3531. be required by applicable law) under this License exceed the amount of fifty
  3532. dollars ($50.00).
  3533.  
  3534. 10.    Trademarks.  This License does not grant any rights to use the trademarks
  3535. or trade names  "Apple", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming
  3536. Server" or any other trademarks, service marks, logos or trade names belonging
  3537. to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or
  3538. trade name belonging to any Contributor.  You agree not to use any Apple Marks
  3539. in or as part of the name of products derived from the Original Code or to
  3540. endorse or promote products derived from the Original Code other than as
  3541. expressly permitted by and in strict compliance at all times with Apple's third
  3542. party trademark usage guidelines which are posted at
  3543. http://www.apple.com/legal/guidelinesfor3rdparties.html.
  3544.  
  3545. 11.    Ownership. Subject to the licenses granted under this License, each
  3546. Contributor retains all rights, title and interest in and to any Modifications
  3547. made by such Contributor.  Apple retains all rights, title and interest in and
  3548. to the Original Code and any Modifications made by or on behalf of Apple ("Apple
  3549. Modifications"), and such Apple Modifications will not be automatically subject
  3550. to this License.  Apple may, at its sole discretion, choose to license such
  3551. Apple Modifications under this License, or on different terms from those
  3552. contained in this License or may choose not to license them at all.
  3553.  
  3554. 12.    Termination.
  3555.  
  3556. 12.1    Termination.  This License and the rights granted hereunder will
  3557. terminate:
  3558.  
  3559. (a)    automatically without notice from Apple if You fail to comply with any
  3560. term(s) of this License and fail to cure such breach within 30 days of becoming
  3561. aware of such breach; (b)    immediately in the event of the circumstances
  3562. described in Section 13.5(b); or (c)    automatically without notice from Apple if
  3563. You, at any time during the term of this License, commence an action for patent
  3564. infringement against Apple; provided that Apple did not first commence an action
  3565. for patent infringement against You in that instance.
  3566.  
  3567. 12.2    Effect of Termination.  Upon termination, You agree to immediately stop
  3568. any further use, reproduction, modification, sublicensing and distribution of
  3569. the Covered Code.  All sublicenses to the Covered Code which have been properly
  3570. granted prior to termination shall survive any termination of this License. 
  3571. Provisions which, by their nature, should remain in effect beyond the
  3572. termination of this License shall survive, including but not limited to Sections
  3573. 3, 5, 8, 9, 10, 11, 12.2 and 13.  No party will be liable to any other for
  3574. compensation, indemnity or damages of any sort solely as a result of terminating
  3575. this License in accordance with its terms, and termination of this License will
  3576. be without prejudice to any other right or remedy of any party.
  3577.  
  3578. 13.     Miscellaneous.
  3579.  
  3580. 13.1    Government End Users.   The Covered Code is a "commercial item" as defined
  3581. in FAR 2.101.  Government software and technical data rights in the Covered Code
  3582. include only those rights customarily provided to the public as defined in this
  3583. License. This customary commercial license in technical data and software is
  3584. provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer
  3585. Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical
  3586. Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software
  3587. or Computer Software Documentation).  Accordingly, all U.S. Government End Users
  3588. acquire Covered Code with only those rights set forth herein.
  3589.  
  3590. 13.2    Relationship of Parties.  This License will not be construed as creating
  3591. an agency, partnership, joint venture or any other form of legal association
  3592. between or among You, Apple or any Contributor, and You will not represent to
  3593. the contrary, whether expressly, by implication, appearance or otherwise.
  3594.  
  3595. 13.3    Independent Development.   Nothing in this License will impair Apple's
  3596. right to acquire, license, develop, have others develop for it, market and/or
  3597. distribute technology or products that perform the same or similar functions as,
  3598. or otherwise compete with, Modifications, Larger Works, technology or products
  3599. that You may develop, produce, market or distribute.
  3600.  
  3601. 13.4    Waiver; Construction.  Failure by Apple or any Contributor to enforce any
  3602. provision of this License will not be deemed a waiver of future enforcement of
  3603. that or any other provision.  Any law or regulation which provides that the
  3604. language of a contract shall be construed against the drafter will not apply to
  3605. this License.
  3606.  
  3607. 13.5    Severability.  (a) If for any reason a court of competent jurisdiction
  3608. finds any provision of this License, or portion thereof, to be unenforceable,
  3609. that provision of the License will be enforced to the maximum extent permissible
  3610. so as to effect the economic benefits and intent of the parties, and the
  3611. remainder of this License will continue in full force and effect.  (b)
  3612. Notwithstanding the foregoing, if applicable law prohibits or restricts You from
  3613. fully and/or specifically complying with Sections 2 and/or 3 or prevents the
  3614. enforceability of either of those Sections, this License will immediately
  3615. terminate and You must immediately discontinue any use of the Covered Code and
  3616. destroy all copies of it that are in your possession or control.
  3617.  
  3618. 13.6    Dispute Resolution.  Any litigation or other dispute resolution between
  3619. You and Apple relating to this License shall take place in the Northern District
  3620. of California, and You and Apple hereby consent to the personal jurisdiction of,
  3621. and venue in, the state and federal courts within that District with respect to
  3622. this License. The application of the United Nations Convention on Contracts for
  3623. the International Sale of Goods is expressly excluded.
  3624.  
  3625. 13.7    Entire Agreement; Governing Law.  This License constitutes the entire
  3626. agreement between the parties with respect to the subject matter hereof.  This
  3627. License shall be governed by the laws of the United States and the State of
  3628. California, except that body of California law concerning conflicts of law.
  3629.  
  3630. Where You are located in the province of Quebec, Canada, the following clause
  3631. applies:  The parties hereby confirm that they have requested that this License
  3632. and all related documents be drafted in English.  Les parties ont exig├⌐ que le
  3633. pr├⌐sent contrat et tous les documents connexes soient r├⌐dig├⌐s en anglais.
  3634.  
  3635. EXHIBIT A.
  3636.  
  3637. "Portions Copyright (c) 1999-2007 Apple Inc.  All Rights Reserved.
  3638.  
  3639. This file contains Original Code and/or Modifications of Original Code as
  3640. defined in and that are subject to the Apple Public Source License Version 2.0
  3641. (the 'License').  You may not use this file except in compliance with the
  3642. License.  Please obtain a copy of the License at
  3643. http://www.opensource.apple.com/apsl/ and read it before using this file.
  3644.  
  3645. The Original Code and all software distributed under the License are distributed
  3646. on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,
  3647. AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION,
  3648. ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  3649. ENJOYMENT OR NON-INFRINGEMENT.  Please see the License for the specific language
  3650. governing rights and limitations under the License." 
  3651. </pre>
  3652. </div>
  3653. </div>
  3654.  
  3655.  
  3656. <div class="product">
  3657. <span class="title">Apple sample code</span>
  3658. <a class="show" href="#">show license</a>
  3659. <span class="homepage"><a href="http://developer.apple.com/">homepage</a></span>
  3660. <div class="licence">
  3661. <pre>Disclaimer: IMPORTANT:  This Apple software is supplied to you by Apple
  3662. Inc. ("Apple") in consideration of your agreement to the following
  3663. terms, and your use, installation, modification or redistribution of
  3664. this Apple software constitutes acceptance of these terms.  If you do
  3665. not agree with these terms, please do not use, install, modify or
  3666. redistribute this Apple software.
  3667.  
  3668. In consideration of your agreement to abide by the following terms, and
  3669. subject to these terms, Apple grants you a personal, non-exclusive
  3670. license, under Apple's copyrights in this original Apple software (the
  3671. "Apple Software"), to use, reproduce, modify and redistribute the Apple
  3672. Software, with or without modifications, in source and/or binary forms;
  3673. provided that if you redistribute the Apple Software in its entirety and
  3674. without modifications, you must retain this notice and the following
  3675. text and disclaimers in all such redistributions of the Apple Software.
  3676. Neither the name, trademarks, service marks or logos of Apple Inc. may
  3677. be used to endorse or promote products derived from the Apple Software
  3678. without specific prior written permission from Apple.  Except as
  3679. expressly stated in this notice, no other rights or licenses, express or
  3680. implied, are granted by Apple herein, including but not limited to any
  3681. patent rights that may be infringed by your derivative works or by other
  3682. works in which the Apple Software may be incorporated.
  3683.  
  3684. The Apple Software is provided by Apple on an "AS IS" basis.  APPLE
  3685. MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
  3686. THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
  3687. FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
  3688. OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
  3689.  
  3690. IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
  3691. OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  3692. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  3693. INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
  3694. MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
  3695. AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
  3696. STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
  3697. POSSIBILITY OF SUCH DAMAGE.
  3698.  
  3699. Copyright (C) 2009 Apple Inc. All Rights Reserved.</pre>
  3700. </div>
  3701. </div>
  3702.  
  3703.  
  3704. <div class="product">
  3705. <span class="title">WebKit private system interface</span>
  3706. <a class="show" href="#">show license</a>
  3707. <span class="homepage"><a href="http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a@106868">homepage</a></span>
  3708. <div class="licence">
  3709. <pre>Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
  3710.  
  3711. Redistribution and use in source and binary forms, with or without
  3712. modification, are permitted provided that the following conditions
  3713. are met:
  3714. 1.  Redistributions of source code must retain the above copyright
  3715.     notice, this list of conditions and the following disclaimer.
  3716. 2.  Redistributions in binary form must reproduce the above copyright
  3717.     notice, this list of conditions and the following disclaimer in the
  3718.     documentation and/or other materials provided with the distribution.
  3719.  
  3720. THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
  3721. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  3722. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  3723. DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  3724. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  3725. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  3726. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  3727. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  3728. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  3729. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  3730. </pre>
  3731. </div>
  3732. </div>
  3733.  
  3734.  
  3735. <div class="product">
  3736. <span class="title">Android</span>
  3737. <a class="show" href="#">show license</a>
  3738. <span class="homepage"><a href="http://source.android.com">homepage</a></span>
  3739. <div class="licence">
  3740. <pre>
  3741.                                  Apache License
  3742.                            Version 2.0, January 2004
  3743.                         http://www.apache.org/licenses/
  3744.  
  3745.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3746.  
  3747.    1. Definitions.
  3748.  
  3749.       "License" shall mean the terms and conditions for use, reproduction,
  3750.       and distribution as defined by Sections 1 through 9 of this document.
  3751.  
  3752.       "Licensor" shall mean the copyright owner or entity authorized by
  3753.       the copyright owner that is granting the License.
  3754.  
  3755.       "Legal Entity" shall mean the union of the acting entity and all
  3756.       other entities that control, are controlled by, or are under common
  3757.       control with that entity. For the purposes of this definition,
  3758.       "control" means (i) the power, direct or indirect, to cause the
  3759.       direction or management of such entity, whether by contract or
  3760.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  3761.       outstanding shares, or (iii) beneficial ownership of such entity.
  3762.  
  3763.       "You" (or "Your") shall mean an individual or Legal Entity
  3764.       exercising permissions granted by this License.
  3765.  
  3766.       "Source" form shall mean the preferred form for making modifications,
  3767.       including but not limited to software source code, documentation
  3768.       source, and configuration files.
  3769.  
  3770.       "Object" form shall mean any form resulting from mechanical
  3771.       transformation or translation of a Source form, including but
  3772.       not limited to compiled object code, generated documentation,
  3773.       and conversions to other media types.
  3774.  
  3775.       "Work" shall mean the work of authorship, whether in Source or
  3776.       Object form, made available under the License, as indicated by a
  3777.       copyright notice that is included in or attached to the work
  3778.       (an example is provided in the Appendix below).
  3779.  
  3780.       "Derivative Works" shall mean any work, whether in Source or Object
  3781.       form, that is based on (or derived from) the Work and for which the
  3782.       editorial revisions, annotations, elaborations, or other modifications
  3783.       represent, as a whole, an original work of authorship. For the purposes
  3784.       of this License, Derivative Works shall not include works that remain
  3785.       separable from, or merely link (or bind by name) to the interfaces of,
  3786.       the Work and Derivative Works thereof.
  3787.  
  3788.       "Contribution" shall mean any work of authorship, including
  3789.       the original version of the Work and any modifications or additions
  3790.       to that Work or Derivative Works thereof, that is intentionally
  3791.       submitted to Licensor for inclusion in the Work by the copyright owner
  3792.       or by an individual or Legal Entity authorized to submit on behalf of
  3793.       the copyright owner. For the purposes of this definition, "submitted"
  3794.       means any form of electronic, verbal, or written communication sent
  3795.       to the Licensor or its representatives, including but not limited to
  3796.       communication on electronic mailing lists, source code control systems,
  3797.       and issue tracking systems that are managed by, or on behalf of, the
  3798.       Licensor for the purpose of discussing and improving the Work, but
  3799.       excluding communication that is conspicuously marked or otherwise
  3800.       designated in writing by the copyright owner as "Not a Contribution."
  3801.  
  3802.       "Contributor" shall mean Licensor and any individual or Legal Entity
  3803.       on behalf of whom a Contribution has been received by Licensor and
  3804.       subsequently incorporated within the Work.
  3805.  
  3806.    2. Grant of Copyright License. Subject to the terms and conditions of
  3807.       this License, each Contributor hereby grants to You a perpetual,
  3808.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3809.       copyright license to reproduce, prepare Derivative Works of,
  3810.       publicly display, publicly perform, sublicense, and distribute the
  3811.       Work and such Derivative Works in Source or Object form.
  3812.  
  3813.    3. Grant of Patent License. Subject to the terms and conditions of
  3814.       this License, each Contributor hereby grants to You a perpetual,
  3815.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  3816.       (except as stated in this section) patent license to make, have made,
  3817.       use, offer to sell, sell, import, and otherwise transfer the Work,
  3818.       where such license applies only to those patent claims licensable
  3819.       by such Contributor that are necessarily infringed by their
  3820.       Contribution(s) alone or by combination of their Contribution(s)
  3821.       with the Work to which such Contribution(s) was submitted. If You
  3822.       institute patent litigation against any entity (including a
  3823.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  3824.       or a Contribution incorporated within the Work constitutes direct
  3825.       or contributory patent infringement, then any patent licenses
  3826.       granted to You under this License for that Work shall terminate
  3827.       as of the date such litigation is filed.
  3828.  
  3829.    4. Redistribution. You may reproduce and distribute copies of the
  3830.       Work or Derivative Works thereof in any medium, with or without
  3831.       modifications, and in Source or Object form, provided that You
  3832.       meet the following conditions:
  3833.  
  3834.       (a) You must give any other recipients of the Work or
  3835.           Derivative Works a copy of this License; and
  3836.  
  3837.       (b) You must cause any modified files to carry prominent notices
  3838.           stating that You changed the files; and
  3839.  
  3840.       (c) You must retain, in the Source form of any Derivative Works
  3841.           that You distribute, all copyright, patent, trademark, and
  3842.           attribution notices from the Source form of the Work,
  3843.           excluding those notices that do not pertain to any part of
  3844.           the Derivative Works; and
  3845.  
  3846.       (d) If the Work includes a "NOTICE" text file as part of its
  3847.           distribution, then any Derivative Works that You distribute must
  3848.           include a readable copy of the attribution notices contained
  3849.           within such NOTICE file, excluding those notices that do not
  3850.           pertain to any part of the Derivative Works, in at least one
  3851.           of the following places: within a NOTICE text file distributed
  3852.           as part of the Derivative Works; within the Source form or
  3853.           documentation, if provided along with the Derivative Works; or,
  3854.           within a display generated by the Derivative Works, if and
  3855.           wherever such third-party notices normally appear. The contents
  3856.           of the NOTICE file are for informational purposes only and
  3857.           do not modify the License. You may add Your own attribution
  3858.           notices within Derivative Works that You distribute, alongside
  3859.           or as an addendum to the NOTICE text from the Work, provided
  3860.           that such additional attribution notices cannot be construed
  3861.           as modifying the License.
  3862.  
  3863.       You may add Your own copyright statement to Your modifications and
  3864.       may provide additional or different license terms and conditions
  3865.       for use, reproduction, or distribution of Your modifications, or
  3866.       for any such Derivative Works as a whole, provided Your use,
  3867.       reproduction, and distribution of the Work otherwise complies with
  3868.       the conditions stated in this License.
  3869.  
  3870.    5. Submission of Contributions. Unless You explicitly state otherwise,
  3871.       any Contribution intentionally submitted for inclusion in the Work
  3872.       by You to the Licensor shall be under the terms and conditions of
  3873.       this License, without any additional terms or conditions.
  3874.       Notwithstanding the above, nothing herein shall supersede or modify
  3875.       the terms of any separate license agreement you may have executed
  3876.       with Licensor regarding such Contributions.
  3877.  
  3878.    6. Trademarks. This License does not grant permission to use the trade
  3879.       names, trademarks, service marks, or product names of the Licensor,
  3880.       except as required for reasonable and customary use in describing the
  3881.       origin of the Work and reproducing the content of the NOTICE file.
  3882.  
  3883.    7. Disclaimer of Warranty. Unless required by applicable law or
  3884.       agreed to in writing, Licensor provides the Work (and each
  3885.       Contributor provides its Contributions) on an "AS IS" BASIS,
  3886.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  3887.       implied, including, without limitation, any warranties or conditions
  3888.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  3889.       PARTICULAR PURPOSE. You are solely responsible for determining the
  3890.       appropriateness of using or redistributing the Work and assume any
  3891.       risks associated with Your exercise of permissions under this License.
  3892.  
  3893.    8. Limitation of Liability. In no event and under no legal theory,
  3894.       whether in tort (including negligence), contract, or otherwise,
  3895.       unless required by applicable law (such as deliberate and grossly
  3896.       negligent acts) or agreed to in writing, shall any Contributor be
  3897.       liable to You for damages, including any direct, indirect, special,
  3898.       incidental, or consequential damages of any character arising as a
  3899.       result of this License or out of the use or inability to use the
  3900.       Work (including but not limited to damages for loss of goodwill,
  3901.       work stoppage, computer failure or malfunction, or any and all
  3902.       other commercial damages or losses), even if such Contributor
  3903.       has been advised of the possibility of such damages.
  3904.  
  3905.    9. Accepting Warranty or Additional Liability. While redistributing
  3906.       the Work or Derivative Works thereof, You may choose to offer,
  3907.       and charge a fee for, acceptance of support, warranty, indemnity,
  3908.       or other liability obligations and/or rights consistent with this
  3909.       License. However, in accepting such obligations, You may act only
  3910.       on Your own behalf and on Your sole responsibility, not on behalf
  3911.       of any other Contributor, and only if You agree to indemnify,
  3912.       defend, and hold each Contributor harmless for any liability
  3913.       incurred by, or claims asserted against, such Contributor by reason
  3914.       of your accepting any such warranty or additional liability.
  3915.  
  3916.    END OF TERMS AND CONDITIONS
  3917.  
  3918.    APPENDIX: How to apply the Apache License to your work.
  3919.  
  3920.       To apply the Apache License to your work, attach the following
  3921.       boilerplate notice, with the fields enclosed by brackets "[]"
  3922.       replaced with your own identifying information. (Don't include
  3923.       the brackets!)  The text should be enclosed in the appropriate
  3924.       comment syntax for the file format. We also recommend that a
  3925.       file or class name and description of purpose be included on the
  3926.       same "printed page" as the copyright notice for easier
  3927.       identification within third-party archives.
  3928.  
  3929.    Copyright [yyyy] [name of copyright owner]
  3930.  
  3931.    Licensed under the Apache License, Version 2.0 (the "License");
  3932.    you may not use this file except in compliance with the License.
  3933.    You may obtain a copy of the License at
  3934.  
  3935.        http://www.apache.org/licenses/LICENSE-2.0
  3936.  
  3937.    Unless required by applicable law or agreed to in writing, software
  3938.    distributed under the License is distributed on an "AS IS" BASIS,
  3939.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  3940.    See the License for the specific language governing permissions and
  3941.    limitations under the License.
  3942. </pre>
  3943. </div>
  3944. </div>
  3945.  
  3946.  
  3947. <div class="product">
  3948. <span class="title">bsdiff</span>
  3949. <a class="show" href="#">show license</a>
  3950. <span class="homepage"><a href="http://lxr.mozilla.org/mozilla/source/other-licenses/bsdiff/bsdiff.c">homepage</a></span>
  3951. <div class="licence">
  3952. <pre>BSD Protection License
  3953. February 2002
  3954.  
  3955. Preamble
  3956. --------
  3957.  
  3958. The Berkeley Software Distribution ("BSD") license has proven very effective
  3959. over the years at allowing for a wide spread of work throughout both
  3960. commercial and non-commercial products.  For programmers whose primary
  3961. intention is to improve the general quality of available software, it is
  3962. arguable that there is no better license than the BSD license, as it
  3963. permits improvements to be used wherever they will help, without idealogical
  3964. or metallic constraint.
  3965.  
  3966. This is of particular value to those who produce reference implementations
  3967. of proposed standards: The case of TCP/IP clearly illustrates that freely
  3968. and universally available implementations leads the rapid acceptance of
  3969. standards -- often even being used instead of a de jure standard (eg, OSI
  3970. network models).
  3971.  
  3972. With the rapid proliferation of software licensed under the GNU General
  3973. Public License, however, the continued success of this role is called into
  3974. question.  Given that the inclusion of a few lines of "GPL-tainted" work
  3975. into a larger body of work will result in restricted distribution -- and
  3976. given that further work will likely build upon the "tainted" portions,
  3977. making them difficult to remove at a future date -- there are inevitable
  3978. circumstances where authors would, in order to protect their goal of
  3979. providing for the widespread usage of their work, wish to guard against
  3980. such "GPL-taint".
  3981.  
  3982. In addition, one can imagine that companies which operate by producing and
  3983. selling (possibly closed-source) code would wish to protect themselves
  3984. against the rise of a GPL-licensed competitor.  While under existing
  3985. licenses this would mean not releasing their code under any form of open
  3986. license, if a license existed under which they could incorporate any
  3987. improvements back into their own (commercial) products then they might be
  3988. far more willing to provide for non-closed distribution.
  3989.  
  3990. For the above reasons, we put forth this "BSD Protection License": A
  3991. license designed to retain the freedom granted by the BSD license to use
  3992. licensed works in a wide variety of settings, both non-commercial and
  3993. commercial, while protecting the work from having future contributors
  3994. restrict that freedom.
  3995.  
  3996. The precise terms and conditions for copying, distribution, and
  3997. modification follow.
  3998.  
  3999. BSD PROTECTION LICENSE
  4000. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
  4001. ----------------------------------------------------------------
  4002.  
  4003. 0. Definitions.
  4004.    a) "Program", below, refers to any program or work distributed under
  4005.       the terms of this license.
  4006.    b) A "work based on the Program", below, refers to either the Program
  4007.       or any derivative work under copyright law.
  4008.    c) "Modification", below, refers to the act of creating derivative works.
  4009.    d) "You", below, refers to each licensee.
  4010.  
  4011. 1. Scope.
  4012.    This license governs the copying, distribution, and modification of the
  4013.    Program.  Other activities are outside the scope of this license; The
  4014.    act of running the Program is not restricted, and the output from the
  4015.    Program is covered only if its contents constitute a work based on the
  4016.    Program.
  4017.  
  4018. 2. Verbatim copies.
  4019.    You may copy and distribute verbatim copies of the Program as you
  4020.    receive it, in any medium, provided that you conspicuously and
  4021.    appropriately publish on each copy an appropriate copyright notice; keep
  4022.    intact all the notices that refer to this License and to the absence of
  4023.    any warranty; and give any other recipients of the Program a copy of this
  4024.    License along with the Program.
  4025.  
  4026. 3. Modification and redistribution under closed license.
  4027.    You may modify your copy or copies of the Program, and distribute
  4028.    the resulting derivative works, provided that you meet the
  4029.    following conditions:
  4030.    a) The copyright notice and disclaimer on the Program must be reproduced
  4031.       and included in the source code, documentation, and/or other materials
  4032.       provided in a manner in which such notices are normally distributed.
  4033.    b) The derivative work must be clearly identified as such, in order that
  4034.       it may not be confused with the original work.
  4035.    c) The license under which the derivative work is distributed must
  4036.       expressly prohibit the distribution of further derivative works.
  4037.  
  4038. 4. Modification and redistribution under open license.
  4039.    You may modify your copy or copies of the Program, and distribute
  4040.    the resulting derivative works, provided that you meet the
  4041.    following conditions:
  4042.    a) The copyright notice and disclaimer on the Program must be reproduced
  4043.       and included in the source code, documentation, and/or other materials
  4044.       provided in a manner in which such notices are normally distributed.
  4045.    b) You must clearly indicate the nature and date of any changes made
  4046.       to the Program.  The full details need not necessarily be included in
  4047.       the individual modified files, provided that each modified file is
  4048.       clearly marked as such and instructions are included on where the
  4049.       full details of the modifications may be found.
  4050.    c) You must cause any work that you distribute or publish, that in whole
  4051.       or in part contains or is derived from the Program or any part
  4052.       thereof, to be licensed as a whole at no charge to all third
  4053.       parties under the terms of this License.
  4054.  
  4055. 5. Implied acceptance.
  4056.    You may not copy or distribute the Program or any derivative works except
  4057.    as expressly provided under this license.  Consequently, any such action
  4058.    will be taken as implied acceptance of the terms of this license.
  4059.  
  4060. 6. NO WARRANTY.
  4061.    THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  4062.    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  4063.    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  4064.    THE COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  4065.    REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT,
  4066.    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  4067.    ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING, BUT
  4068.    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  4069.    USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  4070.    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  4071.    TORT, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  4072.    POSSIBILITY OF SUCH DAMAGES.
  4073. </pre>
  4074. </div>
  4075. </div>
  4076.  
  4077.  
  4078. <div class="product">
  4079. <span class="title">bspatch</span>
  4080. <a class="show" href="#">show license</a>
  4081. <span class="homepage"><a href="http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/">homepage</a></span>
  4082. <div class="licence">
  4083. <pre>BSD Protection License
  4084. February 2002
  4085.  
  4086. Preamble
  4087. --------
  4088.  
  4089. The Berkeley Software Distribution ("BSD") license has proven very effective
  4090. over the years at allowing for a wide spread of work throughout both
  4091. commercial and non-commercial products.  For programmers whose primary
  4092. intention is to improve the general quality of available software, it is
  4093. arguable that there is no better license than the BSD license, as it
  4094. permits improvements to be used wherever they will help, without idealogical
  4095. or metallic constraint.
  4096.  
  4097. This is of particular value to those who produce reference implementations
  4098. of proposed standards: The case of TCP/IP clearly illustrates that freely
  4099. and universally available implementations leads the rapid acceptance of
  4100. standards -- often even being used instead of a de jure standard (eg, OSI
  4101. network models).
  4102.  
  4103. With the rapid proliferation of software licensed under the GNU General
  4104. Public License, however, the continued success of this role is called into
  4105. question.  Given that the inclusion of a few lines of "GPL-tainted" work
  4106. into a larger body of work will result in restricted distribution -- and
  4107. given that further work will likely build upon the "tainted" portions,
  4108. making them difficult to remove at a future date -- there are inevitable
  4109. circumstances where authors would, in order to protect their goal of
  4110. providing for the widespread usage of their work, wish to guard against
  4111. such "GPL-taint".
  4112.  
  4113. In addition, one can imagine that companies which operate by producing and
  4114. selling (possibly closed-source) code would wish to protect themselves
  4115. against the rise of a GPL-licensed competitor.  While under existing
  4116. licenses this would mean not releasing their code under any form of open
  4117. license, if a license existed under which they could incorporate any
  4118. improvements back into their own (commercial) products then they might be
  4119. far more willing to provide for non-closed distribution.
  4120.  
  4121. For the above reasons, we put forth this "BSD Protection License": A
  4122. license designed to retain the freedom granted by the BSD license to use
  4123. licensed works in a wide variety of settings, both non-commercial and
  4124. commercial, while protecting the work from having future contributors
  4125. restrict that freedom.
  4126.  
  4127. The precise terms and conditions for copying, distribution, and
  4128. modification follow.
  4129.  
  4130. BSD PROTECTION LICENSE
  4131. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
  4132. ----------------------------------------------------------------
  4133.  
  4134. 0. Definitions.
  4135.    a) "Program", below, refers to any program or work distributed under
  4136.       the terms of this license.
  4137.    b) A "work based on the Program", below, refers to either the Program
  4138.       or any derivative work under copyright law.
  4139.    c) "Modification", below, refers to the act of creating derivative works.
  4140.    d) "You", below, refers to each licensee.
  4141.  
  4142. 1. Scope.
  4143.    This license governs the copying, distribution, and modification of the
  4144.    Program.  Other activities are outside the scope of this license; The
  4145.    act of running the Program is not restricted, and the output from the
  4146.    Program is covered only if its contents constitute a work based on the
  4147.    Program.
  4148.  
  4149. 2. Verbatim copies.
  4150.    You may copy and distribute verbatim copies of the Program as you
  4151.    receive it, in any medium, provided that you conspicuously and
  4152.    appropriately publish on each copy an appropriate copyright notice; keep
  4153.    intact all the notices that refer to this License and to the absence of
  4154.    any warranty; and give any other recipients of the Program a copy of this
  4155.    License along with the Program.
  4156.  
  4157. 3. Modification and redistribution under closed license.
  4158.    You may modify your copy or copies of the Program, and distribute
  4159.    the resulting derivative works, provided that you meet the
  4160.    following conditions:
  4161.    a) The copyright notice and disclaimer on the Program must be reproduced
  4162.       and included in the source code, documentation, and/or other materials
  4163.       provided in a manner in which such notices are normally distributed.
  4164.    b) The derivative work must be clearly identified as such, in order that
  4165.       it may not be confused with the original work.
  4166.    c) The license under which the derivative work is distributed must
  4167.       expressly prohibit the distribution of further derivative works.
  4168.  
  4169. 4. Modification and redistribution under open license.
  4170.    You may modify your copy or copies of the Program, and distribute
  4171.    the resulting derivative works, provided that you meet the
  4172.    following conditions:
  4173.    a) The copyright notice and disclaimer on the Program must be reproduced
  4174.       and included in the source code, documentation, and/or other materials
  4175.       provided in a manner in which such notices are normally distributed.
  4176.    b) You must clearly indicate the nature and date of any changes made
  4177.       to the Program.  The full details need not necessarily be included in
  4178.       the individual modified files, provided that each modified file is
  4179.       clearly marked as such and instructions are included on where the
  4180.       full details of the modifications may be found.
  4181.    c) You must cause any work that you distribute or publish, that in whole
  4182.       or in part contains or is derived from the Program or any part
  4183.       thereof, to be licensed as a whole at no charge to all third
  4184.       parties under the terms of this License.
  4185.  
  4186. 5. Implied acceptance.
  4187.    You may not copy or distribute the Program or any derivative works except
  4188.    as expressly provided under this license.  Consequently, any such action
  4189.    will be taken as implied acceptance of the terms of this license.
  4190.  
  4191. 6. NO WARRANTY.
  4192.    THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  4193.    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  4194.    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  4195.    THE COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  4196.    REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT,
  4197.    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  4198.    ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING, BUT
  4199.    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  4200.    USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  4201.    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  4202.    TORT, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  4203.    POSSIBILITY OF SUCH DAMAGES.
  4204. </pre>
  4205. </div>
  4206. </div>
  4207.  
  4208.  
  4209. <div class="product">
  4210. <span class="title">bzip2</span>
  4211. <a class="show" href="#">show license</a>
  4212. <span class="homepage"><a href="http://www.bzip.org/downloads.html">homepage</a></span>
  4213. <div class="licence">
  4214. <pre>
  4215. --------------------------------------------------------------------------
  4216.  
  4217. This program, "bzip2", the associated library "libbzip2", and all
  4218. documentation, are copyright (C) 1996-2010 Julian R Seward.  All
  4219. rights reserved.
  4220.  
  4221. Redistribution and use in source and binary forms, with or without
  4222. modification, are permitted provided that the following conditions
  4223. are met:
  4224.  
  4225. 1. Redistributions of source code must retain the above copyright
  4226.    notice, this list of conditions and the following disclaimer.
  4227.  
  4228. 2. The origin of this software must not be misrepresented; you must 
  4229.    not claim that you wrote the original software.  If you use this 
  4230.    software in a product, an acknowledgment in the product 
  4231.    documentation would be appreciated but is not required.
  4232.  
  4233. 3. Altered source versions must be plainly marked as such, and must
  4234.    not be misrepresented as being the original software.
  4235.  
  4236. 4. The name of the author may not be used to endorse or promote 
  4237.    products derived from this software without specific prior written 
  4238.    permission.
  4239.  
  4240. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  4241. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  4242. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  4243. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  4244. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  4245. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  4246. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  4247. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  4248. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  4249. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  4250. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  4251.  
  4252. Julian Seward, jseward@bzip.org
  4253. bzip2/libbzip2 version 1.0.6 of 6 September 2010
  4254.  
  4255. --------------------------------------------------------------------------
  4256. </pre>
  4257. </div>
  4258. </div>
  4259.  
  4260.  
  4261. <div class="product">
  4262. <span class="title">Google Cache Invalidation API</span>
  4263. <a class="show" href="#">show license</a>
  4264. <span class="homepage"><a href="http://code.google.com/p/google-cache-invalidation-api/">homepage</a></span>
  4265. <div class="licence">
  4266. <pre>
  4267.                                  Apache License
  4268.                            Version 2.0, January 2004
  4269.                         http://www.apache.org/licenses/
  4270.  
  4271.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  4272.  
  4273.    1. Definitions.
  4274.  
  4275.       "License" shall mean the terms and conditions for use, reproduction,
  4276.       and distribution as defined by Sections 1 through 9 of this document.
  4277.  
  4278.       "Licensor" shall mean the copyright owner or entity authorized by
  4279.       the copyright owner that is granting the License.
  4280.  
  4281.       "Legal Entity" shall mean the union of the acting entity and all
  4282.       other entities that control, are controlled by, or are under common
  4283.       control with that entity. For the purposes of this definition,
  4284.       "control" means (i) the power, direct or indirect, to cause the
  4285.       direction or management of such entity, whether by contract or
  4286.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  4287.       outstanding shares, or (iii) beneficial ownership of such entity.
  4288.  
  4289.       "You" (or "Your") shall mean an individual or Legal Entity
  4290.       exercising permissions granted by this License.
  4291.  
  4292.       "Source" form shall mean the preferred form for making modifications,
  4293.       including but not limited to software source code, documentation
  4294.       source, and configuration files.
  4295.  
  4296.       "Object" form shall mean any form resulting from mechanical
  4297.       transformation or translation of a Source form, including but
  4298.       not limited to compiled object code, generated documentation,
  4299.       and conversions to other media types.
  4300.  
  4301.       "Work" shall mean the work of authorship, whether in Source or
  4302.       Object form, made available under the License, as indicated by a
  4303.       copyright notice that is included in or attached to the work
  4304.       (an example is provided in the Appendix below).
  4305.  
  4306.       "Derivative Works" shall mean any work, whether in Source or Object
  4307.       form, that is based on (or derived from) the Work and for which the
  4308.       editorial revisions, annotations, elaborations, or other modifications
  4309.       represent, as a whole, an original work of authorship. For the purposes
  4310.       of this License, Derivative Works shall not include works that remain
  4311.       separable from, or merely link (or bind by name) to the interfaces of,
  4312.       the Work and Derivative Works thereof.
  4313.  
  4314.       "Contribution" shall mean any work of authorship, including
  4315.       the original version of the Work and any modifications or additions
  4316.       to that Work or Derivative Works thereof, that is intentionally
  4317.       submitted to Licensor for inclusion in the Work by the copyright owner
  4318.       or by an individual or Legal Entity authorized to submit on behalf of
  4319.       the copyright owner. For the purposes of this definition, "submitted"
  4320.       means any form of electronic, verbal, or written communication sent
  4321.       to the Licensor or its representatives, including but not limited to
  4322.       communication on electronic mailing lists, source code control systems,
  4323.       and issue tracking systems that are managed by, or on behalf of, the
  4324.       Licensor for the purpose of discussing and improving the Work, but
  4325.       excluding communication that is conspicuously marked or otherwise
  4326.       designated in writing by the copyright owner as "Not a Contribution."
  4327.  
  4328.       "Contributor" shall mean Licensor and any individual or Legal Entity
  4329.       on behalf of whom a Contribution has been received by Licensor and
  4330.       subsequently incorporated within the Work.
  4331.  
  4332.    2. Grant of Copyright License. Subject to the terms and conditions of
  4333.       this License, each Contributor hereby grants to You a perpetual,
  4334.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4335.       copyright license to reproduce, prepare Derivative Works of,
  4336.       publicly display, publicly perform, sublicense, and distribute the
  4337.       Work and such Derivative Works in Source or Object form.
  4338.  
  4339.    3. Grant of Patent License. Subject to the terms and conditions of
  4340.       this License, each Contributor hereby grants to You a perpetual,
  4341.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  4342.       (except as stated in this section) patent license to make, have made,
  4343.       use, offer to sell, sell, import, and otherwise transfer the Work,
  4344.       where such license applies only to those patent claims licensable
  4345.       by such Contributor that are necessarily infringed by their
  4346.       Contribution(s) alone or by combination of their Contribution(s)
  4347.       with the Work to which such Contribution(s) was submitted. If You
  4348.       institute patent litigation against any entity (including a
  4349.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  4350.       or a Contribution incorporated within the Work constitutes direct
  4351.       or contributory patent infringement, then any patent licenses
  4352.       granted to You under this License for that Work shall terminate
  4353.       as of the date such litigation is filed.
  4354.  
  4355.    4. Redistribution. You may reproduce and distribute copies of the
  4356.       Work or Derivative Works thereof in any medium, with or without
  4357.       modifications, and in Source or Object form, provided that You
  4358.       meet the following conditions:
  4359.  
  4360.       (a) You must give any other recipients of the Work or
  4361.           Derivative Works a copy of this License; and
  4362.  
  4363.       (b) You must cause any modified files to carry prominent notices
  4364.           stating that You changed the files; and
  4365.  
  4366.       (c) You must retain, in the Source form of any Derivative Works
  4367.           that You distribute, all copyright, patent, trademark, and
  4368.           attribution notices from the Source form of the Work,
  4369.           excluding those notices that do not pertain to any part of
  4370.           the Derivative Works; and
  4371.  
  4372.       (d) If the Work includes a "NOTICE" text file as part of its
  4373.           distribution, then any Derivative Works that You distribute must
  4374.           include a readable copy of the attribution notices contained
  4375.           within such NOTICE file, excluding those notices that do not
  4376.           pertain to any part of the Derivative Works, in at least one
  4377.           of the following places: within a NOTICE text file distributed
  4378.           as part of the Derivative Works; within the Source form or
  4379.           documentation, if provided along with the Derivative Works; or,
  4380.           within a display generated by the Derivative Works, if and
  4381.           wherever such third-party notices normally appear. The contents
  4382.           of the NOTICE file are for informational purposes only and
  4383.           do not modify the License. You may add Your own attribution
  4384.           notices within Derivative Works that You distribute, alongside
  4385.           or as an addendum to the NOTICE text from the Work, provided
  4386.           that such additional attribution notices cannot be construed
  4387.           as modifying the License.
  4388.  
  4389.       You may add Your own copyright statement to Your modifications and
  4390.       may provide additional or different license terms and conditions
  4391.       for use, reproduction, or distribution of Your modifications, or
  4392.       for any such Derivative Works as a whole, provided Your use,
  4393.       reproduction, and distribution of the Work otherwise complies with
  4394.       the conditions stated in this License.
  4395.  
  4396.    5. Submission of Contributions. Unless You explicitly state otherwise,
  4397.       any Contribution intentionally submitted for inclusion in the Work
  4398.       by You to the Licensor shall be under the terms and conditions of
  4399.       this License, without any additional terms or conditions.
  4400.       Notwithstanding the above, nothing herein shall supersede or modify
  4401.       the terms of any separate license agreement you may have executed
  4402.       with Licensor regarding such Contributions.
  4403.  
  4404.    6. Trademarks. This License does not grant permission to use the trade
  4405.       names, trademarks, service marks, or product names of the Licensor,
  4406.       except as required for reasonable and customary use in describing the
  4407.       origin of the Work and reproducing the content of the NOTICE file.
  4408.  
  4409.    7. Disclaimer of Warranty. Unless required by applicable law or
  4410.       agreed to in writing, Licensor provides the Work (and each
  4411.       Contributor provides its Contributions) on an "AS IS" BASIS,
  4412.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  4413.       implied, including, without limitation, any warranties or conditions
  4414.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  4415.       PARTICULAR PURPOSE. You are solely responsible for determining the
  4416.       appropriateness of using or redistributing the Work and assume any
  4417.       risks associated with Your exercise of permissions under this License.
  4418.  
  4419.    8. Limitation of Liability. In no event and under no legal theory,
  4420.       whether in tort (including negligence), contract, or otherwise,
  4421.       unless required by applicable law (such as deliberate and grossly
  4422.       negligent acts) or agreed to in writing, shall any Contributor be
  4423.       liable to You for damages, including any direct, indirect, special,
  4424.       incidental, or consequential damages of any character arising as a
  4425.       result of this License or out of the use or inability to use the
  4426.       Work (including but not limited to damages for loss of goodwill,
  4427.       work stoppage, computer failure or malfunction, or any and all
  4428.       other commercial damages or losses), even if such Contributor
  4429.       has been advised of the possibility of such damages.
  4430.  
  4431.    9. Accepting Warranty or Additional Liability. While redistributing
  4432.       the Work or Derivative Works thereof, You may choose to offer,
  4433.       and charge a fee for, acceptance of support, warranty, indemnity,
  4434.       or other liability obligations and/or rights consistent with this
  4435.       License. However, in accepting such obligations, You may act only
  4436.       on Your own behalf and on Your sole responsibility, not on behalf
  4437.       of any other Contributor, and only if You agree to indemnify,
  4438.       defend, and hold each Contributor harmless for any liability
  4439.       incurred by, or claims asserted against, such Contributor by reason
  4440.       of your accepting any such warranty or additional liability.
  4441.  
  4442.    END OF TERMS AND CONDITIONS
  4443.  
  4444.    APPENDIX: How to apply the Apache License to your work.
  4445.  
  4446.       To apply the Apache License to your work, attach the following
  4447.       boilerplate notice, with the fields enclosed by brackets "[]"
  4448.       replaced with your own identifying information. (Don't include
  4449.       the brackets!)  The text should be enclosed in the appropriate
  4450.       comment syntax for the file format. We also recommend that a
  4451.       file or class name and description of purpose be included on the
  4452.       same "printed page" as the copyright notice for easier
  4453.       identification within third-party archives.
  4454.  
  4455.    Copyright [yyyy] [name of copyright owner]
  4456.  
  4457.    Licensed under the Apache License, Version 2.0 (the "License");
  4458.    you may not use this file except in compliance with the License.
  4459.    You may obtain a copy of the License at
  4460.  
  4461.        http://www.apache.org/licenses/LICENSE-2.0
  4462.  
  4463.    Unless required by applicable law or agreed to in writing, software
  4464.    distributed under the License is distributed on an "AS IS" BASIS,
  4465.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  4466.    See the License for the specific language governing permissions and
  4467.    limitations under the License.
  4468. </pre>
  4469. </div>
  4470. </div>
  4471.  
  4472.  
  4473. <div class="product">
  4474. <span class="title">Compact Language Detection</span>
  4475. <a class="show" href="#">show license</a>
  4476. <span class="homepage"><a href="http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/">homepage</a></span>
  4477. <div class="licence">
  4478. <pre>// Copyright (c) 2010 The Chromium Authors. All rights reserved.
  4479. //
  4480. // Redistribution and use in source and binary forms, with or without
  4481. // modification, are permitted provided that the following conditions are
  4482. // met:
  4483. //
  4484. //    * Redistributions of source code must retain the above copyright
  4485. // notice, this list of conditions and the following disclaimer.
  4486. //    * Redistributions in binary form must reproduce the above
  4487. // copyright notice, this list of conditions and the following disclaimer
  4488. // in the documentation and/or other materials provided with the
  4489. // distribution.
  4490. //    * Neither the name of Google Inc. nor the names of its
  4491. // contributors may be used to endorse or promote products derived from
  4492. // this software without specific prior written permission.
  4493. //
  4494. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  4495. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  4496. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  4497. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  4498. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  4499. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  4500. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  4501. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  4502. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  4503. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  4504. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  4505. </pre>
  4506. </div>
  4507. </div>
  4508.  
  4509.  
  4510. <div class="product">
  4511. <span class="title">codesighs</span>
  4512. <a class="show" href="#">show license</a>
  4513. <span class="homepage"><a href="http://hg.mozilla.org/mozilla-central/tools/codesighs">homepage</a></span>
  4514. <div class="licence">
  4515. <pre>                          MOZILLA PUBLIC LICENSE
  4516.                                 Version 1.1
  4517.  
  4518.                               ---------------
  4519.  
  4520. 1. Definitions.
  4521.  
  4522.      1.0.1. "Commercial Use" means distribution or otherwise making the
  4523.      Covered Code available to a third party.
  4524.  
  4525.      1.1. "Contributor" means each entity that creates or contributes to
  4526.      the creation of Modifications.
  4527.  
  4528.      1.2. "Contributor Version" means the combination of the Original
  4529.      Code, prior Modifications used by a Contributor, and the Modifications
  4530.      made by that particular Contributor.
  4531.  
  4532.      1.3. "Covered Code" means the Original Code or Modifications or the
  4533.      combination of the Original Code and Modifications, in each case
  4534.      including portions thereof.
  4535.  
  4536.      1.4. "Electronic Distribution Mechanism" means a mechanism generally
  4537.      accepted in the software development community for the electronic
  4538.      transfer of data.
  4539.  
  4540.      1.5. "Executable" means Covered Code in any form other than Source
  4541.      Code.
  4542.  
  4543.      1.6. "Initial Developer" means the individual or entity identified
  4544.      as the Initial Developer in the Source Code notice required by Exhibit
  4545.      A.
  4546.  
  4547.      1.7. "Larger Work" means a work which combines Covered Code or
  4548.      portions thereof with code not governed by the terms of this License.
  4549.  
  4550.      1.8. "License" means this document.
  4551.  
  4552.      1.8.1. "Licensable" means having the right to grant, to the maximum
  4553.      extent possible, whether at the time of the initial grant or
  4554.      subsequently acquired, any and all of the rights conveyed herein.
  4555.  
  4556.      1.9. "Modifications" means any addition to or deletion from the
  4557.      substance or structure of either the Original Code or any previous
  4558.      Modifications. When Covered Code is released as a series of files, a
  4559.      Modification is:
  4560.           A. Any addition to or deletion from the contents of a file
  4561.           containing Original Code or previous Modifications.
  4562.  
  4563.           B. Any new file that contains any part of the Original Code or
  4564.           previous Modifications.
  4565.  
  4566.      1.10. "Original Code" means Source Code of computer software code
  4567.      which is described in the Source Code notice required by Exhibit A as
  4568.      Original Code, and which, at the time of its release under this
  4569.      License is not already Covered Code governed by this License.
  4570.  
  4571.      1.10.1. "Patent Claims" means any patent claim(s), now owned or
  4572.      hereafter acquired, including without limitation, method, process,
  4573.      and apparatus claims, in any patent Licensable by grantor.
  4574.  
  4575.      1.11. "Source Code" means the preferred form of the Covered Code for
  4576.      making modifications to it, including all modules it contains, plus
  4577.      any associated interface definition files, scripts used to control
  4578.      compilation and installation of an Executable, or source code
  4579.      differential comparisons against either the Original Code or another
  4580.      well known, available Covered Code of the Contributor's choice. The
  4581.      Source Code can be in a compressed or archival form, provided the
  4582.      appropriate decompression or de-archiving software is widely available
  4583.      for no charge.
  4584.  
  4585.      1.12. "You" (or "Your") means an individual or a legal entity
  4586.      exercising rights under, and complying with all of the terms of, this
  4587.      License or a future version of this License issued under Section 6.1.
  4588.      For legal entities, "You" includes any entity which controls, is
  4589.      controlled by, or is under common control with You. For purposes of
  4590.      this definition, "control" means (a) the power, direct or indirect,
  4591.      to cause the direction or management of such entity, whether by
  4592.      contract or otherwise, or (b) ownership of more than fifty percent
  4593.      (50%) of the outstanding shares or beneficial ownership of such
  4594.      entity.
  4595.  
  4596. 2. Source Code License.
  4597.  
  4598.      2.1. The Initial Developer Grant.
  4599.      The Initial Developer hereby grants You a world-wide, royalty-free,
  4600.      non-exclusive license, subject to third party intellectual property
  4601.      claims:
  4602.           (a) under intellectual property rights (other than patent or
  4603.           trademark) Licensable by Initial Developer to use, reproduce,
  4604.           modify, display, perform, sublicense and distribute the Original
  4605.           Code (or portions thereof) with or without Modifications, and/or
  4606.           as part of a Larger Work; and
  4607.  
  4608.           (b) under Patents Claims infringed by the making, using or
  4609.           selling of Original Code, to make, have made, use, practice,
  4610.           sell, and offer for sale, and/or otherwise dispose of the
  4611.           Original Code (or portions thereof).
  4612.  
  4613.           (c) the licenses granted in this Section 2.1(a) and (b) are
  4614.           effective on the date Initial Developer first distributes
  4615.           Original Code under the terms of this License.
  4616.  
  4617.           (d) Notwithstanding Section 2.1(b) above, no patent license is
  4618.           granted: 1) for code that You delete from the Original Code; 2)
  4619.           separate from the Original Code; or 3) for infringements caused
  4620.           by: i) the modification of the Original Code or ii) the
  4621.           combination of the Original Code with other software or devices.
  4622.  
  4623.      2.2. Contributor Grant.
  4624.      Subject to third party intellectual property claims, each Contributor
  4625.      hereby grants You a world-wide, royalty-free, non-exclusive license
  4626.  
  4627.           (a) under intellectual property rights (other than patent or
  4628.           trademark) Licensable by Contributor, to use, reproduce, modify,
  4629.           display, perform, sublicense and distribute the Modifications
  4630.           created by such Contributor (or portions thereof) either on an
  4631.           unmodified basis, with other Modifications, as Covered Code
  4632.           and/or as part of a Larger Work; and
  4633.  
  4634.           (b) under Patent Claims infringed by the making, using, or
  4635.           selling of Modifications made by that Contributor either alone
  4636.           and/or in combination with its Contributor Version (or portions
  4637.           of such combination), to make, use, sell, offer for sale, have
  4638.           made, and/or otherwise dispose of: 1) Modifications made by that
  4639.           Contributor (or portions thereof); and 2) the combination of
  4640.           Modifications made by that Contributor with its Contributor
  4641.           Version (or portions of such combination).
  4642.  
  4643.           (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
  4644.           effective on the date Contributor first makes Commercial Use of
  4645.           the Covered Code.
  4646.  
  4647.           (d) Notwithstanding Section 2.2(b) above, no patent license is
  4648.           granted: 1) for any code that Contributor has deleted from the
  4649.           Contributor Version; 2) separate from the Contributor Version;
  4650.           3) for infringements caused by: i) third party modifications of
  4651.           Contributor Version or ii) the combination of Modifications made
  4652.           by that Contributor with other software (except as part of the
  4653.           Contributor Version) or other devices; or 4) under Patent Claims
  4654.           infringed by Covered Code in the absence of Modifications made by
  4655.           that Contributor.
  4656.  
  4657. 3. Distribution Obligations.
  4658.  
  4659.      3.1. Application of License.
  4660.      The Modifications which You create or to which You contribute are
  4661.      governed by the terms of this License, including without limitation
  4662.      Section 2.2. The Source Code version of Covered Code may be
  4663.      distributed only under the terms of this License or a future version
  4664.      of this License released under Section 6.1, and You must include a
  4665.      copy of this License with every copy of the Source Code You
  4666.      distribute. You may not offer or impose any terms on any Source Code
  4667.      version that alters or restricts the applicable version of this
  4668.      License or the recipients' rights hereunder. However, You may include
  4669.      an additional document offering the additional rights described in
  4670.      Section 3.5.
  4671.  
  4672.      3.2. Availability of Source Code.
  4673.      Any Modification which You create or to which You contribute must be
  4674.      made available in Source Code form under the terms of this License
  4675.      either on the same media as an Executable version or via an accepted
  4676.      Electronic Distribution Mechanism to anyone to whom you made an
  4677.      Executable version available; and if made available via Electronic
  4678.      Distribution Mechanism, must remain available for at least twelve (12)
  4679.      months after the date it initially became available, or at least six
  4680.      (6) months after a subsequent version of that particular Modification
  4681.      has been made available to such recipients. You are responsible for
  4682.      ensuring that the Source Code version remains available even if the
  4683.      Electronic Distribution Mechanism is maintained by a third party.
  4684.  
  4685.      3.3. Description of Modifications.
  4686.      You must cause all Covered Code to which You contribute to contain a
  4687.      file documenting the changes You made to create that Covered Code and
  4688.      the date of any change. You must include a prominent statement that
  4689.      the Modification is derived, directly or indirectly, from Original
  4690.      Code provided by the Initial Developer and including the name of the
  4691.      Initial Developer in (a) the Source Code, and (b) in any notice in an
  4692.      Executable version or related documentation in which You describe the
  4693.      origin or ownership of the Covered Code.
  4694.  
  4695.      3.4. Intellectual Property Matters
  4696.           (a) Third Party Claims.
  4697.           If Contributor has knowledge that a license under a third party's
  4698.           intellectual property rights is required to exercise the rights
  4699.           granted by such Contributor under Sections 2.1 or 2.2,
  4700.           Contributor must include a text file with the Source Code
  4701.           distribution titled "LEGAL" which describes the claim and the
  4702.           party making the claim in sufficient detail that a recipient will
  4703.           know whom to contact. If Contributor obtains such knowledge after
  4704.           the Modification is made available as described in Section 3.2,
  4705.           Contributor shall promptly modify the LEGAL file in all copies
  4706.           Contributor makes available thereafter and shall take other steps
  4707.           (such as notifying appropriate mailing lists or newsgroups)
  4708.           reasonably calculated to inform those who received the Covered
  4709.           Code that new knowledge has been obtained.
  4710.  
  4711.           (b) Contributor APIs.
  4712.           If Contributor's Modifications include an application programming
  4713.           interface and Contributor has knowledge of patent licenses which
  4714.           are reasonably necessary to implement that API, Contributor must
  4715.           also include this information in the LEGAL file.
  4716.  
  4717.           (c) Representations.
  4718.           Contributor represents that, except as disclosed pursuant to
  4719.           Section 3.4(a) above, Contributor believes that Contributor's
  4720.           Modifications are Contributor's original creation(s) and/or
  4721.           Contributor has sufficient rights to grant the rights conveyed by
  4722.           this License.
  4723.  
  4724.      3.5. Required Notices.
  4725.      You must duplicate the notice in Exhibit A in each file of the Source
  4726.      Code. If it is not possible to put such notice in a particular Source
  4727.      Code file due to its structure, then You must include such notice in a
  4728.      location (such as a relevant directory) where a user would be likely
  4729.      to look for such a notice. If You created one or more Modification(s)
  4730.      You may add your name as a Contributor to the notice described in
  4731.      Exhibit A. You must also duplicate this License in any documentation
  4732.      for the Source Code where You describe recipients' rights or ownership
  4733.      rights relating to Covered Code. You may choose to offer, and to
  4734.      charge a fee for, warranty, support, indemnity or liability
  4735.      obligations to one or more recipients of Covered Code. However, You
  4736.      may do so only on Your own behalf, and not on behalf of the Initial
  4737.      Developer or any Contributor. You must make it absolutely clear than
  4738.      any such warranty, support, indemnity or liability obligation is
  4739.      offered by You alone, and You hereby agree to indemnify the Initial
  4740.      Developer and every Contributor for any liability incurred by the
  4741.      Initial Developer or such Contributor as a result of warranty,
  4742.      support, indemnity or liability terms You offer.
  4743.  
  4744.      3.6. Distribution of Executable Versions.
  4745.      You may distribute Covered Code in Executable form only if the
  4746.      requirements of Section 3.1-3.5 have been met for that Covered Code,
  4747.      and if You include a notice stating that the Source Code version of
  4748.      the Covered Code is available under the terms of this License,
  4749.      including a description of how and where You have fulfilled the
  4750.      obligations of Section 3.2. The notice must be conspicuously included
  4751.      in any notice in an Executable version, related documentation or
  4752.      collateral in which You describe recipients' rights relating to the
  4753.      Covered Code. You may distribute the Executable version of Covered
  4754.      Code or ownership rights under a license of Your choice, which may
  4755.      contain terms different from this License, provided that You are in
  4756.      compliance with the terms of this License and that the license for the
  4757.      Executable version does not attempt to limit or alter the recipient's
  4758.      rights in the Source Code version from the rights set forth in this
  4759.      License. If You distribute the Executable version under a different
  4760.      license You must make it absolutely clear that any terms which differ
  4761.      from this License are offered by You alone, not by the Initial
  4762.      Developer or any Contributor. You hereby agree to indemnify the
  4763.      Initial Developer and every Contributor for any liability incurred by
  4764.      the Initial Developer or such Contributor as a result of any such
  4765.      terms You offer.
  4766.  
  4767.      3.7. Larger Works.
  4768.      You may create a Larger Work by combining Covered Code with other code
  4769.      not governed by the terms of this License and distribute the Larger
  4770.      Work as a single product. In such a case, You must make sure the
  4771.      requirements of this License are fulfilled for the Covered Code.
  4772.  
  4773. 4. Inability to Comply Due to Statute or Regulation.
  4774.  
  4775.      If it is impossible for You to comply with any of the terms of this
  4776.      License with respect to some or all of the Covered Code due to
  4777.      statute, judicial order, or regulation then You must: (a) comply with
  4778.      the terms of this License to the maximum extent possible; and (b)
  4779.      describe the limitations and the code they affect. Such description
  4780.      must be included in the LEGAL file described in Section 3.4 and must
  4781.      be included with all distributions of the Source Code. Except to the
  4782.      extent prohibited by statute or regulation, such description must be
  4783.      sufficiently detailed for a recipient of ordinary skill to be able to
  4784.      understand it.
  4785.  
  4786. 5. Application of this License.
  4787.  
  4788.      This License applies to code to which the Initial Developer has
  4789.      attached the notice in Exhibit A and to related Covered Code.
  4790.  
  4791. 6. Versions of the License.
  4792.  
  4793.      6.1. New Versions.
  4794.      Netscape Communications Corporation ("Netscape") may publish revised
  4795.      and/or new versions of the License from time to time. Each version
  4796.      will be given a distinguishing version number.
  4797.  
  4798.      6.2. Effect of New Versions.
  4799.      Once Covered Code has been published under a particular version of the
  4800.      License, You may always continue to use it under the terms of that
  4801.      version. You may also choose to use such Covered Code under the terms
  4802.      of any subsequent version of the License published by Netscape. No one
  4803.      other than Netscape has the right to modify the terms applicable to
  4804.      Covered Code created under this License.
  4805.  
  4806.      6.3. Derivative Works.
  4807.      If You create or use a modified version of this License (which you may
  4808.      only do in order to apply it to code which is not already Covered Code
  4809.      governed by this License), You must (a) rename Your license so that
  4810.      the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
  4811.      "MPL", "NPL" or any confusingly similar phrase do not appear in your
  4812.      license (except to note that your license differs from this License)
  4813.      and (b) otherwise make it clear that Your version of the license
  4814.      contains terms which differ from the Mozilla Public License and
  4815.      Netscape Public License. (Filling in the name of the Initial
  4816.      Developer, Original Code or Contributor in the notice described in
  4817.      Exhibit A shall not of themselves be deemed to be modifications of
  4818.      this License.)
  4819.  
  4820. 7. DISCLAIMER OF WARRANTY.
  4821.  
  4822.      COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
  4823.      WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
  4824.      WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
  4825.      DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
  4826.      THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
  4827.      IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
  4828.      YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
  4829.      COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
  4830.      OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
  4831.      ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  4832.  
  4833. 8. TERMINATION.
  4834.  
  4835.      8.1. This License and the rights granted hereunder will terminate
  4836.      automatically if You fail to comply with terms herein and fail to cure
  4837.      such breach within 30 days of becoming aware of the breach. All
  4838.      sublicenses to the Covered Code which are properly granted shall
  4839.      survive any termination of this License. Provisions which, by their
  4840.      nature, must remain in effect beyond the termination of this License
  4841.      shall survive.
  4842.  
  4843.      8.2. If You initiate litigation by asserting a patent infringement
  4844.      claim (excluding declatory judgment actions) against Initial Developer
  4845.      or a Contributor (the Initial Developer or Contributor against whom
  4846.      You file such action is referred to as "Participant") alleging that:
  4847.  
  4848.      (a) such Participant's Contributor Version directly or indirectly
  4849.      infringes any patent, then any and all rights granted by such
  4850.      Participant to You under Sections 2.1 and/or 2.2 of this License
  4851.      shall, upon 60 days notice from Participant terminate prospectively,
  4852.      unless if within 60 days after receipt of notice You either: (i)
  4853.      agree in writing to pay Participant a mutually agreeable reasonable
  4854.      royalty for Your past and future use of Modifications made by such
  4855.      Participant, or (ii) withdraw Your litigation claim with respect to
  4856.      the Contributor Version against such Participant. If within 60 days
  4857.      of notice, a reasonable royalty and payment arrangement are not
  4858.      mutually agreed upon in writing by the parties or the litigation claim
  4859.      is not withdrawn, the rights granted by Participant to You under
  4860.      Sections 2.1 and/or 2.2 automatically terminate at the expiration of
  4861.      the 60 day notice period specified above.
  4862.  
  4863.      (b) any software, hardware, or device, other than such Participant's
  4864.      Contributor Version, directly or indirectly infringes any patent, then
  4865.      any rights granted to You by such Participant under Sections 2.1(b)
  4866.      and 2.2(b) are revoked effective as of the date You first made, used,
  4867.      sold, distributed, or had made, Modifications made by that
  4868.      Participant.
  4869.  
  4870.      8.3. If You assert a patent infringement claim against Participant
  4871.      alleging that such Participant's Contributor Version directly or
  4872.      indirectly infringes any patent where such claim is resolved (such as
  4873.      by license or settlement) prior to the initiation of patent
  4874.      infringement litigation, then the reasonable value of the licenses
  4875.      granted by such Participant under Sections 2.1 or 2.2 shall be taken
  4876.      into account in determining the amount or value of any payment or
  4877.      license.
  4878.  
  4879.      8.4. In the event of termination under Sections 8.1 or 8.2 above,
  4880.      all end user license agreements (excluding distributors and resellers)
  4881.      which have been validly granted by You or any distributor hereunder
  4882.      prior to termination shall survive termination.
  4883.  
  4884. 9. LIMITATION OF LIABILITY.
  4885.  
  4886.      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
  4887.      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
  4888.      DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
  4889.      OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
  4890.      ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
  4891.      CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
  4892.      WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
  4893.      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
  4894.      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
  4895.      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
  4896.      RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
  4897.      PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
  4898.      EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  4899.      THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
  4900.  
  4901. 10. U.S. GOVERNMENT END USERS.
  4902.  
  4903.      The Covered Code is a "commercial item," as that term is defined in
  4904.      48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
  4905.      software" and "commercial computer software documentation," as such
  4906.      terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
  4907.      C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
  4908.      all U.S. Government End Users acquire Covered Code with only those
  4909.      rights set forth herein.
  4910.  
  4911. 11. MISCELLANEOUS.
  4912.  
  4913.      This License represents the complete agreement concerning subject
  4914.      matter hereof. If any provision of this License is held to be
  4915.      unenforceable, such provision shall be reformed only to the extent
  4916.      necessary to make it enforceable. This License shall be governed by
  4917.      California law provisions (except to the extent applicable law, if
  4918.      any, provides otherwise), excluding its conflict-of-law provisions.
  4919.      With respect to disputes in which at least one party is a citizen of,
  4920.      or an entity chartered or registered to do business in the United
  4921.      States of America, any litigation relating to this License shall be
  4922.      subject to the jurisdiction of the Federal Courts of the Northern
  4923.      District of California, with venue lying in Santa Clara County,
  4924.      California, with the losing party responsible for costs, including
  4925.      without limitation, court costs and reasonable attorneys' fees and
  4926.      expenses. The application of the United Nations Convention on
  4927.      Contracts for the International Sale of Goods is expressly excluded.
  4928.      Any law or regulation which provides that the language of a contract
  4929.      shall be construed against the drafter shall not apply to this
  4930.      License.
  4931.  
  4932. 12. RESPONSIBILITY FOR CLAIMS.
  4933.  
  4934.      As between Initial Developer and the Contributors, each party is
  4935.      responsible for claims and damages arising, directly or indirectly,
  4936.      out of its utilization of rights under this License and You agree to
  4937.      work with Initial Developer and Contributors to distribute such
  4938.      responsibility on an equitable basis. Nothing herein is intended or
  4939.      shall be deemed to constitute any admission of liability.
  4940.  
  4941. 13. MULTIPLE-LICENSED CODE.
  4942.  
  4943.      Initial Developer may designate portions of the Covered Code as
  4944.      "Multiple-Licensed". "Multiple-Licensed" means that the Initial
  4945.      Developer permits you to utilize portions of the Covered Code under
  4946.      Your choice of the NPL or the alternative licenses, if any, specified
  4947.      by the Initial Developer in the file described in Exhibit A.
  4948.  
  4949. EXHIBIT A -Mozilla Public License.
  4950.  
  4951.      ``The contents of this file are subject to the Mozilla Public License
  4952.      Version 1.1 (the "License"); you may not use this file except in
  4953.      compliance with the License. You may obtain a copy of the License at
  4954.      http://www.mozilla.org/MPL/
  4955.  
  4956.      Software distributed under the License is distributed on an "AS IS"
  4957.      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  4958.      License for the specific language governing rights and limitations
  4959.      under the License.
  4960.  
  4961.      The Original Code is ______________________________________.
  4962.  
  4963.      The Initial Developer of the Original Code is ________________________.
  4964.      Portions created by ______________________ are Copyright (C) ______
  4965.      _______________________. All Rights Reserved.
  4966.  
  4967.      Contributor(s): ______________________________________.
  4968.  
  4969.      Alternatively, the contents of this file may be used under the terms
  4970.      of the _____ license (the "[___] License"), in which case the
  4971.      provisions of [______] License are applicable instead of those
  4972.      above. If you wish to allow use of your version of this file only
  4973.      under the terms of the [____] License and not to allow others to use
  4974.      your version of this file under the MPL, indicate your decision by
  4975.      deleting the provisions above and replace them with the notice and
  4976.      other provisions required by the [___] License. If you do not delete
  4977.      the provisions above, a recipient may use your version of this file
  4978.      under either the MPL or the [___] License."
  4979.  
  4980.      [NOTE: The text of this Exhibit A may differ slightly from the text of
  4981.      the notices in the Source Code files of the Original Code. You should
  4982.      use the text of this Exhibit A rather than the text found in the
  4983.      Original Code Source Code for Your Modifications.]
  4984.  
  4985.      ----------------------------------------------------------------------
  4986.  
  4987.      AMENDMENTS
  4988.  
  4989.      The Netscape Public License Version 1.1 ("NPL") consists of the
  4990.      Mozilla Public License Version 1.1 with the following Amendments,
  4991.      including Exhibit A-Netscape Public License. Files identified with
  4992.      "Exhibit A-Netscape Public License" are governed by the Netscape
  4993.      Public License Version 1.1.
  4994.  
  4995.      Additional Terms applicable to the Netscape Public License.
  4996.           I. Effect.
  4997.           These additional terms described in this Netscape Public
  4998.           License -- Amendments shall apply to the Mozilla Communicator
  4999.           client code and to all Covered Code under this License.
  5000.  
  5001.           II. "Netscape's Branded Code" means Covered Code that Netscape
  5002.           distributes and/or permits others to distribute under one or more
  5003.           trademark(s) which are controlled by Netscape but which are not
  5004.           licensed for use under this License.
  5005.  
  5006.           III. Netscape and logo.
  5007.           This License does not grant any rights to use the trademarks
  5008.           "Netscape", the "Netscape N and horizon" logo or the "Netscape
  5009.           lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
  5010.           "Smart Browsing" even if such marks are included in the Original
  5011.           Code or Modifications.
  5012.  
  5013.           IV. Inability to Comply Due to Contractual Obligation.
  5014.           Prior to licensing the Original Code under this License, Netscape
  5015.           has licensed third party code for use in Netscape's Branded Code.
  5016.           To the extent that Netscape is limited contractually from making
  5017.           such third party code available under this License, Netscape may
  5018.           choose to reintegrate such code into Covered Code without being
  5019.           required to distribute such code in Source Code form, even if
  5020.           such code would otherwise be considered "Modifications" under
  5021.           this License.
  5022.  
  5023.           V. Use of Modifications and Covered Code by Initial Developer.
  5024.                V.1. In General.
  5025.                The obligations of Section 3 apply to Netscape, except to
  5026.                the extent specified in this Amendment, Section V.2 and V.3.
  5027.  
  5028.                V.2. Other Products.
  5029.                Netscape may include Covered Code in products other than the
  5030.                Netscape's Branded Code which are released by Netscape
  5031.                during the two (2) years following the release date of the
  5032.                Original Code, without such additional products becoming
  5033.                subject to the terms of this License, and may license such
  5034.                additional products on different terms from those contained
  5035.                in this License.
  5036.  
  5037.                V.3. Alternative Licensing.
  5038.                Netscape may license the Source Code of Netscape's Branded
  5039.                Code, including Modifications incorporated therein, without
  5040.                such Netscape Branded Code becoming subject to the terms of
  5041.                this License, and may license such Netscape Branded Code on
  5042.                different terms from those contained in this License.
  5043.  
  5044.           VI. Litigation.
  5045.           Notwithstanding the limitations of Section 11 above, the
  5046.           provisions regarding litigation in Section 11(a), (b) and (c) of
  5047.           the License shall apply to all disputes relating to this License.
  5048.  
  5049.      EXHIBIT A-Netscape Public License.
  5050.  
  5051.           "The contents of this file are subject to the Netscape Public
  5052.           License Version 1.1 (the "License"); you may not use this file
  5053.           except in compliance with the License. You may obtain a copy of
  5054.           the License at http://www.mozilla.org/NPL/
  5055.  
  5056.           Software distributed under the License is distributed on an "AS
  5057.           IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  5058.           implied. See the License for the specific language governing
  5059.           rights and limitations under the License.
  5060.  
  5061.           The Original Code is Mozilla Communicator client code, released
  5062.           March 31, 1998.
  5063.  
  5064.           The Initial Developer of the Original Code is Netscape
  5065.           Communications Corporation. Portions created by Netscape are
  5066.           Copyright (C) 1998-1999 Netscape Communications Corporation. All
  5067.           Rights Reserved.
  5068.  
  5069.           Contributor(s): ______________________________________.
  5070.  
  5071.           Alternatively, the contents of this file may be used under the
  5072.           terms of the _____ license (the "[___] License"), in which case
  5073.           the provisions of [______] License are applicable  instead of
  5074.           those above. If you wish to allow use of your version of this
  5075.           file only under the terms of the [____] License and not to allow
  5076.           others to use your version of this file under the NPL, indicate
  5077.           your decision by deleting the provisions above and replace  them
  5078.           with the notice and other provisions required by the [___]
  5079.           License. If you do not delete the provisions above, a recipient
  5080.           may use your version of this file under either the NPL or the
  5081.           [___] License."
  5082. </pre>
  5083. </div>
  5084. </div>
  5085.  
  5086.  
  5087. <div class="product">
  5088. <span class="title">dbus-cplusplus</span>
  5089. <a class="show" href="#">show license</a>
  5090. <span class="homepage"><a href="http://dbus-cplusplus.sourceforge.net/">homepage</a></span>
  5091. <div class="licence">
  5092. <pre>          GNU LESSER GENERAL PUBLIC LICENSE
  5093.                Version 2.1, February 1999
  5094.  
  5095.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  5096.  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  5097.  Everyone is permitted to copy and distribute verbatim copies
  5098.  of this license document, but changing it is not allowed.
  5099.  
  5100. [This is the first released version of the Lesser GPL.  It also counts
  5101.  as the successor of the GNU Library Public License, version 2, hence
  5102.  the version number 2.1.]
  5103.  
  5104.                 Preamble
  5105.  
  5106.   The licenses for most software are designed to take away your
  5107. freedom to share and change it.  By contrast, the GNU General Public
  5108. Licenses are intended to guarantee your freedom to share and change
  5109. free software--to make sure the software is free for all its users.
  5110.  
  5111.   This license, the Lesser General Public License, applies to some
  5112. specially designated software packages--typically libraries--of the
  5113. Free Software Foundation and other authors who decide to use it.  You
  5114. can use it too, but we suggest you first think carefully about whether
  5115. this license or the ordinary General Public License is the better
  5116. strategy to use in any particular case, based on the explanations below.
  5117.  
  5118.   When we speak of free software, we are referring to freedom of use,
  5119. not price.  Our General Public Licenses are designed to make sure that
  5120. you have the freedom to distribute copies of free software (and charge
  5121. for this service if you wish); that you receive source code or can get
  5122. it if you want it; that you can change the software and use pieces of
  5123. it in new free programs; and that you are informed that you can do
  5124. these things.
  5125.  
  5126.   To protect your rights, we need to make restrictions that forbid
  5127. distributors to deny you these rights or to ask you to surrender these
  5128. rights.  These restrictions translate to certain responsibilities for
  5129. you if you distribute copies of the library or if you modify it.
  5130.  
  5131.   For example, if you distribute copies of the library, whether gratis
  5132. or for a fee, you must give the recipients all the rights that we gave
  5133. you.  You must make sure that they, too, receive or can get the source
  5134. code.  If you link other code with the library, you must provide
  5135. complete object files to the recipients, so that they can relink them
  5136. with the library after making changes to the library and recompiling
  5137. it.  And you must show them these terms so they know their rights.
  5138.  
  5139.   We protect your rights with a two-step method: (1) we copyright the
  5140. library, and (2) we offer you this license, which gives you legal
  5141. permission to copy, distribute and/or modify the library.
  5142.  
  5143.   To protect each distributor, we want to make it very clear that
  5144. there is no warranty for the free library.  Also, if the library is
  5145. modified by someone else and passed on, the recipients should know
  5146. that what they have is not the original version, so that the original
  5147. author's reputation will not be affected by problems that might be
  5148. introduced by others.
  5149.  
  5150.   Finally, software patents pose a constant threat to the existence of
  5151. any free program.  We wish to make sure that a company cannot
  5152. effectively restrict the users of a free program by obtaining a
  5153. restrictive license from a patent holder.  Therefore, we insist that
  5154. any patent license obtained for a version of the library must be
  5155. consistent with the full freedom of use specified in this license.
  5156.  
  5157.   Most GNU software, including some libraries, is covered by the
  5158. ordinary GNU General Public License.  This license, the GNU Lesser
  5159. General Public License, applies to certain designated libraries, and
  5160. is quite different from the ordinary General Public License.  We use
  5161. this license for certain libraries in order to permit linking those
  5162. libraries into non-free programs.
  5163.  
  5164.   When a program is linked with a library, whether statically or using
  5165. a shared library, the combination of the two is legally speaking a
  5166. combined work, a derivative of the original library.  The ordinary
  5167. General Public License therefore permits such linking only if the
  5168. entire combination fits its criteria of freedom.  The Lesser General
  5169. Public License permits more lax criteria for linking other code with
  5170. the library.
  5171.  
  5172.   We call this license the "Lesser" General Public License because it
  5173. does Less to protect the user's freedom than the ordinary General
  5174. Public License.  It also provides other free software developers Less
  5175. of an advantage over competing non-free programs.  These disadvantages
  5176. are the reason we use the ordinary General Public License for many
  5177. libraries.  However, the Lesser license provides advantages in certain
  5178. special circumstances.
  5179.  
  5180.   For example, on rare occasions, there may be a special need to
  5181. encourage the widest possible use of a certain library, so that it becomes
  5182. a de-facto standard.  To achieve this, non-free programs must be
  5183. allowed to use the library.  A more frequent case is that a free
  5184. library does the same job as widely used non-free libraries.  In this
  5185. case, there is little to gain by limiting the free library to free
  5186. software only, so we use the Lesser General Public License.
  5187.  
  5188.   In other cases, permission to use a particular library in non-free
  5189. programs enables a greater number of people to use a large body of
  5190. free software.  For example, permission to use the GNU C Library in
  5191. non-free programs enables many more people to use the whole GNU
  5192. operating system, as well as its variant, the GNU/Linux operating
  5193. system.
  5194.  
  5195.   Although the Lesser General Public License is Less protective of the
  5196. users' freedom, it does ensure that the user of a program that is
  5197. linked with the Library has the freedom and the wherewithal to run
  5198. that program using a modified version of the Library.
  5199.  
  5200.   The precise terms and conditions for copying, distribution and
  5201. modification follow.  Pay close attention to the difference between a
  5202. "work based on the library" and a "work that uses the library".  The
  5203. former contains code derived from the library, whereas the latter must
  5204. be combined with the library in order to run.
  5205.  
  5206.           GNU LESSER GENERAL PUBLIC LICENSE
  5207.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  5208.  
  5209.   0. This License Agreement applies to any software library or other
  5210. program which contains a notice placed by the copyright holder or
  5211. other authorized party saying it may be distributed under the terms of
  5212. this Lesser General Public License (also called "this License").
  5213. Each licensee is addressed as "you".
  5214.  
  5215.   A "library" means a collection of software functions and/or data
  5216. prepared so as to be conveniently linked with application programs
  5217. (which use some of those functions and data) to form executables.
  5218.  
  5219.   The "Library", below, refers to any such software library or work
  5220. which has been distributed under these terms.  A "work based on the
  5221. Library" means either the Library or any derivative work under
  5222. copyright law: that is to say, a work containing the Library or a
  5223. portion of it, either verbatim or with modifications and/or translated
  5224. straightforwardly into another language.  (Hereinafter, translation is
  5225. included without limitation in the term "modification".)
  5226.  
  5227.   "Source code" for a work means the preferred form of the work for
  5228. making modifications to it.  For a library, complete source code means
  5229. all the source code for all modules it contains, plus any associated
  5230. interface definition files, plus the scripts used to control compilation
  5231. and installation of the library.
  5232.  
  5233.   Activities other than copying, distribution and modification are not
  5234. covered by this License; they are outside its scope.  The act of
  5235. running a program using the Library is not restricted, and output from
  5236. such a program is covered only if its contents constitute a work based
  5237. on the Library (independent of the use of the Library in a tool for
  5238. writing it).  Whether that is true depends on what the Library does
  5239. and what the program that uses the Library does.
  5240.   
  5241.   1. You may copy and distribute verbatim copies of the Library's
  5242. complete source code as you receive it, in any medium, provided that
  5243. you conspicuously and appropriately publish on each copy an
  5244. appropriate copyright notice and disclaimer of warranty; keep intact
  5245. all the notices that refer to this License and to the absence of any
  5246. warranty; and distribute a copy of this License along with the
  5247. Library.
  5248.  
  5249.   You may charge a fee for the physical act of transferring a copy,
  5250. and you may at your option offer warranty protection in exchange for a
  5251. fee.
  5252.  
  5253.   2. You may modify your copy or copies of the Library or any portion
  5254. of it, thus forming a work based on the Library, and copy and
  5255. distribute such modifications or work under the terms of Section 1
  5256. above, provided that you also meet all of these conditions:
  5257.  
  5258.     a) The modified work must itself be a software library.
  5259.  
  5260.     b) You must cause the files modified to carry prominent notices
  5261.     stating that you changed the files and the date of any change.
  5262.  
  5263.     c) You must cause the whole of the work to be licensed at no
  5264.     charge to all third parties under the terms of this License.
  5265.  
  5266.     d) If a facility in the modified Library refers to a function or a
  5267.     table of data to be supplied by an application program that uses
  5268.     the facility, other than as an argument passed when the facility
  5269.     is invoked, then you must make a good faith effort to ensure that,
  5270.     in the event an application does not supply such function or
  5271.     table, the facility still operates, and performs whatever part of
  5272.     its purpose remains meaningful.
  5273.  
  5274.     (For example, a function in a library to compute square roots has
  5275.     a purpose that is entirely well-defined independent of the
  5276.     application.  Therefore, Subsection 2d requires that any
  5277.     application-supplied function or table used by this function must
  5278.     be optional: if the application does not supply it, the square
  5279.     root function must still compute square roots.)
  5280.  
  5281. These requirements apply to the modified work as a whole.  If
  5282. identifiable sections of that work are not derived from the Library,
  5283. and can be reasonably considered independent and separate works in
  5284. themselves, then this License, and its terms, do not apply to those
  5285. sections when you distribute them as separate works.  But when you
  5286. distribute the same sections as part of a whole which is a work based
  5287. on the Library, the distribution of the whole must be on the terms of
  5288. this License, whose permissions for other licensees extend to the
  5289. entire whole, and thus to each and every part regardless of who wrote
  5290. it.
  5291.  
  5292. Thus, it is not the intent of this section to claim rights or contest
  5293. your rights to work written entirely by you; rather, the intent is to
  5294. exercise the right to control the distribution of derivative or
  5295. collective works based on the Library.
  5296.  
  5297. In addition, mere aggregation of another work not based on the Library
  5298. with the Library (or with a work based on the Library) on a volume of
  5299. a storage or distribution medium does not bring the other work under
  5300. the scope of this License.
  5301.  
  5302.   3. You may opt to apply the terms of the ordinary GNU General Public
  5303. License instead of this License to a given copy of the Library.  To do
  5304. this, you must alter all the notices that refer to this License, so
  5305. that they refer to the ordinary GNU General Public License, version 2,
  5306. instead of to this License.  (If a newer version than version 2 of the
  5307. ordinary GNU General Public License has appeared, then you can specify
  5308. that version instead if you wish.)  Do not make any other change in
  5309. these notices.
  5310.  
  5311.   Once this change is made in a given copy, it is irreversible for
  5312. that copy, so the ordinary GNU General Public License applies to all
  5313. subsequent copies and derivative works made from that copy.
  5314.  
  5315.   This option is useful when you wish to copy part of the code of
  5316. the Library into a program that is not a library.
  5317.  
  5318.   4. You may copy and distribute the Library (or a portion or
  5319. derivative of it, under Section 2) in object code or executable form
  5320. under the terms of Sections 1 and 2 above provided that you accompany
  5321. it with the complete corresponding machine-readable source code, which
  5322. must be distributed under the terms of Sections 1 and 2 above on a
  5323. medium customarily used for software interchange.
  5324.  
  5325.   If distribution of object code is made by offering access to copy
  5326. from a designated place, then offering equivalent access to copy the
  5327. source code from the same place satisfies the requirement to
  5328. distribute the source code, even though third parties are not
  5329. compelled to copy the source along with the object code.
  5330.  
  5331.   5. A program that contains no derivative of any portion of the
  5332. Library, but is designed to work with the Library by being compiled or
  5333. linked with it, is called a "work that uses the Library".  Such a
  5334. work, in isolation, is not a derivative work of the Library, and
  5335. therefore falls outside the scope of this License.
  5336.  
  5337.   However, linking a "work that uses the Library" with the Library
  5338. creates an executable that is a derivative of the Library (because it
  5339. contains portions of the Library), rather than a "work that uses the
  5340. library".  The executable is therefore covered by this License.
  5341. Section 6 states terms for distribution of such executables.
  5342.  
  5343.   When a "work that uses the Library" uses material from a header file
  5344. that is part of the Library, the object code for the work may be a
  5345. derivative work of the Library even though the source code is not.
  5346. Whether this is true is especially significant if the work can be
  5347. linked without the Library, or if the work is itself a library.  The
  5348. threshold for this to be true is not precisely defined by law.
  5349.  
  5350.   If such an object file uses only numerical parameters, data
  5351. structure layouts and accessors, and small macros and small inline
  5352. functions (ten lines or less in length), then the use of the object
  5353. file is unrestricted, regardless of whether it is legally a derivative
  5354. work.  (Executables containing this object code plus portions of the
  5355. Library will still fall under Section 6.)
  5356.  
  5357.   Otherwise, if the work is a derivative of the Library, you may
  5358. distribute the object code for the work under the terms of Section 6.
  5359. Any executables containing that work also fall under Section 6,
  5360. whether or not they are linked directly with the Library itself.
  5361.  
  5362.   6. As an exception to the Sections above, you may also combine or
  5363. link a "work that uses the Library" with the Library to produce a
  5364. work containing portions of the Library, and distribute that work
  5365. under terms of your choice, provided that the terms permit
  5366. modification of the work for the customer's own use and reverse
  5367. engineering for debugging such modifications.
  5368.  
  5369.   You must give prominent notice with each copy of the work that the
  5370. Library is used in it and that the Library and its use are covered by
  5371. this License.  You must supply a copy of this License.  If the work
  5372. during execution displays copyright notices, you must include the
  5373. copyright notice for the Library among them, as well as a reference
  5374. directing the user to the copy of this License.  Also, you must do one
  5375. of these things:
  5376.  
  5377.     a) Accompany the work with the complete corresponding
  5378.     machine-readable source code for the Library including whatever
  5379.     changes were used in the work (which must be distributed under
  5380.     Sections 1 and 2 above); and, if the work is an executable linked
  5381.     with the Library, with the complete machine-readable "work that
  5382.     uses the Library", as object code and/or source code, so that the
  5383.     user can modify the Library and then relink to produce a modified
  5384.     executable containing the modified Library.  (It is understood
  5385.     that the user who changes the contents of definitions files in the
  5386.     Library will not necessarily be able to recompile the application
  5387.     to use the modified definitions.)
  5388.  
  5389.     b) Use a suitable shared library mechanism for linking with the
  5390.     Library.  A suitable mechanism is one that (1) uses at run time a
  5391.     copy of the library already present on the user's computer system,
  5392.     rather than copying library functions into the executable, and (2)
  5393.     will operate properly with a modified version of the library, if
  5394.     the user installs one, as long as the modified version is
  5395.     interface-compatible with the version that the work was made with.
  5396.  
  5397.     c) Accompany the work with a written offer, valid for at
  5398.     least three years, to give the same user the materials
  5399.     specified in Subsection 6a, above, for a charge no more
  5400.     than the cost of performing this distribution.
  5401.  
  5402.     d) If distribution of the work is made by offering access to copy
  5403.     from a designated place, offer equivalent access to copy the above
  5404.     specified materials from the same place.
  5405.  
  5406.     e) Verify that the user has already received a copy of these
  5407.     materials or that you have already sent this user a copy.
  5408.  
  5409.   For an executable, the required form of the "work that uses the
  5410. Library" must include any data and utility programs needed for
  5411. reproducing the executable from it.  However, as a special exception,
  5412. the materials to be distributed need not include anything that is
  5413. normally distributed (in either source or binary form) with the major
  5414. components (compiler, kernel, and so on) of the operating system on
  5415. which the executable runs, unless that component itself accompanies
  5416. the executable.
  5417.  
  5418.   It may happen that this requirement contradicts the license
  5419. restrictions of other proprietary libraries that do not normally
  5420. accompany the operating system.  Such a contradiction means you cannot
  5421. use both them and the Library together in an executable that you
  5422. distribute.
  5423.  
  5424.   7. You may place library facilities that are a work based on the
  5425. Library side-by-side in a single library together with other library
  5426. facilities not covered by this License, and distribute such a combined
  5427. library, provided that the separate distribution of the work based on
  5428. the Library and of the other library facilities is otherwise
  5429. permitted, and provided that you do these two things:
  5430.  
  5431.     a) Accompany the combined library with a copy of the same work
  5432.     based on the Library, uncombined with any other library
  5433.     facilities.  This must be distributed under the terms of the
  5434.     Sections above.
  5435.  
  5436.     b) Give prominent notice with the combined library of the fact
  5437.     that part of it is a work based on the Library, and explaining
  5438.     where to find the accompanying uncombined form of the same work.
  5439.  
  5440.   8. You may not copy, modify, sublicense, link with, or distribute
  5441. the Library except as expressly provided under this License.  Any
  5442. attempt otherwise to copy, modify, sublicense, link with, or
  5443. distribute the Library is void, and will automatically terminate your
  5444. rights under this License.  However, parties who have received copies,
  5445. or rights, from you under this License will not have their licenses
  5446. terminated so long as such parties remain in full compliance.
  5447.  
  5448.   9. You are not required to accept this License, since you have not
  5449. signed it.  However, nothing else grants you permission to modify or
  5450. distribute the Library or its derivative works.  These actions are
  5451. prohibited by law if you do not accept this License.  Therefore, by
  5452. modifying or distributing the Library (or any work based on the
  5453. Library), you indicate your acceptance of this License to do so, and
  5454. all its terms and conditions for copying, distributing or modifying
  5455. the Library or works based on it.
  5456.  
  5457.   10. Each time you redistribute the Library (or any work based on the
  5458. Library), the recipient automatically receives a license from the
  5459. original licensor to copy, distribute, link with or modify the Library
  5460. subject to these terms and conditions.  You may not impose any further
  5461. restrictions on the recipients' exercise of the rights granted herein.
  5462. You are not responsible for enforcing compliance by third parties with
  5463. this License.
  5464.  
  5465.   11. If, as a consequence of a court judgment or allegation of patent
  5466. infringement or for any other reason (not limited to patent issues),
  5467. conditions are imposed on you (whether by court order, agreement or
  5468. otherwise) that contradict the conditions of this License, they do not
  5469. excuse you from the conditions of this License.  If you cannot
  5470. distribute so as to satisfy simultaneously your obligations under this
  5471. License and any other pertinent obligations, then as a consequence you
  5472. may not distribute the Library at all.  For example, if a patent
  5473. license would not permit royalty-free redistribution of the Library by
  5474. all those who receive copies directly or indirectly through you, then
  5475. the only way you could satisfy both it and this License would be to
  5476. refrain entirely from distribution of the Library.
  5477.  
  5478. If any portion of this section is held invalid or unenforceable under any
  5479. particular circumstance, the balance of the section is intended to apply,
  5480. and the section as a whole is intended to apply in other circumstances.
  5481.  
  5482. It is not the purpose of this section to induce you to infringe any
  5483. patents or other property right claims or to contest validity of any
  5484. such claims; this section has the sole purpose of protecting the
  5485. integrity of the free software distribution system which is
  5486. implemented by public license practices.  Many people have made
  5487. generous contributions to the wide range of software distributed
  5488. through that system in reliance on consistent application of that
  5489. system; it is up to the author/donor to decide if he or she is willing
  5490. to distribute software through any other system and a licensee cannot
  5491. impose that choice.
  5492.  
  5493. This section is intended to make thoroughly clear what is believed to
  5494. be a consequence of the rest of this License.
  5495.  
  5496.   12. If the distribution and/or use of the Library is restricted in
  5497. certain countries either by patents or by copyrighted interfaces, the
  5498. original copyright holder who places the Library under this License may add
  5499. an explicit geographical distribution limitation excluding those countries,
  5500. so that distribution is permitted only in or among countries not thus
  5501. excluded.  In such case, this License incorporates the limitation as if
  5502. written in the body of this License.
  5503.  
  5504.   13. The Free Software Foundation may publish revised and/or new
  5505. versions of the Lesser General Public License from time to time.
  5506. Such new versions will be similar in spirit to the present version,
  5507. but may differ in detail to address new problems or concerns.
  5508.  
  5509. Each version is given a distinguishing version number.  If the Library
  5510. specifies a version number of this License which applies to it and
  5511. "any later version", you have the option of following the terms and
  5512. conditions either of that version or of any later version published by
  5513. the Free Software Foundation.  If the Library does not specify a
  5514. license version number, you may choose any version ever published by
  5515. the Free Software Foundation.
  5516.  
  5517.   14. If you wish to incorporate parts of the Library into other free
  5518. programs whose distribution conditions are incompatible with these,
  5519. write to the author to ask for permission.  For software which is
  5520. copyrighted by the Free Software Foundation, write to the Free
  5521. Software Foundation; we sometimes make exceptions for this.  Our
  5522. decision will be guided by the two goals of preserving the free status
  5523. of all derivatives of our free software and of promoting the sharing
  5524. and reuse of software generally.
  5525.  
  5526.                 NO WARRANTY
  5527.  
  5528.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  5529. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  5530. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  5531. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  5532. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  5533. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  5534. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  5535. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  5536. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  5537.  
  5538.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  5539. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  5540. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  5541. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  5542. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  5543. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  5544. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  5545. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  5546. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  5547. DAMAGES.
  5548.  
  5549.              END OF TERMS AND CONDITIONS
  5550.  
  5551.            How to Apply These Terms to Your New Libraries
  5552.  
  5553.   If you develop a new library, and you want it to be of the greatest
  5554. possible use to the public, we recommend making it free software that
  5555. everyone can redistribute and change.  You can do so by permitting
  5556. redistribution under these terms (or, alternatively, under the terms of the
  5557. ordinary General Public License).
  5558.  
  5559.   To apply these terms, attach the following notices to the library.  It is
  5560. safest to attach them to the start of each source file to most effectively
  5561. convey the exclusion of warranty; and each file should have at least the
  5562. "copyright" line and a pointer to where the full notice is found.
  5563.  
  5564.     <one line to give the library's name and a brief idea of what it does.>
  5565.     Copyright (C) <year>  <name of author>
  5566.  
  5567.     This library is free software; you can redistribute it and/or
  5568.     modify it under the terms of the GNU Lesser General Public
  5569.     License as published by the Free Software Foundation; either
  5570.     version 2.1 of the License, or (at your option) any later version.
  5571.  
  5572.     This library is distributed in the hope that it will be useful,
  5573.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  5574.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  5575.     Lesser General Public License for more details.
  5576.  
  5577.     You should have received a copy of the GNU Lesser General Public
  5578.     License along with this library; if not, write to the Free Software
  5579.     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  5580.  
  5581. Also add information on how to contact you by electronic and paper mail.
  5582.  
  5583. You should also get your employer (if you work as a programmer) or your
  5584. school, if any, to sign a "copyright disclaimer" for the library, if
  5585. necessary.  Here is a sample; alter the names:
  5586.  
  5587.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  5588.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  5589.  
  5590.   <signature of Ty Coon>, 1 April 1990
  5591.   Ty Coon, President of Vice
  5592.  
  5593. That's all there is to it!
  5594.  
  5595.  
  5596. </pre>
  5597. </div>
  5598. </div>
  5599.  
  5600.  
  5601. <div class="product">
  5602. <span class="title">Chromium OS system API</span>
  5603. <a class="show" href="#">show license</a>
  5604. <span class="homepage"><a href="http://www.chromium.org/chromium-os">homepage</a></span>
  5605. <div class="licence">
  5606. <pre>// Copyright (c) 2006-2009 The Chromium OS Authors. All rights reserved.
  5607. //
  5608. // Redistribution and use in source and binary forms, with or without
  5609. // modification, are permitted provided that the following conditions are
  5610. // met:
  5611. //
  5612. //    * Redistributions of source code must retain the above copyright
  5613. // notice, this list of conditions and the following disclaimer.
  5614. //    * Redistributions in binary form must reproduce the above
  5615. // copyright notice, this list of conditions and the following disclaimer
  5616. // in the documentation and/or other materials provided with the
  5617. // distribution.
  5618. //    * Neither the name of Google Inc. nor the names of its
  5619. // contributors may be used to endorse or promote products derived from
  5620. // this software without specific prior written permission.
  5621. //
  5622. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  5623. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  5624. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  5625. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  5626. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  5627. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  5628. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  5629. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  5630. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  5631. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  5632. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  5633. </pre>
  5634. </div>
  5635. </div>
  5636.  
  5637.  
  5638. <div class="product">
  5639. <span class="title">devscripts</span>
  5640. <a class="show" href="#">show license</a>
  5641. <span class="homepage"><a href="http://anonscm.debian.org/gitweb/?p=devscripts/devscripts.git">homepage</a></span>
  5642. <div class="licence">
  5643. <pre>            GNU GENERAL PUBLIC LICENSE
  5644.                Version 2, June 1991
  5645.  
  5646.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  5647.        51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  5648.  Everyone is permitted to copy and distribute verbatim copies
  5649.  of this license document, but changing it is not allowed.
  5650.  
  5651.                 Preamble
  5652.  
  5653.   The licenses for most software are designed to take away your
  5654. freedom to share and change it.  By contrast, the GNU General Public
  5655. License is intended to guarantee your freedom to share and change free
  5656. software--to make sure the software is free for all its users.  This
  5657. General Public License applies to most of the Free Software
  5658. Foundation's software and to any other program whose authors commit to
  5659. using it.  (Some other Free Software Foundation software is covered by
  5660. the GNU Library General Public License instead.)  You can apply it to
  5661. your programs, too.
  5662.  
  5663.   When we speak of free software, we are referring to freedom, not
  5664. price.  Our General Public Licenses are designed to make sure that you
  5665. have the freedom to distribute copies of free software (and charge for
  5666. this service if you wish), that you receive source code or can get it
  5667. if you want it, that you can change the software or use pieces of it
  5668. in new free programs; and that you know you can do these things.
  5669.  
  5670.   To protect your rights, we need to make restrictions that forbid
  5671. anyone to deny you these rights or to ask you to surrender the rights.
  5672. These restrictions translate to certain responsibilities for you if you
  5673. distribute copies of the software, or if you modify it.
  5674.  
  5675.   For example, if you distribute copies of such a program, whether
  5676. gratis or for a fee, you must give the recipients all the rights that
  5677. you have.  You must make sure that they, too, receive or can get the
  5678. source code.  And you must show them these terms so they know their
  5679. rights.
  5680.  
  5681.   We protect your rights with two steps: (1) copyright the software, and
  5682. (2) offer you this license which gives you legal permission to copy,
  5683. distribute and/or modify the software.
  5684.  
  5685.   Also, for each author's protection and ours, we want to make certain
  5686. that everyone understands that there is no warranty for this free
  5687. software.  If the software is modified by someone else and passed on, we
  5688. want its recipients to know that what they have is not the original, so
  5689. that any problems introduced by others will not reflect on the original
  5690. authors' reputations.
  5691.  
  5692.   Finally, any free program is threatened constantly by software
  5693. patents.  We wish to avoid the danger that redistributors of a free
  5694. program will individually obtain patent licenses, in effect making the
  5695. program proprietary.  To prevent this, we have made it clear that any
  5696. patent must be licensed for everyone's free use or not licensed at all.
  5697.  
  5698.   The precise terms and conditions for copying, distribution and
  5699. modification follow.
  5700.  
  5701.             GNU GENERAL PUBLIC LICENSE
  5702.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  5703.  
  5704.   0. This License applies to any program or other work which contains
  5705. a notice placed by the copyright holder saying it may be distributed
  5706. under the terms of this General Public License.  The "Program", below,
  5707. refers to any such program or work, and a "work based on the Program"
  5708. means either the Program or any derivative work under copyright law:
  5709. that is to say, a work containing the Program or a portion of it,
  5710. either verbatim or with modifications and/or translated into another
  5711. language.  (Hereinafter, translation is included without limitation in
  5712. the term "modification".)  Each licensee is addressed as "you".
  5713.  
  5714. Activities other than copying, distribution and modification are not
  5715. covered by this License; they are outside its scope.  The act of
  5716. running the Program is not restricted, and the output from the Program
  5717. is covered only if its contents constitute a work based on the
  5718. Program (independent of having been made by running the Program).
  5719. Whether that is true depends on what the Program does.
  5720.  
  5721.   1. You may copy and distribute verbatim copies of the Program's
  5722. source code as you receive it, in any medium, provided that you
  5723. conspicuously and appropriately publish on each copy an appropriate
  5724. copyright notice and disclaimer of warranty; keep intact all the
  5725. notices that refer to this License and to the absence of any warranty;
  5726. and give any other recipients of the Program a copy of this License
  5727. along with the Program.
  5728.  
  5729. You may charge a fee for the physical act of transferring a copy, and
  5730. you may at your option offer warranty protection in exchange for a fee.
  5731.  
  5732.   2. You may modify your copy or copies of the Program or any portion
  5733. of it, thus forming a work based on the Program, and copy and
  5734. distribute such modifications or work under the terms of Section 1
  5735. above, provided that you also meet all of these conditions:
  5736.  
  5737.     a) You must cause the modified files to carry prominent notices
  5738.     stating that you changed the files and the date of any change.
  5739.  
  5740.     b) You must cause any work that you distribute or publish, that in
  5741.     whole or in part contains or is derived from the Program or any
  5742.     part thereof, to be licensed as a whole at no charge to all third
  5743.     parties under the terms of this License.
  5744.  
  5745.     c) If the modified program normally reads commands interactively
  5746.     when run, you must cause it, when started running for such
  5747.     interactive use in the most ordinary way, to print or display an
  5748.     announcement including an appropriate copyright notice and a
  5749.     notice that there is no warranty (or else, saying that you provide
  5750.     a warranty) and that users may redistribute the program under
  5751.     these conditions, and telling the user how to view a copy of this
  5752.     License.  (Exception: if the Program itself is interactive but
  5753.     does not normally print such an announcement, your work based on
  5754.     the Program is not required to print an announcement.)
  5755.  
  5756. These requirements apply to the modified work as a whole.  If
  5757. identifiable sections of that work are not derived from the Program,
  5758. and can be reasonably considered independent and separate works in
  5759. themselves, then this License, and its terms, do not apply to those
  5760. sections when you distribute them as separate works.  But when you
  5761. distribute the same sections as part of a whole which is a work based
  5762. on the Program, the distribution of the whole must be on the terms of
  5763. this License, whose permissions for other licensees extend to the
  5764. entire whole, and thus to each and every part regardless of who wrote it.
  5765.  
  5766. Thus, it is not the intent of this section to claim rights or contest
  5767. your rights to work written entirely by you; rather, the intent is to
  5768. exercise the right to control the distribution of derivative or
  5769. collective works based on the Program.
  5770.  
  5771. In addition, mere aggregation of another work not based on the Program
  5772. with the Program (or with a work based on the Program) on a volume of
  5773. a storage or distribution medium does not bring the other work under
  5774. the scope of this License.
  5775.  
  5776.   3. You may copy and distribute the Program (or a work based on it,
  5777. under Section 2) in object code or executable form under the terms of
  5778. Sections 1 and 2 above provided that you also do one of the following:
  5779.  
  5780.     a) Accompany it with the complete corresponding machine-readable
  5781.     source code, which must be distributed under the terms of Sections
  5782.     1 and 2 above on a medium customarily used for software interchange; or,
  5783.  
  5784.     b) Accompany it with a written offer, valid for at least three
  5785.     years, to give any third party, for a charge no more than your
  5786.     cost of physically performing source distribution, a complete
  5787.     machine-readable copy of the corresponding source code, to be
  5788.     distributed under the terms of Sections 1 and 2 above on a medium
  5789.     customarily used for software interchange; or,
  5790.  
  5791.     c) Accompany it with the information you received as to the offer
  5792.     to distribute corresponding source code.  (This alternative is
  5793.     allowed only for noncommercial distribution and only if you
  5794.     received the program in object code or executable form with such
  5795.     an offer, in accord with Subsection b above.)
  5796.  
  5797. The source code for a work means the preferred form of the work for
  5798. making modifications to it.  For an executable work, complete source
  5799. code means all the source code for all modules it contains, plus any
  5800. associated interface definition files, plus the scripts used to
  5801. control compilation and installation of the executable.  However, as a
  5802. special exception, the source code distributed need not include
  5803. anything that is normally distributed (in either source or binary
  5804. form) with the major components (compiler, kernel, and so on) of the
  5805. operating system on which the executable runs, unless that component
  5806. itself accompanies the executable.
  5807.  
  5808. If distribution of executable or object code is made by offering
  5809. access to copy from a designated place, then offering equivalent
  5810. access to copy the source code from the same place counts as
  5811. distribution of the source code, even though third parties are not
  5812. compelled to copy the source along with the object code.
  5813.  
  5814.   4. You may not copy, modify, sublicense, or distribute the Program
  5815. except as expressly provided under this License.  Any attempt
  5816. otherwise to copy, modify, sublicense or distribute the Program is
  5817. void, and will automatically terminate your rights under this License.
  5818. However, parties who have received copies, or rights, from you under
  5819. this License will not have their licenses terminated so long as such
  5820. parties remain in full compliance.
  5821.  
  5822.   5. You are not required to accept this License, since you have not
  5823. signed it.  However, nothing else grants you permission to modify or
  5824. distribute the Program or its derivative works.  These actions are
  5825. prohibited by law if you do not accept this License.  Therefore, by
  5826. modifying or distributing the Program (or any work based on the
  5827. Program), you indicate your acceptance of this License to do so, and
  5828. all its terms and conditions for copying, distributing or modifying
  5829. the Program or works based on it.
  5830.  
  5831.   6. Each time you redistribute the Program (or any work based on the
  5832. Program), the recipient automatically receives a license from the
  5833. original licensor to copy, distribute or modify the Program subject to
  5834. these terms and conditions.  You may not impose any further
  5835. restrictions on the recipients' exercise of the rights granted herein.
  5836. You are not responsible for enforcing compliance by third parties to
  5837. this License.
  5838.  
  5839.   7. If, as a consequence of a court judgment or allegation of patent
  5840. infringement or for any other reason (not limited to patent issues),
  5841. conditions are imposed on you (whether by court order, agreement or
  5842. otherwise) that contradict the conditions of this License, they do not
  5843. excuse you from the conditions of this License.  If you cannot
  5844. distribute so as to satisfy simultaneously your obligations under this
  5845. License and any other pertinent obligations, then as a consequence you
  5846. may not distribute the Program at all.  For example, if a patent
  5847. license would not permit royalty-free redistribution of the Program by
  5848. all those who receive copies directly or indirectly through you, then
  5849. the only way you could satisfy both it and this License would be to
  5850. refrain entirely from distribution of the Program.
  5851.  
  5852. If any portion of this section is held invalid or unenforceable under
  5853. any particular circumstance, the balance of the section is intended to
  5854. apply and the section as a whole is intended to apply in other
  5855. circumstances.
  5856.  
  5857. It is not the purpose of this section to induce you to infringe any
  5858. patents or other property right claims or to contest validity of any
  5859. such claims; this section has the sole purpose of protecting the
  5860. integrity of the free software distribution system, which is
  5861. implemented by public license practices.  Many people have made
  5862. generous contributions to the wide range of software distributed
  5863. through that system in reliance on consistent application of that
  5864. system; it is up to the author/donor to decide if he or she is willing
  5865. to distribute software through any other system and a licensee cannot
  5866. impose that choice.
  5867.  
  5868. This section is intended to make thoroughly clear what is believed to
  5869. be a consequence of the rest of this License.
  5870.  
  5871.   8. If the distribution and/or use of the Program is restricted in
  5872. certain countries either by patents or by copyrighted interfaces, the
  5873. original copyright holder who places the Program under this License
  5874. may add an explicit geographical distribution limitation excluding
  5875. those countries, so that distribution is permitted only in or among
  5876. countries not thus excluded.  In such case, this License incorporates
  5877. the limitation as if written in the body of this License.
  5878.  
  5879.   9. The Free Software Foundation may publish revised and/or new versions
  5880. of the General Public License from time to time.  Such new versions will
  5881. be similar in spirit to the present version, but may differ in detail to
  5882. address new problems or concerns.
  5883.  
  5884. Each version is given a distinguishing version number.  If the Program
  5885. specifies a version number of this License which applies to it and "any
  5886. later version", you have the option of following the terms and conditions
  5887. either of that version or of any later version published by the Free
  5888. Software Foundation.  If the Program does not specify a version number of
  5889. this License, you may choose any version ever published by the Free Software
  5890. Foundation.
  5891.  
  5892.   10. If you wish to incorporate parts of the Program into other free
  5893. programs whose distribution conditions are different, write to the author
  5894. to ask for permission.  For software which is copyrighted by the Free
  5895. Software Foundation, write to the Free Software Foundation; we sometimes
  5896. make exceptions for this.  Our decision will be guided by the two goals
  5897. of preserving the free status of all derivatives of our free software and
  5898. of promoting the sharing and reuse of software generally.
  5899.  
  5900.                 NO WARRANTY
  5901.  
  5902.   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  5903. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  5904. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  5905. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  5906. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  5907. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  5908. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  5909. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  5910. REPAIR OR CORRECTION.
  5911.  
  5912.   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  5913. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  5914. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  5915. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  5916. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  5917. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  5918. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  5919. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  5920. POSSIBILITY OF SUCH DAMAGES.
  5921.  
  5922.              END OF TERMS AND CONDITIONS
  5923.  
  5924.         How to Apply These Terms to Your New Programs
  5925.  
  5926.   If you develop a new program, and you want it to be of the greatest
  5927. possible use to the public, the best way to achieve this is to make it
  5928. free software which everyone can redistribute and change under these terms.
  5929.  
  5930.   To do so, attach the following notices to the program.  It is safest
  5931. to attach them to the start of each source file to most effectively
  5932. convey the exclusion of warranty; and each file should have at least
  5933. the "copyright" line and a pointer to where the full notice is found.
  5934.  
  5935.     <one line to give the program's name and a brief idea of what it does.>
  5936.     Copyright (C) 19yy  <name of author>
  5937.  
  5938.     This program is free software; you can redistribute it and/or modify
  5939.     it under the terms of the GNU General Public License as published by
  5940.     the Free Software Foundation; either version 2 of the License, or
  5941.     (at your option) any later version.
  5942.  
  5943.     This program is distributed in the hope that it will be useful,
  5944.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  5945.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  5946.     GNU General Public License for more details.
  5947.  
  5948.     You should have received a copy of the GNU General Public License
  5949.     along with this program; if not, write to the Free Software
  5950.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  5951.  
  5952.  
  5953. Also add information on how to contact you by electronic and paper mail.
  5954.  
  5955. If the program is interactive, make it output a short notice like this
  5956. when it starts in an interactive mode:
  5957.  
  5958.     Gnomovision version 69, Copyright (C) 19yy name of author
  5959.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  5960.     This is free software, and you are welcome to redistribute it
  5961.     under certain conditions; type `show c' for details.
  5962.  
  5963. The hypothetical commands `show w' and `show c' should show the appropriate
  5964. parts of the General Public License.  Of course, the commands you use may
  5965. be called something other than `show w' and `show c'; they could even be
  5966. mouse-clicks or menu items--whatever suits your program.
  5967.  
  5968. You should also get your employer (if you work as a programmer) or your
  5969. school, if any, to sign a "copyright disclaimer" for the program, if
  5970. necessary.  Here is a sample; alter the names:
  5971.  
  5972.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  5973.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  5974.  
  5975.   <signature of Ty Coon>, 1 April 1989
  5976.   Ty Coon, President of Vice
  5977.  
  5978. This General Public License does not permit incorporating your program into
  5979. proprietary programs.  If your program is a subroutine library, you may
  5980. consider it more useful to permit linking proprietary applications with the
  5981. library.  If this is what you want to do, use the GNU Library General
  5982. Public License instead of this License.
  5983. </pre>
  5984. </div>
  5985. </div>
  5986.  
  5987.  
  5988. <div class="product">
  5989. <span class="title">Expat XML Parser</span>
  5990. <a class="show" href="#">show license</a>
  5991. <span class="homepage"><a href="http://sourceforge.net/projects/expat/">homepage</a></span>
  5992. <div class="licence">
  5993. <pre>Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
  5994.                                and Clark Cooper
  5995. Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
  5996.  
  5997. Permission is hereby granted, free of charge, to any person obtaining
  5998. a copy of this software and associated documentation files (the
  5999. "Software"), to deal in the Software without restriction, including
  6000. without limitation the rights to use, copy, modify, merge, publish,
  6001. distribute, sublicense, and/or sell copies of the Software, and to
  6002. permit persons to whom the Software is furnished to do so, subject to
  6003. the following conditions:
  6004.  
  6005. The above copyright notice and this permission notice shall be included
  6006. in all copies or substantial portions of the Software.
  6007.  
  6008. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  6009. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  6010. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  6011. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  6012. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  6013. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  6014. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  6015. </pre>
  6016. </div>
  6017. </div>
  6018.  
  6019.  
  6020. <div class="product">
  6021. <span class="title">ffmpeg</span>
  6022. <a class="show" href="#">show license</a>
  6023. <span class="homepage"><a href="http://ffmpeg.org/">homepage</a></span>
  6024. <div class="licence">
  6025. <pre>FFmpeg:
  6026.  
  6027. Most files in FFmpeg are under the GNU Lesser General Public License version 2.1
  6028. or later (LGPL v2.1+). Read the file COPYING.LGPLv2.1 for details. Some other
  6029. files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to
  6030. FFmpeg.
  6031.  
  6032. Some optional parts of FFmpeg are licensed under the GNU General Public License
  6033. version 2 or later (GPL v2+). See the file COPYING.GPLv2 for details. None of
  6034. these parts are used by default, you have to explicitly pass --enable-gpl to
  6035. configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
  6036.  
  6037. Specifically, the GPL parts of FFmpeg are
  6038.  
  6039. - libpostproc
  6040. - libmpcodecs
  6041. - optional x86 optimizations in the files
  6042.   libavcodec/x86/idct_mmx.c
  6043. - libutvideo encoding/decoding wrappers in
  6044.   libavcodec/libutvideo*.cpp
  6045. - the X11 grabber in libavdevice/x11grab.c
  6046. - the swresample test app in
  6047.   libswresample/swresample-test.c
  6048. - the texi2pod.pl tool
  6049. - the following filters in libavfilter:
  6050.     - vf_blackframe.c
  6051.     - vf_boxblur.c
  6052.     - vf_colormatrix.c
  6053.     - vf_cropdetect.c
  6054.     - vf_delogo.c
  6055.     - vf_hqdn3d.c
  6056.     - vf_mp.c
  6057.     - vf_super2xsai.c
  6058.     - vf_tinterlace.c
  6059.     - vf_yadif.c
  6060.     - vsrc_mptestsrc.c
  6061.  
  6062. There are a handful of files under other licensing terms, namely:
  6063.  
  6064. * The files libavcodec/jfdctfst.c, libavcodec/jfdctint_template.c and
  6065.   libavcodec/jrevdct.c are taken from libjpeg, see the top of the files for
  6066.   licensing details. Specifically note that you must credit the IJG in the
  6067.   documentation accompanying your program if you only distribute executables.
  6068.   You must also indicate any changes including additions and deletions to
  6069.   those three files in the documentation.
  6070.  
  6071. Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then
  6072. the configure parameter --enable-version3 will activate this licensing option
  6073. for you. Read the file COPYING.LGPLv3 or, if you have enabled GPL parts,
  6074. COPYING.GPLv3 to learn the exact legal terms that apply in this case.
  6075.  
  6076.  
  6077. external libraries
  6078. ==================
  6079.  
  6080. FFmpeg can be combined with a number of external libraries, which sometimes
  6081. affect the licensing of binaries resulting from the combination.
  6082.  
  6083. compatible libraries
  6084. --------------------
  6085.  
  6086. The libcdio, libx264, libxavs and libxvid libraries are under GPL. When
  6087. combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by
  6088. passing --enable-gpl to configure.
  6089.  
  6090. The OpenCORE and VisualOn libraries are under the Apache License 2.0. That
  6091. license is incompatible with the LGPL v2.1 and the GPL v2, but not with
  6092. version 3 of those licenses. So to combine these libraries with FFmpeg, the
  6093. license version needs to be upgraded by passing --enable-version3 to configure.
  6094.  
  6095. incompatible libraries
  6096. ----------------------
  6097.  
  6098. The Fraunhofer AAC library, FAAC and aacplus are under licenses which
  6099. are incompatible with the GPLv2 and v3. We do not know for certain if their
  6100. licenses are compatible with the LGPL.
  6101. If you wish to enable these libraries, pass --enable-nonfree to configure.
  6102. But note that if you enable any of these libraries the resulting binary will
  6103. be under a complex license mix that is more restrictive than the LGPL and that
  6104. may result in additional obligations. It is possible that these
  6105. restrictions cause the resulting binary to be unredistributeable.
  6106. </pre>
  6107. </div>
  6108. </div>
  6109.  
  6110.  
  6111. <div class="product">
  6112. <span class="title">flac</span>
  6113. <a class="show" href="#">show license</a>
  6114. <span class="homepage"><a href="http://sourceforge.net/projects/flac/files/flac-src/flac-1.2.1-src/flac-1.2.1.tar.gz/download">homepage</a></span>
  6115. <div class="licence">
  6116. <pre>Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson
  6117.  
  6118. Redistribution and use in source and binary forms, with or without
  6119. modification, are permitted provided that the following conditions
  6120. are met:
  6121.  
  6122. - Redistributions of source code must retain the above copyright
  6123. notice, this list of conditions and the following disclaimer.
  6124.  
  6125. - Redistributions in binary form must reproduce the above copyright
  6126. notice, this list of conditions and the following disclaimer in the
  6127. documentation and/or other materials provided with the distribution.
  6128.  
  6129. - Neither the name of the Xiph.org Foundation nor the names of its
  6130. contributors may be used to endorse or promote products derived from
  6131. this software without specific prior written permission.
  6132.  
  6133. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6134. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6135. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6136. A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
  6137. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  6138. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  6139. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  6140. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  6141. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  6142. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  6143. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6144. </pre>
  6145. </div>
  6146. </div>
  6147.  
  6148.  
  6149. <div class="product">
  6150. <span class="title">Flot Javascript/JQuery library for creating graphs</span>
  6151. <a class="show" href="#">show license</a>
  6152. <span class="homepage"><a href="code.google.com/p/flot and http://drupal.org/project/flot">homepage</a></span>
  6153. <div class="licence">
  6154. <pre>Copyright (c) 2007-2009 IOLA and Ole Laursen
  6155.  
  6156. Permission is hereby granted, free of charge, to any person
  6157. obtaining a copy of this software and associated documentation
  6158. files (the "Software"), to deal in the Software without
  6159. restriction, including without limitation the rights to use,
  6160. copy, modify, merge, publish, distribute, sublicense, and/or sell
  6161. copies of the Software, and to permit persons to whom the
  6162. Software is furnished to do so, subject to the following
  6163. conditions:
  6164.  
  6165. The above copyright notice and this permission notice shall be
  6166. included in all copies or substantial portions of the Software.
  6167.  
  6168. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  6169. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  6170. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  6171. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  6172. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  6173. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  6174. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  6175. OTHER DEALINGS IN THE SOFTWARE.
  6176. </pre>
  6177. </div>
  6178. </div>
  6179.  
  6180.  
  6181. <div class="product">
  6182. <span class="title">OpenGL ES 2.0 Programming Guide</span>
  6183. <a class="show" href="#">show license</a>
  6184. <span class="homepage"><a href="http://opengles-book.com/">homepage</a></span>
  6185. <div class="licence">
  6186. <pre>Book:      OpenGL(R) ES 2.0 Programming Guide
  6187. Authors:   Aaftab Munshi, Dan Ginsburg, Dave Shreiner
  6188. ISBN-10:   0321502795
  6189. ISBN-13:   9780321502797
  6190. Publisher: Addison-Wesley Professional
  6191. URLs:      http://safari.informit.com/9780321563835
  6192.            http://www.opengles-book.com</pre>
  6193. </div>
  6194. </div>
  6195.  
  6196.  
  6197. <div class="product">
  6198. <span class="title">gpsd</span>
  6199. <a class="show" href="#">show license</a>
  6200. <span class="homepage"><a href="http://download-mirror.savannah.gnu.org/releases/gpsd/">homepage</a></span>
  6201. <div class="licence">
  6202. <pre>            COPYRIGHTS
  6203.  
  6204. Compilation copyright is held by the GPSD project.  All rights reserved.
  6205.  
  6206. GPSD project copyrights are assigned to the project lead, currently
  6207. Eric S. Raymond. Other portions of the GPSD code are Copyright (c)
  6208. 1997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others
  6209. Copyright (c) 2005 by Eric S. Raymond.  For other copyrights, see
  6210. individual files.
  6211.  
  6212.             BSD LICENSE
  6213.  
  6214. Redistribution and use in source and binary forms, with or without
  6215. modification, are permitted provided that the following conditions
  6216. are met:<P>
  6217.  
  6218. Redistributions of source code must retain the above copyright
  6219. notice, this list of conditions and the following disclaimer.<P>
  6220.  
  6221. Redistributions in binary form must reproduce the above copyright
  6222. notice, this list of conditions and the following disclaimer in the
  6223. documentation and/or other materials provided with the distribution.<P>
  6224.  
  6225. Neither name of the GPSD project nor the names of its contributors
  6226. may be used to endorse or promote products derived from this software
  6227. without specific prior written permission.
  6228.  
  6229. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  6230. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  6231. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  6232. A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
  6233. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  6234. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  6235. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  6236. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  6237. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  6238. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  6239. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6240. </pre>
  6241. </div>
  6242. </div>
  6243.  
  6244.  
  6245. <div class="product">
  6246. <span class="title">GIMP Toolkit</span>
  6247. <a class="show" href="#">show license</a>
  6248. <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
  6249. <div class="licence">
  6250. <pre>          GNU LIBRARY GENERAL PUBLIC LICENSE
  6251.                Version 2, June 1991
  6252.  
  6253.  Copyright (C) 1991 Free Software Foundation, Inc.
  6254.                 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  6255.  Everyone is permitted to copy and distribute verbatim copies
  6256.  of this license document, but changing it is not allowed.
  6257.  
  6258. [This is the first released version of the library GPL.  It is
  6259.  numbered 2 because it goes with version 2 of the ordinary GPL.]
  6260.  
  6261.                 Preamble
  6262.  
  6263.   The licenses for most software are designed to take away your
  6264. freedom to share and change it.  By contrast, the GNU General Public
  6265. Licenses are intended to guarantee your freedom to share and change
  6266. free software--to make sure the software is free for all its users.
  6267.  
  6268.   This license, the Library General Public License, applies to some
  6269. specially designated Free Software Foundation software, and to any
  6270. other libraries whose authors decide to use it.  You can use it for
  6271. your libraries, too.
  6272.  
  6273.   When we speak of free software, we are referring to freedom, not
  6274. price.  Our General Public Licenses are designed to make sure that you
  6275. have the freedom to distribute copies of free software (and charge for
  6276. this service if you wish), that you receive source code or can get it
  6277. if you want it, that you can change the software or use pieces of it
  6278. in new free programs; and that you know you can do these things.
  6279.  
  6280.   To protect your rights, we need to make restrictions that forbid
  6281. anyone to deny you these rights or to ask you to surrender the rights.
  6282. These restrictions translate to certain responsibilities for you if
  6283. you distribute copies of the library, or if you modify it.
  6284.  
  6285.   For example, if you distribute copies of the library, whether gratis
  6286. or for a fee, you must give the recipients all the rights that we gave
  6287. you.  You must make sure that they, too, receive or can get the source
  6288. code.  If you link a program with the library, you must provide
  6289. complete object files to the recipients so that they can relink them
  6290. with the library, after making changes to the library and recompiling
  6291. it.  And you must show them these terms so they know their rights.
  6292.  
  6293.   Our method of protecting your rights has two steps: (1) copyright
  6294. the library, and (2) offer you this license which gives you legal
  6295. permission to copy, distribute and/or modify the library.
  6296.  
  6297.   Also, for each distributor's protection, we want to make certain
  6298. that everyone understands that there is no warranty for this free
  6299. library.  If the library is modified by someone else and passed on, we
  6300. want its recipients to know that what they have is not the original
  6301. version, so that any problems introduced by others will not reflect on
  6302. the original authors' reputations.
  6303.  
  6304.   Finally, any free program is threatened constantly by software
  6305. patents.  We wish to avoid the danger that companies distributing free
  6306. software will individually obtain patent licenses, thus in effect
  6307. transforming the program into proprietary software.  To prevent this,
  6308. we have made it clear that any patent must be licensed for everyone's
  6309. free use or not licensed at all.
  6310.  
  6311.   Most GNU software, including some libraries, is covered by the ordinary
  6312. GNU General Public License, which was designed for utility programs.  This
  6313. license, the GNU Library General Public License, applies to certain
  6314. designated libraries.  This license is quite different from the ordinary
  6315. one; be sure to read it in full, and don't assume that anything in it is
  6316. the same as in the ordinary license.
  6317.  
  6318.   The reason we have a separate public license for some libraries is that
  6319. they blur the distinction we usually make between modifying or adding to a
  6320. program and simply using it.  Linking a program with a library, without
  6321. changing the library, is in some sense simply using the library, and is
  6322. analogous to running a utility program or application program.  However, in
  6323. a textual and legal sense, the linked executable is a combined work, a
  6324. derivative of the original library, and the ordinary General Public License
  6325. treats it as such.
  6326.  
  6327.   Because of this blurred distinction, using the ordinary General
  6328. Public License for libraries did not effectively promote software
  6329. sharing, because most developers did not use the libraries.  We
  6330. concluded that weaker conditions might promote sharing better.
  6331.  
  6332.   However, unrestricted linking of non-free programs would deprive the
  6333. users of those programs of all benefit from the free status of the
  6334. libraries themselves.  This Library General Public License is intended to
  6335. permit developers of non-free programs to use free libraries, while
  6336. preserving your freedom as a user of such programs to change the free
  6337. libraries that are incorporated in them.  (We have not seen how to achieve
  6338. this as regards changes in header files, but we have achieved it as regards
  6339. changes in the actual functions of the Library.)  The hope is that this
  6340. will lead to faster development of free libraries.
  6341.  
  6342.   The precise terms and conditions for copying, distribution and
  6343. modification follow.  Pay close attention to the difference between a
  6344. "work based on the library" and a "work that uses the library".  The
  6345. former contains code derived from the library, while the latter only
  6346. works together with the library.
  6347.  
  6348.   Note that it is possible for a library to be covered by the ordinary
  6349. General Public License rather than by this special one.
  6350.  
  6351.           GNU LIBRARY GENERAL PUBLIC LICENSE
  6352.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  6353.  
  6354.   0. This License Agreement applies to any software library which
  6355. contains a notice placed by the copyright holder or other authorized
  6356. party saying it may be distributed under the terms of this Library
  6357. General Public License (also called "this License").  Each licensee is
  6358. addressed as "you".
  6359.  
  6360.   A "library" means a collection of software functions and/or data
  6361. prepared so as to be conveniently linked with application programs
  6362. (which use some of those functions and data) to form executables.
  6363.  
  6364.   The "Library", below, refers to any such software library or work
  6365. which has been distributed under these terms.  A "work based on the
  6366. Library" means either the Library or any derivative work under
  6367. copyright law: that is to say, a work containing the Library or a
  6368. portion of it, either verbatim or with modifications and/or translated
  6369. straightforwardly into another language.  (Hereinafter, translation is
  6370. included without limitation in the term "modification".)
  6371.  
  6372.   "Source code" for a work means the preferred form of the work for
  6373. making modifications to it.  For a library, complete source code means
  6374. all the source code for all modules it contains, plus any associated
  6375. interface definition files, plus the scripts used to control compilation
  6376. and installation of the library.
  6377.  
  6378.   Activities other than copying, distribution and modification are not
  6379. covered by this License; they are outside its scope.  The act of
  6380. running a program using the Library is not restricted, and output from
  6381. such a program is covered only if its contents constitute a work based
  6382. on the Library (independent of the use of the Library in a tool for
  6383. writing it).  Whether that is true depends on what the Library does
  6384. and what the program that uses the Library does.
  6385.   
  6386.   1. You may copy and distribute verbatim copies of the Library's
  6387. complete source code as you receive it, in any medium, provided that
  6388. you conspicuously and appropriately publish on each copy an
  6389. appropriate copyright notice and disclaimer of warranty; keep intact
  6390. all the notices that refer to this License and to the absence of any
  6391. warranty; and distribute a copy of this License along with the
  6392. Library.
  6393.  
  6394.   You may charge a fee for the physical act of transferring a copy,
  6395. and you may at your option offer warranty protection in exchange for a
  6396. fee.
  6397.  
  6398.   2. You may modify your copy or copies of the Library or any portion
  6399. of it, thus forming a work based on the Library, and copy and
  6400. distribute such modifications or work under the terms of Section 1
  6401. above, provided that you also meet all of these conditions:
  6402.  
  6403.     a) The modified work must itself be a software library.
  6404.  
  6405.     b) You must cause the files modified to carry prominent notices
  6406.     stating that you changed the files and the date of any change.
  6407.  
  6408.     c) You must cause the whole of the work to be licensed at no
  6409.     charge to all third parties under the terms of this License.
  6410.  
  6411.     d) If a facility in the modified Library refers to a function or a
  6412.     table of data to be supplied by an application program that uses
  6413.     the facility, other than as an argument passed when the facility
  6414.     is invoked, then you must make a good faith effort to ensure that,
  6415.     in the event an application does not supply such function or
  6416.     table, the facility still operates, and performs whatever part of
  6417.     its purpose remains meaningful.
  6418.  
  6419.     (For example, a function in a library to compute square roots has
  6420.     a purpose that is entirely well-defined independent of the
  6421.     application.  Therefore, Subsection 2d requires that any
  6422.     application-supplied function or table used by this function must
  6423.     be optional: if the application does not supply it, the square
  6424.     root function must still compute square roots.)
  6425.  
  6426. These requirements apply to the modified work as a whole.  If
  6427. identifiable sections of that work are not derived from the Library,
  6428. and can be reasonably considered independent and separate works in
  6429. themselves, then this License, and its terms, do not apply to those
  6430. sections when you distribute them as separate works.  But when you
  6431. distribute the same sections as part of a whole which is a work based
  6432. on the Library, the distribution of the whole must be on the terms of
  6433. this License, whose permissions for other licensees extend to the
  6434. entire whole, and thus to each and every part regardless of who wrote
  6435. it.
  6436.  
  6437. Thus, it is not the intent of this section to claim rights or contest
  6438. your rights to work written entirely by you; rather, the intent is to
  6439. exercise the right to control the distribution of derivative or
  6440. collective works based on the Library.
  6441.  
  6442. In addition, mere aggregation of another work not based on the Library
  6443. with the Library (or with a work based on the Library) on a volume of
  6444. a storage or distribution medium does not bring the other work under
  6445. the scope of this License.
  6446.  
  6447.   3. You may opt to apply the terms of the ordinary GNU General Public
  6448. License instead of this License to a given copy of the Library.  To do
  6449. this, you must alter all the notices that refer to this License, so
  6450. that they refer to the ordinary GNU General Public License, version 2,
  6451. instead of to this License.  (If a newer version than version 2 of the
  6452. ordinary GNU General Public License has appeared, then you can specify
  6453. that version instead if you wish.)  Do not make any other change in
  6454. these notices.
  6455.  
  6456.   Once this change is made in a given copy, it is irreversible for
  6457. that copy, so the ordinary GNU General Public License applies to all
  6458. subsequent copies and derivative works made from that copy.
  6459.  
  6460.   This option is useful when you wish to copy part of the code of
  6461. the Library into a program that is not a library.
  6462.  
  6463.   4. You may copy and distribute the Library (or a portion or
  6464. derivative of it, under Section 2) in object code or executable form
  6465. under the terms of Sections 1 and 2 above provided that you accompany
  6466. it with the complete corresponding machine-readable source code, which
  6467. must be distributed under the terms of Sections 1 and 2 above on a
  6468. medium customarily used for software interchange.
  6469.  
  6470.   If distribution of object code is made by offering access to copy
  6471. from a designated place, then offering equivalent access to copy the
  6472. source code from the same place satisfies the requirement to
  6473. distribute the source code, even though third parties are not
  6474. compelled to copy the source along with the object code.
  6475.  
  6476.   5. A program that contains no derivative of any portion of the
  6477. Library, but is designed to work with the Library by being compiled or
  6478. linked with it, is called a "work that uses the Library".  Such a
  6479. work, in isolation, is not a derivative work of the Library, and
  6480. therefore falls outside the scope of this License.
  6481.  
  6482.   However, linking a "work that uses the Library" with the Library
  6483. creates an executable that is a derivative of the Library (because it
  6484. contains portions of the Library), rather than a "work that uses the
  6485. library".  The executable is therefore covered by this License.
  6486. Section 6 states terms for distribution of such executables.
  6487.  
  6488.   When a "work that uses the Library" uses material from a header file
  6489. that is part of the Library, the object code for the work may be a
  6490. derivative work of the Library even though the source code is not.
  6491. Whether this is true is especially significant if the work can be
  6492. linked without the Library, or if the work is itself a library.  The
  6493. threshold for this to be true is not precisely defined by law.
  6494.  
  6495.   If such an object file uses only numerical parameters, data
  6496. structure layouts and accessors, and small macros and small inline
  6497. functions (ten lines or less in length), then the use of the object
  6498. file is unrestricted, regardless of whether it is legally a derivative
  6499. work.  (Executables containing this object code plus portions of the
  6500. Library will still fall under Section 6.)
  6501.  
  6502.   Otherwise, if the work is a derivative of the Library, you may
  6503. distribute the object code for the work under the terms of Section 6.
  6504. Any executables containing that work also fall under Section 6,
  6505. whether or not they are linked directly with the Library itself.
  6506.  
  6507.   6. As an exception to the Sections above, you may also compile or
  6508. link a "work that uses the Library" with the Library to produce a
  6509. work containing portions of the Library, and distribute that work
  6510. under terms of your choice, provided that the terms permit
  6511. modification of the work for the customer's own use and reverse
  6512. engineering for debugging such modifications.
  6513.  
  6514.   You must give prominent notice with each copy of the work that the
  6515. Library is used in it and that the Library and its use are covered by
  6516. this License.  You must supply a copy of this License.  If the work
  6517. during execution displays copyright notices, you must include the
  6518. copyright notice for the Library among them, as well as a reference
  6519. directing the user to the copy of this License.  Also, you must do one
  6520. of these things:
  6521.  
  6522.     a) Accompany the work with the complete corresponding
  6523.     machine-readable source code for the Library including whatever
  6524.     changes were used in the work (which must be distributed under
  6525.     Sections 1 and 2 above); and, if the work is an executable linked
  6526.     with the Library, with the complete machine-readable "work that
  6527.     uses the Library", as object code and/or source code, so that the
  6528.     user can modify the Library and then relink to produce a modified
  6529.     executable containing the modified Library.  (It is understood
  6530.     that the user who changes the contents of definitions files in the
  6531.     Library will not necessarily be able to recompile the application
  6532.     to use the modified definitions.)
  6533.  
  6534.     b) Accompany the work with a written offer, valid for at
  6535.     least three years, to give the same user the materials
  6536.     specified in Subsection 6a, above, for a charge no more
  6537.     than the cost of performing this distribution.
  6538.  
  6539.     c) If distribution of the work is made by offering access to copy
  6540.     from a designated place, offer equivalent access to copy the above
  6541.     specified materials from the same place.
  6542.  
  6543.     d) Verify that the user has already received a copy of these
  6544.     materials or that you have already sent this user a copy.
  6545.  
  6546.   For an executable, the required form of the "work that uses the
  6547. Library" must include any data and utility programs needed for
  6548. reproducing the executable from it.  However, as a special exception,
  6549. the source code distributed need not include anything that is normally
  6550. distributed (in either source or binary form) with the major
  6551. components (compiler, kernel, and so on) of the operating system on
  6552. which the executable runs, unless that component itself accompanies
  6553. the executable.
  6554.  
  6555.   It may happen that this requirement contradicts the license
  6556. restrictions of other proprietary libraries that do not normally
  6557. accompany the operating system.  Such a contradiction means you cannot
  6558. use both them and the Library together in an executable that you
  6559. distribute.
  6560.  
  6561.   7. You may place library facilities that are a work based on the
  6562. Library side-by-side in a single library together with other library
  6563. facilities not covered by this License, and distribute such a combined
  6564. library, provided that the separate distribution of the work based on
  6565. the Library and of the other library facilities is otherwise
  6566. permitted, and provided that you do these two things:
  6567.  
  6568.     a) Accompany the combined library with a copy of the same work
  6569.     based on the Library, uncombined with any other library
  6570.     facilities.  This must be distributed under the terms of the
  6571.     Sections above.
  6572.  
  6573.     b) Give prominent notice with the combined library of the fact
  6574.     that part of it is a work based on the Library, and explaining
  6575.     where to find the accompanying uncombined form of the same work.
  6576.  
  6577.   8. You may not copy, modify, sublicense, link with, or distribute
  6578. the Library except as expressly provided under this License.  Any
  6579. attempt otherwise to copy, modify, sublicense, link with, or
  6580. distribute the Library is void, and will automatically terminate your
  6581. rights under this License.  However, parties who have received copies,
  6582. or rights, from you under this License will not have their licenses
  6583. terminated so long as such parties remain in full compliance.
  6584.  
  6585.   9. You are not required to accept this License, since you have not
  6586. signed it.  However, nothing else grants you permission to modify or
  6587. distribute the Library or its derivative works.  These actions are
  6588. prohibited by law if you do not accept this License.  Therefore, by
  6589. modifying or distributing the Library (or any work based on the
  6590. Library), you indicate your acceptance of this License to do so, and
  6591. all its terms and conditions for copying, distributing or modifying
  6592. the Library or works based on it.
  6593.  
  6594.   10. Each time you redistribute the Library (or any work based on the
  6595. Library), the recipient automatically receives a license from the
  6596. original licensor to copy, distribute, link with or modify the Library
  6597. subject to these terms and conditions.  You may not impose any further
  6598. restrictions on the recipients' exercise of the rights granted herein.
  6599. You are not responsible for enforcing compliance by third parties to
  6600. this License.
  6601.  
  6602.   11. If, as a consequence of a court judgment or allegation of patent
  6603. infringement or for any other reason (not limited to patent issues),
  6604. conditions are imposed on you (whether by court order, agreement or
  6605. otherwise) that contradict the conditions of this License, they do not
  6606. excuse you from the conditions of this License.  If you cannot
  6607. distribute so as to satisfy simultaneously your obligations under this
  6608. License and any other pertinent obligations, then as a consequence you
  6609. may not distribute the Library at all.  For example, if a patent
  6610. license would not permit royalty-free redistribution of the Library by
  6611. all those who receive copies directly or indirectly through you, then
  6612. the only way you could satisfy both it and this License would be to
  6613. refrain entirely from distribution of the Library.
  6614.  
  6615. If any portion of this section is held invalid or unenforceable under any
  6616. particular circumstance, the balance of the section is intended to apply,
  6617. and the section as a whole is intended to apply in other circumstances.
  6618.  
  6619. It is not the purpose of this section to induce you to infringe any
  6620. patents or other property right claims or to contest validity of any
  6621. such claims; this section has the sole purpose of protecting the
  6622. integrity of the free software distribution system which is
  6623. implemented by public license practices.  Many people have made
  6624. generous contributions to the wide range of software distributed
  6625. through that system in reliance on consistent application of that
  6626. system; it is up to the author/donor to decide if he or she is willing
  6627. to distribute software through any other system and a licensee cannot
  6628. impose that choice.
  6629.  
  6630. This section is intended to make thoroughly clear what is believed to
  6631. be a consequence of the rest of this License.
  6632.  
  6633.   12. If the distribution and/or use of the Library is restricted in
  6634. certain countries either by patents or by copyrighted interfaces, the
  6635. original copyright holder who places the Library under this License may add
  6636. an explicit geographical distribution limitation excluding those countries,
  6637. so that distribution is permitted only in or among countries not thus
  6638. excluded.  In such case, this License incorporates the limitation as if
  6639. written in the body of this License.
  6640.  
  6641.   13. The Free Software Foundation may publish revised and/or new
  6642. versions of the Library General Public License from time to time.
  6643. Such new versions will be similar in spirit to the present version,
  6644. but may differ in detail to address new problems or concerns.
  6645.  
  6646. Each version is given a distinguishing version number.  If the Library
  6647. specifies a version number of this License which applies to it and
  6648. "any later version", you have the option of following the terms and
  6649. conditions either of that version or of any later version published by
  6650. the Free Software Foundation.  If the Library does not specify a
  6651. license version number, you may choose any version ever published by
  6652. the Free Software Foundation.
  6653.  
  6654.   14. If you wish to incorporate parts of the Library into other free
  6655. programs whose distribution conditions are incompatible with these,
  6656. write to the author to ask for permission.  For software which is
  6657. copyrighted by the Free Software Foundation, write to the Free
  6658. Software Foundation; we sometimes make exceptions for this.  Our
  6659. decision will be guided by the two goals of preserving the free status
  6660. of all derivatives of our free software and of promoting the sharing
  6661. and reuse of software generally.
  6662.  
  6663.                 NO WARRANTY
  6664.  
  6665.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  6666. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  6667. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  6668. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  6669. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  6670. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  6671. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  6672. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  6673. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  6674.  
  6675.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  6676. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  6677. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  6678. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  6679. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  6680. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  6681. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  6682. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  6683. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  6684. DAMAGES.
  6685.  
  6686.              END OF TERMS AND CONDITIONS
  6687.  
  6688.            How to Apply These Terms to Your New Libraries
  6689.  
  6690.   If you develop a new library, and you want it to be of the greatest
  6691. possible use to the public, we recommend making it free software that
  6692. everyone can redistribute and change.  You can do so by permitting
  6693. redistribution under these terms (or, alternatively, under the terms of the
  6694. ordinary General Public License).
  6695.  
  6696.   To apply these terms, attach the following notices to the library.  It is
  6697. safest to attach them to the start of each source file to most effectively
  6698. convey the exclusion of warranty; and each file should have at least the
  6699. "copyright" line and a pointer to where the full notice is found.
  6700.  
  6701.     <one line to give the library's name and a brief idea of what it does.>
  6702.     Copyright (C) <year>  <name of author>
  6703.  
  6704.     This library is free software; you can redistribute it and/or
  6705.     modify it under the terms of the GNU Library General Public
  6706.     License as published by the Free Software Foundation; either
  6707.     version 2 of the License, or (at your option) any later version.
  6708.  
  6709.     This library is distributed in the hope that it will be useful,
  6710.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  6711.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  6712.     Library General Public License for more details.
  6713.  
  6714.     You should have received a copy of the GNU Library General Public
  6715.     License along with this library; if not, write to the 
  6716.     Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  6717.     Boston, MA  02111-1307  USA.
  6718.  
  6719. Also add information on how to contact you by electronic and paper mail.
  6720.  
  6721. You should also get your employer (if you work as a programmer) or your
  6722. school, if any, to sign a "copyright disclaimer" for the library, if
  6723. necessary.  Here is a sample; alter the names:
  6724.  
  6725.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  6726.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  6727.  
  6728.   <signature of Ty Coon>, 1 April 1990
  6729.   Ty Coon, President of Vice
  6730.  
  6731. That's all there is to it!
  6732. </pre>
  6733. </div>
  6734. </div>
  6735.  
  6736.  
  6737. <div class="product">
  6738. <span class="title">harfbuzz</span>
  6739. <a class="show" href="#">show license</a>
  6740. <span class="homepage"><a href="http://anongit.freedesktop.org/git/harfbuzz.old.git">homepage</a></span>
  6741. <div class="licence">
  6742. <pre>HarfBuzz was previously licensed under different licenses.  This was
  6743. changed in January 2008.  If you need to relicense your old copies,
  6744. consult the announcement of the license change on the internet.
  6745. Other than that, each copy of HarfBuzz is licensed under the COPYING
  6746. file included with it.  The actual license follows:
  6747.  
  6748.  
  6749. Permission is hereby granted, without written agreement and without
  6750. license or royalty fees, to use, copy, modify, and distribute this
  6751. software and its documentation for any purpose, provided that the
  6752. above copyright notice and the following two paragraphs appear in
  6753. all copies of this software.
  6754.  
  6755. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
  6756. DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  6757. ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
  6758. IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  6759. DAMAGE.
  6760.  
  6761. THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
  6762. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  6763. FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  6764. ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
  6765. PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  6766. </pre>
  6767. </div>
  6768. </div>
  6769.  
  6770.  
  6771. <div class="product">
  6772. <span class="title">hunspell</span>
  6773. <a class="show" href="#">show license</a>
  6774. <span class="homepage"><a href="http://hunspell.sourceforge.net/">homepage</a></span>
  6775. <div class="licence">
  6776. <pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
  6777.  
  6778. The contents of this software may be used under the terms of
  6779. the GNU General Public License Version 2 or later (the "GPL"), or
  6780. the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
  6781. see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the
  6782. intl/ directory) the Mozilla Public License Version 1.1 or later
  6783. (the "MPL", see COPYING.MPL).
  6784.  
  6785. Software distributed under these licenses is distributed on an "AS IS" basis,
  6786. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
  6787. for the specific language governing rights and limitations under the licenses.
  6788. </pre>
  6789. </div>
  6790. </div>
  6791.  
  6792.  
  6793. <div class="product">
  6794. <span class="title">hunspell dictionaries</span>
  6795. <a class="show" href="#">show license</a>
  6796. <span class="homepage"><a href="http://wiki.services.openoffice.org/wiki/Dictionaries">homepage</a></span>
  6797. <div class="licence">
  6798. <pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
  6799.  
  6800. The contents of this software may be used under the terms of
  6801. the GNU General Public License Version 2 or later (the "GPL"), or
  6802. the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
  6803. see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the
  6804. intl/ directory) the Mozilla Public License Version 1.1 or later
  6805. (the "MPL", see COPYING.MPL).
  6806.  
  6807. Software distributed under these licenses is distributed on an "AS IS" basis,
  6808. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
  6809. for the specific language governing rights and limitations under the licenses.
  6810. </pre>
  6811. </div>
  6812. </div>
  6813.  
  6814.  
  6815. <div class="product">
  6816. <span class="title">hyphen</span>
  6817. <a class="show" href="#">show license</a>
  6818. <span class="homepage"><a href="http://sourceforge.net/projects/hunspell/files/Hyphen/">homepage</a></span>
  6819. <div class="licence">
  6820. <pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
  6821.  
  6822. The contents of this software may be used under the terms of
  6823. the GNU General Public License Version 2 or later (the "GPL"), or
  6824. the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
  6825. see COPYING.LGPL) or the Mozilla Public License Version 1.1 or later
  6826. (the "MPL", see COPYING.MPL).
  6827.  
  6828. The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth
  6829. has a non MPL/LGPL compatible license, but freely redistributable:
  6830. "Unlimited copying and redistribution of this file are permitted as long
  6831. as this file is not modified. Modifications are permitted, but only if
  6832. the resulting file is not named hyphen.tex."
  6833.  
  6834. Software distributed under these licenses is distributed on an "AS IS" basis,
  6835. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
  6836. for the specific language governing rights and limitations under the licenses.
  6837. </pre>
  6838. </div>
  6839. </div>
  6840.  
  6841.  
  6842. <div class="product">
  6843. <span class="title">IAccessible2 COM interfaces for accessibility</span>
  6844. <a class="show" href="#">show license</a>
  6845. <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2">homepage</a></span>
  6846. <div class="licence">
  6847. <pre>/*************************************************************************
  6848.  *
  6849.  *  IAccessible2 IDL Specification 
  6850.  * 
  6851.  *  Copyright (c) 2007, 2010 Linux Foundation 
  6852.  *  Copyright (c) 2006 IBM Corporation 
  6853.  *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
  6854.  *  All rights reserved. 
  6855.  *   
  6856.  *   
  6857.  *  Redistribution and use in source and binary forms, with or without 
  6858.  *  modification, are permitted provided that the following conditions 
  6859.  *  are met: 
  6860.  *   
  6861.  *   1. Redistributions of source code must retain the above copyright 
  6862.  *      notice, this list of conditions and the following disclaimer. 
  6863.  *   
  6864.  *   2. Redistributions in binary form must reproduce the above 
  6865.  *      copyright notice, this list of conditions and the following 
  6866.  *      disclaimer in the documentation and/or other materials 
  6867.  *      provided with the distribution. 
  6868.  *
  6869.  *   3. Neither the name of the Linux Foundation nor the names of its 
  6870.  *      contributors may be used to endorse or promote products 
  6871.  *      derived from this software without specific prior written 
  6872.  *      permission. 
  6873.  *   
  6874.  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
  6875.  *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
  6876.  *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
  6877.  *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
  6878.  *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
  6879.  *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
  6880.  *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
  6881.  *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
  6882.  *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
  6883.  *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
  6884.  *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  6885.  *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
  6886.  *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  6887.  *   
  6888.  *  This BSD License conforms to the Open Source Initiative "Simplified 
  6889.  *  BSD License" as published at: 
  6890.  *  http://www.opensource.org/licenses/bsd-license.php 
  6891.  *   
  6892.  *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
  6893.  *  mark may be used in accordance with the Linux Foundation Trademark 
  6894.  *  Policy to indicate compliance with the IAccessible2 specification. 
  6895.  * 
  6896.  ************************************************************************/ 
  6897. </pre>
  6898. </div>
  6899. </div>
  6900.  
  6901.  
  6902. <div class="product">
  6903. <span class="title">iccjpeg</span>
  6904. <a class="show" href="#">show license</a>
  6905. <span class="homepage"><a href="http://www.ijg.org">homepage</a></span>
  6906. <div class="licence">
  6907. <pre>LICENSE extracted from IJG's jpeg distribution:
  6908. -----------------------------------------------
  6909.  
  6910. In plain English:
  6911.  
  6912. 1. We don't promise that this software works.  (But if you find any bugs,
  6913.    please let us know!)
  6914. 2. You can use this software for whatever you want.  You don't have to pay us.
  6915. 3. You may not pretend that you wrote this software.  If you use it in a
  6916.    program, you must acknowledge somewhere in your documentation that
  6917.    you've used the IJG code.
  6918.  
  6919. In legalese:
  6920.  
  6921. The authors make NO WARRANTY or representation, either express or implied,
  6922. with respect to this software, its quality, accuracy, merchantability, or
  6923. fitness for a particular purpose.  This software is provided "AS IS", and you,
  6924. its user, assume the entire risk as to its quality and accuracy.
  6925.  
  6926. This software is copyright (C) 1991-1998, Thomas G. Lane.
  6927. All Rights Reserved except as specified below.
  6928.  
  6929. Permission is hereby granted to use, copy, modify, and distribute this
  6930. software (or portions thereof) for any purpose, without fee, subject to these
  6931. conditions:
  6932. (1) If any part of the source code for this software is distributed, then this
  6933. README file must be included, with this copyright and no-warranty notice
  6934. unaltered; and any additions, deletions, or changes to the original files
  6935. must be clearly indicated in accompanying documentation.
  6936. (2) If only executable code is distributed, then the accompanying
  6937. documentation must state that "this software is based in part on the work of
  6938. the Independent JPEG Group".
  6939. (3) Permission for use of this software is granted only if the user accepts
  6940. full responsibility for any undesirable consequences; the authors accept
  6941. NO LIABILITY for damages of any kind.
  6942.  
  6943. These conditions apply to any software derived from or based on the IJG code,
  6944. not just to the unmodified library.  If you use our work, you ought to
  6945. acknowledge us.
  6946.  
  6947. Permission is NOT granted for the use of any IJG author's name or company name
  6948. in advertising or publicity relating to this software or products derived from
  6949. it.  This software may be referred to only as "the Independent JPEG Group's
  6950. software".
  6951.  
  6952. We specifically permit and encourage the use of this software as the basis of
  6953. commercial products, provided that all warranty or liability claims are
  6954. assumed by the product vendor.
  6955.  
  6956. </pre>
  6957. </div>
  6958. </div>
  6959.  
  6960.  
  6961. <div class="product">
  6962. <span class="title">icon_family</span>
  6963. <a class="show" href="#">show license</a>
  6964. <span class="homepage"><a href="http://iconfamily.sourceforge.net/">homepage</a></span>
  6965. <div class="licence">
  6966. <pre>Copyright (c) 2001-2010 Troy N. Stephens
  6967. Portions Copyright (c) 2007 Google Inc.
  6968.  
  6969. Use and distribution of this source code is governed by the MIT License, whose terms are as follows.
  6970.  
  6971. 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:
  6972.  
  6973. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  6974.  
  6975. 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.
  6976. </pre>
  6977. </div>
  6978. </div>
  6979.  
  6980.  
  6981. <div class="product">
  6982. <span class="title">icu</span>
  6983. <a class="show" href="#">show license</a>
  6984. <span class="homepage"><a href="http://site.icu-project.org/">homepage</a></span>
  6985. <div class="licence">
  6986. <pre>ICU License - ICU 1.8.1 and later
  6987.  
  6988. COPYRIGHT AND PERMISSION NOTICE
  6989.  
  6990. Copyright (c) 1995-2010 International Business Machines Corporation and others
  6991.  
  6992. All rights reserved.
  6993.  
  6994. Permission is hereby granted, free of charge, to any person obtaining a copy
  6995. of this software and associated documentation files (the "Software"),
  6996. to deal in the Software without restriction, including without limitation
  6997. the rights to use, copy, modify, merge, publish, distribute, and/or sell
  6998. copies of the Software, and to permit persons
  6999. to whom the Software is furnished to do so, provided that the above
  7000. copyright notice(s) and this permission notice appear in all copies
  7001. of the Software and that both the above copyright notice(s) and this
  7002. permission notice appear in supporting documentation.
  7003.  
  7004. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
  7005. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  7006. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
  7007. THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
  7008. OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
  7009. RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  7010. NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
  7011. USE OR PERFORMANCE OF THIS SOFTWARE.
  7012.  
  7013. Except as contained in this notice, the name of a copyright holder shall not be
  7014. used in advertising or otherwise to promote the sale, use or other dealings in
  7015. this Software without prior written authorization of the copyright holder.
  7016.  
  7017. All trademarks and registered trademarks mentioned herein are the property of their respective owners.
  7018. </pre>
  7019. </div>
  7020. </div>
  7021.  
  7022.  
  7023. <div class="product">
  7024. <span class="title">Chinese and Japanese Word List</span>
  7025. <a class="show" href="#">show license</a>
  7026. <span class="homepage"><a href="http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/icu42/source/data/brkitr/">homepage</a></span>
  7027. <div class="licence">
  7028. <pre>The list of words in cjdict.txt are obtained by combining three word
  7029. lists listed below with further processing for compound word breaking.
  7030. The frequency is generated with an iterative training against Google
  7031. web corpora.
  7032.  
  7033. * CC-CEDICT (Chinese)
  7034.   - http://www.mdbg.net/chindict/chindict.php?page=cedict (home page)
  7035.   - http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz (word list)
  7036.   - It is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
  7037.     (see http://creativecommons.org/licenses/by-sa/3.0 for more details)
  7038.  
  7039.   - The portion of words derived from CC-CEDICT is also separately available
  7040.     in cc_cedict.txt per the above CC Attribution-Share Alike 3.0 License.
  7041.  
  7042. * Libtabe (Chinese)
  7043.   - https://sourceforge.net/project/?group_id=1519
  7044.   - Its license terms and conditions are shown below.
  7045.  
  7046. * IPADIC (Japanese)
  7047.   - http://chasen.aist-nara.ac.jp/chasen/distribution.html
  7048.   - Its license terms and conditions are shown below.
  7049.  
  7050. ---------COPYING.libtabe ---- BEGIN--------------------
  7051.  
  7052. /*
  7053.  * Copyrighy (c) 1999 TaBE Project.
  7054.  * Copyright (c) 1999 Pai-Hsiang Hsiao.
  7055.  * All rights reserved.
  7056.  *
  7057.  * Redistribution and use in source and binary forms, with or without
  7058.  * modification, are permitted provided that the following conditions
  7059.  * are met:
  7060.  *
  7061.  * . Redistributions of source code must retain the above copyright
  7062.  *   notice, this list of conditions and the following disclaimer.
  7063.  * . Redistributions in binary form must reproduce the above copyright
  7064.  *   notice, this list of conditions and the following disclaimer in
  7065.  *   the documentation and/or other materials provided with the
  7066.  *   distribution.
  7067.  * . Neither the name of the TaBE Project nor the names of its
  7068.  *   contributors may be used to endorse or promote products derived
  7069.  *   from this software without specific prior written permission.
  7070.  *
  7071.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7072.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7073.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  7074.  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  7075.  * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  7076.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  7077.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  7078.  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7079.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  7080.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  7081.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  7082.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  7083.  */
  7084.  
  7085. /*
  7086.  * Copyright (c) 1999 Computer Systems and Communication Lab,
  7087.  *                    Institute of Information Science, Academia Sinica.
  7088.  * All rights reserved.
  7089.  *
  7090.  * Redistribution and use in source and binary forms, with or without
  7091.  * modification, are permitted provided that the following conditions
  7092.  * are met:
  7093.  *
  7094.  * . Redistributions of source code must retain the above copyright
  7095.  *   notice, this list of conditions and the following disclaimer.
  7096.  * . Redistributions in binary form must reproduce the above copyright
  7097.  *   notice, this list of conditions and the following disclaimer in
  7098.  *   the documentation and/or other materials provided with the
  7099.  *   distribution.
  7100.  * . Neither the name of the Computer Systems and Communication Lab
  7101.  *   nor the names of its contributors may be used to endorse or
  7102.  *   promote products derived from this software without specific
  7103.  *   prior written permission.
  7104.  *
  7105.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7106.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7107.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  7108.  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  7109.  * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  7110.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  7111.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  7112.  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7113.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  7114.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  7115.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  7116.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  7117.  */
  7118.  
  7119. Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
  7120. c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
  7121.  
  7122. ---------------COPYING.libtabe-----END------------------------------------
  7123.  
  7124.  
  7125. ---------------COPYING.ipadic-----BEGIN------------------------------------
  7126.  
  7127. Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
  7128. and Technology.  All Rights Reserved.
  7129.  
  7130. Use, reproduction, and distribution of this software is permitted.
  7131. Any copy of this software, whether in its original form or modified,
  7132. must include both the above copyright notice and the following
  7133. paragraphs.
  7134.  
  7135. Nara Institute of Science and Technology (NAIST),
  7136. the copyright holders, disclaims all warranties with regard to this
  7137. software, including all implied warranties of merchantability and
  7138. fitness, in no event shall NAIST be liable for
  7139. any special, indirect or consequential damages or any damages
  7140. whatsoever resulting from loss of use, data or profits, whether in an
  7141. action of contract, negligence or other tortuous action, arising out
  7142. of or in connection with the use or performance of this software.
  7143.  
  7144. A large portion of the dictionary entries
  7145. originate from ICOT Free Software.  The following conditions for ICOT
  7146. Free Software applies to the current dictionary as well.
  7147.  
  7148. Each User may also freely distribute the Program, whether in its
  7149. original form or modified, to any third party or parties, PROVIDED
  7150. that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
  7151. on, or be attached to, the Program, which is distributed substantially
  7152. in the same form as set out herein and that such intended
  7153. distribution, if actually made, will neither violate or otherwise
  7154. contravene any of the laws and regulations of the countries having
  7155. jurisdiction over the User or the intended distribution itself.
  7156.  
  7157. NO WARRANTY
  7158.  
  7159. The program was produced on an experimental basis in the course of the
  7160. research and development conducted during the project and is provided
  7161. to users as so produced on an experimental basis.  Accordingly, the
  7162. program is provided without any warranty whatsoever, whether express,
  7163. implied, statutory or otherwise.  The term "warranty" used herein
  7164. includes, but is not limited to, any warranty of the quality,
  7165. performance, merchantability and fitness for a particular purpose of
  7166. the program and the nonexistence of any infringement or violation of
  7167. any right of any third party.
  7168.  
  7169. Each user of the program will agree and understand, and be deemed to
  7170. have agreed and understood, that there is no warranty whatsoever for
  7171. the program and, accordingly, the entire risk arising from or
  7172. otherwise connected with the program is assumed by the user.
  7173.  
  7174. Therefore, neither ICOT, the copyright holder, or any other
  7175. organization that participated in or was otherwise related to the
  7176. development of the program and their respective officials, directors,
  7177. officers and other employees shall be held liable for any and all
  7178. damages, including, without limitation, general, special, incidental
  7179. and consequential damages, arising out of or otherwise in connection
  7180. with the use or inability to use the program or any product, material
  7181. or result produced or otherwise obtained by using the program,
  7182. regardless of whether they have been advised of, or otherwise had
  7183. knowledge of, the possibility of such damages at any time during the
  7184. project or thereafter.  Each user will be deemed to have agreed to the
  7185. foregoing by his or her commencement of use of the program.  The term
  7186. "use" as used herein includes, but is not limited to, the use,
  7187. modification, copying and distribution of the program and the
  7188. production of secondary products from the program.
  7189.  
  7190. In the case where the program, whether in its original form or
  7191. modified, was distributed or delivered to or received by a user from
  7192. any person, organization or entity other than ICOT, unless it makes or
  7193. grants independently of ICOT any specific warranty to the user in
  7194. writing, such person, organization or entity, will also be exempted
  7195. from and not be held liable to the user for any such damages as noted
  7196. above as far as the program is concerned.
  7197.  
  7198. ---------------COPYING.ipadic-----END------------------------------------
  7199. </pre>
  7200. </div>
  7201. </div>
  7202.  
  7203.  
  7204. <div class="product">
  7205. <span class="title">ISimpleDOM COM interfaces for accessibility</span>
  7206. <a class="show" href="#">show license</a>
  7207. <span class="homepage"><a href="http://www.mozilla.org/access/windows/at-apis">homepage</a></span>
  7208. <div class="licence">
  7209. <pre>/* ***** BEGIN LICENSE BLOCK *****
  7210.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  7211.  *
  7212.  * The contents of this file are subject to the Mozilla Public License Version
  7213.  * 1.1 (the "License"); you may not use this file except in compliance with
  7214.  * the License. You may obtain a copy of the License at
  7215.  * http://www.mozilla.org/MPL/
  7216.  *
  7217.  * Software distributed under the License is distributed on an "AS IS" basis,
  7218.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  7219.  * for the specific language governing rights and limitations under the
  7220.  * License.
  7221.  *
  7222.  * The Original Code is mozilla.org code.
  7223.  *
  7224.  * The Initial Developer of the Original Code is
  7225.  * Netscape Communications Corporation.
  7226.  * Portions created by the Initial Developer are Copyright (C) 2002
  7227.  * the Initial Developer. All Rights Reserved.
  7228.  *
  7229.  * Contributor(s):
  7230.  *
  7231.  * Alternatively, the contents of this file may be used under the terms of
  7232.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  7233.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  7234.  * in which case the provisions of the GPL or the LGPL are applicable instead
  7235.  * of those above. If you wish to allow use of your version of this file only
  7236.  * under the terms of either the GPL or the LGPL, and not to allow others to
  7237.  * use your version of this file under the terms of the MPL, indicate your
  7238.  * decision by deleting the provisions above and replace them with the notice
  7239.  * and other provisions required by the GPL or the LGPL. If you do not delete
  7240.  * the provisions above, a recipient may use your version of this file under
  7241.  * the terms of any one of the MPL, the GPL or the LGPL.
  7242.  *
  7243.  * ***** END LICENSE BLOCK ***** */
  7244. </pre>
  7245. </div>
  7246. </div>
  7247.  
  7248.  
  7249. <div class="product">
  7250. <span class="title">jemalloc</span>
  7251. <a class="show" href="#">show license</a>
  7252. <span class="homepage"><a href="http://hg.mozilla.org/mozilla-central/src/memory">homepage</a></span>
  7253. <div class="licence">
  7254. <pre>The following is the license for the jemalloc source code, as provided
  7255. in the initial section of the source files.
  7256.  
  7257. Copyright (C) 2006-2008 Jason Evans <jasone@FreeBSD.org>.
  7258. All rights reserved.
  7259.  
  7260. Redistribution and use in source and binary forms, with or without
  7261. modification, are permitted provided that the following conditions
  7262. are met:
  7263. 1. Redistributions of source code must retain the above copyright
  7264.    notice(s), this list of conditions and the following disclaimer as
  7265.    the first lines of this file unmodified other than the possible
  7266.    addition of one or more copyright notices.
  7267. 2. Redistributions in binary form must reproduce the above copyright
  7268.    notice(s), this list of conditions and the following disclaimer in
  7269.    the documentation and/or other materials provided with the
  7270.    distribution.
  7271.  
  7272. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
  7273. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7274. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  7275. PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE
  7276. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  7277. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  7278. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  7279. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  7280. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  7281. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  7282. EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7283.  
  7284. </pre>
  7285. </div>
  7286. </div>
  7287.  
  7288.  
  7289. <div class="product">
  7290. <span class="title">jsoncpp</span>
  7291. <a class="show" href="#">show license</a>
  7292. <span class="homepage"><a href="http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp">homepage</a></span>
  7293. <div class="licence">
  7294. <pre>The JsonCpp library's source code, including accompanying documentation, 
  7295. tests and demonstration applications, are licensed under the following
  7296. conditions...
  7297.  
  7298. The author (Baptiste Lepilleur) explicitly disclaims copyright in all 
  7299. jurisdictions which recognize such a disclaimer. In such jurisdictions, 
  7300. this software is released into the Public Domain.
  7301.  
  7302. In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
  7303. 2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
  7304. released under the terms of the MIT License (see below).
  7305.  
  7306. In jurisdictions which recognize Public Domain property, the user of this 
  7307. software may choose to accept it either as 1) Public Domain, 2) under the 
  7308. conditions of the MIT License (see below), or 3) under the terms of dual 
  7309. Public Domain/MIT License conditions described here, as they choose.
  7310.  
  7311. The MIT License is about as close to Public Domain as a license can get, and is
  7312. described in clear, concise terms at:
  7313.  
  7314.    http://en.wikipedia.org/wiki/MIT_License
  7315.    
  7316. The full text of the MIT License follows:
  7317.  
  7318. ========================================================================
  7319. Copyright (c) 2007-2010 Baptiste Lepilleur
  7320.  
  7321. Permission is hereby granted, free of charge, to any person
  7322. obtaining a copy of this software and associated documentation
  7323. files (the "Software"), to deal in the Software without
  7324. restriction, including without limitation the rights to use, copy,
  7325. modify, merge, publish, distribute, sublicense, and/or sell copies
  7326. of the Software, and to permit persons to whom the Software is
  7327. furnished to do so, subject to the following conditions:
  7328.  
  7329. The above copyright notice and this permission notice shall be
  7330. included in all copies or substantial portions of the Software.
  7331.  
  7332. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  7333. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  7334. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  7335. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  7336. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  7337. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  7338. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7339. SOFTWARE.
  7340. ========================================================================
  7341. (END LICENSE TEXT)
  7342.  
  7343. The MIT license is compatible with both the GPL and commercial
  7344. software, affording one all of the rights of Public Domain with the
  7345. minor nuisance of being required to keep the above copyright notice
  7346. and license text in the source code. Note also that by accepting the
  7347. Public Domain "license" you can re-license your copy using whatever
  7348. license you like.
  7349. </pre>
  7350. </div>
  7351. </div>
  7352.  
  7353.  
  7354. <div class="product">
  7355. <span class="title">Khronos header files</span>
  7356. <a class="show" href="#">show license</a>
  7357. <span class="homepage"><a href="http://www.khronos.org/registry">homepage</a></span>
  7358. <div class="licence">
  7359. <pre>Copyright (c) 2007-2010 The Khronos Group Inc.
  7360.  
  7361. Permission is hereby granted, free of charge, to any person obtaining a
  7362. copy of this software and/or associated documentation files (the
  7363. "Materials"), to deal in the Materials without restriction, including
  7364. without limitation the rights to use, copy, modify, merge, publish,
  7365. distribute, sublicense, and/or sell copies of the Materials, and to
  7366. permit persons to whom the Materials are furnished to do so, subject to
  7367. the following conditions:
  7368.  
  7369. The above copyright notice and this permission notice shall be included
  7370. in all copies or substantial portions of the Materials.
  7371.  
  7372. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  7373. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  7374. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  7375. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  7376. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  7377. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  7378. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  7379.  
  7380.  
  7381. SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
  7382.  
  7383. Copyright (C) 1992 Silicon Graphics, Inc. All Rights Reserved.
  7384.  
  7385. Permission is hereby granted, free of charge, to any person obtaining a copy of
  7386. this software and associated documentation files (the "Software"), to deal in
  7387. the Software without restriction, including without limitation the rights to
  7388. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  7389. of the Software, and to permit persons to whom the Software is furnished to do
  7390. so, subject to the following conditions:
  7391.  
  7392. The above copyright notice including the dates of first publication and either
  7393. this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
  7394. shall be included in all copies or substantial portions of the Software. 
  7395.  
  7396. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7397. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7398. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
  7399. GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  7400. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  7401. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  7402.  
  7403. Except as contained in this notice, the name of Silicon Graphics, Inc. shall
  7404. not be used in advertising or otherwise to promote the sale, use or other
  7405. dealings in this Software without prior written authorization from Silicon
  7406. Graphics, Inc.
  7407. </pre>
  7408. </div>
  7409. </div>
  7410.  
  7411.  
  7412. <div class="product">
  7413. <span class="title">launchpad-translations</span>
  7414. <a class="show" href="#">show license</a>
  7415. <span class="homepage"><a href="http://people.ubuntu.com/~fta/chromium/translations/trunk/patches/">homepage</a></span>
  7416. <div class="licence">
  7417. <pre>Redistribution and use in source and binary forms, with or without
  7418. modification, are permitted provided that the following conditions are
  7419. met:
  7420.  
  7421.   * Redistributions of source code must retain the above copyright
  7422.     notice, this list of conditions and the following disclaimer.
  7423.  
  7424.   * Redistributions in binary form must reproduce the above
  7425.     copyright notice, this list of conditions and the following
  7426.     disclaimer in the documentation and/or other materials provided
  7427.     with the distribution.
  7428.  
  7429.   * Neither the name of the copyright holders nor the names of its
  7430.     contributors may be used to endorse or promote products derived
  7431.     from this software without specific prior written permission.
  7432.  
  7433. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7434. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7435. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  7436. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7437. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7438. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  7439. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7440. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7441. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7442. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7443. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7444. </pre>
  7445. </div>
  7446. </div>
  7447.  
  7448.  
  7449. <div class="product">
  7450. <span class="title">LCOV - the LTP GCOV extension</span>
  7451. <a class="show" href="#">show license</a>
  7452. <span class="homepage"><a href="http://ltp.sourceforge.net/coverage/lcov.php">homepage</a></span>
  7453. <div class="licence">
  7454. <pre>License copied from bin/lcov:
  7455.  
  7456. #
  7457. #   Copyright (c) International Business Machines  Corp., 2002,2007
  7458. #
  7459. #   This program is free software;  you can redistribute it and/or modify
  7460. #   it under the terms of the GNU General Public License as published by
  7461. #   the Free Software Foundation; either version 2 of the License, or (at
  7462. #   your option) any later version.
  7463. #
  7464. #   This program is distributed in the hope that it will be useful, but
  7465. #   WITHOUT ANY WARRANTY;  without even the implied warranty of
  7466. #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  7467. #   General Public License for more details.                 
  7468. #
  7469. #   You should have received a copy of the GNU General Public License
  7470. #   along with this program;  if not, write to the Free Software
  7471. #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  7472. </pre>
  7473. </div>
  7474. </div>
  7475.  
  7476.  
  7477. <div class="product">
  7478. <span class="title">LCOV - the LTP GCOV extension</span>
  7479. <a class="show" href="#">show license</a>
  7480. <span class="homepage"><a href="http://ltp.sourceforge.net/coverage/lcov.php">homepage</a></span>
  7481. <div class="licence">
  7482. <pre>            GNU GENERAL PUBLIC LICENSE
  7483.                Version 2, June 1991
  7484.  
  7485.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  7486.  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  7487.  Everyone is permitted to copy and distribute verbatim copies
  7488.  of this license document, but changing it is not allowed.
  7489.  
  7490.                 Preamble
  7491.  
  7492.   The licenses for most software are designed to take away your
  7493. freedom to share and change it.  By contrast, the GNU General Public
  7494. License is intended to guarantee your freedom to share and change free
  7495. software--to make sure the software is free for all its users.  This
  7496. General Public License applies to most of the Free Software
  7497. Foundation's software and to any other program whose authors commit to
  7498. using it.  (Some other Free Software Foundation software is covered by
  7499. the GNU Lesser General Public License instead.)  You can apply it to
  7500. your programs, too.
  7501.  
  7502.   When we speak of free software, we are referring to freedom, not
  7503. price.  Our General Public Licenses are designed to make sure that you
  7504. have the freedom to distribute copies of free software (and charge for
  7505. this service if you wish), that you receive source code or can get it
  7506. if you want it, that you can change the software or use pieces of it
  7507. in new free programs; and that you know you can do these things.
  7508.  
  7509.   To protect your rights, we need to make restrictions that forbid
  7510. anyone to deny you these rights or to ask you to surrender the rights.
  7511. These restrictions translate to certain responsibilities for you if you
  7512. distribute copies of the software, or if you modify it.
  7513.  
  7514.   For example, if you distribute copies of such a program, whether
  7515. gratis or for a fee, you must give the recipients all the rights that
  7516. you have.  You must make sure that they, too, receive or can get the
  7517. source code.  And you must show them these terms so they know their
  7518. rights.
  7519.  
  7520.   We protect your rights with two steps: (1) copyright the software, and
  7521. (2) offer you this license which gives you legal permission to copy,
  7522. distribute and/or modify the software.
  7523.  
  7524.   Also, for each author's protection and ours, we want to make certain
  7525. that everyone understands that there is no warranty for this free
  7526. software.  If the software is modified by someone else and passed on, we
  7527. want its recipients to know that what they have is not the original, so
  7528. that any problems introduced by others will not reflect on the original
  7529. authors' reputations.
  7530.  
  7531.   Finally, any free program is threatened constantly by software
  7532. patents.  We wish to avoid the danger that redistributors of a free
  7533. program will individually obtain patent licenses, in effect making the
  7534. program proprietary.  To prevent this, we have made it clear that any
  7535. patent must be licensed for everyone's free use or not licensed at all.
  7536.  
  7537.   The precise terms and conditions for copying, distribution and
  7538. modification follow.
  7539.  
  7540.             GNU GENERAL PUBLIC LICENSE
  7541.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  7542.  
  7543.   0. This License applies to any program or other work which contains
  7544. a notice placed by the copyright holder saying it may be distributed
  7545. under the terms of this General Public License.  The "Program", below,
  7546. refers to any such program or work, and a "work based on the Program"
  7547. means either the Program or any derivative work under copyright law:
  7548. that is to say, a work containing the Program or a portion of it,
  7549. either verbatim or with modifications and/or translated into another
  7550. language.  (Hereinafter, translation is included without limitation in
  7551. the term "modification".)  Each licensee is addressed as "you".
  7552.  
  7553. Activities other than copying, distribution and modification are not
  7554. covered by this License; they are outside its scope.  The act of
  7555. running the Program is not restricted, and the output from the Program
  7556. is covered only if its contents constitute a work based on the
  7557. Program (independent of having been made by running the Program).
  7558. Whether that is true depends on what the Program does.
  7559.  
  7560.   1. You may copy and distribute verbatim copies of the Program's
  7561. source code as you receive it, in any medium, provided that you
  7562. conspicuously and appropriately publish on each copy an appropriate
  7563. copyright notice and disclaimer of warranty; keep intact all the
  7564. notices that refer to this License and to the absence of any warranty;
  7565. and give any other recipients of the Program a copy of this License
  7566. along with the Program.
  7567.  
  7568. You may charge a fee for the physical act of transferring a copy, and
  7569. you may at your option offer warranty protection in exchange for a fee.
  7570.  
  7571.   2. You may modify your copy or copies of the Program or any portion
  7572. of it, thus forming a work based on the Program, and copy and
  7573. distribute such modifications or work under the terms of Section 1
  7574. above, provided that you also meet all of these conditions:
  7575.  
  7576.     a) You must cause the modified files to carry prominent notices
  7577.     stating that you changed the files and the date of any change.
  7578.  
  7579.     b) You must cause any work that you distribute or publish, that in
  7580.     whole or in part contains or is derived from the Program or any
  7581.     part thereof, to be licensed as a whole at no charge to all third
  7582.     parties under the terms of this License.
  7583.  
  7584.     c) If the modified program normally reads commands interactively
  7585.     when run, you must cause it, when started running for such
  7586.     interactive use in the most ordinary way, to print or display an
  7587.     announcement including an appropriate copyright notice and a
  7588.     notice that there is no warranty (or else, saying that you provide
  7589.     a warranty) and that users may redistribute the program under
  7590.     these conditions, and telling the user how to view a copy of this
  7591.     License.  (Exception: if the Program itself is interactive but
  7592.     does not normally print such an announcement, your work based on
  7593.     the Program is not required to print an announcement.)
  7594.  
  7595. These requirements apply to the modified work as a whole.  If
  7596. identifiable sections of that work are not derived from the Program,
  7597. and can be reasonably considered independent and separate works in
  7598. themselves, then this License, and its terms, do not apply to those
  7599. sections when you distribute them as separate works.  But when you
  7600. distribute the same sections as part of a whole which is a work based
  7601. on the Program, the distribution of the whole must be on the terms of
  7602. this License, whose permissions for other licensees extend to the
  7603. entire whole, and thus to each and every part regardless of who wrote it.
  7604.  
  7605. Thus, it is not the intent of this section to claim rights or contest
  7606. your rights to work written entirely by you; rather, the intent is to
  7607. exercise the right to control the distribution of derivative or
  7608. collective works based on the Program.
  7609.  
  7610. In addition, mere aggregation of another work not based on the Program
  7611. with the Program (or with a work based on the Program) on a volume of
  7612. a storage or distribution medium does not bring the other work under
  7613. the scope of this License.
  7614.  
  7615.   3. You may copy and distribute the Program (or a work based on it,
  7616. under Section 2) in object code or executable form under the terms of
  7617. Sections 1 and 2 above provided that you also do one of the following:
  7618.  
  7619.     a) Accompany it with the complete corresponding machine-readable
  7620.     source code, which must be distributed under the terms of Sections
  7621.     1 and 2 above on a medium customarily used for software interchange; or,
  7622.  
  7623.     b) Accompany it with a written offer, valid for at least three
  7624.     years, to give any third party, for a charge no more than your
  7625.     cost of physically performing source distribution, a complete
  7626.     machine-readable copy of the corresponding source code, to be
  7627.     distributed under the terms of Sections 1 and 2 above on a medium
  7628.     customarily used for software interchange; or,
  7629.  
  7630.     c) Accompany it with the information you received as to the offer
  7631.     to distribute corresponding source code.  (This alternative is
  7632.     allowed only for noncommercial distribution and only if you
  7633.     received the program in object code or executable form with such
  7634.     an offer, in accord with Subsection b above.)
  7635.  
  7636. The source code for a work means the preferred form of the work for
  7637. making modifications to it.  For an executable work, complete source
  7638. code means all the source code for all modules it contains, plus any
  7639. associated interface definition files, plus the scripts used to
  7640. control compilation and installation of the executable.  However, as a
  7641. special exception, the source code distributed need not include
  7642. anything that is normally distributed (in either source or binary
  7643. form) with the major components (compiler, kernel, and so on) of the
  7644. operating system on which the executable runs, unless that component
  7645. itself accompanies the executable.
  7646.  
  7647. If distribution of executable or object code is made by offering
  7648. access to copy from a designated place, then offering equivalent
  7649. access to copy the source code from the same place counts as
  7650. distribution of the source code, even though third parties are not
  7651. compelled to copy the source along with the object code.
  7652.  
  7653.   4. You may not copy, modify, sublicense, or distribute the Program
  7654. except as expressly provided under this License.  Any attempt
  7655. otherwise to copy, modify, sublicense or distribute the Program is
  7656. void, and will automatically terminate your rights under this License.
  7657. However, parties who have received copies, or rights, from you under
  7658. this License will not have their licenses terminated so long as such
  7659. parties remain in full compliance.
  7660.  
  7661.   5. You are not required to accept this License, since you have not
  7662. signed it.  However, nothing else grants you permission to modify or
  7663. distribute the Program or its derivative works.  These actions are
  7664. prohibited by law if you do not accept this License.  Therefore, by
  7665. modifying or distributing the Program (or any work based on the
  7666. Program), you indicate your acceptance of this License to do so, and
  7667. all its terms and conditions for copying, distributing or modifying
  7668. the Program or works based on it.
  7669.  
  7670.   6. Each time you redistribute the Program (or any work based on the
  7671. Program), the recipient automatically receives a license from the
  7672. original licensor to copy, distribute or modify the Program subject to
  7673. these terms and conditions.  You may not impose any further
  7674. restrictions on the recipients' exercise of the rights granted herein.
  7675. You are not responsible for enforcing compliance by third parties to
  7676. this License.
  7677.  
  7678.   7. If, as a consequence of a court judgment or allegation of patent
  7679. infringement or for any other reason (not limited to patent issues),
  7680. conditions are imposed on you (whether by court order, agreement or
  7681. otherwise) that contradict the conditions of this License, they do not
  7682. excuse you from the conditions of this License.  If you cannot
  7683. distribute so as to satisfy simultaneously your obligations under this
  7684. License and any other pertinent obligations, then as a consequence you
  7685. may not distribute the Program at all.  For example, if a patent
  7686. license would not permit royalty-free redistribution of the Program by
  7687. all those who receive copies directly or indirectly through you, then
  7688. the only way you could satisfy both it and this License would be to
  7689. refrain entirely from distribution of the Program.
  7690.  
  7691. If any portion of this section is held invalid or unenforceable under
  7692. any particular circumstance, the balance of the section is intended to
  7693. apply and the section as a whole is intended to apply in other
  7694. circumstances.
  7695.  
  7696. It is not the purpose of this section to induce you to infringe any
  7697. patents or other property right claims or to contest validity of any
  7698. such claims; this section has the sole purpose of protecting the
  7699. integrity of the free software distribution system, which is
  7700. implemented by public license practices.  Many people have made
  7701. generous contributions to the wide range of software distributed
  7702. through that system in reliance on consistent application of that
  7703. system; it is up to the author/donor to decide if he or she is willing
  7704. to distribute software through any other system and a licensee cannot
  7705. impose that choice.
  7706.  
  7707. This section is intended to make thoroughly clear what is believed to
  7708. be a consequence of the rest of this License.
  7709.  
  7710.   8. If the distribution and/or use of the Program is restricted in
  7711. certain countries either by patents or by copyrighted interfaces, the
  7712. original copyright holder who places the Program under this License
  7713. may add an explicit geographical distribution limitation excluding
  7714. those countries, so that distribution is permitted only in or among
  7715. countries not thus excluded.  In such case, this License incorporates
  7716. the limitation as if written in the body of this License.
  7717.  
  7718.   9. The Free Software Foundation may publish revised and/or new versions
  7719. of the General Public License from time to time.  Such new versions will
  7720. be similar in spirit to the present version, but may differ in detail to
  7721. address new problems or concerns.
  7722.  
  7723. Each version is given a distinguishing version number.  If the Program
  7724. specifies a version number of this License which applies to it and "any
  7725. later version", you have the option of following the terms and conditions
  7726. either of that version or of any later version published by the Free
  7727. Software Foundation.  If the Program does not specify a version number of
  7728. this License, you may choose any version ever published by the Free Software
  7729. Foundation.
  7730.  
  7731.   10. If you wish to incorporate parts of the Program into other free
  7732. programs whose distribution conditions are different, write to the author
  7733. to ask for permission.  For software which is copyrighted by the Free
  7734. Software Foundation, write to the Free Software Foundation; we sometimes
  7735. make exceptions for this.  Our decision will be guided by the two goals
  7736. of preserving the free status of all derivatives of our free software and
  7737. of promoting the sharing and reuse of software generally.
  7738.  
  7739.                 NO WARRANTY
  7740.  
  7741.   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  7742. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  7743. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  7744. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  7745. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  7746. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  7747. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  7748. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  7749. REPAIR OR CORRECTION.
  7750.  
  7751.   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  7752. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  7753. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  7754. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  7755. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  7756. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  7757. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  7758. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  7759. POSSIBILITY OF SUCH DAMAGES.
  7760.  
  7761.              END OF TERMS AND CONDITIONS
  7762.  
  7763.         How to Apply These Terms to Your New Programs
  7764.  
  7765.   If you develop a new program, and you want it to be of the greatest
  7766. possible use to the public, the best way to achieve this is to make it
  7767. free software which everyone can redistribute and change under these terms.
  7768.  
  7769.   To do so, attach the following notices to the program.  It is safest
  7770. to attach them to the start of each source file to most effectively
  7771. convey the exclusion of warranty; and each file should have at least
  7772. the "copyright" line and a pointer to where the full notice is found.
  7773.  
  7774.     <one line to give the program's name and a brief idea of what it does.>
  7775.     Copyright (C) <year>  <name of author>
  7776.  
  7777.     This program is free software; you can redistribute it and/or modify
  7778.     it under the terms of the GNU General Public License as published by
  7779.     the Free Software Foundation; either version 2 of the License, or
  7780.     (at your option) any later version.
  7781.  
  7782.     This program is distributed in the hope that it will be useful,
  7783.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  7784.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  7785.     GNU General Public License for more details.
  7786.  
  7787.     You should have received a copy of the GNU General Public License along
  7788.     with this program; if not, write to the Free Software Foundation, Inc.,
  7789.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  7790.  
  7791. Also add information on how to contact you by electronic and paper mail.
  7792.  
  7793. If the program is interactive, make it output a short notice like this
  7794. when it starts in an interactive mode:
  7795.  
  7796.     Gnomovision version 69, Copyright (C) year name of author
  7797.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  7798.     This is free software, and you are welcome to redistribute it
  7799.     under certain conditions; type `show c' for details.
  7800.  
  7801. The hypothetical commands `show w' and `show c' should show the appropriate
  7802. parts of the General Public License.  Of course, the commands you use may
  7803. be called something other than `show w' and `show c'; they could even be
  7804. mouse-clicks or menu items--whatever suits your program.
  7805.  
  7806. You should also get your employer (if you work as a programmer) or your
  7807. school, if any, to sign a "copyright disclaimer" for the program, if
  7808. necessary.  Here is a sample; alter the names:
  7809.  
  7810.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  7811.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  7812.  
  7813.   <signature of Ty Coon>, 1 April 1989
  7814.   Ty Coon, President of Vice
  7815.  
  7816. This General Public License does not permit incorporating your program into
  7817. proprietary programs.  If your program is a subroutine library, you may
  7818. consider it more useful to permit linking proprietary applications with the
  7819. library.  If this is what you want to do, use the GNU Lesser General
  7820. Public License instead of this License.
  7821. </pre>
  7822. </div>
  7823. </div>
  7824.  
  7825.  
  7826. <div class="product">
  7827. <span class="title">LevelDB: A Fast Persistent Key-Value Store</span>
  7828. <a class="show" href="#">show license</a>
  7829. <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
  7830. <div class="licence">
  7831. <pre>Copyright (c) 2011 The LevelDB Authors. All rights reserved.
  7832.  
  7833. Redistribution and use in source and binary forms, with or without
  7834. modification, are permitted provided that the following conditions are
  7835. met:
  7836.  
  7837.    * Redistributions of source code must retain the above copyright
  7838. notice, this list of conditions and the following disclaimer.
  7839.    * Redistributions in binary form must reproduce the above
  7840. copyright notice, this list of conditions and the following disclaimer
  7841. in the documentation and/or other materials provided with the
  7842. distribution.
  7843.    * Neither the name of Google Inc. nor the names of its
  7844. contributors may be used to endorse or promote products derived from
  7845. this software without specific prior written permission.
  7846.  
  7847. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7848. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7849. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  7850. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7851. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7852. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  7853. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7854. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7855. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7856. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7857. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7858. </pre>
  7859. </div>
  7860. </div>
  7861.  
  7862.  
  7863. <div class="product">
  7864. <span class="title">NVidia Control X Extension Library</span>
  7865. <a class="show" href="#">show license</a>
  7866. <span class="homepage"><a href="cgit.freedesktop.org/~aplattner/nvidia-settings/">homepage</a></span>
  7867. <div class="licence">
  7868. <pre>/*
  7869.  * Copyright (c) 2008 NVIDIA, Corporation
  7870.  *
  7871.  * Permission is hereby granted, free of charge, to any person obtaining a copy
  7872.  * of this software and associated documentation files (the "Software"), to deal
  7873.  * in the Software without restriction, including without limitation the rights
  7874.  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7875.  * copies of the Software, and to permit persons to whom the Software is
  7876.  * furnished to do so, subject to the following conditions:
  7877.  *
  7878.  * The above copyright notice and this permission notice (including the next
  7879.  * paragraph) shall be included in all copies or substantial portions of the
  7880.  * Software.
  7881.  *
  7882.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  7883.  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  7884.  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  7885.  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  7886.  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  7887.  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7888.  * SOFTWARE.
  7889.  */</pre>
  7890. </div>
  7891. </div>
  7892.  
  7893.  
  7894. <div class="product">
  7895. <span class="title">libevent</span>
  7896. <a class="show" href="#">show license</a>
  7897. <span class="homepage"><a href="http://www.monkey.org/~provos/libevent/">homepage</a></span>
  7898. <div class="licence">
  7899. <pre>Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
  7900. Copyright 2007-2009 Niels Provos and Nick Mathewson
  7901.  
  7902. Redistribution and use in source and binary forms, with or without
  7903. modification, are permitted provided that the following conditions
  7904. are met:
  7905. 1. Redistributions of source code must retain the above copyright
  7906.    notice, this list of conditions and the following disclaimer.
  7907. 2. Redistributions in binary form must reproduce the above copyright
  7908.    notice, this list of conditions and the following disclaimer in the
  7909.    documentation and/or other materials provided with the distribution.
  7910. 3. The name of the author may not be used to endorse or promote products
  7911.    derived from this software without specific prior written permission.
  7912.  
  7913. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  7914. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  7915. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  7916. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  7917. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  7918. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7919. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7920. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7921. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  7922. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7923. </pre>
  7924. </div>
  7925. </div>
  7926.  
  7927.  
  7928. <div class="product">
  7929. <span class="title">libexif</span>
  7930. <a class="show" href="#">show license</a>
  7931. <span class="homepage"><a href="http://libexif.sourceforge.net/">homepage</a></span>
  7932. <div class="licence">
  7933. <pre>          GNU LESSER GENERAL PUBLIC LICENSE
  7934.                Version 2.1, February 1999
  7935.  
  7936.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  7937.  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  7938.  Everyone is permitted to copy and distribute verbatim copies
  7939.  of this license document, but changing it is not allowed.
  7940.  
  7941. [This is the first released version of the Lesser GPL.  It also counts
  7942.  as the successor of the GNU Library Public License, version 2, hence
  7943.  the version number 2.1.]
  7944.  
  7945.                 Preamble
  7946.  
  7947.   The licenses for most software are designed to take away your
  7948. freedom to share and change it.  By contrast, the GNU General Public
  7949. Licenses are intended to guarantee your freedom to share and change
  7950. free software--to make sure the software is free for all its users.
  7951.  
  7952.   This license, the Lesser General Public License, applies to some
  7953. specially designated software packages--typically libraries--of the
  7954. Free Software Foundation and other authors who decide to use it.  You
  7955. can use it too, but we suggest you first think carefully about whether
  7956. this license or the ordinary General Public License is the better
  7957. strategy to use in any particular case, based on the explanations below.
  7958.  
  7959.   When we speak of free software, we are referring to freedom of use,
  7960. not price.  Our General Public Licenses are designed to make sure that
  7961. you have the freedom to distribute copies of free software (and charge
  7962. for this service if you wish); that you receive source code or can get
  7963. it if you want it; that you can change the software and use pieces of
  7964. it in new free programs; and that you are informed that you can do
  7965. these things.
  7966.  
  7967.   To protect your rights, we need to make restrictions that forbid
  7968. distributors to deny you these rights or to ask you to surrender these
  7969. rights.  These restrictions translate to certain responsibilities for
  7970. you if you distribute copies of the library or if you modify it.
  7971.  
  7972.   For example, if you distribute copies of the library, whether gratis
  7973. or for a fee, you must give the recipients all the rights that we gave
  7974. you.  You must make sure that they, too, receive or can get the source
  7975. code.  If you link other code with the library, you must provide
  7976. complete object files to the recipients, so that they can relink them
  7977. with the library after making changes to the library and recompiling
  7978. it.  And you must show them these terms so they know their rights.
  7979.  
  7980.   We protect your rights with a two-step method: (1) we copyright the
  7981. library, and (2) we offer you this license, which gives you legal
  7982. permission to copy, distribute and/or modify the library.
  7983.  
  7984.   To protect each distributor, we want to make it very clear that
  7985. there is no warranty for the free library.  Also, if the library is
  7986. modified by someone else and passed on, the recipients should know
  7987. that what they have is not the original version, so that the original
  7988. author's reputation will not be affected by problems that might be
  7989. introduced by others.
  7990.  
  7991.   Finally, software patents pose a constant threat to the existence of
  7992. any free program.  We wish to make sure that a company cannot
  7993. effectively restrict the users of a free program by obtaining a
  7994. restrictive license from a patent holder.  Therefore, we insist that
  7995. any patent license obtained for a version of the library must be
  7996. consistent with the full freedom of use specified in this license.
  7997.  
  7998.   Most GNU software, including some libraries, is covered by the
  7999. ordinary GNU General Public License.  This license, the GNU Lesser
  8000. General Public License, applies to certain designated libraries, and
  8001. is quite different from the ordinary General Public License.  We use
  8002. this license for certain libraries in order to permit linking those
  8003. libraries into non-free programs.
  8004.  
  8005.   When a program is linked with a library, whether statically or using
  8006. a shared library, the combination of the two is legally speaking a
  8007. combined work, a derivative of the original library.  The ordinary
  8008. General Public License therefore permits such linking only if the
  8009. entire combination fits its criteria of freedom.  The Lesser General
  8010. Public License permits more lax criteria for linking other code with
  8011. the library.
  8012.  
  8013.   We call this license the "Lesser" General Public License because it
  8014. does Less to protect the user's freedom than the ordinary General
  8015. Public License.  It also provides other free software developers Less
  8016. of an advantage over competing non-free programs.  These disadvantages
  8017. are the reason we use the ordinary General Public License for many
  8018. libraries.  However, the Lesser license provides advantages in certain
  8019. special circumstances.
  8020.  
  8021.   For example, on rare occasions, there may be a special need to
  8022. encourage the widest possible use of a certain library, so that it becomes
  8023. a de-facto standard.  To achieve this, non-free programs must be
  8024. allowed to use the library.  A more frequent case is that a free
  8025. library does the same job as widely used non-free libraries.  In this
  8026. case, there is little to gain by limiting the free library to free
  8027. software only, so we use the Lesser General Public License.
  8028.  
  8029.   In other cases, permission to use a particular library in non-free
  8030. programs enables a greater number of people to use a large body of
  8031. free software.  For example, permission to use the GNU C Library in
  8032. non-free programs enables many more people to use the whole GNU
  8033. operating system, as well as its variant, the GNU/Linux operating
  8034. system.
  8035.  
  8036.   Although the Lesser General Public License is Less protective of the
  8037. users' freedom, it does ensure that the user of a program that is
  8038. linked with the Library has the freedom and the wherewithal to run
  8039. that program using a modified version of the Library.
  8040.  
  8041.   The precise terms and conditions for copying, distribution and
  8042. modification follow.  Pay close attention to the difference between a
  8043. "work based on the library" and a "work that uses the library".  The
  8044. former contains code derived from the library, whereas the latter must
  8045. be combined with the library in order to run.
  8046.  
  8047.           GNU LESSER GENERAL PUBLIC LICENSE
  8048.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  8049.  
  8050.   0. This License Agreement applies to any software library or other
  8051. program which contains a notice placed by the copyright holder or
  8052. other authorized party saying it may be distributed under the terms of
  8053. this Lesser General Public License (also called "this License").
  8054. Each licensee is addressed as "you".
  8055.  
  8056.   A "library" means a collection of software functions and/or data
  8057. prepared so as to be conveniently linked with application programs
  8058. (which use some of those functions and data) to form executables.
  8059.  
  8060.   The "Library", below, refers to any such software library or work
  8061. which has been distributed under these terms.  A "work based on the
  8062. Library" means either the Library or any derivative work under
  8063. copyright law: that is to say, a work containing the Library or a
  8064. portion of it, either verbatim or with modifications and/or translated
  8065. straightforwardly into another language.  (Hereinafter, translation is
  8066. included without limitation in the term "modification".)
  8067.  
  8068.   "Source code" for a work means the preferred form of the work for
  8069. making modifications to it.  For a library, complete source code means
  8070. all the source code for all modules it contains, plus any associated
  8071. interface definition files, plus the scripts used to control compilation
  8072. and installation of the library.
  8073.  
  8074.   Activities other than copying, distribution and modification are not
  8075. covered by this License; they are outside its scope.  The act of
  8076. running a program using the Library is not restricted, and output from
  8077. such a program is covered only if its contents constitute a work based
  8078. on the Library (independent of the use of the Library in a tool for
  8079. writing it).  Whether that is true depends on what the Library does
  8080. and what the program that uses the Library does.
  8081.  
  8082.   1. You may copy and distribute verbatim copies of the Library's
  8083. complete source code as you receive it, in any medium, provided that
  8084. you conspicuously and appropriately publish on each copy an
  8085. appropriate copyright notice and disclaimer of warranty; keep intact
  8086. all the notices that refer to this License and to the absence of any
  8087. warranty; and distribute a copy of this License along with the
  8088. Library.
  8089.  
  8090.   You may charge a fee for the physical act of transferring a copy,
  8091. and you may at your option offer warranty protection in exchange for a
  8092. fee.
  8093.  
  8094.   2. You may modify your copy or copies of the Library or any portion
  8095. of it, thus forming a work based on the Library, and copy and
  8096. distribute such modifications or work under the terms of Section 1
  8097. above, provided that you also meet all of these conditions:
  8098.  
  8099.     a) The modified work must itself be a software library.
  8100.  
  8101.     b) You must cause the files modified to carry prominent notices
  8102.     stating that you changed the files and the date of any change.
  8103.  
  8104.     c) You must cause the whole of the work to be licensed at no
  8105.     charge to all third parties under the terms of this License.
  8106.  
  8107.     d) If a facility in the modified Library refers to a function or a
  8108.     table of data to be supplied by an application program that uses
  8109.     the facility, other than as an argument passed when the facility
  8110.     is invoked, then you must make a good faith effort to ensure that,
  8111.     in the event an application does not supply such function or
  8112.     table, the facility still operates, and performs whatever part of
  8113.     its purpose remains meaningful.
  8114.  
  8115.     (For example, a function in a library to compute square roots has
  8116.     a purpose that is entirely well-defined independent of the
  8117.     application.  Therefore, Subsection 2d requires that any
  8118.     application-supplied function or table used by this function must
  8119.     be optional: if the application does not supply it, the square
  8120.     root function must still compute square roots.)
  8121.  
  8122. These requirements apply to the modified work as a whole.  If
  8123. identifiable sections of that work are not derived from the Library,
  8124. and can be reasonably considered independent and separate works in
  8125. themselves, then this License, and its terms, do not apply to those
  8126. sections when you distribute them as separate works.  But when you
  8127. distribute the same sections as part of a whole which is a work based
  8128. on the Library, the distribution of the whole must be on the terms of
  8129. this License, whose permissions for other licensees extend to the
  8130. entire whole, and thus to each and every part regardless of who wrote
  8131. it.
  8132.  
  8133. Thus, it is not the intent of this section to claim rights or contest
  8134. your rights to work written entirely by you; rather, the intent is to
  8135. exercise the right to control the distribution of derivative or
  8136. collective works based on the Library.
  8137.  
  8138. In addition, mere aggregation of another work not based on the Library
  8139. with the Library (or with a work based on the Library) on a volume of
  8140. a storage or distribution medium does not bring the other work under
  8141. the scope of this License.
  8142.  
  8143.   3. You may opt to apply the terms of the ordinary GNU General Public
  8144. License instead of this License to a given copy of the Library.  To do
  8145. this, you must alter all the notices that refer to this License, so
  8146. that they refer to the ordinary GNU General Public License, version 2,
  8147. instead of to this License.  (If a newer version than version 2 of the
  8148. ordinary GNU General Public License has appeared, then you can specify
  8149. that version instead if you wish.)  Do not make any other change in
  8150. these notices.
  8151.  
  8152.   Once this change is made in a given copy, it is irreversible for
  8153. that copy, so the ordinary GNU General Public License applies to all
  8154. subsequent copies and derivative works made from that copy.
  8155.  
  8156.   This option is useful when you wish to copy part of the code of
  8157. the Library into a program that is not a library.
  8158.  
  8159.   4. You may copy and distribute the Library (or a portion or
  8160. derivative of it, under Section 2) in object code or executable form
  8161. under the terms of Sections 1 and 2 above provided that you accompany
  8162. it with the complete corresponding machine-readable source code, which
  8163. must be distributed under the terms of Sections 1 and 2 above on a
  8164. medium customarily used for software interchange.
  8165.  
  8166.   If distribution of object code is made by offering access to copy
  8167. from a designated place, then offering equivalent access to copy the
  8168. source code from the same place satisfies the requirement to
  8169. distribute the source code, even though third parties are not
  8170. compelled to copy the source along with the object code.
  8171.  
  8172.   5. A program that contains no derivative of any portion of the
  8173. Library, but is designed to work with the Library by being compiled or
  8174. linked with it, is called a "work that uses the Library".  Such a
  8175. work, in isolation, is not a derivative work of the Library, and
  8176. therefore falls outside the scope of this License.
  8177.  
  8178.   However, linking a "work that uses the Library" with the Library
  8179. creates an executable that is a derivative of the Library (because it
  8180. contains portions of the Library), rather than a "work that uses the
  8181. library".  The executable is therefore covered by this License.
  8182. Section 6 states terms for distribution of such executables.
  8183.  
  8184.   When a "work that uses the Library" uses material from a header file
  8185. that is part of the Library, the object code for the work may be a
  8186. derivative work of the Library even though the source code is not.
  8187. Whether this is true is especially significant if the work can be
  8188. linked without the Library, or if the work is itself a library.  The
  8189. threshold for this to be true is not precisely defined by law.
  8190.  
  8191.   If such an object file uses only numerical parameters, data
  8192. structure layouts and accessors, and small macros and small inline
  8193. functions (ten lines or less in length), then the use of the object
  8194. file is unrestricted, regardless of whether it is legally a derivative
  8195. work.  (Executables containing this object code plus portions of the
  8196. Library will still fall under Section 6.)
  8197.  
  8198.   Otherwise, if the work is a derivative of the Library, you may
  8199. distribute the object code for the work under the terms of Section 6.
  8200. Any executables containing that work also fall under Section 6,
  8201. whether or not they are linked directly with the Library itself.
  8202.  
  8203.   6. As an exception to the Sections above, you may also combine or
  8204. link a "work that uses the Library" with the Library to produce a
  8205. work containing portions of the Library, and distribute that work
  8206. under terms of your choice, provided that the terms permit
  8207. modification of the work for the customer's own use and reverse
  8208. engineering for debugging such modifications.
  8209.  
  8210.   You must give prominent notice with each copy of the work that the
  8211. Library is used in it and that the Library and its use are covered by
  8212. this License.  You must supply a copy of this License.  If the work
  8213. during execution displays copyright notices, you must include the
  8214. copyright notice for the Library among them, as well as a reference
  8215. directing the user to the copy of this License.  Also, you must do one
  8216. of these things:
  8217.  
  8218.     a) Accompany the work with the complete corresponding
  8219.     machine-readable source code for the Library including whatever
  8220.     changes were used in the work (which must be distributed under
  8221.     Sections 1 and 2 above); and, if the work is an executable linked
  8222.     with the Library, with the complete machine-readable "work that
  8223.     uses the Library", as object code and/or source code, so that the
  8224.     user can modify the Library and then relink to produce a modified
  8225.     executable containing the modified Library.  (It is understood
  8226.     that the user who changes the contents of definitions files in the
  8227.     Library will not necessarily be able to recompile the application
  8228.     to use the modified definitions.)
  8229.  
  8230.     b) Use a suitable shared library mechanism for linking with the
  8231.     Library.  A suitable mechanism is one that (1) uses at run time a
  8232.     copy of the library already present on the user's computer system,
  8233.     rather than copying library functions into the executable, and (2)
  8234.     will operate properly with a modified version of the library, if
  8235.     the user installs one, as long as the modified version is
  8236.     interface-compatible with the version that the work was made with.
  8237.  
  8238.     c) Accompany the work with a written offer, valid for at
  8239.     least three years, to give the same user the materials
  8240.     specified in Subsection 6a, above, for a charge no more
  8241.     than the cost of performing this distribution.
  8242.  
  8243.     d) If distribution of the work is made by offering access to copy
  8244.     from a designated place, offer equivalent access to copy the above
  8245.     specified materials from the same place.
  8246.  
  8247.     e) Verify that the user has already received a copy of these
  8248.     materials or that you have already sent this user a copy.
  8249.  
  8250.   For an executable, the required form of the "work that uses the
  8251. Library" must include any data and utility programs needed for
  8252. reproducing the executable from it.  However, as a special exception,
  8253. the materials to be distributed need not include anything that is
  8254. normally distributed (in either source or binary form) with the major
  8255. components (compiler, kernel, and so on) of the operating system on
  8256. which the executable runs, unless that component itself accompanies
  8257. the executable.
  8258.  
  8259.   It may happen that this requirement contradicts the license
  8260. restrictions of other proprietary libraries that do not normally
  8261. accompany the operating system.  Such a contradiction means you cannot
  8262. use both them and the Library together in an executable that you
  8263. distribute.
  8264.  
  8265.   7. You may place library facilities that are a work based on the
  8266. Library side-by-side in a single library together with other library
  8267. facilities not covered by this License, and distribute such a combined
  8268. library, provided that the separate distribution of the work based on
  8269. the Library and of the other library facilities is otherwise
  8270. permitted, and provided that you do these two things:
  8271.  
  8272.     a) Accompany the combined library with a copy of the same work
  8273.     based on the Library, uncombined with any other library
  8274.     facilities.  This must be distributed under the terms of the
  8275.     Sections above.
  8276.  
  8277.     b) Give prominent notice with the combined library of the fact
  8278.     that part of it is a work based on the Library, and explaining
  8279.     where to find the accompanying uncombined form of the same work.
  8280.  
  8281.   8. You may not copy, modify, sublicense, link with, or distribute
  8282. the Library except as expressly provided under this License.  Any
  8283. attempt otherwise to copy, modify, sublicense, link with, or
  8284. distribute the Library is void, and will automatically terminate your
  8285. rights under this License.  However, parties who have received copies,
  8286. or rights, from you under this License will not have their licenses
  8287. terminated so long as such parties remain in full compliance.
  8288.  
  8289.   9. You are not required to accept this License, since you have not
  8290. signed it.  However, nothing else grants you permission to modify or
  8291. distribute the Library or its derivative works.  These actions are
  8292. prohibited by law if you do not accept this License.  Therefore, by
  8293. modifying or distributing the Library (or any work based on the
  8294. Library), you indicate your acceptance of this License to do so, and
  8295. all its terms and conditions for copying, distributing or modifying
  8296. the Library or works based on it.
  8297.  
  8298.   10. Each time you redistribute the Library (or any work based on the
  8299. Library), the recipient automatically receives a license from the
  8300. original licensor to copy, distribute, link with or modify the Library
  8301. subject to these terms and conditions.  You may not impose any further
  8302. restrictions on the recipients' exercise of the rights granted herein.
  8303. You are not responsible for enforcing compliance by third parties with
  8304. this License.
  8305.  
  8306.   11. If, as a consequence of a court judgment or allegation of patent
  8307. infringement or for any other reason (not limited to patent issues),
  8308. conditions are imposed on you (whether by court order, agreement or
  8309. otherwise) that contradict the conditions of this License, they do not
  8310. excuse you from the conditions of this License.  If you cannot
  8311. distribute so as to satisfy simultaneously your obligations under this
  8312. License and any other pertinent obligations, then as a consequence you
  8313. may not distribute the Library at all.  For example, if a patent
  8314. license would not permit royalty-free redistribution of the Library by
  8315. all those who receive copies directly or indirectly through you, then
  8316. the only way you could satisfy both it and this License would be to
  8317. refrain entirely from distribution of the Library.
  8318.  
  8319. If any portion of this section is held invalid or unenforceable under any
  8320. particular circumstance, the balance of the section is intended to apply,
  8321. and the section as a whole is intended to apply in other circumstances.
  8322.  
  8323. It is not the purpose of this section to induce you to infringe any
  8324. patents or other property right claims or to contest validity of any
  8325. such claims; this section has the sole purpose of protecting the
  8326. integrity of the free software distribution system which is
  8327. implemented by public license practices.  Many people have made
  8328. generous contributions to the wide range of software distributed
  8329. through that system in reliance on consistent application of that
  8330. system; it is up to the author/donor to decide if he or she is willing
  8331. to distribute software through any other system and a licensee cannot
  8332. impose that choice.
  8333.  
  8334. This section is intended to make thoroughly clear what is believed to
  8335. be a consequence of the rest of this License.
  8336.  
  8337.   12. If the distribution and/or use of the Library is restricted in
  8338. certain countries either by patents or by copyrighted interfaces, the
  8339. original copyright holder who places the Library under this License may add
  8340. an explicit geographical distribution limitation excluding those countries,
  8341. so that distribution is permitted only in or among countries not thus
  8342. excluded.  In such case, this License incorporates the limitation as if
  8343. written in the body of this License.
  8344.  
  8345.   13. The Free Software Foundation may publish revised and/or new
  8346. versions of the Lesser General Public License from time to time.
  8347. Such new versions will be similar in spirit to the present version,
  8348. but may differ in detail to address new problems or concerns.
  8349.  
  8350. Each version is given a distinguishing version number.  If the Library
  8351. specifies a version number of this License which applies to it and
  8352. "any later version", you have the option of following the terms and
  8353. conditions either of that version or of any later version published by
  8354. the Free Software Foundation.  If the Library does not specify a
  8355. license version number, you may choose any version ever published by
  8356. the Free Software Foundation.
  8357.  
  8358.   14. If you wish to incorporate parts of the Library into other free
  8359. programs whose distribution conditions are incompatible with these,
  8360. write to the author to ask for permission.  For software which is
  8361. copyrighted by the Free Software Foundation, write to the Free
  8362. Software Foundation; we sometimes make exceptions for this.  Our
  8363. decision will be guided by the two goals of preserving the free status
  8364. of all derivatives of our free software and of promoting the sharing
  8365. and reuse of software generally.
  8366.  
  8367.                 NO WARRANTY
  8368.  
  8369.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  8370. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  8371. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  8372. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  8373. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  8374. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  8375. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  8376. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  8377. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  8378.  
  8379.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  8380. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  8381. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  8382. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  8383. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  8384. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  8385. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  8386. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  8387. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  8388. DAMAGES.
  8389.  
  8390.              END OF TERMS AND CONDITIONS
  8391.  
  8392.            How to Apply These Terms to Your New Libraries
  8393.  
  8394.   If you develop a new library, and you want it to be of the greatest
  8395. possible use to the public, we recommend making it free software that
  8396. everyone can redistribute and change.  You can do so by permitting
  8397. redistribution under these terms (or, alternatively, under the terms of the
  8398. ordinary General Public License).
  8399.  
  8400.   To apply these terms, attach the following notices to the library.  It is
  8401. safest to attach them to the start of each source file to most effectively
  8402. convey the exclusion of warranty; and each file should have at least the
  8403. "copyright" line and a pointer to where the full notice is found.
  8404.  
  8405.     <one line to give the library's name and a brief idea of what it does.>
  8406.     Copyright (C) <year>  <name of author>
  8407.  
  8408.     This library is free software; you can redistribute it and/or
  8409.     modify it under the terms of the GNU Lesser General Public
  8410.     License as published by the Free Software Foundation; either
  8411.     version 2.1 of the License, or (at your option) any later version.
  8412.  
  8413.     This library is distributed in the hope that it will be useful,
  8414.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  8415.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  8416.     Lesser General Public License for more details.
  8417.  
  8418.     You should have received a copy of the GNU Lesser General Public
  8419.     License along with this library; if not, write to the Free Software
  8420.     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  8421.  
  8422. Also add information on how to contact you by electronic and paper mail.
  8423.  
  8424. You should also get your employer (if you work as a programmer) or your
  8425. school, if any, to sign a "copyright disclaimer" for the library, if
  8426. necessary.  Here is a sample; alter the names:
  8427.  
  8428.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  8429.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  8430.  
  8431.   <signature of Ty Coon>, 1 April 1990
  8432.   Ty Coon, President of Vice
  8433.  
  8434. That's all there is to it!
  8435.  
  8436.  
  8437. </pre>
  8438. </div>
  8439. </div>
  8440.  
  8441.  
  8442. <div class="product">
  8443. <span class="title">libjingle</span>
  8444. <a class="show" href="#">show license</a>
  8445. <span class="homepage"><a href="http://code.google.com/p/libjingle/">homepage</a></span>
  8446. <div class="licence">
  8447. <pre>Copyright (c) 2004--2005, Google Inc.
  8448. All rights reserved.
  8449.  
  8450. Redistribution and use in source and binary forms, with or without modification,
  8451. are permitted provided that the following conditions are met:
  8452.  
  8453.     * Redistributions of source code must retain the above copyright notice,
  8454.       this list of conditions and the following disclaimer.
  8455.     * Redistributions in binary form must reproduce the above copyright notice,
  8456.       this list of conditions and the following disclaimer in the documentation
  8457.       and/or other materials provided with the distribution.
  8458.     * The name of the author may not be used to endorse or promote products
  8459.       derived from this software without specific prior written permission.
  8460.  
  8461. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  8462. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8463. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8464. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  8465. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  8466. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  8467. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8468. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  8469. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY 
  8470. WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
  8471. SUCH DAMAGE.</pre>
  8472. </div>
  8473. </div>
  8474.  
  8475.  
  8476. <div class="product">
  8477. <span class="title">libjpeg</span>
  8478. <a class="show" href="#">show license</a>
  8479. <span class="homepage"><a href="http://www.ijg.org/">homepage</a></span>
  8480. <div class="licence">
  8481. <pre>(Copied from the README.)
  8482.  
  8483. --------------------------------------------------------------------------------
  8484.  
  8485. The authors make NO WARRANTY or representation, either express or implied,
  8486. with respect to this software, its quality, accuracy, merchantability, or
  8487. fitness for a particular purpose.  This software is provided "AS IS", and you,
  8488. its user, assume the entire risk as to its quality and accuracy.
  8489.  
  8490. This software is copyright (C) 1991-1998, Thomas G. Lane.
  8491. All Rights Reserved except as specified below.
  8492.  
  8493. Permission is hereby granted to use, copy, modify, and distribute this
  8494. software (or portions thereof) for any purpose, without fee, subject to these
  8495. conditions:
  8496. (1) If any part of the source code for this software is distributed, then this
  8497. README file must be included, with this copyright and no-warranty notice
  8498. unaltered; and any additions, deletions, or changes to the original files
  8499. must be clearly indicated in accompanying documentation.
  8500. (2) If only executable code is distributed, then the accompanying
  8501. documentation must state that "this software is based in part on the work of
  8502. the Independent JPEG Group".
  8503. (3) Permission for use of this software is granted only if the user accepts
  8504. full responsibility for any undesirable consequences; the authors accept
  8505. NO LIABILITY for damages of any kind.
  8506.  
  8507. These conditions apply to any software derived from or based on the IJG code,
  8508. not just to the unmodified library.  If you use our work, you ought to
  8509. acknowledge us.
  8510.  
  8511. Permission is NOT granted for the use of any IJG author's name or company name
  8512. in advertising or publicity relating to this software or products derived from
  8513. it.  This software may be referred to only as "the Independent JPEG Group's
  8514. software".
  8515.  
  8516. We specifically permit and encourage the use of this software as the basis of
  8517. commercial products, provided that all warranty or liability claims are
  8518. assumed by the product vendor.
  8519.  
  8520.  
  8521. ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
  8522. sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
  8523. ansi2knr.c is NOT covered by the above copyright and conditions, but instead
  8524. by the usual distribution terms of the Free Software Foundation; principally,
  8525. that you must include source code if you redistribute it.  (See the file
  8526. ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
  8527. of any program generated from the IJG code, this does not limit you more than
  8528. the foregoing paragraphs do.
  8529.  
  8530. The Unix configuration script "configure" was produced with GNU Autoconf.
  8531. It is copyright by the Free Software Foundation but is freely distributable.
  8532. The same holds for its supporting scripts (config.guess, config.sub,
  8533. ltconfig, ltmain.sh).  Another support script, install-sh, is copyright
  8534. by M.I.T. but is also freely distributable.
  8535.  
  8536. It appears that the arithmetic coding option of the JPEG spec is covered by
  8537. patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot
  8538. legally be used without obtaining one or more licenses.  For this reason,
  8539. support for arithmetic coding has been removed from the free JPEG software.
  8540. (Since arithmetic coding provides only a marginal gain over the unpatented
  8541. Huffman mode, it is unlikely that very many implementations will support it.)
  8542. So far as we are aware, there are no patent restrictions on the remaining
  8543. code.
  8544.  
  8545. The IJG distribution formerly included code to read and write GIF files.
  8546. To avoid entanglement with the Unisys LZW patent, GIF reading support has
  8547. been removed altogether, and the GIF writer has been simplified to produce
  8548. "uncompressed GIFs".  This technique does not use the LZW algorithm; the
  8549. resulting GIF files are larger than usual, but are readable by all standard
  8550. GIF decoders.
  8551.  
  8552. We are required to state that
  8553.     "The Graphics Interchange Format(c) is the Copyright property of
  8554.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  8555.     CompuServe Incorporated."
  8556. </pre>
  8557. </div>
  8558. </div>
  8559.  
  8560.  
  8561. <div class="product">
  8562. <span class="title">libjpeg-turbo</span>
  8563. <a class="show" href="#">show license</a>
  8564. <span class="homepage"><a href="http://sourceforge.net/projects/libjpeg-turbo/">homepage</a></span>
  8565. <div class="licence">
  8566. <pre>libjpeg-turbo is licensed under a non-restrictive, BSD-style license
  8567. (see README.)  The TurboJPEG/OSS wrapper (both C and Java versions) and
  8568. associated test programs bear a similar license, which is reproduced below:
  8569.  
  8570. Redistribution and use in source and binary forms, with or without
  8571. modification, are permitted provided that the following conditions are met:
  8572.  
  8573. - Redistributions of source code must retain the above copyright notice,
  8574.   this list of conditions and the following disclaimer.
  8575. - Redistributions in binary form must reproduce the above copyright notice,
  8576.   this list of conditions and the following disclaimer in the documentation
  8577.   and/or other materials provided with the distribution.
  8578. - Neither the name of the libjpeg-turbo Project nor the names of its
  8579.   contributors may be used to endorse or promote products derived from this
  8580.   software without specific prior written permission.
  8581.  
  8582. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
  8583. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8584. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8585. ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
  8586. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  8587. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  8588. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  8589. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  8590. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  8591. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  8592. POSSIBILITY OF SUCH DAMAGE.
  8593. </pre>
  8594. </div>
  8595. </div>
  8596.  
  8597.  
  8598. <div class="product">
  8599. <span class="title">libmtp</span>
  8600. <a class="show" href="#">show license</a>
  8601. <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
  8602. <div class="licence">
  8603. <pre>          GNU LESSER GENERAL PUBLIC LICENSE
  8604.                Version 2.1, February 1999
  8605.  
  8606.  Copyright ⌐ 1991, 1999 Free Software Foundation, Inc.
  8607.      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  8608.  Everyone is permitted to copy and distribute verbatim copies
  8609.  of this license document, but changing it is not allowed.
  8610.  
  8611. [This is the first released version of the Lesser GPL.  It also counts
  8612.  as the successor of the GNU Library Public License, version 2, hence
  8613.  the version number 2.1.]
  8614.  
  8615.                 Preamble
  8616.  
  8617.   The licenses for most software are designed to take away your
  8618. freedom to share and change it.  By contrast, the GNU General Public
  8619. Licenses are intended to guarantee your freedom to share and change
  8620. free software--to make sure the software is free for all its users.
  8621.  
  8622.   This license, the Lesser General Public License, applies to some
  8623. specially designated software packages--typically libraries--of the
  8624. Free Software Foundation and other authors who decide to use it.  You
  8625. can use it too, but we suggest you first think carefully about whether
  8626. this license or the ordinary General Public License is the better
  8627. strategy to use in any particular case, based on the explanations below.
  8628.  
  8629.   When we speak of free software, we are referring to freedom of use,
  8630. not price.  Our General Public Licenses are designed to make sure that
  8631. you have the freedom to distribute copies of free software (and charge
  8632. for this service if you wish); that you receive source code or can get
  8633. it if you want it; that you can change the software and use pieces of
  8634. it in new free programs; and that you are informed that you can do
  8635. these things.
  8636.  
  8637.   To protect your rights, we need to make restrictions that forbid
  8638. distributors to deny you these rights or to ask you to surrender these
  8639. rights.  These restrictions translate to certain responsibilities for
  8640. you if you distribute copies of the library or if you modify it.
  8641.  
  8642.   For example, if you distribute copies of the library, whether gratis
  8643. or for a fee, you must give the recipients all the rights that we gave
  8644. you.  You must make sure that they, too, receive or can get the source
  8645. code.  If you link other code with the library, you must provide
  8646. complete object files to the recipients, so that they can relink them
  8647. with the library after making changes to the library and recompiling
  8648. it.  And you must show them these terms so they know their rights.
  8649.  
  8650.   We protect your rights with a two-step method: (1) we copyright the
  8651. library, and (2) we offer you this license, which gives you legal
  8652. permission to copy, distribute and/or modify the library.
  8653.  
  8654.   To protect each distributor, we want to make it very clear that
  8655. there is no warranty for the free library.  Also, if the library is
  8656. modified by someone else and passed on, the recipients should know
  8657. that what they have is not the original version, so that the original
  8658. author's reputation will not be affected by problems that might be
  8659. introduced by others.
  8660.  
  8661.   Finally, software patents pose a constant threat to the existence of
  8662. any free program.  We wish to make sure that a company cannot
  8663. effectively restrict the users of a free program by obtaining a
  8664. restrictive license from a patent holder.  Therefore, we insist that
  8665. any patent license obtained for a version of the library must be
  8666. consistent with the full freedom of use specified in this license.
  8667.  
  8668.   Most GNU software, including some libraries, is covered by the
  8669. ordinary GNU General Public License.  This license, the GNU Lesser
  8670. General Public License, applies to certain designated libraries, and
  8671. is quite different from the ordinary General Public License.  We use
  8672. this license for certain libraries in order to permit linking those
  8673. libraries into non-free programs.
  8674.  
  8675.   When a program is linked with a library, whether statically or using
  8676. a shared library, the combination of the two is legally speaking a
  8677. combined work, a derivative of the original library.  The ordinary
  8678. General Public License therefore permits such linking only if the
  8679. entire combination fits its criteria of freedom.  The Lesser General
  8680. Public License permits more lax criteria for linking other code with
  8681. the library.
  8682.  
  8683.   We call this license the "Lesser" General Public License because it
  8684. does Less to protect the user's freedom than the ordinary General
  8685. Public License.  It also provides other free software developers Less
  8686. of an advantage over competing non-free programs.  These disadvantages
  8687. are the reason we use the ordinary General Public License for many
  8688. libraries.  However, the Lesser license provides advantages in certain
  8689. special circumstances.
  8690.  
  8691.   For example, on rare occasions, there may be a special need to
  8692. encourage the widest possible use of a certain library, so that it becomes
  8693. a de-facto standard.  To achieve this, non-free programs must be
  8694. allowed to use the library.  A more frequent case is that a free
  8695. library does the same job as widely used non-free libraries.  In this
  8696. case, there is little to gain by limiting the free library to free
  8697. software only, so we use the Lesser General Public License.
  8698.  
  8699.   In other cases, permission to use a particular library in non-free
  8700. programs enables a greater number of people to use a large body of
  8701. free software.  For example, permission to use the GNU C Library in
  8702. non-free programs enables many more people to use the whole GNU
  8703. operating system, as well as its variant, the GNU/Linux operating
  8704. system.
  8705.  
  8706.   Although the Lesser General Public License is Less protective of the
  8707. users' freedom, it does ensure that the user of a program that is
  8708. linked with the Library has the freedom and the wherewithal to run
  8709. that program using a modified version of the Library.
  8710.  
  8711.   The precise terms and conditions for copying, distribution and
  8712. modification follow.  Pay close attention to the difference between a
  8713. "work based on the library" and a "work that uses the library".  The
  8714. former contains code derived from the library, whereas the latter must
  8715. be combined with the library in order to run.
  8716.  
  8717.           GNU LESSER GENERAL PUBLIC LICENSE
  8718.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  8719.  
  8720.   0. This License Agreement applies to any software library or other
  8721. program which contains a notice placed by the copyright holder or
  8722. other authorized party saying it may be distributed under the terms of
  8723. this Lesser General Public License (also called "this License").
  8724. Each licensee is addressed as "you".
  8725.  
  8726.   A "library" means a collection of software functions and/or data
  8727. prepared so as to be conveniently linked with application programs
  8728. (which use some of those functions and data) to form executables.
  8729.  
  8730.   The "Library", below, refers to any such software library or work
  8731. which has been distributed under these terms.  A "work based on the
  8732. Library" means either the Library or any derivative work under
  8733. copyright law: that is to say, a work containing the Library or a
  8734. portion of it, either verbatim or with modifications and/or translated
  8735. straightforwardly into another language.  (Hereinafter, translation is
  8736. included without limitation in the term "modification".)
  8737.  
  8738.   "Source code" for a work means the preferred form of the work for
  8739. making modifications to it.  For a library, complete source code means
  8740. all the source code for all modules it contains, plus any associated
  8741. interface definition files, plus the scripts used to control compilation
  8742. and installation of the library.
  8743.  
  8744.   Activities other than copying, distribution and modification are not
  8745. covered by this License; they are outside its scope.  The act of
  8746. running a program using the Library is not restricted, and output from
  8747. such a program is covered only if its contents constitute a work based
  8748. on the Library (independent of the use of the Library in a tool for
  8749. writing it).  Whether that is true depends on what the Library does
  8750. and what the program that uses the Library does.
  8751.   
  8752.   1. You may copy and distribute verbatim copies of the Library's
  8753. complete source code as you receive it, in any medium, provided that
  8754. you conspicuously and appropriately publish on each copy an
  8755. appropriate copyright notice and disclaimer of warranty; keep intact
  8756. all the notices that refer to this License and to the absence of any
  8757. warranty; and distribute a copy of this License along with the
  8758. Library.
  8759.  
  8760.   You may charge a fee for the physical act of transferring a copy,
  8761. and you may at your option offer warranty protection in exchange for a
  8762. fee.
  8763.  
  8764.   2. You may modify your copy or copies of the Library or any portion
  8765. of it, thus forming a work based on the Library, and copy and
  8766. distribute such modifications or work under the terms of Section 1
  8767. above, provided that you also meet all of these conditions:
  8768.  
  8769.     a) The modified work must itself be a software library.
  8770.  
  8771.     b) You must cause the files modified to carry prominent notices
  8772.     stating that you changed the files and the date of any change.
  8773.  
  8774.     c) You must cause the whole of the work to be licensed at no
  8775.     charge to all third parties under the terms of this License.
  8776.  
  8777.     d) If a facility in the modified Library refers to a function or a
  8778.     table of data to be supplied by an application program that uses
  8779.     the facility, other than as an argument passed when the facility
  8780.     is invoked, then you must make a good faith effort to ensure that,
  8781.     in the event an application does not supply such function or
  8782.     table, the facility still operates, and performs whatever part of
  8783.     its purpose remains meaningful.
  8784.  
  8785.     (For example, a function in a library to compute square roots has
  8786.     a purpose that is entirely well-defined independent of the
  8787.     application.  Therefore, Subsection 2d requires that any
  8788.     application-supplied function or table used by this function must
  8789.     be optional: if the application does not supply it, the square
  8790.     root function must still compute square roots.)
  8791.  
  8792. These requirements apply to the modified work as a whole.  If
  8793. identifiable sections of that work are not derived from the Library,
  8794. and can be reasonably considered independent and separate works in
  8795. themselves, then this License, and its terms, do not apply to those
  8796. sections when you distribute them as separate works.  But when you
  8797. distribute the same sections as part of a whole which is a work based
  8798. on the Library, the distribution of the whole must be on the terms of
  8799. this License, whose permissions for other licensees extend to the
  8800. entire whole, and thus to each and every part regardless of who wrote
  8801. it.
  8802.  
  8803. Thus, it is not the intent of this section to claim rights or contest
  8804. your rights to work written entirely by you; rather, the intent is to
  8805. exercise the right to control the distribution of derivative or
  8806. collective works based on the Library.
  8807.  
  8808. In addition, mere aggregation of another work not based on the Library
  8809. with the Library (or with a work based on the Library) on a volume of
  8810. a storage or distribution medium does not bring the other work under
  8811. the scope of this License.
  8812.  
  8813.   3. You may opt to apply the terms of the ordinary GNU General Public
  8814. License instead of this License to a given copy of the Library.  To do
  8815. this, you must alter all the notices that refer to this License, so
  8816. that they refer to the ordinary GNU General Public License, version 2,
  8817. instead of to this License.  (If a newer version than version 2 of the
  8818. ordinary GNU General Public License has appeared, then you can specify
  8819. that version instead if you wish.)  Do not make any other change in
  8820. these notices.
  8821.  
  8822.   Once this change is made in a given copy, it is irreversible for
  8823. that copy, so the ordinary GNU General Public License applies to all
  8824. subsequent copies and derivative works made from that copy.
  8825.  
  8826.   This option is useful when you wish to copy part of the code of
  8827. the Library into a program that is not a library.
  8828.  
  8829.   4. You may copy and distribute the Library (or a portion or
  8830. derivative of it, under Section 2) in object code or executable form
  8831. under the terms of Sections 1 and 2 above provided that you accompany
  8832. it with the complete corresponding machine-readable source code, which
  8833. must be distributed under the terms of Sections 1 and 2 above on a
  8834. medium customarily used for software interchange.
  8835.  
  8836.   If distribution of object code is made by offering access to copy
  8837. from a designated place, then offering equivalent access to copy the
  8838. source code from the same place satisfies the requirement to
  8839. distribute the source code, even though third parties are not
  8840. compelled to copy the source along with the object code.
  8841.  
  8842.   5. A program that contains no derivative of any portion of the
  8843. Library, but is designed to work with the Library by being compiled or
  8844. linked with it, is called a "work that uses the Library".  Such a
  8845. work, in isolation, is not a derivative work of the Library, and
  8846. therefore falls outside the scope of this License.
  8847.  
  8848.   However, linking a "work that uses the Library" with the Library
  8849. creates an executable that is a derivative of the Library (because it
  8850. contains portions of the Library), rather than a "work that uses the
  8851. library".  The executable is therefore covered by this License.
  8852. Section 6 states terms for distribution of such executables.
  8853.  
  8854.   When a "work that uses the Library" uses material from a header file
  8855. that is part of the Library, the object code for the work may be a
  8856. derivative work of the Library even though the source code is not.
  8857. Whether this is true is especially significant if the work can be
  8858. linked without the Library, or if the work is itself a library.  The
  8859. threshold for this to be true is not precisely defined by law.
  8860.  
  8861.   If such an object file uses only numerical parameters, data
  8862. structure layouts and accessors, and small macros and small inline
  8863. functions (ten lines or less in length), then the use of the object
  8864. file is unrestricted, regardless of whether it is legally a derivative
  8865. work.  (Executables containing this object code plus portions of the
  8866. Library will still fall under Section 6.)
  8867.  
  8868.   Otherwise, if the work is a derivative of the Library, you may
  8869. distribute the object code for the work under the terms of Section 6.
  8870. Any executables containing that work also fall under Section 6,
  8871. whether or not they are linked directly with the Library itself.
  8872.  
  8873.   6. As an exception to the Sections above, you may also combine or
  8874. link a "work that uses the Library" with the Library to produce a
  8875. work containing portions of the Library, and distribute that work
  8876. under terms of your choice, provided that the terms permit
  8877. modification of the work for the customer's own use and reverse
  8878. engineering for debugging such modifications.
  8879.  
  8880.   You must give prominent notice with each copy of the work that the
  8881. Library is used in it and that the Library and its use are covered by
  8882. this License.  You must supply a copy of this License.  If the work
  8883. during execution displays copyright notices, you must include the
  8884. copyright notice for the Library among them, as well as a reference
  8885. directing the user to the copy of this License.  Also, you must do one
  8886. of these things:
  8887.  
  8888.     a) Accompany the work with the complete corresponding
  8889.     machine-readable source code for the Library including whatever
  8890.     changes were used in the work (which must be distributed under
  8891.     Sections 1 and 2 above); and, if the work is an executable linked
  8892.     with the Library, with the complete machine-readable "work that
  8893.     uses the Library", as object code and/or source code, so that the
  8894.     user can modify the Library and then relink to produce a modified
  8895.     executable containing the modified Library.  (It is understood
  8896.     that the user who changes the contents of definitions files in the
  8897.     Library will not necessarily be able to recompile the application
  8898.     to use the modified definitions.)
  8899.  
  8900.     b) Use a suitable shared library mechanism for linking with the
  8901.     Library.  A suitable mechanism is one that (1) uses at run time a
  8902.     copy of the library already present on the user's computer system,
  8903.     rather than copying library functions into the executable, and (2)
  8904.     will operate properly with a modified version of the library, if
  8905.     the user installs one, as long as the modified version is
  8906.     interface-compatible with the version that the work was made with.
  8907.  
  8908.     c) Accompany the work with a written offer, valid for at
  8909.     least three years, to give the same user the materials
  8910.     specified in Subsection 6a, above, for a charge no more
  8911.     than the cost of performing this distribution.
  8912.  
  8913.     d) If distribution of the work is made by offering access to copy
  8914.     from a designated place, offer equivalent access to copy the above
  8915.     specified materials from the same place.
  8916.  
  8917.     e) Verify that the user has already received a copy of these
  8918.     materials or that you have already sent this user a copy.
  8919.  
  8920.   For an executable, the required form of the "work that uses the
  8921. Library" must include any data and utility programs needed for
  8922. reproducing the executable from it.  However, as a special exception,
  8923. the materials to be distributed need not include anything that is
  8924. normally distributed (in either source or binary form) with the major
  8925. components (compiler, kernel, and so on) of the operating system on
  8926. which the executable runs, unless that component itself accompanies
  8927. the executable.
  8928.  
  8929.   It may happen that this requirement contradicts the license
  8930. restrictions of other proprietary libraries that do not normally
  8931. accompany the operating system.  Such a contradiction means you cannot
  8932. use both them and the Library together in an executable that you
  8933. distribute.
  8934.  
  8935.   7. You may place library facilities that are a work based on the
  8936. Library side-by-side in a single library together with other library
  8937. facilities not covered by this License, and distribute such a combined
  8938. library, provided that the separate distribution of the work based on
  8939. the Library and of the other library facilities is otherwise
  8940. permitted, and provided that you do these two things:
  8941.  
  8942.     a) Accompany the combined library with a copy of the same work
  8943.     based on the Library, uncombined with any other library
  8944.     facilities.  This must be distributed under the terms of the
  8945.     Sections above.
  8946.  
  8947.     b) Give prominent notice with the combined library of the fact
  8948.     that part of it is a work based on the Library, and explaining
  8949.     where to find the accompanying uncombined form of the same work.
  8950.  
  8951.   8. You may not copy, modify, sublicense, link with, or distribute
  8952. the Library except as expressly provided under this License.  Any
  8953. attempt otherwise to copy, modify, sublicense, link with, or
  8954. distribute the Library is void, and will automatically terminate your
  8955. rights under this License.  However, parties who have received copies,
  8956. or rights, from you under this License will not have their licenses
  8957. terminated so long as such parties remain in full compliance.
  8958.  
  8959.   9. You are not required to accept this License, since you have not
  8960. signed it.  However, nothing else grants you permission to modify or
  8961. distribute the Library or its derivative works.  These actions are
  8962. prohibited by law if you do not accept this License.  Therefore, by
  8963. modifying or distributing the Library (or any work based on the
  8964. Library), you indicate your acceptance of this License to do so, and
  8965. all its terms and conditions for copying, distributing or modifying
  8966. the Library or works based on it.
  8967.  
  8968.   10. Each time you redistribute the Library (or any work based on the
  8969. Library), the recipient automatically receives a license from the
  8970. original licensor to copy, distribute, link with or modify the Library
  8971. subject to these terms and conditions.  You may not impose any further
  8972. restrictions on the recipients' exercise of the rights granted herein.
  8973. You are not responsible for enforcing compliance by third parties with
  8974. this License.
  8975.  
  8976.   11. If, as a consequence of a court judgment or allegation of patent
  8977. infringement or for any other reason (not limited to patent issues),
  8978. conditions are imposed on you (whether by court order, agreement or
  8979. otherwise) that contradict the conditions of this License, they do not
  8980. excuse you from the conditions of this License.  If you cannot
  8981. distribute so as to satisfy simultaneously your obligations under this
  8982. License and any other pertinent obligations, then as a consequence you
  8983. may not distribute the Library at all.  For example, if a patent
  8984. license would not permit royalty-free redistribution of the Library by
  8985. all those who receive copies directly or indirectly through you, then
  8986. the only way you could satisfy both it and this License would be to
  8987. refrain entirely from distribution of the Library.
  8988.  
  8989. If any portion of this section is held invalid or unenforceable under any
  8990. particular circumstance, the balance of the section is intended to apply,
  8991. and the section as a whole is intended to apply in other circumstances.
  8992.  
  8993. It is not the purpose of this section to induce you to infringe any
  8994. patents or other property right claims or to contest validity of any
  8995. such claims; this section has the sole purpose of protecting the
  8996. integrity of the free software distribution system which is
  8997. implemented by public license practices.  Many people have made
  8998. generous contributions to the wide range of software distributed
  8999. through that system in reliance on consistent application of that
  9000. system; it is up to the author/donor to decide if he or she is willing
  9001. to distribute software through any other system and a licensee cannot
  9002. impose that choice.
  9003.  
  9004. This section is intended to make thoroughly clear what is believed to
  9005. be a consequence of the rest of this License.
  9006.  
  9007.   12. If the distribution and/or use of the Library is restricted in
  9008. certain countries either by patents or by copyrighted interfaces, the
  9009. original copyright holder who places the Library under this License may add
  9010. an explicit geographical distribution limitation excluding those countries,
  9011. so that distribution is permitted only in or among countries not thus
  9012. excluded.  In such case, this License incorporates the limitation as if
  9013. written in the body of this License.
  9014.  
  9015.   13. The Free Software Foundation may publish revised and/or new
  9016. versions of the Lesser General Public License from time to time.
  9017. Such new versions will be similar in spirit to the present version,
  9018. but may differ in detail to address new problems or concerns.
  9019.  
  9020. Each version is given a distinguishing version number.  If the Library
  9021. specifies a version number of this License which applies to it and
  9022. "any later version", you have the option of following the terms and
  9023. conditions either of that version or of any later version published by
  9024. the Free Software Foundation.  If the Library does not specify a
  9025. license version number, you may choose any version ever published by
  9026. the Free Software Foundation.
  9027.  
  9028.   14. If you wish to incorporate parts of the Library into other free
  9029. programs whose distribution conditions are incompatible with these,
  9030. write to the author to ask for permission.  For software which is
  9031. copyrighted by the Free Software Foundation, write to the Free
  9032. Software Foundation; we sometimes make exceptions for this.  Our
  9033. decision will be guided by the two goals of preserving the free status
  9034. of all derivatives of our free software and of promoting the sharing
  9035. and reuse of software generally.
  9036.  
  9037.                 NO WARRANTY
  9038.  
  9039.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  9040. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  9041. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  9042. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  9043. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  9044. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  9045. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  9046. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  9047. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  9048.  
  9049.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  9050. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  9051. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  9052. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  9053. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  9054. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  9055. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  9056. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  9057. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  9058. DAMAGES.
  9059.  
  9060.              END OF TERMS AND CONDITIONS
  9061.  
  9062.            How to Apply These Terms to Your New Libraries
  9063.  
  9064.   If you develop a new library, and you want it to be of the greatest
  9065. possible use to the public, we recommend making it free software that
  9066. everyone can redistribute and change.  You can do so by permitting
  9067. redistribution under these terms (or, alternatively, under the terms of the
  9068. ordinary General Public License).
  9069.  
  9070.   To apply these terms, attach the following notices to the library.  It is
  9071. safest to attach them to the start of each source file to most effectively
  9072. convey the exclusion of warranty; and each file should have at least the
  9073. "copyright" line and a pointer to where the full notice is found.
  9074.  
  9075.     <one line to give the library's name and a brief idea of what it does.>
  9076.     Copyright ⌐ <year>  <name of author>
  9077.  
  9078.     This library is free software; you can redistribute it and/or
  9079.     modify it under the terms of the GNU Lesser General Public
  9080.     License as published by the Free Software Foundation; either
  9081.     version 2.1 of the License, or (at your option) any later version.
  9082.  
  9083.     This library is distributed in the hope that it will be useful,
  9084.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  9085.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  9086.     Lesser General Public License for more details.
  9087.  
  9088.     You should have received a copy of the GNU Lesser General Public
  9089.     License along with this library; if not, write to the Free Software
  9090.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  9091.  
  9092. Also add information on how to contact you by electronic and paper mail.
  9093.  
  9094. You should also get your employer (if you work as a programmer) or your
  9095. school, if any, to sign a "copyright disclaimer" for the library, if
  9096. necessary.  Here is a sample; alter the names:
  9097.  
  9098.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  9099.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  9100.  
  9101.   <signature of Ty Coon>, 1 April 1990
  9102.   Ty Coon, President of Vice
  9103.  
  9104. That's all there is to it!
  9105.  
  9106.  
  9107. </pre>
  9108. </div>
  9109. </div>
  9110.  
  9111.  
  9112. <div class="product">
  9113. <span class="title">International Phone Number Library</span>
  9114. <a class="show" href="#">show license</a>
  9115. <span class="homepage"><a href="http://libphonenumber.googlecode.com/svn/trunk/">homepage</a></span>
  9116. <div class="licence">
  9117. <pre>Copyright (C) 2011 Google Inc.
  9118.  
  9119. Licensed under the Apache License, Version 2.0 (the "License");
  9120. you may not use this file except in compliance with the License.
  9121. You may obtain a copy of the License at
  9122.  
  9123. http://www.apache.org/licenses/LICENSE-2.0
  9124.  
  9125. Unless required by applicable law or agreed to in writing, software
  9126. distributed under the License is distributed on an "AS IS" BASIS,
  9127. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9128. See the License for the specific language governing permissions and
  9129. limitations under the License.
  9130. </pre>
  9131. </div>
  9132. </div>
  9133.  
  9134.  
  9135. <div class="product">
  9136. <span class="title">libpng</span>
  9137. <a class="show" href="#">show license</a>
  9138. <span class="homepage"><a href="http://libpng.org/">homepage</a></span>
  9139. <div class="licence">
  9140. <pre>
  9141. This copy of the libpng notices is provided for your convenience.  In case of
  9142. any discrepancy between this copy and the notices in the file png.h that is
  9143. included in the libpng distribution, the latter shall prevail.
  9144.  
  9145. COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  9146.  
  9147. If you modify libpng you may insert additional notices immediately following
  9148. this sentence.
  9149.  
  9150. This code is released under the libpng license.
  9151.  
  9152. libpng versions 1.2.6, August 15, 2004, through 1.2.45, July 7, 2011, are
  9153. Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
  9154. distributed according to the same disclaimer and license as libpng-1.2.5
  9155. with the following individual added to the list of Contributing Authors
  9156.  
  9157.    Cosmin Truta
  9158.  
  9159. libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
  9160. Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
  9161. distributed according to the same disclaimer and license as libpng-1.0.6
  9162. with the following individuals added to the list of Contributing Authors
  9163.  
  9164.    Simon-Pierre Cadieux
  9165.    Eric S. Raymond
  9166.    Gilles Vollant
  9167.  
  9168. and with the following additions to the disclaimer:
  9169.  
  9170.    There is no warranty against interference with your enjoyment of the
  9171.    library or against infringement.  There is no warranty that our
  9172.    efforts or the library will fulfill any of your particular purposes
  9173.    or needs.  This library is provided with all faults, and the entire
  9174.    risk of satisfactory quality, performance, accuracy, and effort is with
  9175.    the user.
  9176.  
  9177. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  9178. Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
  9179. distributed according to the same disclaimer and license as libpng-0.96,
  9180. with the following individuals added to the list of Contributing Authors:
  9181.  
  9182.    Tom Lane
  9183.    Glenn Randers-Pehrson
  9184.    Willem van Schaik
  9185.  
  9186. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  9187. Copyright (c) 1996, 1997 Andreas Dilger
  9188. Distributed according to the same disclaimer and license as libpng-0.88,
  9189. with the following individuals added to the list of Contributing Authors:
  9190.  
  9191.    John Bowler
  9192.    Kevin Bracey
  9193.    Sam Bushell
  9194.    Magnus Holmgren
  9195.    Greg Roelofs
  9196.    Tom Tanner
  9197.  
  9198. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  9199. Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  9200.  
  9201. For the purposes of this copyright and license, "Contributing Authors"
  9202. is defined as the following set of individuals:
  9203.  
  9204.    Andreas Dilger
  9205.    Dave Martindale
  9206.    Guy Eric Schalnat
  9207.    Paul Schmidt
  9208.    Tim Wegner
  9209.  
  9210. The PNG Reference Library is supplied "AS IS".  The Contributing Authors
  9211. and Group 42, Inc. disclaim all warranties, expressed or implied,
  9212. including, without limitation, the warranties of merchantability and of
  9213. fitness for any purpose.  The Contributing Authors and Group 42, Inc.
  9214. assume no liability for direct, indirect, incidental, special, exemplary,
  9215. or consequential damages, which may result from the use of the PNG
  9216. Reference Library, even if advised of the possibility of such damage.
  9217.  
  9218. Permission is hereby granted to use, copy, modify, and distribute this
  9219. source code, or portions hereof, for any purpose, without fee, subject
  9220. to the following restrictions:
  9221.  
  9222. 1. The origin of this source code must not be misrepresented.
  9223.  
  9224. 2. Altered versions must be plainly marked as such and must not
  9225.    be misrepresented as being the original source.
  9226.  
  9227. 3. This Copyright notice may not be removed or altered from any
  9228.    source or altered source distribution.
  9229.  
  9230. The Contributing Authors and Group 42, Inc. specifically permit, without
  9231. fee, and encourage the use of this source code as a component to
  9232. supporting the PNG file format in commercial products.  If you use this
  9233. source code in a product, acknowledgment is not required but would be
  9234. appreciated.
  9235.  
  9236.  
  9237. A "png_get_copyright" function is available, for convenient use in "about"
  9238. boxes and the like:
  9239.  
  9240.    printf("%s",png_get_copyright(NULL));
  9241.  
  9242. Also, the PNG logo (in PNG format, of course) is supplied in the
  9243. files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  9244.  
  9245. Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
  9246. certification mark of the Open Source Initiative.
  9247.  
  9248. Glenn Randers-Pehrson
  9249. glennrp at users.sourceforge.net
  9250. July 7, 2011
  9251. </pre>
  9252. </div>
  9253. </div>
  9254.  
  9255.  
  9256. <div class="product">
  9257. <span class="title">libsrtp</span>
  9258. <a class="show" href="#">show license</a>
  9259. <span class="homepage"><a href="http://srtp.sourceforge.net/srtp.html">homepage</a></span>
  9260. <div class="licence">
  9261. <pre>/*
  9262.  *    
  9263.  * Copyright (c) 2001-2006 Cisco Systems, Inc.
  9264.  * All rights reserved.
  9265.  * 
  9266.  * Redistribution and use in source and binary forms, with or without
  9267.  * modification, are permitted provided that the following conditions
  9268.  * are met:
  9269.  * 
  9270.  *   Redistributions of source code must retain the above copyright
  9271.  *   notice, this list of conditions and the following disclaimer.
  9272.  * 
  9273.  *   Redistributions in binary form must reproduce the above
  9274.  *   copyright notice, this list of conditions and the following
  9275.  *   disclaimer in the documentation and/or other materials provided
  9276.  *   with the distribution.
  9277.  * 
  9278.  *   Neither the name of the Cisco Systems, Inc. nor the names of its
  9279.  *   contributors may be used to endorse or promote products derived
  9280.  *   from this software without specific prior written permission.
  9281.  * 
  9282.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  9283.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  9284.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  9285.  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  9286.  * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  9287.  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  9288.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  9289.  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  9290.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  9291.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  9292.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  9293.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  9294.  *
  9295.  */
  9296. </pre>
  9297. </div>
  9298. </div>
  9299.  
  9300.  
  9301. <div class="product">
  9302. <span class="title">libusb</span>
  9303. <a class="show" href="#">show license</a>
  9304. <span class="homepage"><a href="http://libusb.org">homepage</a></span>
  9305. <div class="licence">
  9306. <pre>          GNU LESSER GENERAL PUBLIC LICENSE
  9307.                Version 2.1, February 1999
  9308.  
  9309.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  9310.  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  9311.  Everyone is permitted to copy and distribute verbatim copies
  9312.  of this license document, but changing it is not allowed.
  9313.  
  9314. [This is the first released version of the Lesser GPL.  It also counts
  9315.  as the successor of the GNU Library Public License, version 2, hence
  9316.  the version number 2.1.]
  9317.  
  9318.                 Preamble
  9319.  
  9320.   The licenses for most software are designed to take away your
  9321. freedom to share and change it.  By contrast, the GNU General Public
  9322. Licenses are intended to guarantee your freedom to share and change
  9323. free software--to make sure the software is free for all its users.
  9324.  
  9325.   This license, the Lesser General Public License, applies to some
  9326. specially designated software packages--typically libraries--of the
  9327. Free Software Foundation and other authors who decide to use it.  You
  9328. can use it too, but we suggest you first think carefully about whether
  9329. this license or the ordinary General Public License is the better
  9330. strategy to use in any particular case, based on the explanations below.
  9331.  
  9332.   When we speak of free software, we are referring to freedom of use,
  9333. not price.  Our General Public Licenses are designed to make sure that
  9334. you have the freedom to distribute copies of free software (and charge
  9335. for this service if you wish); that you receive source code or can get
  9336. it if you want it; that you can change the software and use pieces of
  9337. it in new free programs; and that you are informed that you can do
  9338. these things.
  9339.  
  9340.   To protect your rights, we need to make restrictions that forbid
  9341. distributors to deny you these rights or to ask you to surrender these
  9342. rights.  These restrictions translate to certain responsibilities for
  9343. you if you distribute copies of the library or if you modify it.
  9344.  
  9345.   For example, if you distribute copies of the library, whether gratis
  9346. or for a fee, you must give the recipients all the rights that we gave
  9347. you.  You must make sure that they, too, receive or can get the source
  9348. code.  If you link other code with the library, you must provide
  9349. complete object files to the recipients, so that they can relink them
  9350. with the library after making changes to the library and recompiling
  9351. it.  And you must show them these terms so they know their rights.
  9352.  
  9353.   We protect your rights with a two-step method: (1) we copyright the
  9354. library, and (2) we offer you this license, which gives you legal
  9355. permission to copy, distribute and/or modify the library.
  9356.  
  9357.   To protect each distributor, we want to make it very clear that
  9358. there is no warranty for the free library.  Also, if the library is
  9359. modified by someone else and passed on, the recipients should know
  9360. that what they have is not the original version, so that the original
  9361. author's reputation will not be affected by problems that might be
  9362. introduced by others.
  9363.  
  9364.   Finally, software patents pose a constant threat to the existence of
  9365. any free program.  We wish to make sure that a company cannot
  9366. effectively restrict the users of a free program by obtaining a
  9367. restrictive license from a patent holder.  Therefore, we insist that
  9368. any patent license obtained for a version of the library must be
  9369. consistent with the full freedom of use specified in this license.
  9370.  
  9371.   Most GNU software, including some libraries, is covered by the
  9372. ordinary GNU General Public License.  This license, the GNU Lesser
  9373. General Public License, applies to certain designated libraries, and
  9374. is quite different from the ordinary General Public License.  We use
  9375. this license for certain libraries in order to permit linking those
  9376. libraries into non-free programs.
  9377.  
  9378.   When a program is linked with a library, whether statically or using
  9379. a shared library, the combination of the two is legally speaking a
  9380. combined work, a derivative of the original library.  The ordinary
  9381. General Public License therefore permits such linking only if the
  9382. entire combination fits its criteria of freedom.  The Lesser General
  9383. Public License permits more lax criteria for linking other code with
  9384. the library.
  9385.  
  9386.   We call this license the "Lesser" General Public License because it
  9387. does Less to protect the user's freedom than the ordinary General
  9388. Public License.  It also provides other free software developers Less
  9389. of an advantage over competing non-free programs.  These disadvantages
  9390. are the reason we use the ordinary General Public License for many
  9391. libraries.  However, the Lesser license provides advantages in certain
  9392. special circumstances.
  9393.  
  9394.   For example, on rare occasions, there may be a special need to
  9395. encourage the widest possible use of a certain library, so that it becomes
  9396. a de-facto standard.  To achieve this, non-free programs must be
  9397. allowed to use the library.  A more frequent case is that a free
  9398. library does the same job as widely used non-free libraries.  In this
  9399. case, there is little to gain by limiting the free library to free
  9400. software only, so we use the Lesser General Public License.
  9401.  
  9402.   In other cases, permission to use a particular library in non-free
  9403. programs enables a greater number of people to use a large body of
  9404. free software.  For example, permission to use the GNU C Library in
  9405. non-free programs enables many more people to use the whole GNU
  9406. operating system, as well as its variant, the GNU/Linux operating
  9407. system.
  9408.  
  9409.   Although the Lesser General Public License is Less protective of the
  9410. users' freedom, it does ensure that the user of a program that is
  9411. linked with the Library has the freedom and the wherewithal to run
  9412. that program using a modified version of the Library.
  9413.  
  9414.   The precise terms and conditions for copying, distribution and
  9415. modification follow.  Pay close attention to the difference between a
  9416. "work based on the library" and a "work that uses the library".  The
  9417. former contains code derived from the library, whereas the latter must
  9418. be combined with the library in order to run.
  9419.  
  9420.           GNU LESSER GENERAL PUBLIC LICENSE
  9421.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  9422.  
  9423.   0. This License Agreement applies to any software library or other
  9424. program which contains a notice placed by the copyright holder or
  9425. other authorized party saying it may be distributed under the terms of
  9426. this Lesser General Public License (also called "this License").
  9427. Each licensee is addressed as "you".
  9428.  
  9429.   A "library" means a collection of software functions and/or data
  9430. prepared so as to be conveniently linked with application programs
  9431. (which use some of those functions and data) to form executables.
  9432.  
  9433.   The "Library", below, refers to any such software library or work
  9434. which has been distributed under these terms.  A "work based on the
  9435. Library" means either the Library or any derivative work under
  9436. copyright law: that is to say, a work containing the Library or a
  9437. portion of it, either verbatim or with modifications and/or translated
  9438. straightforwardly into another language.  (Hereinafter, translation is
  9439. included without limitation in the term "modification".)
  9440.  
  9441.   "Source code" for a work means the preferred form of the work for
  9442. making modifications to it.  For a library, complete source code means
  9443. all the source code for all modules it contains, plus any associated
  9444. interface definition files, plus the scripts used to control compilation
  9445. and installation of the library.
  9446.  
  9447.   Activities other than copying, distribution and modification are not
  9448. covered by this License; they are outside its scope.  The act of
  9449. running a program using the Library is not restricted, and output from
  9450. such a program is covered only if its contents constitute a work based
  9451. on the Library (independent of the use of the Library in a tool for
  9452. writing it).  Whether that is true depends on what the Library does
  9453. and what the program that uses the Library does.
  9454.   
  9455.   1. You may copy and distribute verbatim copies of the Library's
  9456. complete source code as you receive it, in any medium, provided that
  9457. you conspicuously and appropriately publish on each copy an
  9458. appropriate copyright notice and disclaimer of warranty; keep intact
  9459. all the notices that refer to this License and to the absence of any
  9460. warranty; and distribute a copy of this License along with the
  9461. Library.
  9462.  
  9463.   You may charge a fee for the physical act of transferring a copy,
  9464. and you may at your option offer warranty protection in exchange for a
  9465. fee.
  9466.  
  9467.   2. You may modify your copy or copies of the Library or any portion
  9468. of it, thus forming a work based on the Library, and copy and
  9469. distribute such modifications or work under the terms of Section 1
  9470. above, provided that you also meet all of these conditions:
  9471.  
  9472.     a) The modified work must itself be a software library.
  9473.  
  9474.     b) You must cause the files modified to carry prominent notices
  9475.     stating that you changed the files and the date of any change.
  9476.  
  9477.     c) You must cause the whole of the work to be licensed at no
  9478.     charge to all third parties under the terms of this License.
  9479.  
  9480.     d) If a facility in the modified Library refers to a function or a
  9481.     table of data to be supplied by an application program that uses
  9482.     the facility, other than as an argument passed when the facility
  9483.     is invoked, then you must make a good faith effort to ensure that,
  9484.     in the event an application does not supply such function or
  9485.     table, the facility still operates, and performs whatever part of
  9486.     its purpose remains meaningful.
  9487.  
  9488.     (For example, a function in a library to compute square roots has
  9489.     a purpose that is entirely well-defined independent of the
  9490.     application.  Therefore, Subsection 2d requires that any
  9491.     application-supplied function or table used by this function must
  9492.     be optional: if the application does not supply it, the square
  9493.     root function must still compute square roots.)
  9494.  
  9495. These requirements apply to the modified work as a whole.  If
  9496. identifiable sections of that work are not derived from the Library,
  9497. and can be reasonably considered independent and separate works in
  9498. themselves, then this License, and its terms, do not apply to those
  9499. sections when you distribute them as separate works.  But when you
  9500. distribute the same sections as part of a whole which is a work based
  9501. on the Library, the distribution of the whole must be on the terms of
  9502. this License, whose permissions for other licensees extend to the
  9503. entire whole, and thus to each and every part regardless of who wrote
  9504. it.
  9505.  
  9506. Thus, it is not the intent of this section to claim rights or contest
  9507. your rights to work written entirely by you; rather, the intent is to
  9508. exercise the right to control the distribution of derivative or
  9509. collective works based on the Library.
  9510.  
  9511. In addition, mere aggregation of another work not based on the Library
  9512. with the Library (or with a work based on the Library) on a volume of
  9513. a storage or distribution medium does not bring the other work under
  9514. the scope of this License.
  9515.  
  9516.   3. You may opt to apply the terms of the ordinary GNU General Public
  9517. License instead of this License to a given copy of the Library.  To do
  9518. this, you must alter all the notices that refer to this License, so
  9519. that they refer to the ordinary GNU General Public License, version 2,
  9520. instead of to this License.  (If a newer version than version 2 of the
  9521. ordinary GNU General Public License has appeared, then you can specify
  9522. that version instead if you wish.)  Do not make any other change in
  9523. these notices.
  9524.  
  9525.   Once this change is made in a given copy, it is irreversible for
  9526. that copy, so the ordinary GNU General Public License applies to all
  9527. subsequent copies and derivative works made from that copy.
  9528.  
  9529.   This option is useful when you wish to copy part of the code of
  9530. the Library into a program that is not a library.
  9531.  
  9532.   4. You may copy and distribute the Library (or a portion or
  9533. derivative of it, under Section 2) in object code or executable form
  9534. under the terms of Sections 1 and 2 above provided that you accompany
  9535. it with the complete corresponding machine-readable source code, which
  9536. must be distributed under the terms of Sections 1 and 2 above on a
  9537. medium customarily used for software interchange.
  9538.  
  9539.   If distribution of object code is made by offering access to copy
  9540. from a designated place, then offering equivalent access to copy the
  9541. source code from the same place satisfies the requirement to
  9542. distribute the source code, even though third parties are not
  9543. compelled to copy the source along with the object code.
  9544.  
  9545.   5. A program that contains no derivative of any portion of the
  9546. Library, but is designed to work with the Library by being compiled or
  9547. linked with it, is called a "work that uses the Library".  Such a
  9548. work, in isolation, is not a derivative work of the Library, and
  9549. therefore falls outside the scope of this License.
  9550.  
  9551.   However, linking a "work that uses the Library" with the Library
  9552. creates an executable that is a derivative of the Library (because it
  9553. contains portions of the Library), rather than a "work that uses the
  9554. library".  The executable is therefore covered by this License.
  9555. Section 6 states terms for distribution of such executables.
  9556.  
  9557.   When a "work that uses the Library" uses material from a header file
  9558. that is part of the Library, the object code for the work may be a
  9559. derivative work of the Library even though the source code is not.
  9560. Whether this is true is especially significant if the work can be
  9561. linked without the Library, or if the work is itself a library.  The
  9562. threshold for this to be true is not precisely defined by law.
  9563.  
  9564.   If such an object file uses only numerical parameters, data
  9565. structure layouts and accessors, and small macros and small inline
  9566. functions (ten lines or less in length), then the use of the object
  9567. file is unrestricted, regardless of whether it is legally a derivative
  9568. work.  (Executables containing this object code plus portions of the
  9569. Library will still fall under Section 6.)
  9570.  
  9571.   Otherwise, if the work is a derivative of the Library, you may
  9572. distribute the object code for the work under the terms of Section 6.
  9573. Any executables containing that work also fall under Section 6,
  9574. whether or not they are linked directly with the Library itself.
  9575.  
  9576.   6. As an exception to the Sections above, you may also combine or
  9577. link a "work that uses the Library" with the Library to produce a
  9578. work containing portions of the Library, and distribute that work
  9579. under terms of your choice, provided that the terms permit
  9580. modification of the work for the customer's own use and reverse
  9581. engineering for debugging such modifications.
  9582.  
  9583.   You must give prominent notice with each copy of the work that the
  9584. Library is used in it and that the Library and its use are covered by
  9585. this License.  You must supply a copy of this License.  If the work
  9586. during execution displays copyright notices, you must include the
  9587. copyright notice for the Library among them, as well as a reference
  9588. directing the user to the copy of this License.  Also, you must do one
  9589. of these things:
  9590.  
  9591.     a) Accompany the work with the complete corresponding
  9592.     machine-readable source code for the Library including whatever
  9593.     changes were used in the work (which must be distributed under
  9594.     Sections 1 and 2 above); and, if the work is an executable linked
  9595.     with the Library, with the complete machine-readable "work that
  9596.     uses the Library", as object code and/or source code, so that the
  9597.     user can modify the Library and then relink to produce a modified
  9598.     executable containing the modified Library.  (It is understood
  9599.     that the user who changes the contents of definitions files in the
  9600.     Library will not necessarily be able to recompile the application
  9601.     to use the modified definitions.)
  9602.  
  9603.     b) Use a suitable shared library mechanism for linking with the
  9604.     Library.  A suitable mechanism is one that (1) uses at run time a
  9605.     copy of the library already present on the user's computer system,
  9606.     rather than copying library functions into the executable, and (2)
  9607.     will operate properly with a modified version of the library, if
  9608.     the user installs one, as long as the modified version is
  9609.     interface-compatible with the version that the work was made with.
  9610.  
  9611.     c) Accompany the work with a written offer, valid for at
  9612.     least three years, to give the same user the materials
  9613.     specified in Subsection 6a, above, for a charge no more
  9614.     than the cost of performing this distribution.
  9615.  
  9616.     d) If distribution of the work is made by offering access to copy
  9617.     from a designated place, offer equivalent access to copy the above
  9618.     specified materials from the same place.
  9619.  
  9620.     e) Verify that the user has already received a copy of these
  9621.     materials or that you have already sent this user a copy.
  9622.  
  9623.   For an executable, the required form of the "work that uses the
  9624. Library" must include any data and utility programs needed for
  9625. reproducing the executable from it.  However, as a special exception,
  9626. the materials to be distributed need not include anything that is
  9627. normally distributed (in either source or binary form) with the major
  9628. components (compiler, kernel, and so on) of the operating system on
  9629. which the executable runs, unless that component itself accompanies
  9630. the executable.
  9631.  
  9632.   It may happen that this requirement contradicts the license
  9633. restrictions of other proprietary libraries that do not normally
  9634. accompany the operating system.  Such a contradiction means you cannot
  9635. use both them and the Library together in an executable that you
  9636. distribute.
  9637.  
  9638.   7. You may place library facilities that are a work based on the
  9639. Library side-by-side in a single library together with other library
  9640. facilities not covered by this License, and distribute such a combined
  9641. library, provided that the separate distribution of the work based on
  9642. the Library and of the other library facilities is otherwise
  9643. permitted, and provided that you do these two things:
  9644.  
  9645.     a) Accompany the combined library with a copy of the same work
  9646.     based on the Library, uncombined with any other library
  9647.     facilities.  This must be distributed under the terms of the
  9648.     Sections above.
  9649.  
  9650.     b) Give prominent notice with the combined library of the fact
  9651.     that part of it is a work based on the Library, and explaining
  9652.     where to find the accompanying uncombined form of the same work.
  9653.  
  9654.   8. You may not copy, modify, sublicense, link with, or distribute
  9655. the Library except as expressly provided under this License.  Any
  9656. attempt otherwise to copy, modify, sublicense, link with, or
  9657. distribute the Library is void, and will automatically terminate your
  9658. rights under this License.  However, parties who have received copies,
  9659. or rights, from you under this License will not have their licenses
  9660. terminated so long as such parties remain in full compliance.
  9661.  
  9662.   9. You are not required to accept this License, since you have not
  9663. signed it.  However, nothing else grants you permission to modify or
  9664. distribute the Library or its derivative works.  These actions are
  9665. prohibited by law if you do not accept this License.  Therefore, by
  9666. modifying or distributing the Library (or any work based on the
  9667. Library), you indicate your acceptance of this License to do so, and
  9668. all its terms and conditions for copying, distributing or modifying
  9669. the Library or works based on it.
  9670.  
  9671.   10. Each time you redistribute the Library (or any work based on the
  9672. Library), the recipient automatically receives a license from the
  9673. original licensor to copy, distribute, link with or modify the Library
  9674. subject to these terms and conditions.  You may not impose any further
  9675. restrictions on the recipients' exercise of the rights granted herein.
  9676. You are not responsible for enforcing compliance by third parties with
  9677. this License.
  9678.  
  9679.   11. If, as a consequence of a court judgment or allegation of patent
  9680. infringement or for any other reason (not limited to patent issues),
  9681. conditions are imposed on you (whether by court order, agreement or
  9682. otherwise) that contradict the conditions of this License, they do not
  9683. excuse you from the conditions of this License.  If you cannot
  9684. distribute so as to satisfy simultaneously your obligations under this
  9685. License and any other pertinent obligations, then as a consequence you
  9686. may not distribute the Library at all.  For example, if a patent
  9687. license would not permit royalty-free redistribution of the Library by
  9688. all those who receive copies directly or indirectly through you, then
  9689. the only way you could satisfy both it and this License would be to
  9690. refrain entirely from distribution of the Library.
  9691.  
  9692. If any portion of this section is held invalid or unenforceable under any
  9693. particular circumstance, the balance of the section is intended to apply,
  9694. and the section as a whole is intended to apply in other circumstances.
  9695.  
  9696. It is not the purpose of this section to induce you to infringe any
  9697. patents or other property right claims or to contest validity of any
  9698. such claims; this section has the sole purpose of protecting the
  9699. integrity of the free software distribution system which is
  9700. implemented by public license practices.  Many people have made
  9701. generous contributions to the wide range of software distributed
  9702. through that system in reliance on consistent application of that
  9703. system; it is up to the author/donor to decide if he or she is willing
  9704. to distribute software through any other system and a licensee cannot
  9705. impose that choice.
  9706.  
  9707. This section is intended to make thoroughly clear what is believed to
  9708. be a consequence of the rest of this License.
  9709.  
  9710.   12. If the distribution and/or use of the Library is restricted in
  9711. certain countries either by patents or by copyrighted interfaces, the
  9712. original copyright holder who places the Library under this License may add
  9713. an explicit geographical distribution limitation excluding those countries,
  9714. so that distribution is permitted only in or among countries not thus
  9715. excluded.  In such case, this License incorporates the limitation as if
  9716. written in the body of this License.
  9717.  
  9718.   13. The Free Software Foundation may publish revised and/or new
  9719. versions of the Lesser General Public License from time to time.
  9720. Such new versions will be similar in spirit to the present version,
  9721. but may differ in detail to address new problems or concerns.
  9722.  
  9723. Each version is given a distinguishing version number.  If the Library
  9724. specifies a version number of this License which applies to it and
  9725. "any later version", you have the option of following the terms and
  9726. conditions either of that version or of any later version published by
  9727. the Free Software Foundation.  If the Library does not specify a
  9728. license version number, you may choose any version ever published by
  9729. the Free Software Foundation.
  9730.  
  9731.   14. If you wish to incorporate parts of the Library into other free
  9732. programs whose distribution conditions are incompatible with these,
  9733. write to the author to ask for permission.  For software which is
  9734. copyrighted by the Free Software Foundation, write to the Free
  9735. Software Foundation; we sometimes make exceptions for this.  Our
  9736. decision will be guided by the two goals of preserving the free status
  9737. of all derivatives of our free software and of promoting the sharing
  9738. and reuse of software generally.
  9739.  
  9740.                 NO WARRANTY
  9741.  
  9742.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  9743. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  9744. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  9745. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  9746. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  9747. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  9748. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  9749. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  9750. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  9751.  
  9752.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  9753. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  9754. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  9755. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  9756. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  9757. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  9758. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  9759. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  9760. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  9761. DAMAGES.
  9762.  
  9763.              END OF TERMS AND CONDITIONS
  9764.  
  9765.            How to Apply These Terms to Your New Libraries
  9766.  
  9767.   If you develop a new library, and you want it to be of the greatest
  9768. possible use to the public, we recommend making it free software that
  9769. everyone can redistribute and change.  You can do so by permitting
  9770. redistribution under these terms (or, alternatively, under the terms of the
  9771. ordinary General Public License).
  9772.  
  9773.   To apply these terms, attach the following notices to the library.  It is
  9774. safest to attach them to the start of each source file to most effectively
  9775. convey the exclusion of warranty; and each file should have at least the
  9776. "copyright" line and a pointer to where the full notice is found.
  9777.  
  9778.     <one line to give the library's name and a brief idea of what it does.>
  9779.     Copyright (C) <year>  <name of author>
  9780.  
  9781.     This library is free software; you can redistribute it and/or
  9782.     modify it under the terms of the GNU Lesser General Public
  9783.     License as published by the Free Software Foundation; either
  9784.     version 2.1 of the License, or (at your option) any later version.
  9785.  
  9786.     This library is distributed in the hope that it will be useful,
  9787.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  9788.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  9789.     Lesser General Public License for more details.
  9790.  
  9791.     You should have received a copy of the GNU Lesser General Public
  9792.     License along with this library; if not, write to the Free Software
  9793.     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  9794.  
  9795. Also add information on how to contact you by electronic and paper mail.
  9796.  
  9797. You should also get your employer (if you work as a programmer) or your
  9798. school, if any, to sign a "copyright disclaimer" for the library, if
  9799. necessary.  Here is a sample; alter the names:
  9800.  
  9801.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  9802.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  9803.  
  9804.   <signature of Ty Coon>, 1 April 1990
  9805.   Ty Coon, President of Vice
  9806.  
  9807. That's all there is to it!
  9808.  
  9809.  
  9810. </pre>
  9811. </div>
  9812. </div>
  9813.  
  9814.  
  9815. <div class="product">
  9816. <span class="title">libva</span>
  9817. <a class="show" href="#">show license</a>
  9818. <span class="homepage"><a href="http://freedesktop.org/wiki/Software/vaapi">homepage</a></span>
  9819. <div class="licence">
  9820. <pre>    Permission is hereby granted, free of charge, to any person obtaining a
  9821.     copy of this software and associated documentation files (the
  9822.     "Software"), to deal in the Software without restriction, including
  9823.     without limitation the rights to use, copy, modify, merge, publish,
  9824.     distribute, sub license, and/or sell copies of the Software, and to
  9825.     permit persons to whom the Software is furnished to do so, subject to
  9826.     the following conditions:
  9827.  
  9828.     The above copyright notice and this permission notice (including the
  9829.     next paragraph) shall be included in all copies or substantial portions
  9830.     of the Software.
  9831.  
  9832.     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  9833.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  9834.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  9835.     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  9836.     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  9837.     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  9838.     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9839. </pre>
  9840. </div>
  9841. </div>
  9842.  
  9843.  
  9844. <div class="product">
  9845. <span class="title">libvpx</span>
  9846. <a class="show" href="#">show license</a>
  9847. <span class="homepage"><a href="http://www.webmproject.org">homepage</a></span>
  9848. <div class="licence">
  9849. <pre>Copyright (c) 2010, The WebM Project authors. All rights reserved.
  9850.  
  9851. Redistribution and use in source and binary forms, with or without
  9852. modification, are permitted provided that the following conditions are
  9853. met:
  9854.  
  9855.   * Redistributions of source code must retain the above copyright
  9856.     notice, this list of conditions and the following disclaimer.
  9857.  
  9858.   * Redistributions in binary form must reproduce the above copyright
  9859.     notice, this list of conditions and the following disclaimer in
  9860.     the documentation and/or other materials provided with the
  9861.     distribution.
  9862.  
  9863.   * Neither the name of Google, nor the WebM Project, nor the names
  9864.     of its contributors may be used to endorse or promote products
  9865.     derived from this software without specific prior written
  9866.     permission.
  9867.  
  9868. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  9869. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  9870. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  9871. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  9872. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  9873. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  9874. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  9875. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  9876. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  9877. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  9878. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  9879.  
  9880. </pre>
  9881. </div>
  9882. </div>
  9883.  
  9884.  
  9885. <div class="product">
  9886. <span class="title">WebP image encoder/decoder</span>
  9887. <a class="show" href="#">show license</a>
  9888. <span class="homepage"><a href="http://developers.google.com/speed/webp">homepage</a></span>
  9889. <div class="licence">
  9890. <pre>Copyright (c) 2010, Google Inc. All rights reserved.
  9891.  
  9892. Redistribution and use in source and binary forms, with or without
  9893. modification, are permitted provided that the following conditions are
  9894. met:
  9895.  
  9896.   * Redistributions of source code must retain the above copyright
  9897.     notice, this list of conditions and the following disclaimer.
  9898.  
  9899.   * Redistributions in binary form must reproduce the above copyright
  9900.     notice, this list of conditions and the following disclaimer in
  9901.     the documentation and/or other materials provided with the
  9902.     distribution.
  9903.  
  9904.   * Neither the name of Google nor the names of its contributors may
  9905.     be used to endorse or promote products derived from this software
  9906.     without specific prior written permission.
  9907.  
  9908. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  9909. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  9910. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  9911. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  9912. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  9913. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  9914. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  9915. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  9916. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  9917. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  9918. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  9919.  
  9920. Additional IP Rights Grant (Patents)
  9921.  
  9922. "This implementation" means the copyrightable works distributed by
  9923. Google as part of the WebM Project.
  9924.  
  9925. Google hereby grants to you a perpetual, worldwide, non-exclusive,
  9926. no-charge, royalty-free, irrevocable (except as stated in this section)
  9927. patent license to make, have made, use, offer to sell, sell, import,
  9928. transfer, and otherwise run, modify and propagate the contents of this
  9929. implementation of VP8, where such license applies only to those patent
  9930. claims, both currently owned by Google and acquired in the future,
  9931. licensable by Google that are necessarily infringed by this
  9932. implementation of VP8. This grant does not include claims that would be
  9933. infringed only as a consequence of further modification of this
  9934. implementation. If you or your agent or exclusive licensee institute or
  9935. order or agree to the institution of patent litigation against any
  9936. entity (including a cross-claim or counterclaim in a lawsuit) alleging
  9937. that this implementation of VP8 or any code incorporated within this
  9938. implementation of VP8 constitutes direct or contributory patent
  9939. infringement, or inducement of patent infringement, then any patent
  9940. rights granted to you under this License for this implementation of VP8
  9941. shall terminate as of the date such litigation is filed.
  9942. </pre>
  9943. </div>
  9944. </div>
  9945.  
  9946.  
  9947. <div class="product">
  9948. <span class="title">libxml</span>
  9949. <a class="show" href="#">show license</a>
  9950. <span class="homepage"><a href="http://xmlsoft.org">homepage</a></span>
  9951. <div class="licence">
  9952. <pre>Except where otherwise noted in the source code (e.g. the files hash.c,
  9953. list.c and the trio files, which are covered by a similar licence but
  9954. with different Copyright notices) all the files are:
  9955.  
  9956.  Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
  9957.  
  9958. Permission is hereby granted, free of charge, to any person obtaining a copy
  9959. of this software and associated documentation files (the "Software"), to deal
  9960. in the Software without restriction, including without limitation the rights
  9961. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9962. copies of the Software, and to permit persons to whom the Software is fur-
  9963. nished to do so, subject to the following conditions:
  9964.  
  9965. The above copyright notice and this permission notice shall be included in
  9966. all copies or substantial portions of the Software.
  9967.  
  9968. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  9969. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
  9970. NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  9971. DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  9972. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
  9973. NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9974.  
  9975. Except as contained in this notice, the name of Daniel Veillard shall not
  9976. be used in advertising or otherwise to promote the sale, use or other deal-
  9977. ings in this Software without prior written authorization from him.
  9978.  
  9979. </pre>
  9980. </div>
  9981. </div>
  9982.  
  9983.  
  9984. <div class="product">
  9985. <span class="title">libxslt</span>
  9986. <a class="show" href="#">show license</a>
  9987. <span class="homepage"><a href="http://xmlsoft.org/XSLT">homepage</a></span>
  9988. <div class="licence">
  9989. <pre>Licence for libxslt except libexslt
  9990. ----------------------------------------------------------------------
  9991.  Copyright (C) 2001-2002 Daniel Veillard.  All Rights Reserved.
  9992.  
  9993. Permission is hereby granted, free of charge, to any person obtaining a copy
  9994. of this software and associated documentation files (the "Software"), to deal
  9995. in the Software without restriction, including without limitation the rights
  9996. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9997. copies of the Software, and to permit persons to whom the Software is fur-
  9998. nished to do so, subject to the following conditions:
  9999.  
  10000. The above copyright notice and this permission notice shall be included in
  10001. all copies or substantial portions of the Software.
  10002.  
  10003. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  10004. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
  10005. NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  10006. DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  10007. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
  10008. NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  10009.  
  10010. Except as contained in this notice, the name of Daniel Veillard shall not
  10011. be used in advertising or otherwise to promote the sale, use or other deal-
  10012. ings in this Software without prior written authorization from him.
  10013.  
  10014. ----------------------------------------------------------------------
  10015.  
  10016. Licence for libexslt
  10017. ----------------------------------------------------------------------
  10018.  Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.
  10019.  All Rights Reserved.
  10020.  
  10021. Permission is hereby granted, free of charge, to any person obtaining a copy
  10022. of this software and associated documentation files (the "Software"), to deal
  10023. in the Software without restriction, including without limitation the rights
  10024. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  10025. copies of the Software, and to permit persons to whom the Software is fur-
  10026. nished to do so, subject to the following conditions:
  10027.  
  10028. The above copyright notice and this permission notice shall be included in
  10029. all copies or substantial portions of the Software.
  10030.  
  10031. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  10032. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
  10033. NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  10034. AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  10035. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
  10036. NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  10037.  
  10038. Except as contained in this notice, the name of the authors shall not
  10039. be used in advertising or otherwise to promote the sale, use or other deal-
  10040. ings in this Software without prior written authorization from him.
  10041. ----------------------------------------------------------------------
  10042. </pre>
  10043. </div>
  10044. </div>
  10045.  
  10046.  
  10047. <div class="product">
  10048. <span class="title">libyuv</span>
  10049. <a class="show" href="#">show license</a>
  10050. <span class="homepage"><a href="http://code.google.com/p/libyuv/">homepage</a></span>
  10051. <div class="licence">
  10052. <pre>Copyright 2011 The LibYuv Project Authors. All rights reserved.
  10053.  
  10054. Redistribution and use in source and binary forms, with or without
  10055. modification, are permitted provided that the following conditions are
  10056. met:
  10057.  
  10058.   * Redistributions of source code must retain the above copyright
  10059.     notice, this list of conditions and the following disclaimer.
  10060.  
  10061.   * Redistributions in binary form must reproduce the above copyright
  10062.     notice, this list of conditions and the following disclaimer in
  10063.     the documentation and/or other materials provided with the
  10064.     distribution.
  10065.  
  10066.   * Neither the name of Google nor the names of its contributors may
  10067.     be used to endorse or promote products derived from this software
  10068.     without specific prior written permission.
  10069.  
  10070. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  10071. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  10072. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  10073. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  10074. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  10075. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  10076. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  10077. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  10078. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  10079. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  10080. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  10081. </pre>
  10082. </div>
  10083. </div>
  10084.  
  10085.  
  10086. <div class="product">
  10087. <span class="title">linux-syscall-support</span>
  10088. <a class="show" href="#">show license</a>
  10089. <span class="homepage"><a href="http://code.google.com/p/linux-syscall-support/">homepage</a></span>
  10090. <div class="licence">
  10091. <pre>// Copyright (c) 2012 The Chromium Authors. All rights reserved.
  10092. //
  10093. // Redistribution and use in source and binary forms, with or without
  10094. // modification, are permitted provided that the following conditions are
  10095. // met:
  10096. //
  10097. //    * Redistributions of source code must retain the above copyright
  10098. // notice, this list of conditions and the following disclaimer.
  10099. //    * Redistributions in binary form must reproduce the above
  10100. // copyright notice, this list of conditions and the following disclaimer
  10101. // in the documentation and/or other materials provided with the
  10102. // distribution.
  10103. //    * Neither the name of Google Inc. nor the names of its
  10104. // contributors may be used to endorse or promote products derived from
  10105. // this software without specific prior written permission.
  10106. //
  10107. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  10108. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  10109. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  10110. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  10111. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  10112. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  10113. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  10114. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  10115. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  10116. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  10117. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  10118. </pre>
  10119. </div>
  10120. </div>
  10121.  
  10122.  
  10123. <div class="product">
  10124. <span class="title">LZMA SDK</span>
  10125. <a class="show" href="#">show license</a>
  10126. <span class="homepage"><a href="http://www.7-zip.org/sdk.html">homepage</a></span>
  10127. <div class="licence">
  10128. <pre>LZMA SDK is placed in the public domain.
  10129. </pre>
  10130. </div>
  10131. </div>
  10132.  
  10133.  
  10134. <div class="product">
  10135. <span class="title">mach_override</span>
  10136. <a class="show" href="#">show license</a>
  10137. <span class="homepage"><a href="https://github.com/rentzsch/mach_star">homepage</a></span>
  10138. <div class="licence">
  10139. <pre>Copyright (c) 2003-2009 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com>
  10140. Some rights reserved: <http://opensource.org/licenses/mit-license.php>
  10141. </pre>
  10142. </div>
  10143. </div>
  10144.  
  10145.  
  10146. <div class="product">
  10147. <span class="title">mesa</span>
  10148. <a class="show" href="#">show license</a>
  10149. <span class="homepage"><a href="http://www.mesa3d.org/">homepage</a></span>
  10150. <div class="licence">
  10151. <pre>The default Mesa license is as follows:
  10152.  
  10153. Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
  10154.  
  10155. Permission is hereby granted, free of charge, to any person obtaining a
  10156. copy of this software and associated documentation files (the "Software"),
  10157. to deal in the Software without restriction, including without limitation
  10158. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  10159. and/or sell copies of the Software, and to permit persons to whom the
  10160. Software is furnished to do so, subject to the following conditions:
  10161.  
  10162. The above copyright notice and this permission notice shall be included
  10163. in all copies or substantial portions of the Software.
  10164.  
  10165. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  10166. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  10167. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  10168. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  10169. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  10170. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  10171.  
  10172.  
  10173.  
  10174. Some parts of Mesa are copyrighted under the GNU LGPL.  See the
  10175. Mesa/docs/COPYRIGHT file for details.
  10176.  
  10177. The following is the standard GNU copyright file.
  10178. ----------------------------------------------------------------------
  10179.  
  10180.  
  10181.           GNU LIBRARY GENERAL PUBLIC LICENSE
  10182.                Version 2, June 1991
  10183.  
  10184.  Copyright (C) 1991 Free Software Foundation, Inc.
  10185.                     675 Mass Ave, Cambridge, MA 02139, USA
  10186.  Everyone is permitted to copy and distribute verbatim copies
  10187.  of this license document, but changing it is not allowed.
  10188.  
  10189. [This is the first released version of the library GPL.  It is
  10190.  numbered 2 because it goes with version 2 of the ordinary GPL.]
  10191.  
  10192.                 Preamble
  10193.  
  10194.   The licenses for most software are designed to take away your
  10195. freedom to share and change it.  By contrast, the GNU General Public
  10196. Licenses are intended to guarantee your freedom to share and change
  10197. free software--to make sure the software is free for all its users.
  10198.  
  10199.   This license, the Library General Public License, applies to some
  10200. specially designated Free Software Foundation software, and to any
  10201. other libraries whose authors decide to use it.  You can use it for
  10202. your libraries, too.
  10203.  
  10204.   When we speak of free software, we are referring to freedom, not
  10205. price.  Our General Public Licenses are designed to make sure that you
  10206. have the freedom to distribute copies of free software (and charge for
  10207. this service if you wish), that you receive source code or can get it
  10208. if you want it, that you can change the software or use pieces of it
  10209. in new free programs; and that you know you can do these things.
  10210.  
  10211.   To protect your rights, we need to make restrictions that forbid
  10212. anyone to deny you these rights or to ask you to surrender the rights.
  10213. These restrictions translate to certain responsibilities for you if
  10214. you distribute copies of the library, or if you modify it.
  10215.  
  10216.   For example, if you distribute copies of the library, whether gratis
  10217. or for a fee, you must give the recipients all the rights that we gave
  10218. you.  You must make sure that they, too, receive or can get the source
  10219. code.  If you link a program with the library, you must provide
  10220. complete object files to the recipients so that they can relink them
  10221. with the library, after making changes to the library and recompiling
  10222. it.  And you must show them these terms so they know their rights.
  10223.  
  10224.   Our method of protecting your rights has two steps: (1) copyright
  10225. the library, and (2) offer you this license which gives you legal
  10226. permission to copy, distribute and/or modify the library.
  10227.  
  10228.   Also, for each distributor's protection, we want to make certain
  10229. that everyone understands that there is no warranty for this free
  10230. library.  If the library is modified by someone else and passed on, we
  10231. want its recipients to know that what they have is not the original
  10232. version, so that any problems introduced by others will not reflect on
  10233. the original authors' reputations.
  10234.  
  10235.   Finally, any free program is threatened constantly by software
  10236. patents.  We wish to avoid the danger that companies distributing free
  10237. software will individually obtain patent licenses, thus in effect
  10238. transforming the program into proprietary software.  To prevent this,
  10239. we have made it clear that any patent must be licensed for everyone's
  10240. free use or not licensed at all.
  10241.  
  10242.   Most GNU software, including some libraries, is covered by the ordinary
  10243. GNU General Public License, which was designed for utility programs.  This
  10244. license, the GNU Library General Public License, applies to certain
  10245. designated libraries.  This license is quite different from the ordinary
  10246. one; be sure to read it in full, and don't assume that anything in it is
  10247. the same as in the ordinary license.
  10248.  
  10249.   The reason we have a separate public license for some libraries is that
  10250. they blur the distinction we usually make between modifying or adding to a
  10251. program and simply using it.  Linking a program with a library, without
  10252. changing the library, is in some sense simply using the library, and is
  10253. analogous to running a utility program or application program.  However, in
  10254. a textual and legal sense, the linked executable is a combined work, a
  10255. derivative of the original library, and the ordinary General Public License
  10256. treats it as such.
  10257.  
  10258.   Because of this blurred distinction, using the ordinary General
  10259. Public License for libraries did not effectively promote software
  10260. sharing, because most developers did not use the libraries.  We
  10261. concluded that weaker conditions might promote sharing better.
  10262.  
  10263.   However, unrestricted linking of non-free programs would deprive the
  10264. users of those programs of all benefit from the free status of the
  10265. libraries themselves.  This Library General Public License is intended to
  10266. permit developers of non-free programs to use free libraries, while
  10267. preserving your freedom as a user of such programs to change the free
  10268. libraries that are incorporated in them.  (We have not seen how to achieve
  10269. this as regards changes in header files, but we have achieved it as regards
  10270. changes in the actual functions of the Library.)  The hope is that this
  10271. will lead to faster development of free libraries.
  10272.  
  10273.   The precise terms and conditions for copying, distribution and
  10274. modification follow.  Pay close attention to the difference between a
  10275. "work based on the library" and a "work that uses the library".  The
  10276. former contains code derived from the library, while the latter only
  10277. works together with the library.
  10278.  
  10279.   Note that it is possible for a library to be covered by the ordinary
  10280. General Public License rather than by this special one.
  10281.  
  10282.           GNU LIBRARY GENERAL PUBLIC LICENSE
  10283.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  10284.  
  10285.   0. This License Agreement applies to any software library which
  10286. contains a notice placed by the copyright holder or other authorized
  10287. party saying it may be distributed under the terms of this Library
  10288. General Public License (also called "this License").  Each licensee is
  10289. addressed as "you".
  10290.  
  10291.   A "library" means a collection of software functions and/or data
  10292. prepared so as to be conveniently linked with application programs
  10293. (which use some of those functions and data) to form executables.
  10294.  
  10295.   The "Library", below, refers to any such software library or work
  10296. which has been distributed under these terms.  A "work based on the
  10297. Library" means either the Library or any derivative work under
  10298. copyright law: that is to say, a work containing the Library or a
  10299. portion of it, either verbatim or with modifications and/or translated
  10300. straightforwardly into another language.  (Hereinafter, translation is
  10301. included without limitation in the term "modification".)
  10302.  
  10303.   "Source code" for a work means the preferred form of the work for
  10304. making modifications to it.  For a library, complete source code means
  10305. all the source code for all modules it contains, plus any associated
  10306. interface definition files, plus the scripts used to control compilation
  10307. and installation of the library.
  10308.  
  10309.   Activities other than copying, distribution and modification are not
  10310. covered by this License; they are outside its scope.  The act of
  10311. running a program using the Library is not restricted, and output from
  10312. such a program is covered only if its contents constitute a work based
  10313. on the Library (independent of the use of the Library in a tool for
  10314. writing it).  Whether that is true depends on what the Library does
  10315. and what the program that uses the Library does.
  10316.   
  10317.   1. You may copy and distribute verbatim copies of the Library's
  10318. complete source code as you receive it, in any medium, provided that
  10319. you conspicuously and appropriately publish on each copy an
  10320. appropriate copyright notice and disclaimer of warranty; keep intact
  10321. all the notices that refer to this License and to the absence of any
  10322. warranty; and distribute a copy of this License along with the
  10323. Library.
  10324.  
  10325.   You may charge a fee for the physical act of transferring a copy,
  10326. and you may at your option offer warranty protection in exchange for a
  10327. fee.
  10328.  
  10329.   2. You may modify your copy or copies of the Library or any portion
  10330. of it, thus forming a work based on the Library, and copy and
  10331. distribute such modifications or work under the terms of Section 1
  10332. above, provided that you also meet all of these conditions:
  10333.  
  10334.     a) The modified work must itself be a software library.
  10335.  
  10336.     b) You must cause the files modified to carry prominent notices
  10337.     stating that you changed the files and the date of any change.
  10338.  
  10339.     c) You must cause the whole of the work to be licensed at no
  10340.     charge to all third parties under the terms of this License.
  10341.  
  10342.     d) If a facility in the modified Library refers to a function or a
  10343.     table of data to be supplied by an application program that uses
  10344.     the facility, other than as an argument passed when the facility
  10345.     is invoked, then you must make a good faith effort to ensure that,
  10346.     in the event an application does not supply such function or
  10347.     table, the facility still operates, and performs whatever part of
  10348.     its purpose remains meaningful.
  10349.  
  10350.     (For example, a function in a library to compute square roots has
  10351.     a purpose that is entirely well-defined independent of the
  10352.     application.  Therefore, Subsection 2d requires that any
  10353.     application-supplied function or table used by this function must
  10354.     be optional: if the application does not supply it, the square
  10355.     root function must still compute square roots.)
  10356.  
  10357. These requirements apply to the modified work as a whole.  If
  10358. identifiable sections of that work are not derived from the Library,
  10359. and can be reasonably considered independent and separate works in
  10360. themselves, then this License, and its terms, do not apply to those
  10361. sections when you distribute them as separate works.  But when you
  10362. distribute the same sections as part of a whole which is a work based
  10363. on the Library, the distribution of the whole must be on the terms of
  10364. this License, whose permissions for other licensees extend to the
  10365. entire whole, and thus to each and every part regardless of who wrote
  10366. it.
  10367.  
  10368. Thus, it is not the intent of this section to claim rights or contest
  10369. your rights to work written entirely by you; rather, the intent is to
  10370. exercise the right to control the distribution of derivative or
  10371. collective works based on the Library.
  10372.  
  10373. In addition, mere aggregation of another work not based on the Library
  10374. with the Library (or with a work based on the Library) on a volume of
  10375. a storage or distribution medium does not bring the other work under
  10376. the scope of this License.
  10377.  
  10378.   3. You may opt to apply the terms of the ordinary GNU General Public
  10379. License instead of this License to a given copy of the Library.  To do
  10380. this, you must alter all the notices that refer to this License, so
  10381. that they refer to the ordinary GNU General Public License, version 2,
  10382. instead of to this License.  (If a newer version than version 2 of the
  10383. ordinary GNU General Public License has appeared, then you can specify
  10384. that version instead if you wish.)  Do not make any other change in
  10385. these notices.
  10386.  
  10387.   Once this change is made in a given copy, it is irreversible for
  10388. that copy, so the ordinary GNU General Public License applies to all
  10389. subsequent copies and derivative works made from that copy.
  10390.  
  10391.   This option is useful when you wish to copy part of the code of
  10392. the Library into a program that is not a library.
  10393.  
  10394.   4. You may copy and distribute the Library (or a portion or
  10395. derivative of it, under Section 2) in object code or executable form
  10396. under the terms of Sections 1 and 2 above provided that you accompany
  10397. it with the complete corresponding machine-readable source code, which
  10398. must be distributed under the terms of Sections 1 and 2 above on a
  10399. medium customarily used for software interchange.
  10400.  
  10401.   If distribution of object code is made by offering access to copy
  10402. from a designated place, then offering equivalent access to copy the
  10403. source code from the same place satisfies the requirement to
  10404. distribute the source code, even though third parties are not
  10405. compelled to copy the source along with the object code.
  10406.  
  10407.   5. A program that contains no derivative of any portion of the
  10408. Library, but is designed to work with the Library by being compiled or
  10409. linked with it, is called a "work that uses the Library".  Such a
  10410. work, in isolation, is not a derivative work of the Library, and
  10411. therefore falls outside the scope of this License.
  10412.  
  10413.   However, linking a "work that uses the Library" with the Library
  10414. creates an executable that is a derivative of the Library (because it
  10415. contains portions of the Library), rather than a "work that uses the
  10416. library".  The executable is therefore covered by this License.
  10417. Section 6 states terms for distribution of such executables.
  10418.  
  10419.   When a "work that uses the Library" uses material from a header file
  10420. that is part of the Library, the object code for the work may be a
  10421. derivative work of the Library even though the source code is not.
  10422. Whether this is true is especially significant if the work can be
  10423. linked without the Library, or if the work is itself a library.  The
  10424. threshold for this to be true is not precisely defined by law.
  10425.  
  10426.   If such an object file uses only numerical parameters, data
  10427. structure layouts and accessors, and small macros and small inline
  10428. functions (ten lines or less in length), then the use of the object
  10429. file is unrestricted, regardless of whether it is legally a derivative
  10430. work.  (Executables containing this object code plus portions of the
  10431. Library will still fall under Section 6.)
  10432.  
  10433.   Otherwise, if the work is a derivative of the Library, you may
  10434. distribute the object code for the work under the terms of Section 6.
  10435. Any executables containing that work also fall under Section 6,
  10436. whether or not they are linked directly with the Library itself.
  10437.  
  10438.   6. As an exception to the Sections above, you may also compile or
  10439. link a "work that uses the Library" with the Library to produce a
  10440. work containing portions of the Library, and distribute that work
  10441. under terms of your choice, provided that the terms permit
  10442. modification of the work for the customer's own use and reverse
  10443. engineering for debugging such modifications.
  10444.  
  10445.   You must give prominent notice with each copy of the work that the
  10446. Library is used in it and that the Library and its use are covered by
  10447. this License.  You must supply a copy of this License.  If the work
  10448. during execution displays copyright notices, you must include the
  10449. copyright notice for the Library among them, as well as a reference
  10450. directing the user to the copy of this License.  Also, you must do one
  10451. of these things:
  10452.  
  10453.     a) Accompany the work with the complete corresponding
  10454.     machine-readable source code for the Library including whatever
  10455.     changes were used in the work (which must be distributed under
  10456.     Sections 1 and 2 above); and, if the work is an executable linked
  10457.     with the Library, with the complete machine-readable "work that
  10458.     uses the Library", as object code and/or source code, so that the
  10459.     user can modify the Library and then relink to produce a modified
  10460.     executable containing the modified Library.  (It is understood
  10461.     that the user who changes the contents of definitions files in the
  10462.     Library will not necessarily be able to recompile the application
  10463.     to use the modified definitions.)
  10464.  
  10465.     b) Accompany the work with a written offer, valid for at
  10466.     least three years, to give the same user the materials
  10467.     specified in Subsection 6a, above, for a charge no more
  10468.     than the cost of performing this distribution.
  10469.  
  10470.     c) If distribution of the work is made by offering access to copy
  10471.     from a designated place, offer equivalent access to copy the above
  10472.     specified materials from the same place.
  10473.  
  10474.     d) Verify that the user has already received a copy of these
  10475.     materials or that you have already sent this user a copy.
  10476.  
  10477.   For an executable, the required form of the "work that uses the
  10478. Library" must include any data and utility programs needed for
  10479. reproducing the executable from it.  However, as a special exception,
  10480. the source code distributed need not include anything that is normally
  10481. distributed (in either source or binary form) with the major
  10482. components (compiler, kernel, and so on) of the operating system on
  10483. which the executable runs, unless that component itself accompanies
  10484. the executable.
  10485.  
  10486.   It may happen that this requirement contradicts the license
  10487. restrictions of other proprietary libraries that do not normally
  10488. accompany the operating system.  Such a contradiction means you cannot
  10489. use both them and the Library together in an executable that you
  10490. distribute.
  10491.  
  10492.   7. You may place library facilities that are a work based on the
  10493. Library side-by-side in a single library together with other library
  10494. facilities not covered by this License, and distribute such a combined
  10495. library, provided that the separate distribution of the work based on
  10496. the Library and of the other library facilities is otherwise
  10497. permitted, and provided that you do these two things:
  10498.  
  10499.     a) Accompany the combined library with a copy of the same work
  10500.     based on the Library, uncombined with any other library
  10501.     facilities.  This must be distributed under the terms of the
  10502.     Sections above.
  10503.  
  10504.     b) Give prominent notice with the combined library of the fact
  10505.     that part of it is a work based on the Library, and explaining
  10506.     where to find the accompanying uncombined form of the same work.
  10507.  
  10508.   8. You may not copy, modify, sublicense, link with, or distribute
  10509. the Library except as expressly provided under this License.  Any
  10510. attempt otherwise to copy, modify, sublicense, link with, or
  10511. distribute the Library is void, and will automatically terminate your
  10512. rights under this License.  However, parties who have received copies,
  10513. or rights, from you under this License will not have their licenses
  10514. terminated so long as such parties remain in full compliance.
  10515.  
  10516.   9. You are not required to accept this License, since you have not
  10517. signed it.  However, nothing else grants you permission to modify or
  10518. distribute the Library or its derivative works.  These actions are
  10519. prohibited by law if you do not accept this License.  Therefore, by
  10520. modifying or distributing the Library (or any work based on the
  10521. Library), you indicate your acceptance of this License to do so, and
  10522. all its terms and conditions for copying, distributing or modifying
  10523. the Library or works based on it.
  10524.  
  10525.   10. Each time you redistribute the Library (or any work based on the
  10526. Library), the recipient automatically receives a license from the
  10527. original licensor to copy, distribute, link with or modify the Library
  10528. subject to these terms and conditions.  You may not impose any further
  10529. restrictions on the recipients' exercise of the rights granted herein.
  10530. You are not responsible for enforcing compliance by third parties to
  10531. this License.
  10532.  
  10533.   11. If, as a consequence of a court judgment or allegation of patent
  10534. infringement or for any other reason (not limited to patent issues),
  10535. conditions are imposed on you (whether by court order, agreement or
  10536. otherwise) that contradict the conditions of this License, they do not
  10537. excuse you from the conditions of this License.  If you cannot
  10538. distribute so as to satisfy simultaneously your obligations under this
  10539. License and any other pertinent obligations, then as a consequence you
  10540. may not distribute the Library at all.  For example, if a patent
  10541. license would not permit royalty-free redistribution of the Library by
  10542. all those who receive copies directly or indirectly through you, then
  10543. the only way you could satisfy both it and this License would be to
  10544. refrain entirely from distribution of the Library.
  10545.  
  10546. If any portion of this section is held invalid or unenforceable under any
  10547. particular circumstance, the balance of the section is intended to apply,
  10548. and the section as a whole is intended to apply in other circumstances.
  10549.  
  10550. It is not the purpose of this section to induce you to infringe any
  10551. patents or other property right claims or to contest validity of any
  10552. such claims; this section has the sole purpose of protecting the
  10553. integrity of the free software distribution system which is
  10554. implemented by public license practices.  Many people have made
  10555. generous contributions to the wide range of software distributed
  10556. through that system in reliance on consistent application of that
  10557. system; it is up to the author/donor to decide if he or she is willing
  10558. to distribute software through any other system and a licensee cannot
  10559. impose that choice.
  10560.  
  10561. This section is intended to make thoroughly clear what is believed to
  10562. be a consequence of the rest of this License.
  10563.  
  10564.   12. If the distribution and/or use of the Library is restricted in
  10565. certain countries either by patents or by copyrighted interfaces, the
  10566. original copyright holder who places the Library under this License may add
  10567. an explicit geographical distribution limitation excluding those countries,
  10568. so that distribution is permitted only in or among countries not thus
  10569. excluded.  In such case, this License incorporates the limitation as if
  10570. written in the body of this License.
  10571.  
  10572.   13. The Free Software Foundation may publish revised and/or new
  10573. versions of the Library General Public License from time to time.
  10574. Such new versions will be similar in spirit to the present version,
  10575. but may differ in detail to address new problems or concerns.
  10576.  
  10577. Each version is given a distinguishing version number.  If the Library
  10578. specifies a version number of this License which applies to it and
  10579. "any later version", you have the option of following the terms and
  10580. conditions either of that version or of any later version published by
  10581. the Free Software Foundation.  If the Library does not specify a
  10582. license version number, you may choose any version ever published by
  10583. the Free Software Foundation.
  10584.  
  10585.   14. If you wish to incorporate parts of the Library into other free
  10586. programs whose distribution conditions are incompatible with these,
  10587. write to the author to ask for permission.  For software which is
  10588. copyrighted by the Free Software Foundation, write to the Free
  10589. Software Foundation; we sometimes make exceptions for this.  Our
  10590. decision will be guided by the two goals of preserving the free status
  10591. of all derivatives of our free software and of promoting the sharing
  10592. and reuse of software generally.
  10593.  
  10594.                 NO WARRANTY
  10595.  
  10596.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  10597. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  10598. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  10599. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  10600. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  10601. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  10602. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  10603. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  10604. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  10605.  
  10606.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  10607. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  10608. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  10609. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  10610. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  10611. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  10612. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  10613. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  10614. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  10615. DAMAGES.
  10616.  
  10617.              END OF TERMS AND CONDITIONS
  10618.  
  10619.      Appendix: How to Apply These Terms to Your New Libraries
  10620.  
  10621.   If you develop a new library, and you want it to be of the greatest
  10622. possible use to the public, we recommend making it free software that
  10623. everyone can redistribute and change.  You can do so by permitting
  10624. redistribution under these terms (or, alternatively, under the terms of the
  10625. ordinary General Public License).
  10626.  
  10627.   To apply these terms, attach the following notices to the library.  It is
  10628. safest to attach them to the start of each source file to most effectively
  10629. convey the exclusion of warranty; and each file should have at least the
  10630. "copyright" line and a pointer to where the full notice is found.
  10631.  
  10632.     <one line to give the library's name and a brief idea of what it does.>
  10633.     Copyright (C) <year>  <name of author>
  10634.  
  10635.     This library is free software; you can redistribute it and/or
  10636.     modify it under the terms of the GNU Library General Public
  10637.     License as published by the Free Software Foundation; either
  10638.     version 2 of the License, or (at your option) any later version.
  10639.  
  10640.     This library is distributed in the hope that it will be useful,
  10641.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  10642.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  10643.     Library General Public License for more details.
  10644.  
  10645.     You should have received a copy of the GNU Library General Public
  10646.     License along with this library; if not, write to the Free
  10647.     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  10648.  
  10649. Also add information on how to contact you by electronic and paper mail.
  10650.  
  10651. You should also get your employer (if you work as a programmer) or your
  10652. school, if any, to sign a "copyright disclaimer" for the library, if
  10653. necessary.  Here is a sample; alter the names:
  10654.  
  10655.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  10656.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  10657.  
  10658.   <signature of Ty Coon>, 1 April 1990
  10659.   Ty Coon, President of Vice
  10660.  
  10661. That's all there is to it!
  10662.  
  10663. </pre>
  10664. </div>
  10665. </div>
  10666.  
  10667.  
  10668. <div class="product">
  10669. <span class="title">modp base64 decoder</span>
  10670. <a class="show" href="#">show license</a>
  10671. <span class="homepage"><a href="http://code.google.com/p/stringencoders/">homepage</a></span>
  10672. <div class="licence">
  10673. <pre> * MODP_B64 - High performance base64 encoder/decoder
  10674.  * Version 1.3 -- 17-Mar-2006
  10675.  * http://modp.com/release/base64
  10676.  *
  10677.  * Copyright (c) 2005, 2006  Nick Galbreath -- nickg [at] modp [dot] com
  10678.  * All rights reserved.
  10679.  *
  10680.  * Redistribution and use in source and binary forms, with or without
  10681.  * modification, are permitted provided that the following conditions are
  10682.  * met:
  10683.  *
  10684.  *   Redistributions of source code must retain the above copyright
  10685.  *   notice, this list of conditions and the following disclaimer.
  10686.  *
  10687.  *   Redistributions in binary form must reproduce the above copyright
  10688.  *   notice, this list of conditions and the following disclaimer in the
  10689.  *   documentation and/or other materials provided with the distribution.
  10690.  *
  10691.  *   Neither the name of the modp.com nor the names of its
  10692.  *   contributors may be used to endorse or promote products derived from
  10693.  *   this software without specific prior written permission.
  10694.  *
  10695.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  10696.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  10697.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  10698.  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  10699.  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  10700.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  10701.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  10702.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  10703.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  10704.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  10705.  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  10706. </pre>
  10707. </div>
  10708. </div>
  10709.  
  10710.  
  10711. <div class="product">
  10712. <span class="title">NSBezierPath additions from Sean Patrick O'Brien</span>
  10713. <a class="show" href="#">show license</a>
  10714. <span class="homepage"><a href="http://www.seanpatrickobrien.com/journal/posts/3">homepage</a></span>
  10715. <div class="licence">
  10716. <pre>Copyright 2008 MolokoCacao
  10717. All rights reserved
  10718.  
  10719. Redistribution and use in source and binary forms, with or without
  10720. modification, are permitted providing that the following conditions 
  10721. are met:
  10722. 1. Redistributions of source code must retain the above copyright
  10723.    notice, this list of conditions and the following disclaimer.
  10724. 2. Redistributions in binary form must reproduce the above copyright
  10725.    notice, this list of conditions and the following disclaimer in the
  10726.    documentation and/or other materials provided with the distribution.
  10727.  
  10728. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  10729. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  10730. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  10731. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  10732. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  10733. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  10734. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  10735. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  10736. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  10737. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  10738. POSSIBILITY OF SUCH DAMAGE.
  10739. </pre>
  10740. </div>
  10741. </div>
  10742.  
  10743.  
  10744. <div class="product">
  10745. <span class="title">Mongoose webserver</span>
  10746. <a class="show" href="#">show license</a>
  10747. <span class="homepage"><a href="http://code.google.com/p/mongoose/">homepage</a></span>
  10748. <div class="licence">
  10749. <pre>Copyright (c) 2004-2009 Sergey Lyubka
  10750. Portions Copyright (c) 2009 Gilbert Wellisch
  10751.  
  10752. Permission is hereby granted, free of charge, to any person obtaining a copy
  10753. of this software and associated documentation files (the "Software"), to deal
  10754. in the Software without restriction, including without limitation the rights
  10755. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  10756. copies of the Software, and to permit persons to whom the Software is
  10757. furnished to do so, subject to the following conditions:
  10758.  
  10759. The above copyright notice and this permission notice shall be included in
  10760. all copies or substantial portions of the Software.
  10761.  
  10762. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  10763. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  10764. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  10765. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  10766. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  10767. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  10768. THE SOFTWARE.
  10769.  
  10770. </pre>
  10771. </div>
  10772. </div>
  10773.  
  10774.  
  10775. <div class="product">
  10776. <span class="title">Mozc Japanese Input Method Editor</span>
  10777. <a class="show" href="#">show license</a>
  10778. <span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span>
  10779. <div class="licence">
  10780. <pre>Copyright 2010-2011, Google Inc.
  10781. All rights reserved.
  10782.  
  10783. Redistribution and use in source and binary forms, with or without
  10784. modification, are permitted provided that the following conditions are
  10785. met:
  10786.  
  10787. * Redistributions of source code must retain the above copyright
  10788. notice, this list of conditions and the following disclaimer.
  10789. * Redistributions in binary form must reproduce the above
  10790. copyright notice, this list of conditions and the following disclaimer
  10791. in the documentation and/or other materials provided with the
  10792. distribution.
  10793. * Neither the name of Google Inc. nor the names of its
  10794. contributors may be used to endorse or promote products derived from
  10795. this software without specific prior written permission.
  10796.  
  10797. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  10798. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  10799. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  10800. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  10801. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  10802. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  10803. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  10804. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  10805. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  10806. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  10807. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  10808.  
  10809. </pre>
  10810. </div>
  10811. </div>
  10812.  
  10813.  
  10814. <div class="product">
  10815. <span class="title">Cocoa extension code from Camino</span>
  10816. <a class="show" href="#">show license</a>
  10817. <span class="homepage"><a href="http://caminobrowser.org/">homepage</a></span>
  10818. <div class="licence">
  10819. <pre>/* ***** BEGIN LICENSE BLOCK *****
  10820.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  10821.  *
  10822.  * The contents of this file are subject to the Mozilla Public License Version
  10823.  * 1.1 (the "License"); you may not use this file except in compliance with
  10824.  * the License. You may obtain a copy of the License at
  10825.  * http://www.mozilla.org/MPL/
  10826.  *
  10827.  * Software distributed under the License is distributed on an "AS IS" basis,
  10828.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  10829.  * for the specific language governing rights and limitations under the
  10830.  * License.
  10831.  *
  10832.  * The Original Code is mozilla.org code.
  10833.  *
  10834.  * The Initial Developer of the Original Code is
  10835.  * Netscape Communications Corporation.
  10836.  * Portions created by the Initial Developer are Copyright (C) 2002
  10837.  * the Initial Developer. All Rights Reserved.
  10838.  *
  10839.  * Contributor(s):
  10840.  *
  10841.  * Alternatively, the contents of this file may be used under the terms of
  10842.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  10843.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  10844.  * in which case the provisions of the GPL or the LGPL are applicable instead
  10845.  * of those above. If you wish to allow use of your version of this file only
  10846.  * under the terms of either the GPL or the LGPL, and not to allow others to
  10847.  * use your version of this file under the terms of the MPL, indicate your
  10848.  * decision by deleting the provisions above and replace them with the notice
  10849.  * and other provisions required by the GPL or the LGPL. If you do not delete
  10850.  * the provisions above, a recipient may use your version of this file under
  10851.  * the terms of any one of the MPL, the GPL or the LGPL.
  10852.  *
  10853.  * ***** END LICENSE BLOCK ***** */
  10854. </pre>
  10855. </div>
  10856. </div>
  10857.  
  10858.  
  10859. <div class="product">
  10860. <span class="title">mt19937ar</span>
  10861. <a class="show" href="#">show license</a>
  10862. <span class="homepage"><a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html">homepage</a></span>
  10863. <div class="licence">
  10864. <pre>   A C-program for MT19937, with initialization improved 2002/1/26.
  10865.    Coded by Takuji Nishimura and Makoto Matsumoto.
  10866.  
  10867.    Before using, initialize the state by using init_genrand(seed)  
  10868.    or init_by_array(init_key, key_length).
  10869.  
  10870.    Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  10871.    All rights reserved.                          
  10872.  
  10873.    Redistribution and use in source and binary forms, with or without
  10874.    modification, are permitted provided that the following conditions
  10875.    are met:
  10876.  
  10877.      1. Redistributions of source code must retain the above copyright
  10878.         notice, this list of conditions and the following disclaimer.
  10879.  
  10880.      2. Redistributions in binary form must reproduce the above copyright
  10881.         notice, this list of conditions and the following disclaimer in the
  10882.         documentation and/or other materials provided with the distribution.
  10883.  
  10884.      3. The names of its contributors may not be used to endorse or promote 
  10885.         products derived from this software without specific prior written 
  10886.         permission.
  10887.  
  10888.    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  10889.    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  10890.    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  10891.    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  10892.    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  10893.    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  10894.    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  10895.    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  10896.    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  10897.    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  10898.    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  10899. </pre>
  10900. </div>
  10901. </div>
  10902.  
  10903.  
  10904. <div class="product">
  10905. <span class="title">mtpd</span>
  10906. <a class="show" href="#">show license</a>
  10907. <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
  10908. <div class="licence">
  10909. <pre>// Copyright (c) 2006-2009 The Chromium OS Authors. All rights reserved.
  10910. //
  10911. // Redistribution and use in source and binary forms, with or without
  10912. // modification, are permitted provided that the following conditions are
  10913. // met:
  10914. //
  10915. //    * Redistributions of source code must retain the above copyright
  10916. // notice, this list of conditions and the following disclaimer.
  10917. //    * Redistributions in binary form must reproduce the above
  10918. // copyright notice, this list of conditions and the following disclaimer
  10919. // in the documentation and/or other materials provided with the
  10920. // distribution.
  10921. //    * Neither the name of Google Inc. nor the names of its
  10922. // contributors may be used to endorse or promote products derived from
  10923. // this software without specific prior written permission.
  10924. //
  10925. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  10926. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  10927. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  10928. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  10929. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  10930. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  10931. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  10932. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  10933. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  10934. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  10935. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  10936. </pre>
  10937. </div>
  10938. </div>
  10939.  
  10940.  
  10941. <div class="product">
  10942. <span class="title">Netscape Plugin Application Programming Interface (NPAPI)</span>
  10943. <a class="show" href="#">show license</a>
  10944. <span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/public/">homepage</a></span>
  10945. <div class="licence">
  10946. <pre>Version: MPL 1.1/GPL 2.0/LGPL 2.1
  10947.  
  10948. The contents of this file are subject to the Mozilla Public License Version
  10949. 1.1 (the "License"); you may not use this file except in compliance with
  10950. the License. You may obtain a copy of the License at
  10951. http://www.mozilla.org/MPL/
  10952.  
  10953. Software distributed under the License is distributed on an "AS IS" basis,
  10954. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  10955. for the specific language governing rights and limitations under the
  10956. License.
  10957.  
  10958. The Original Code is mozilla.org code.
  10959.  
  10960. The Initial Developer of the Original Code is
  10961. Netscape Communications Corporation.
  10962. Portions created by the Initial Developer are Copyright (C) 1998
  10963. the Initial Developer. All Rights Reserved.
  10964.  
  10965. Contributor(s):
  10966.  
  10967. Alternatively, the contents of this file may be used under the terms of
  10968. either the GNU General Public License Version 2 or later (the "GPL"), or
  10969. the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  10970. in which case the provisions of the GPL or the LGPL are applicable instead
  10971. of those above. If you wish to allow use of your version of this file only
  10972. under the terms of either the GPL or the LGPL, and not to allow others to
  10973. use your version of this file under the terms of the MPL, indicate your
  10974. decision by deleting the provisions above and replace them with the notice
  10975. and other provisions required by the GPL or the LGPL. If you do not delete
  10976. the provisions above, a recipient may use your version of this file under
  10977. the terms of any one of the MPL, the GPL or the LGPL.
  10978. </pre>
  10979. </div>
  10980. </div>
  10981.  
  10982.  
  10983. <div class="product">
  10984. <span class="title">ocmock</span>
  10985. <a class="show" href="#">show license</a>
  10986. <span class="homepage"><a href="https://github.com/erikdoe/ocmock">homepage</a></span>
  10987. <div class="licence">
  10988. <pre>  
  10989.   Copyright (c) 2004-2012 by Mulle Kybernetik. All rights reserved.
  10990.  
  10991.   Permission to use, copy, modify and distribute this software and its documentation
  10992.   is hereby granted, provided that both the copyright notice and this permission
  10993.   notice appear in all copies of the software, derivative works or modified versions,
  10994.   and any portions thereof, and that both notices appear in supporting documentation,
  10995.   and that credit is given to Mulle Kybernetik in all documents and publicity
  10996.   pertaining to direct or indirect use of this code or its derivatives.
  10997.  
  10998.   THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY HAVE
  10999.   SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS
  11000.   "AS IS" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY
  11001.   DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE
  11002.   OR OF ANY DERIVATIVE WORK.</pre>
  11003. </div>
  11004. </div>
  11005.  
  11006.  
  11007. <div class="product">
  11008. <span class="title">OpenMAX IL</span>
  11009. <a class="show" href="#">show license</a>
  11010. <span class="homepage"><a href="http://www.khronos.org/openmax/">homepage</a></span>
  11011. <div class="licence">
  11012. <pre>Copyright (c) 2008 The Khronos Group Inc.
  11013.  
  11014. Permission is hereby granted, free of charge, to any person obtaining
  11015. a copy of this software and associated documentation files (the
  11016. "Software"), to deal in the Software without restriction, including
  11017. without limitation the rights to use, copy, modify, merge, publish,
  11018. distribute, sublicense, and/or sell copies of the Software, and to
  11019. permit persons to whom the Software is furnished to do so, subject
  11020. to the following conditions:
  11021. The above copyright notice and this permission notice shall be included
  11022. in all copies or substantial portions of the Software.
  11023.  
  11024. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  11025. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  11026. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  11027. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  11028. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  11029. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  11030. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  11031. </pre>
  11032. </div>
  11033. </div>
  11034.  
  11035.  
  11036. <div class="product">
  11037. <span class="title">openssl</span>
  11038. <a class="show" href="#">show license</a>
  11039. <span class="homepage"><a href="http://openssl.org/source/">homepage</a></span>
  11040. <div class="licence">
  11041. <pre>
  11042.   LICENSE ISSUES
  11043.   ==============
  11044.  
  11045.   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  11046.   the OpenSSL License and the original SSLeay license apply to the toolkit.
  11047.   See below for the actual license texts. Actually both licenses are BSD-style
  11048.   Open Source licenses. In case of any license issues related to OpenSSL
  11049.   please contact openssl-core@openssl.org.
  11050.  
  11051.   OpenSSL License
  11052.   ---------------
  11053.  
  11054. /* ====================================================================
  11055.  * Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.
  11056.  *
  11057.  * Redistribution and use in source and binary forms, with or without
  11058.  * modification, are permitted provided that the following conditions
  11059.  * are met:
  11060.  *
  11061.  * 1. Redistributions of source code must retain the above copyright
  11062.  *    notice, this list of conditions and the following disclaimer. 
  11063.  *
  11064.  * 2. Redistributions in binary form must reproduce the above copyright
  11065.  *    notice, this list of conditions and the following disclaimer in
  11066.  *    the documentation and/or other materials provided with the
  11067.  *    distribution.
  11068.  *
  11069.  * 3. All advertising materials mentioning features or use of this
  11070.  *    software must display the following acknowledgment:
  11071.  *    "This product includes software developed by the OpenSSL Project
  11072.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  11073.  *
  11074.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  11075.  *    endorse or promote products derived from this software without
  11076.  *    prior written permission. For written permission, please contact
  11077.  *    openssl-core@openssl.org.
  11078.  *
  11079.  * 5. Products derived from this software may not be called "OpenSSL"
  11080.  *    nor may "OpenSSL" appear in their names without prior written
  11081.  *    permission of the OpenSSL Project.
  11082.  *
  11083.  * 6. Redistributions of any form whatsoever must retain the following
  11084.  *    acknowledgment:
  11085.  *    "This product includes software developed by the OpenSSL Project
  11086.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  11087.  *
  11088.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  11089.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  11090.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  11091.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  11092.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  11093.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  11094.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  11095.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  11096.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  11097.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  11098.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  11099.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  11100.  * ====================================================================
  11101.  *
  11102.  * This product includes cryptographic software written by Eric Young
  11103.  * (eay@cryptsoft.com).  This product includes software written by Tim
  11104.  * Hudson (tjh@cryptsoft.com).
  11105.  *
  11106.  */
  11107.  
  11108.  Original SSLeay License
  11109.  -----------------------
  11110.  
  11111. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  11112.  * All rights reserved.
  11113.  *
  11114.  * This package is an SSL implementation written
  11115.  * by Eric Young (eay@cryptsoft.com).
  11116.  * The implementation was written so as to conform with Netscapes SSL.
  11117.  * 
  11118.  * This library is free for commercial and non-commercial use as long as
  11119.  * the following conditions are aheared to.  The following conditions
  11120.  * apply to all code found in this distribution, be it the RC4, RSA,
  11121.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  11122.  * included with this distribution is covered by the same copyright terms
  11123.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  11124.  * 
  11125.  * Copyright remains Eric Young's, and as such any Copyright notices in
  11126.  * the code are not to be removed.
  11127.  * If this package is used in a product, Eric Young should be given attribution
  11128.  * as the author of the parts of the library used.
  11129.  * This can be in the form of a textual message at program startup or
  11130.  * in documentation (online or textual) provided with the package.
  11131.  * 
  11132.  * Redistribution and use in source and binary forms, with or without
  11133.  * modification, are permitted provided that the following conditions
  11134.  * are met:
  11135.  * 1. Redistributions of source code must retain the copyright
  11136.  *    notice, this list of conditions and the following disclaimer.
  11137.  * 2. Redistributions in binary form must reproduce the above copyright
  11138.  *    notice, this list of conditions and the following disclaimer in the
  11139.  *    documentation and/or other materials provided with the distribution.
  11140.  * 3. All advertising materials mentioning features or use of this software
  11141.  *    must display the following acknowledgement:
  11142.  *    "This product includes cryptographic software written by
  11143.  *     Eric Young (eay@cryptsoft.com)"
  11144.  *    The word 'cryptographic' can be left out if the rouines from the library
  11145.  *    being used are not cryptographic related :-).
  11146.  * 4. If you include any Windows specific code (or a derivative thereof) from 
  11147.  *    the apps directory (application code) you must include an acknowledgement:
  11148.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  11149.  * 
  11150.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  11151.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  11152.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  11153.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  11154.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  11155.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  11156.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  11157.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  11158.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  11159.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  11160.  * SUCH DAMAGE.
  11161.  * 
  11162.  * The licence and distribution terms for any publically available version or
  11163.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  11164.  * copied and put under another distribution licence
  11165.  * [including the GNU Public Licence.]
  11166.  */
  11167.  
  11168. </pre>
  11169. </div>
  11170. </div>
  11171.  
  11172.  
  11173. <div class="product">
  11174. <span class="title">opus</span>
  11175. <a class="show" href="#">show license</a>
  11176. <span class="homepage"><a href="http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz">homepage</a></span>
  11177. <div class="licence">
  11178. <pre>Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,
  11179.                     Jean-Marc Valin, Timothy B. Terriberry,
  11180.                     CSIRO, Gregory Maxwell, Mark Borgerding,
  11181.                     Erik de Castro Lopo
  11182.  
  11183. Redistribution and use in source and binary forms, with or without
  11184. modification, are permitted provided that the following conditions
  11185. are met:
  11186.  
  11187. - Redistributions of source code must retain the above copyright
  11188. notice, this list of conditions and the following disclaimer.
  11189.  
  11190. - Redistributions in binary form must reproduce the above copyright
  11191. notice, this list of conditions and the following disclaimer in the
  11192. documentation and/or other materials provided with the distribution.
  11193.  
  11194. - Neither the name of Internet Society, IETF or IETF Trust, nor the 
  11195. names of specific contributors, may be used to endorse or promote
  11196. products derived from this software without specific prior written
  11197. permission.
  11198.  
  11199. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  11200. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  11201. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  11202. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  11203. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  11204. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  11205. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  11206. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  11207. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  11208. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  11209. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  11210.  
  11211. Opus is subject to the royalty-free patent licenses which are
  11212. specified at:
  11213.  
  11214. Xiph.Org Foundation:
  11215. https://datatracker.ietf.org/ipr/1524/
  11216.  
  11217. Skype Limited:
  11218. https://datatracker.ietf.org/ipr/1602/
  11219.  
  11220. Broadcom Corporation:
  11221. https://datatracker.ietf.org/ipr/1526/
  11222. </pre>
  11223. </div>
  11224. </div>
  11225.  
  11226.  
  11227. <div class="product">
  11228. <span class="title">OTS (OpenType Sanitizer)</span>
  11229. <a class="show" href="#">show license</a>
  11230. <span class="homepage"><a href="http://code.google.com/p/ots/">homepage</a></span>
  11231. <div class="licence">
  11232. <pre>// Copyright (c) 2009 The Chromium Authors. All rights reserved.
  11233. //
  11234. // Redistribution and use in source and binary forms, with or without
  11235. // modification, are permitted provided that the following conditions are
  11236. // met:
  11237. //
  11238. //    * Redistributions of source code must retain the above copyright
  11239. // notice, this list of conditions and the following disclaimer.
  11240. //    * Redistributions in binary form must reproduce the above
  11241. // copyright notice, this list of conditions and the following disclaimer
  11242. // in the documentation and/or other materials provided with the
  11243. // distribution.
  11244. //    * Neither the name of Google Inc. nor the names of its
  11245. // contributors may be used to endorse or promote products derived from
  11246. // this software without specific prior written permission.
  11247. //
  11248. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  11249. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  11250. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  11251. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  11252. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  11253. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  11254. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  11255. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  11256. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  11257. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  11258. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  11259. </pre>
  11260. </div>
  11261. </div>
  11262.  
  11263.  
  11264. <div class="product">
  11265. <span class="title">pdfsqueeze</span>
  11266. <a class="show" href="#">show license</a>
  11267. <span class="homepage"><a href="http://code.google.com/p/pdfsqueeze/">homepage</a></span>
  11268. <div class="licence">
  11269. <pre>
  11270.                                  Apache License
  11271.                            Version 2.0, January 2004
  11272.                         http://www.apache.org/licenses/
  11273.  
  11274.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  11275.  
  11276.    1. Definitions.
  11277.  
  11278.       "License" shall mean the terms and conditions for use, reproduction,
  11279.       and distribution as defined by Sections 1 through 9 of this document.
  11280.  
  11281.       "Licensor" shall mean the copyright owner or entity authorized by
  11282.       the copyright owner that is granting the License.
  11283.  
  11284.       "Legal Entity" shall mean the union of the acting entity and all
  11285.       other entities that control, are controlled by, or are under common
  11286.       control with that entity. For the purposes of this definition,
  11287.       "control" means (i) the power, direct or indirect, to cause the
  11288.       direction or management of such entity, whether by contract or
  11289.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  11290.       outstanding shares, or (iii) beneficial ownership of such entity.
  11291.  
  11292.       "You" (or "Your") shall mean an individual or Legal Entity
  11293.       exercising permissions granted by this License.
  11294.  
  11295.       "Source" form shall mean the preferred form for making modifications,
  11296.       including but not limited to software source code, documentation
  11297.       source, and configuration files.
  11298.  
  11299.       "Object" form shall mean any form resulting from mechanical
  11300.       transformation or translation of a Source form, including but
  11301.       not limited to compiled object code, generated documentation,
  11302.       and conversions to other media types.
  11303.  
  11304.       "Work" shall mean the work of authorship, whether in Source or
  11305.       Object form, made available under the License, as indicated by a
  11306.       copyright notice that is included in or attached to the work
  11307.       (an example is provided in the Appendix below).
  11308.  
  11309.       "Derivative Works" shall mean any work, whether in Source or Object
  11310.       form, that is based on (or derived from) the Work and for which the
  11311.       editorial revisions, annotations, elaborations, or other modifications
  11312.       represent, as a whole, an original work of authorship. For the purposes
  11313.       of this License, Derivative Works shall not include works that remain
  11314.       separable from, or merely link (or bind by name) to the interfaces of,
  11315.       the Work and Derivative Works thereof.
  11316.  
  11317.       "Contribution" shall mean any work of authorship, including
  11318.       the original version of the Work and any modifications or additions
  11319.       to that Work or Derivative Works thereof, that is intentionally
  11320.       submitted to Licensor for inclusion in the Work by the copyright owner
  11321.       or by an individual or Legal Entity authorized to submit on behalf of
  11322.       the copyright owner. For the purposes of this definition, "submitted"
  11323.       means any form of electronic, verbal, or written communication sent
  11324.       to the Licensor or its representatives, including but not limited to
  11325.       communication on electronic mailing lists, source code control systems,
  11326.       and issue tracking systems that are managed by, or on behalf of, the
  11327.       Licensor for the purpose of discussing and improving the Work, but
  11328.       excluding communication that is conspicuously marked or otherwise
  11329.       designated in writing by the copyright owner as "Not a Contribution."
  11330.  
  11331.       "Contributor" shall mean Licensor and any individual or Legal Entity
  11332.       on behalf of whom a Contribution has been received by Licensor and
  11333.       subsequently incorporated within the Work.
  11334.  
  11335.    2. Grant of Copyright License. Subject to the terms and conditions of
  11336.       this License, each Contributor hereby grants to You a perpetual,
  11337.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  11338.       copyright license to reproduce, prepare Derivative Works of,
  11339.       publicly display, publicly perform, sublicense, and distribute the
  11340.       Work and such Derivative Works in Source or Object form.
  11341.  
  11342.    3. Grant of Patent License. Subject to the terms and conditions of
  11343.       this License, each Contributor hereby grants to You a perpetual,
  11344.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  11345.       (except as stated in this section) patent license to make, have made,
  11346.       use, offer to sell, sell, import, and otherwise transfer the Work,
  11347.       where such license applies only to those patent claims licensable
  11348.       by such Contributor that are necessarily infringed by their
  11349.       Contribution(s) alone or by combination of their Contribution(s)
  11350.       with the Work to which such Contribution(s) was submitted. If You
  11351.       institute patent litigation against any entity (including a
  11352.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  11353.       or a Contribution incorporated within the Work constitutes direct
  11354.       or contributory patent infringement, then any patent licenses
  11355.       granted to You under this License for that Work shall terminate
  11356.       as of the date such litigation is filed.
  11357.  
  11358.    4. Redistribution. You may reproduce and distribute copies of the
  11359.       Work or Derivative Works thereof in any medium, with or without
  11360.       modifications, and in Source or Object form, provided that You
  11361.       meet the following conditions:
  11362.  
  11363.       (a) You must give any other recipients of the Work or
  11364.           Derivative Works a copy of this License; and
  11365.  
  11366.       (b) You must cause any modified files to carry prominent notices
  11367.           stating that You changed the files; and
  11368.  
  11369.       (c) You must retain, in the Source form of any Derivative Works
  11370.           that You distribute, all copyright, patent, trademark, and
  11371.           attribution notices from the Source form of the Work,
  11372.           excluding those notices that do not pertain to any part of
  11373.           the Derivative Works; and
  11374.  
  11375.       (d) If the Work includes a "NOTICE" text file as part of its
  11376.           distribution, then any Derivative Works that You distribute must
  11377.           include a readable copy of the attribution notices contained
  11378.           within such NOTICE file, excluding those notices that do not
  11379.           pertain to any part of the Derivative Works, in at least one
  11380.           of the following places: within a NOTICE text file distributed
  11381.           as part of the Derivative Works; within the Source form or
  11382.           documentation, if provided along with the Derivative Works; or,
  11383.           within a display generated by the Derivative Works, if and
  11384.           wherever such third-party notices normally appear. The contents
  11385.           of the NOTICE file are for informational purposes only and
  11386.           do not modify the License. You may add Your own attribution
  11387.           notices within Derivative Works that You distribute, alongside
  11388.           or as an addendum to the NOTICE text from the Work, provided
  11389.           that such additional attribution notices cannot be construed
  11390.           as modifying the License.
  11391.  
  11392.       You may add Your own copyright statement to Your modifications and
  11393.       may provide additional or different license terms and conditions
  11394.       for use, reproduction, or distribution of Your modifications, or
  11395.       for any such Derivative Works as a whole, provided Your use,
  11396.       reproduction, and distribution of the Work otherwise complies with
  11397.       the conditions stated in this License.
  11398.  
  11399.    5. Submission of Contributions. Unless You explicitly state otherwise,
  11400.       any Contribution intentionally submitted for inclusion in the Work
  11401.       by You to the Licensor shall be under the terms and conditions of
  11402.       this License, without any additional terms or conditions.
  11403.       Notwithstanding the above, nothing herein shall supersede or modify
  11404.       the terms of any separate license agreement you may have executed
  11405.       with Licensor regarding such Contributions.
  11406.  
  11407.    6. Trademarks. This License does not grant permission to use the trade
  11408.       names, trademarks, service marks, or product names of the Licensor,
  11409.       except as required for reasonable and customary use in describing the
  11410.       origin of the Work and reproducing the content of the NOTICE file.
  11411.  
  11412.    7. Disclaimer of Warranty. Unless required by applicable law or
  11413.       agreed to in writing, Licensor provides the Work (and each
  11414.       Contributor provides its Contributions) on an "AS IS" BASIS,
  11415.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  11416.       implied, including, without limitation, any warranties or conditions
  11417.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  11418.       PARTICULAR PURPOSE. You are solely responsible for determining the
  11419.       appropriateness of using or redistributing the Work and assume any
  11420.       risks associated with Your exercise of permissions under this License.
  11421.  
  11422.    8. Limitation of Liability. In no event and under no legal theory,
  11423.       whether in tort (including negligence), contract, or otherwise,
  11424.       unless required by applicable law (such as deliberate and grossly
  11425.       negligent acts) or agreed to in writing, shall any Contributor be
  11426.       liable to You for damages, including any direct, indirect, special,
  11427.       incidental, or consequential damages of any character arising as a
  11428.       result of this License or out of the use or inability to use the
  11429.       Work (including but not limited to damages for loss of goodwill,
  11430.       work stoppage, computer failure or malfunction, or any and all
  11431.       other commercial damages or losses), even if such Contributor
  11432.       has been advised of the possibility of such damages.
  11433.  
  11434.    9. Accepting Warranty or Additional Liability. While redistributing
  11435.       the Work or Derivative Works thereof, You may choose to offer,
  11436.       and charge a fee for, acceptance of support, warranty, indemnity,
  11437.       or other liability obligations and/or rights consistent with this
  11438.       License. However, in accepting such obligations, You may act only
  11439.       on Your own behalf and on Your sole responsibility, not on behalf
  11440.       of any other Contributor, and only if You agree to indemnify,
  11441.       defend, and hold each Contributor harmless for any liability
  11442.       incurred by, or claims asserted against, such Contributor by reason
  11443.       of your accepting any such warranty or additional liability.
  11444.  
  11445.    END OF TERMS AND CONDITIONS
  11446.  
  11447.    APPENDIX: How to apply the Apache License to your work.
  11448.  
  11449.       To apply the Apache License to your work, attach the following
  11450.       boilerplate notice, with the fields enclosed by brackets "[]"
  11451.       replaced with your own identifying information. (Don't include
  11452.       the brackets!)  The text should be enclosed in the appropriate
  11453.       comment syntax for the file format. We also recommend that a
  11454.       file or class name and description of purpose be included on the
  11455.       same "printed page" as the copyright notice for easier
  11456.       identification within third-party archives.
  11457.  
  11458.    Copyright 2007 Google Inc.
  11459.  
  11460.    Licensed under the Apache License, Version 2.0 (the "License");
  11461.    you may not use this file except in compliance with the License.
  11462.    You may obtain a copy of the License at
  11463.  
  11464.        http://www.apache.org/licenses/LICENSE-2.0
  11465.  
  11466.    Unless required by applicable law or agreed to in writing, software
  11467.    distributed under the License is distributed on an "AS IS" BASIS,
  11468.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11469.    See the License for the specific language governing permissions and
  11470.    limitations under the License.</pre>
  11471. </div>
  11472. </div>
  11473.  
  11474.  
  11475. <div class="product">
  11476. <span class="title">PLY (Python Lex-Yacc)</span>
  11477. <a class="show" href="#">show license</a>
  11478. <span class="homepage"><a href="http://www.dabeaz.com/ply/ply-3.4.tar.gz">homepage</a></span>
  11479. <div class="licence">
  11480. <pre>PLY (Python Lex-Yacc)                   Version 3.4
  11481.  
  11482. Copyright (C) 2001-2011,
  11483. David M. Beazley (Dabeaz LLC)
  11484. All rights reserved.
  11485.  
  11486. Redistribution and use in source and binary forms, with or without
  11487. modification, are permitted provided that the following conditions are
  11488. met:
  11489.  
  11490. * Redistributions of source code must retain the above copyright notice,
  11491.   this list of conditions and the following disclaimer.  
  11492. * Redistributions in binary form must reproduce the above copyright notice, 
  11493.   this list of conditions and the following disclaimer in the documentation
  11494.   and/or other materials provided with the distribution.  
  11495. * Neither the name of the David Beazley or Dabeaz LLC may be used to
  11496.   endorse or promote products derived from this software without
  11497.   specific prior written permission. 
  11498.  
  11499. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  11500. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  11501. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  11502. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  11503. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  11504. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  11505. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  11506. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  11507. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  11508. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  11509. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</pre>
  11510. </div>
  11511. </div>
  11512.  
  11513.  
  11514. <div class="product">
  11515. <span class="title">Protocol Buffers</span>
  11516. <a class="show" href="#">show license</a>
  11517. <span class="homepage"><a href="http://protobuf.googlecode.com/svn/trunk">homepage</a></span>
  11518. <div class="licence">
  11519. <pre>Copyright 2008, Google Inc.
  11520. All rights reserved.
  11521.  
  11522. Redistribution and use in source and binary forms, with or without
  11523. modification, are permitted provided that the following conditions are
  11524. met:
  11525.  
  11526.     * Redistributions of source code must retain the above copyright
  11527. notice, this list of conditions and the following disclaimer.
  11528.     * Redistributions in binary form must reproduce the above
  11529. copyright notice, this list of conditions and the following disclaimer
  11530. in the documentation and/or other materials provided with the
  11531. distribution.
  11532.     * Neither the name of Google Inc. nor the names of its
  11533. contributors may be used to endorse or promote products derived from
  11534. this software without specific prior written permission.
  11535.  
  11536. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  11537. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  11538. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  11539. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  11540. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  11541. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  11542. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  11543. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  11544. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  11545. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  11546. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  11547.  
  11548. Code generated by the Protocol Buffer compiler is owned by the owner
  11549. of the input file used when generating it.  This code is not
  11550. standalone and requires a support library to be linked with it.  This
  11551. support library is itself covered by the above license.
  11552. </pre>
  11553. </div>
  11554. </div>
  11555.  
  11556.  
  11557. <div class="product">
  11558. <span class="title">Python FTP server library</span>
  11559. <a class="show" href="#">show license</a>
  11560. <span class="homepage"><a href="http://code.google.com/p/pyftpdlib/">homepage</a></span>
  11561. <div class="licence">
  11562. <pre>======================================================================
  11563. Copyright (C) 2007-2012  Giampaolo Rodola' <g.rodola@gmail.com>
  11564.  
  11565.                          All Rights Reserved
  11566.  
  11567. Permission to use, copy, modify, and distribute this software and
  11568. its documentation for any purpose and without fee is hereby
  11569. granted, provided that the above copyright notice appear in all
  11570. copies and that both that copyright notice and this permission
  11571. notice appear in supporting documentation, and that the name of
  11572. Giampaolo Rodola' not be used in advertising or publicity pertaining to
  11573. distribution of the software without specific, written prior
  11574. permission.
  11575.  
  11576. Giampaolo Rodola' DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  11577. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
  11578. NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  11579. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  11580. OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  11581. NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  11582. CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  11583. ======================================================================
  11584. </pre>
  11585. </div>
  11586. </div>
  11587.  
  11588.  
  11589. <div class="product">
  11590. <span class="title">Quick Color Management System</span>
  11591. <a class="show" href="#">show license</a>
  11592. <span class="homepage"><a href="https://github.com/jrmuizel/qcms/tree/v4">homepage</a></span>
  11593. <div class="licence">
  11594. <pre>qcms
  11595. Copyright (C) 2009 Mozilla Corporation
  11596. Copyright (C) 1998-2007 Marti Maria
  11597.  
  11598. Permission is hereby granted, free of charge, to any person obtaining 
  11599. a copy of this software and associated documentation files (the "Software"), 
  11600. to deal in the Software without restriction, including without limitation 
  11601. the rights to use, copy, modify, merge, publish, distribute, sublicense, 
  11602. and/or sell copies of the Software, and to permit persons to whom the Software 
  11603. is furnished to do so, subject to the following conditions:
  11604.  
  11605. The above copyright notice and this permission notice shall be included in 
  11606. all copies or substantial portions of the Software.
  11607.  
  11608. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
  11609. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  11610. THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
  11611. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
  11612. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
  11613. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
  11614. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  11615. </pre>
  11616. </div>
  11617. </div>
  11618.  
  11619.  
  11620. <div class="product">
  11621. <span class="title">re2 - an efficient, principled regular expression library</span>
  11622. <a class="show" href="#">show license</a>
  11623. <span class="homepage"><a href="http://code.google.com/p/re2/">homepage</a></span>
  11624. <div class="licence">
  11625. <pre>// Copyright (c) 2009 The RE2 Authors. All rights reserved.
  11626. //
  11627. // Redistribution and use in source and binary forms, with or without
  11628. // modification, are permitted provided that the following conditions are
  11629. // met:
  11630. //
  11631. //    * Redistributions of source code must retain the above copyright
  11632. // notice, this list of conditions and the following disclaimer.
  11633. //    * Redistributions in binary form must reproduce the above
  11634. // copyright notice, this list of conditions and the following disclaimer
  11635. // in the documentation and/or other materials provided with the
  11636. // distribution.
  11637. //    * Neither the name of Google Inc. nor the names of its
  11638. // contributors may be used to endorse or promote products derived from
  11639. // this software without specific prior written permission.
  11640. //
  11641. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  11642. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  11643. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  11644. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  11645. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  11646. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  11647. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  11648. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  11649. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  11650. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  11651. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  11652. </pre>
  11653. </div>
  11654. </div>
  11655.  
  11656.  
  11657. <div class="product">
  11658. <span class="title">google-safe-browsing</span>
  11659. <a class="show" href="#">show license</a>
  11660. <span class="homepage"><a href="http://code.google.com/p/google-safe-browsing/">homepage</a></span>
  11661. <div class="licence">
  11662. <pre>Copyright 2009 Google Inc.
  11663.  
  11664. Licensed under the Apache License, Version 2.0 (the "License");
  11665. you may not use this file except in compliance with the License.
  11666. You may obtain a copy of the License at
  11667.  
  11668.      http://www.apache.org/licenses/LICENSE-2.0
  11669.  
  11670. Unless required by applicable law or agreed to in writing, software
  11671. distributed under the License is distributed on an "AS IS" BASIS,
  11672. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11673. See the License for the specific language governing permissions and
  11674. limitations under the License.
  11675. </pre>
  11676. </div>
  11677. </div>
  11678.  
  11679.  
  11680. <div class="product">
  11681. <span class="title">sfntly</span>
  11682. <a class="show" href="#">show license</a>
  11683. <span class="homepage"><a href="http://code.google.com/p/sfntly/">homepage</a></span>
  11684. <div class="licence">
  11685. <pre>
  11686.                                  Apache License
  11687.                            Version 2.0, January 2004
  11688.                         http://www.apache.org/licenses/
  11689.  
  11690.    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  11691.  
  11692.    1. Definitions.
  11693.  
  11694.       "License" shall mean the terms and conditions for use, reproduction,
  11695.       and distribution as defined by Sections 1 through 9 of this document.
  11696.  
  11697.       "Licensor" shall mean the copyright owner or entity authorized by
  11698.       the copyright owner that is granting the License.
  11699.  
  11700.       "Legal Entity" shall mean the union of the acting entity and all
  11701.       other entities that control, are controlled by, or are under common
  11702.       control with that entity. For the purposes of this definition,
  11703.       "control" means (i) the power, direct or indirect, to cause the
  11704.       direction or management of such entity, whether by contract or
  11705.       otherwise, or (ii) ownership of fifty percent (50%) or more of the
  11706.       outstanding shares, or (iii) beneficial ownership of such entity.
  11707.  
  11708.       "You" (or "Your") shall mean an individual or Legal Entity
  11709.       exercising permissions granted by this License.
  11710.  
  11711.       "Source" form shall mean the preferred form for making modifications,
  11712.       including but not limited to software source code, documentation
  11713.       source, and configuration files.
  11714.  
  11715.       "Object" form shall mean any form resulting from mechanical
  11716.       transformation or translation of a Source form, including but
  11717.       not limited to compiled object code, generated documentation,
  11718.       and conversions to other media types.
  11719.  
  11720.       "Work" shall mean the work of authorship, whether in Source or
  11721.       Object form, made available under the License, as indicated by a
  11722.       copyright notice that is included in or attached to the work
  11723.       (an example is provided in the Appendix below).
  11724.  
  11725.       "Derivative Works" shall mean any work, whether in Source or Object
  11726.       form, that is based on (or derived from) the Work and for which the
  11727.       editorial revisions, annotations, elaborations, or other modifications
  11728.       represent, as a whole, an original work of authorship. For the purposes
  11729.       of this License, Derivative Works shall not include works that remain
  11730.       separable from, or merely link (or bind by name) to the interfaces of,
  11731.       the Work and Derivative Works thereof.
  11732.  
  11733.       "Contribution" shall mean any work of authorship, including
  11734.       the original version of the Work and any modifications or additions
  11735.       to that Work or Derivative Works thereof, that is intentionally
  11736.       submitted to Licensor for inclusion in the Work by the copyright owner
  11737.       or by an individual or Legal Entity authorized to submit on behalf of
  11738.       the copyright owner. For the purposes of this definition, "submitted"
  11739.       means any form of electronic, verbal, or written communication sent
  11740.       to the Licensor or its representatives, including but not limited to
  11741.       communication on electronic mailing lists, source code control systems,
  11742.       and issue tracking systems that are managed by, or on behalf of, the
  11743.       Licensor for the purpose of discussing and improving the Work, but
  11744.       excluding communication that is conspicuously marked or otherwise
  11745.       designated in writing by the copyright owner as "Not a Contribution."
  11746.  
  11747.       "Contributor" shall mean Licensor and any individual or Legal Entity
  11748.       on behalf of whom a Contribution has been received by Licensor and
  11749.       subsequently incorporated within the Work.
  11750.  
  11751.    2. Grant of Copyright License. Subject to the terms and conditions of
  11752.       this License, each Contributor hereby grants to You a perpetual,
  11753.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  11754.       copyright license to reproduce, prepare Derivative Works of,
  11755.       publicly display, publicly perform, sublicense, and distribute the
  11756.       Work and such Derivative Works in Source or Object form.
  11757.  
  11758.    3. Grant of Patent License. Subject to the terms and conditions of
  11759.       this License, each Contributor hereby grants to You a perpetual,
  11760.       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  11761.       (except as stated in this section) patent license to make, have made,
  11762.       use, offer to sell, sell, import, and otherwise transfer the Work,
  11763.       where such license applies only to those patent claims licensable
  11764.       by such Contributor that are necessarily infringed by their
  11765.       Contribution(s) alone or by combination of their Contribution(s)
  11766.       with the Work to which such Contribution(s) was submitted. If You
  11767.       institute patent litigation against any entity (including a
  11768.       cross-claim or counterclaim in a lawsuit) alleging that the Work
  11769.       or a Contribution incorporated within the Work constitutes direct
  11770.       or contributory patent infringement, then any patent licenses
  11771.       granted to You under this License for that Work shall terminate
  11772.       as of the date such litigation is filed.
  11773.  
  11774.    4. Redistribution. You may reproduce and distribute copies of the
  11775.       Work or Derivative Works thereof in any medium, with or without
  11776.       modifications, and in Source or Object form, provided that You
  11777.       meet the following conditions:
  11778.  
  11779.       (a) You must give any other recipients of the Work or
  11780.           Derivative Works a copy of this License; and
  11781.  
  11782.       (b) You must cause any modified files to carry prominent notices
  11783.           stating that You changed the files; and
  11784.  
  11785.       (c) You must retain, in the Source form of any Derivative Works
  11786.           that You distribute, all copyright, patent, trademark, and
  11787.           attribution notices from the Source form of the Work,
  11788.           excluding those notices that do not pertain to any part of
  11789.           the Derivative Works; and
  11790.  
  11791.       (d) If the Work includes a "NOTICE" text file as part of its
  11792.           distribution, then any Derivative Works that You distribute must
  11793.           include a readable copy of the attribution notices contained
  11794.           within such NOTICE file, excluding those notices that do not
  11795.           pertain to any part of the Derivative Works, in at least one
  11796.           of the following places: within a NOTICE text file distributed
  11797.           as part of the Derivative Works; within the Source form or
  11798.           documentation, if provided along with the Derivative Works; or,
  11799.           within a display generated by the Derivative Works, if and
  11800.           wherever such third-party notices normally appear. The contents
  11801.           of the NOTICE file are for informational purposes only and
  11802.           do not modify the License. You may add Your own attribution
  11803.           notices within Derivative Works that You distribute, alongside
  11804.           or as an addendum to the NOTICE text from the Work, provided
  11805.           that such additional attribution notices cannot be construed
  11806.           as modifying the License.
  11807.  
  11808.       You may add Your own copyright statement to Your modifications and
  11809.       may provide additional or different license terms and conditions
  11810.       for use, reproduction, or distribution of Your modifications, or
  11811.       for any such Derivative Works as a whole, provided Your use,
  11812.       reproduction, and distribution of the Work otherwise complies with
  11813.       the conditions stated in this License.
  11814.  
  11815.    5. Submission of Contributions. Unless You explicitly state otherwise,
  11816.       any Contribution intentionally submitted for inclusion in the Work
  11817.       by You to the Licensor shall be under the terms and conditions of
  11818.       this License, without any additional terms or conditions.
  11819.       Notwithstanding the above, nothing herein shall supersede or modify
  11820.       the terms of any separate license agreement you may have executed
  11821.       with Licensor regarding such Contributions.
  11822.  
  11823.    6. Trademarks. This License does not grant permission to use the trade
  11824.       names, trademarks, service marks, or product names of the Licensor,
  11825.       except as required for reasonable and customary use in describing the
  11826.       origin of the Work and reproducing the content of the NOTICE file.
  11827.  
  11828.    7. Disclaimer of Warranty. Unless required by applicable law or
  11829.       agreed to in writing, Licensor provides the Work (and each
  11830.       Contributor provides its Contributions) on an "AS IS" BASIS,
  11831.       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  11832.       implied, including, without limitation, any warranties or conditions
  11833.       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  11834.       PARTICULAR PURPOSE. You are solely responsible for determining the
  11835.       appropriateness of using or redistributing the Work and assume any
  11836.       risks associated with Your exercise of permissions under this License.
  11837.  
  11838.    8. Limitation of Liability. In no event and under no legal theory,
  11839.       whether in tort (including negligence), contract, or otherwise,
  11840.       unless required by applicable law (such as deliberate and grossly
  11841.       negligent acts) or agreed to in writing, shall any Contributor be
  11842.       liable to You for damages, including any direct, indirect, special,
  11843.       incidental, or consequential damages of any character arising as a
  11844.       result of this License or out of the use or inability to use the
  11845.       Work (including but not limited to damages for loss of goodwill,
  11846.       work stoppage, computer failure or malfunction, or any and all
  11847.       other commercial damages or losses), even if such Contributor
  11848.       has been advised of the possibility of such damages.
  11849.  
  11850.    9. Accepting Warranty or Additional Liability. While redistributing
  11851.       the Work or Derivative Works thereof, You may choose to offer,
  11852.       and charge a fee for, acceptance of support, warranty, indemnity,
  11853.       or other liability obligations and/or rights consistent with this
  11854.       License. However, in accepting such obligations, You may act only
  11855.       on Your own behalf and on Your sole responsibility, not on behalf
  11856.       of any other Contributor, and only if You agree to indemnify,
  11857.       defend, and hold each Contributor harmless for any liability
  11858.       incurred by, or claims asserted against, such Contributor by reason
  11859.       of your accepting any such warranty or additional liability.
  11860.  
  11861.    END OF TERMS AND CONDITIONS
  11862.  
  11863.    APPENDIX: How to apply the Apache License to your work.
  11864.  
  11865.       To apply the Apache License to your work, attach the following
  11866.       boilerplate notice, with the fields enclosed by brackets "[]"
  11867.       replaced with your own identifying information. (Don't include
  11868.       the brackets!)  The text should be enclosed in the appropriate
  11869.       comment syntax for the file format. We also recommend that a
  11870.       file or class name and description of purpose be included on the
  11871.       same "printed page" as the copyright notice for easier
  11872.       identification within third-party archives.
  11873.  
  11874.    Copyright 2011 Google Inc. All Rights Reserved.
  11875.  
  11876.    Licensed under the Apache License, Version 2.0 (the "License");
  11877.    you may not use this file except in compliance with the License.
  11878.    You may obtain a copy of the License at
  11879.  
  11880.        http://www.apache.org/licenses/LICENSE-2.0
  11881.  
  11882.    Unless required by applicable law or agreed to in writing, software
  11883.    distributed under the License is distributed on an "AS IS" BASIS,
  11884.    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11885.    See the License for the specific language governing permissions and
  11886.    limitations under the License.
  11887.  
  11888. </pre>
  11889. </div>
  11890. </div>
  11891.  
  11892.  
  11893. <div class="product">
  11894. <span class="title">simplejson</span>
  11895. <a class="show" href="#">show license</a>
  11896. <span class="homepage"><a href="https://github.com/simplejson/simplejson">homepage</a></span>
  11897. <div class="licence">
  11898. <pre>Copyright (c) 2006 Bob Ippolito
  11899.  
  11900. Permission is hereby granted, free of charge, to any person obtaining a copy of
  11901. this software and associated documentation files (the "Software"), to deal in
  11902. the Software without restriction, including without limitation the rights to
  11903. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  11904. of the Software, and to permit persons to whom the Software is furnished to do
  11905. so, subject to the following conditions:
  11906.  
  11907. The above copyright notice and this permission notice shall be included in all
  11908. copies or substantial portions of the Software.
  11909.  
  11910. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  11911. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  11912. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  11913. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  11914. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  11915. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  11916. SOFTWARE.
  11917. </pre>
  11918. </div>
  11919. </div>
  11920.  
  11921.  
  11922. <div class="product">
  11923. <span class="title">skia</span>
  11924. <a class="show" href="#">show license</a>
  11925. <span class="homepage"><a href="http://code.google.com/p/skia">homepage</a></span>
  11926. <div class="licence">
  11927. <pre>// Copyright (c) 2011 Google Inc. All rights reserved.
  11928. //
  11929. // Redistribution and use in source and binary forms, with or without
  11930. // modification, are permitted provided that the following conditions are
  11931. // met:
  11932. //
  11933. //    * Redistributions of source code must retain the above copyright
  11934. // notice, this list of conditions and the following disclaimer.
  11935. //    * Redistributions in binary form must reproduce the above
  11936. // copyright notice, this list of conditions and the following disclaimer
  11937. // in the documentation and/or other materials provided with the
  11938. // distribution.
  11939. //    * Neither the name of Google Inc. nor the names of its
  11940. // contributors may be used to endorse or promote products derived from
  11941. // this software without specific prior written permission.
  11942. //
  11943. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  11944. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  11945. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  11946. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  11947. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  11948. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  11949. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  11950. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  11951. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  11952. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  11953. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  11954. </pre>
  11955. </div>
  11956. </div>
  11957.  
  11958.  
  11959. <div class="product">
  11960. <span class="title">SMHasher</span>
  11961. <a class="show" href="#">show license</a>
  11962. <span class="homepage"><a href="http://code.google.com/p/smhasher/">homepage</a></span>
  11963. <div class="licence">
  11964. <pre>All MurmurHash source files are placed in the public domain.
  11965.  
  11966. The license below applies to all other code in SMHasher:
  11967.  
  11968. Copyright (c) 2011 Google, Inc.
  11969.  
  11970. Permission is hereby granted, free of charge, to any person obtaining a copy
  11971. of this software and associated documentation files (the "Software"), to deal
  11972. in the Software without restriction, including without limitation the rights
  11973. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  11974. copies of the Software, and to permit persons to whom the Software is
  11975. furnished to do so, subject to the following conditions:
  11976.  
  11977. The above copyright notice and this permission notice shall be included in
  11978. all copies or substantial portions of the Software.
  11979.  
  11980. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  11981. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  11982. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  11983. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  11984. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  11985. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  11986. THE SOFTWARE.
  11987. </pre>
  11988. </div>
  11989. </div>
  11990.  
  11991.  
  11992. <div class="product">
  11993. <span class="title">Snappy: A fast compressor/decompressor</span>
  11994. <a class="show" href="#">show license</a>
  11995. <span class="homepage"><a href="http://code.google.com/p/snappy/">homepage</a></span>
  11996. <div class="licence">
  11997. <pre>Copyright 2011, Google Inc.
  11998. All rights reserved.
  11999.  
  12000. Redistribution and use in source and binary forms, with or without
  12001. modification, are permitted provided that the following conditions are
  12002. met:
  12003.  
  12004.     * Redistributions of source code must retain the above copyright
  12005. notice, this list of conditions and the following disclaimer.
  12006.     * Redistributions in binary form must reproduce the above
  12007. copyright notice, this list of conditions and the following disclaimer
  12008. in the documentation and/or other materials provided with the
  12009. distribution.
  12010.     * Neither the name of Google Inc. nor the names of its
  12011. contributors may be used to endorse or promote products derived from
  12012. this software without specific prior written permission.
  12013.  
  12014. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  12015. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  12016. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  12017. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  12018. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  12019. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  12020. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  12021. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  12022. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  12023. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  12024. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12025. </pre>
  12026. </div>
  12027. </div>
  12028.  
  12029.  
  12030. <div class="product">
  12031. <span class="title">speex</span>
  12032. <a class="show" href="#">show license</a>
  12033. <span class="homepage"><a href="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz">homepage</a></span>
  12034. <div class="licence">
  12035. <pre>Copyright 2002-2008     Xiph.org Foundation
  12036. Copyright 2002-2008     Jean-Marc Valin
  12037. Copyright 2005-2007    Analog Devices Inc.
  12038. Copyright 2005-2008    Commonwealth Scientific and Industrial Research 
  12039.                         Organisation (CSIRO)
  12040. Copyright 1993, 2002, 2006 David Rowe
  12041. Copyright 2003         EpicGames
  12042. Copyright 1992-1994    Jutta Degener, Carsten Bormann
  12043.  
  12044. Redistribution and use in source and binary forms, with or without
  12045. modification, are permitted provided that the following conditions
  12046. are met:
  12047.  
  12048. - Redistributions of source code must retain the above copyright
  12049. notice, this list of conditions and the following disclaimer.
  12050.  
  12051. - Redistributions in binary form must reproduce the above copyright
  12052. notice, this list of conditions and the following disclaimer in the
  12053. documentation and/or other materials provided with the distribution.
  12054.  
  12055. - Neither the name of the Xiph.org Foundation nor the names of its
  12056. contributors may be used to endorse or promote products derived from
  12057. this software without specific prior written permission.
  12058.  
  12059. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  12060. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  12061. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  12062. A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
  12063. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  12064. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  12065. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  12066. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  12067. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  12068. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  12069. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12070. </pre>
  12071. </div>
  12072. </div>
  12073.  
  12074.  
  12075. <div class="product">
  12076. <span class="title">sqlite</span>
  12077. <a class="show" href="#">show license</a>
  12078. <span class="homepage"><a href="http://sqlite.org/">homepage</a></span>
  12079. <div class="licence">
  12080. <pre>The author disclaims copyright to this source code.  In place of
  12081. a legal notice, here is a blessing:
  12082.  
  12083.    May you do good and not evil.
  12084.    May you find forgiveness for yourself and forgive others.
  12085.    May you share freely, never taking more than you give.
  12086. </pre>
  12087. </div>
  12088. </div>
  12089.  
  12090.  
  12091. <div class="product">
  12092. <span class="title">Sudden Motion Sensor library</span>
  12093. <a class="show" href="#">show license</a>
  12094. <span class="homepage"><a href="http://www.suitable.com/tools/smslib.html">homepage</a></span>
  12095. <div class="licence">
  12096. <pre>SMSLib Sudden Motion Sensor Access Library
  12097. Copyright (c) 2010 Suitable Systems
  12098. All rights reserved.
  12099.  
  12100. Developed by: Daniel Griscom
  12101.               Suitable Systems
  12102.               http://www.suitable.com
  12103.  
  12104. Permission is hereby granted, free of charge, to any person obtaining a
  12105. copy of this software and associated documentation files (the
  12106. "Software"), to deal with the Software without restriction, including
  12107. without limitation the rights to use, copy, modify, merge, publish,
  12108. distribute, sublicense, and/or sell copies of the Software, and to
  12109. permit persons to whom the Software is furnished to do so, subject to
  12110. the following conditions:
  12111.  
  12112. - Redistributions of source code must retain the above copyright notice,
  12113. this list of conditions and the following disclaimers.
  12114.  
  12115. - Redistributions in binary form must reproduce the above copyright
  12116. notice, this list of conditions and the following disclaimers in the
  12117. documentation and/or other materials provided with the distribution.
  12118.  
  12119. - Neither the names of Suitable Systems nor the names of its
  12120. contributors may be used to endorse or promote products derived from
  12121. this Software without specific prior written permission.
  12122.  
  12123. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  12124. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  12125. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  12126. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  12127. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  12128. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  12129. SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
  12130.  
  12131. For more information about SMSLib, see
  12132.    <http://www.suitable.com/tools/smslib.html>
  12133. or contact
  12134.    Daniel Griscom
  12135.    Suitable Systems
  12136.    1 Centre Street, Suite 204
  12137.    Wakefield, MA 01880
  12138.    (781) 665-0053
  12139. </pre>
  12140. </div>
  12141. </div>
  12142.  
  12143.  
  12144. <div class="product">
  12145. <span class="title">SwiftShader software renderer.</span>
  12146. <a class="show" href="#">show license</a>
  12147. <span class="homepage"><a href="http://transgaming.com/business/swiftshader">homepage</a></span>
  12148. <div class="licence">
  12149. <pre>This product includes SwiftShader Software GPU Tookit,
  12150. Copyright(c)2003-2011 TransGaming Inc
  12151. </pre><img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBKwErAAD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/nbWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCABkAQQDASIAAhEBAxEB/8QAHAABAAIDAQEBAAAAAAAAAAAAAAYHBAUIAwEC/8QARhAAAQMDAgMEBwUCDAYDAAAAAQIDBAAFEQYSByExEyJBUQgUMmFxgaEVkbGywiPBFiQlNUJSYnKCktHwFyczY6LSQ1PD/8QAGgEBAAIDAQAAAAAAAAAAAAAAAAIEAQMFBv/EADgRAAEEAAQDBgQDBwUAAAAAAAEAAgMRBBIhMQVBURMiYXGRwRSBsdEGofAjJDJCUmJyFTOC4fH/2gAMAwEAAhEDEQA/AOy6UpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpRFptWansmloKZd5mJYS4SlpsDc46R1CUjmcePgPGoRC44aQkTOwcjXWMjOO2WylSfjhKir6VSHHe+z7hxYuiVrUpqEfVGGyeSUADOPiSTUGbVIYc7YAk9RmvV4PgUT4Q6QmyL8l5DH/iCWKcsjoAdea7wt02JcoLM6BJakxX0hbTratyVDzBrIqg/RHvk15m9WGQtS47JRKYB6IKiQsD3E7Tjzz51K9UasvP8AGkpmJioRJeYbbjIwohCynKlqycnGeQGM+NeS4zLHwl5bKb6ePNejwuMbPAJa39tFYt1ulutMf1i5TmIjZ6F1YTuPkB4n3CoDqTi9aYaeysltmXeSpQQ2AOzQpROAASCoknoAnnVZTlOypKn5C1vPL9pxxRWo/EnnWzt6WtJabc19c2O2UgFNrYPLco8u1PzIA92T5VwcNxabHTCOBnuddB4alUpsbK68ndA3O9Dqry0yq8uWZh6/pjN3B0b3GY4OxnPRGSTkgdT55xyrZVzDNvnF5zTx1subHYgbQ8loAZ2HmMZHTHP2s1kai4h6hu7eizBlqiSbqopkpSkKGA4lHLOeWd5869L8LPoG5XakEh1gENLjenQHawjeMQtbTmuFAEWNSCQLHzK6WpVH8f8AU9107YLK3Z5a2Zb6kgHAUdpSokYPxRWx4sXy5aa4UxX48xSZ5KR2vI5VuAJweX9aq0fayCIho/aGhrzBaDem1u8dtlbkx8bDICD3ACfmrfpXM9q1VqeVrPS1mNxWpMi3tSJidicuKUFL8uXdKRyrI1pf9aXPirJ0zpa6JaDbYIDgBBIGc5wTzyK3CCftezdlHdL7LjQaCR/T6eCr/wCrxdnnDSdQ2tLsi+q6QpVEabsXFti6pdvU9p+Iltz9mhPNS9p2f0By3YqE6jufFOw3222SdfWDMuCglpKEpO3KgnKsp5DJ+hqUMLppTEx7LAv+I0dyf5eQFlJeK9lGHvicBdbDw8edrq2lc9afm69hzXbXdbk1KnPFPZKaOAhODnoB1+fSpTZ9QahsGombbd1lwO47ufP/AHiuHNxiOGYxkZgP5mmx9ArkWKEjQ4tI8+StylVM9dZh4iepJkL9XU6VBP161ka/uUyLrWJFZfUlp5SAtPnzArWeNtyOfk2Nb+a29qKJ+StGlQriHcHoOjYzrLpS6UoIV1J5Afvr8aHnvTtEPuvOqU74n54/casnibRN2WXlf5XSlnGbKpxSqMs0rVF3Dxgy93YnvAgZ8T5e6pHozU1xlNzrRclKU60nGc8xzx/v41Ti48x57zCLUGzhxGitClUZZJWqLyt1MCV2hbOCCBnx93uqW6dhajiMzF3jtMFA2KHIAeI/CsxcbMmoiNdf0EZLn2CsalUZZJOqbw26uFK3hr28gZAxnPTpUw4ZaluEye/aLkordZJGT4Yz+8fUVLDcbbNIGOYRexRkwcRpurDpSldxbkpSlESlKURKUpRFz9x34a3J3U7uq7NEcmR5SQZbTSSpxtYGN20cykgDp0OarmNYF3FTcWIkvSFHaWWmy44P8I5/fiukpuueyuryY0aNItzR7PtVSNi3Fg94oGCFJHTmRk554rxmcS4DTR7C0XB50kBKCWwkk8gMhR/A10ML+MocPH2DiCW6b/8AWq8fxH8MYfGYn4gSFt7ir9P0VquFmmWeHGkLlfL0EMypCUrdbTj9m2gHs2+p7xKiTz6qA8KhbjzkxIdWoLccUpxe3puWoqV9TV3aju0S2pjsyobsv1pSkhttKVckpySQogY/1FROTO4aS1FM2DGiL8cxVNHPvKB++vK/iBp4nKM8oa7ej+ui9CzCsgibEw00aaqJ6J0urUF3LTyf5PjKBlrB5LPUNAjxPU+Q+IrH9K+SG7Ba7RGSlPayEIQ2kYAACuQHl7FXPp6DbLfaGGLO22iEpPaNFByFBXPdnxznrVEcdnRdOMOlrP7SGnQ8tPu3Jz9GzXR4FgmYGSPnVuJ/xaXelgKrxKMR4NzRu6h6kBTnV+lrldOFEbTNmCErU0lvcvISkJIHPAJ5gGqfgWd1ji5pjTalIcctMNCFlHs9phayRn+0qupI/wDFLWjfy7JkFXyHOueuGDZu/pCXqcrvJiZRnyUClP6VVZwLpI4JWk6ZCf8Ak4NYPqVr4lh2GaEjcuA+Q1X648KTc+Lul7GkZbacStSfcVpB+jdZHpRPL+x7BZW/+q+6ju+ZSk5+riawHv5e9JgD2kR0/cNv+q6yOMrgu3HXTdrJy3GWl1XkO/k/RsVbw5Ec+GPJjC/1zv8ArlVGc9pDiHc3vDfSh91g6GYQ/wAeri42NzVpi9mj3dmlCMfQ1n8GGvtXjlqS5nvpjLLIP+LA+jRrB4GPpdlax1U97Djql58k5WtX0Umt96JsVbsS7XZ4ZckyVEq88AfvWqsYgFjp2ndjYo/WnO+hTBASPg/uc9/poFfVc36wUq9+klAjpO4REYA8iApQ+pFdGvuBphx1XRCSo/IVzpwubN39IO9zld5MTKM+SgUp/SqtMRrtXdGO9XENH1K6vFO+YY+rx6DVSifhHF1LaeQC8AffW71pp27T9bR7lGjKXHZKdxwcnBzyrR6+iXaza+F8j292Y0e8Etgk+PkD59cVI9H8SmbrdBbbhEXDfVyAWMH/AH8hXjI44S58MxLbd9/urLXNzFj9NVF1Ep4rIbIwQrBHyrL4mqxxEtg81o/MKwZav+dBT/3D+BrI4qKxxJtI81o/OKrllQuH9w+hUC7uO/yW14xydmmrYznGUN/UZ/RXzhPI7TSU5rPMHH3Kz+qsHii62/etM290js3FtBfj3e4P1GvLhI6Gmr3CCshtwpH3j/0rc537yX+Y/KlLP+818vdevBlW5y6+5J/KqsPSSs6yvA8ir89e/BBW5d492fyqrC0YrOuL4PJR/PVfL+xj8z7KMbu7H5n3W14HK3XOd7lD8FVaF/8A5okf3R+IqqeAqt1yuHuWPwVVrX/+aJH90fiK7XDRXD3/AD+isYU3EFV3BZW6Pdj/ANtX5RXzhmrPES6DycX+Y15cDVbol4P9hX5RTharPEm8DycX+Y1zIG/7Pn7haI3d2NXLSlK9kr6UpSiJSlKIlV1xY1gISVaetrp9bdT/ABpxBx2LZ/o5/rK+g+IrccTtYs6UtCEsAP3aaS3BjAblKV4q2jmQM/M4HjVW2TResLytUt+A404+ouOPz19mVKPUkYKvliuXxKabJ2UAJcfyXOxeJdm7GLU8/Ba1p0naCeSRgDwA8hW50+yH9R2eI4QFvS21hB6lKTuJx5d2ptY+GMZhIXdro/JX4txh2LfwzzUfjkfCpjZ7HaLOki22+PGUoYUtKe+r4qPM/M1xMH+HpRI2SUgUbrdZgw8m7lA+LVwKNQQoiFlKmoa18j/9igP/AMz99QRS0laQrG0nnVva+0gxqGP61GKWLoyjDTp9lY67F+739R9KpaamTDluwprC48pk7XGl9Un94Pgaq8ewkwxBmI7p2UMU90brOyuDhdc2nIkmyb+9DUHGAepYXzH+U7k/IedU9xZNw09xmY1TMtcmZbm0bdzSc7faGPceeeeM+dbrR14dg6its1sKWUuervJT1U2sgH7jhXyq17dftMakLphSY87sAe0W2oHZjngkHl8K9FwbiIdCC4AkAtIJIsEVuNj0KjLG3GRBgdlIII+Wu3OlD9KcXLJq6NNhMtux5DbJWpDqNp2dCepGB8flUL9GRK316m1EsftH3VKyfMBSj9XBUXfkJ/hxr68IAQmHbHWQUjH7RYS2PruqccDUpsvBmfdnE45OPZ8wCSfogV3MXGIcJI6O+/2dA6kd0yEXQvlyXOw2JkxGKj7U/wAGc3tdHLf1Wq4GNC68Z9S3f2kMOKaSrwxvOPo3Wg1PPMnjBqO65/m62PrSfJXZbU/+TgqU+i5GU3pu93Vee1ecXhfmQkAfVaqrZ+UHoev72DykSERGj5pW8VY/ytir7Ig7HzsGzQ2P1LGezlSkeW4KE8yXP9AT9lsrNd5GmeD3Yx7c/K+20Se2fbyExRlLY3HBHPBxzH1rY8LOIF60jpdqDA0bc5qVlSzIbSra5kk5HcPw6+Fe2swLT6PtliY2uS+zJ8yFftP0n76vLhdZY0TQdojyIzS3ERkBRUkHntGfrmtWIxMMkT3dkCXyuP8AE4Xl0vT/ACqtlvwWFmM7Wsky5WN5A1fLXyteOmNSzr5oWRebpCXb9yCCw77bYyQc8h4YPSq09FRlc2ffr64O/KlEkn3AqP1dFWVxkks2fhpeHI6EM7mFpG0Y5qSRn6iox6LMD1bQIklOC+4pYPnlRH4JTVCJpbhpL/mcxvM7Zn1Z16LqSAux0MZNlrST+Q+6tt5ll5O15pDifJaQRVHa3ShrjJBabSEJKQMJGPBdW83qSzLuX2ama2Ze7b2We8Pl1xVO8QVY43QB/YH4Lrg8WfHLGCwg6+xVzFuGVvmPqo85qSUvXgvZtEoSNu71XB3529fZ+fSs66X2VqXXljfmwXbasvoQS+CAe+OfQchWwk7Rx5Q1tG3ONuOWNp5VkcXEts8T9PtNIShHaJwlIwB301yhGQ2ztfsVQIeGOJdoHe4Wg1PqKVN1lBfctcndAO1DIyVOhJOFDu9DgeB6Vs+Fs5S9T3pK2Vx1SB2vZL6o755H/PX22YuHGtpvkpDTaQR7to/9q+RAYPGedG6dq3j44CT+mtVHLn/XVSYXCQPJvvV+VLZ8B1blXr3E/lVWjtFxctmptSzmYrkxbboSGW/aVlzqMA9PhW29H5W43z3KP5VVh6CO7iJqQHwUr89bSKib8/ZSjJMcVHcn3Wo4f6pnaedmOQ7RKmLccBJbB7nXke6fOp0niBeZ9hnyHrJKQWFtIEcpO94LKslPczhO0Z5eI6VqvR+Q3Iul5Q62lxPrHRQyOi6tu9QobVsfW3FZQsAYUEAEcxVvD4eV0DntdTRemvRbcGyR0QIfpryC5/0BqmbYIk1MS0SZvbqIUtvOEjAyD3TzqT8DHftHVt0ubi0IccXktA8xncr7vCvLgAlD1uvXaJSvaVEZGcEIGD8a+8HSP+KN/SkYAeXyH99VaIGESMJ2v3C0Ycu/ZEmwb09VeVKUr167KUpSiJSlKIvERYwlmYI7XrJQGy9sG8pByE7uuMk8vfXtSlFgABKUpRZSovr/AEfE1PC3oKY1zZSRHk4+exfmk/TOR75RSoSRtlaWPFgqEkbZGlrhoua4rNys9/fhzIq2J8Vp1fZHnuUlClJKT4gkDBFfn0f9Tab0/oi6m53WPGkuOObm3FgLIKUAEDqrkPCr11ppaLqKM24lfqtyjd6JLSnKmz1wfNJ8R91UG7YbBC1/FtertMRobz8hKHXmnVpaO44S4E+yUlXjyHXkMEVTwkEODilgkDsry0gtqxV6GyNNd+q83iIpcFMx7SK1Au671dNjp5FRphMpzhnq7UKmVp+17g2QSP8A4w4VE/DK8fKpY/rLTkDgAixw7k0u4PRw2phJ7wUoYUCPDqavO82jTdt0k9EmxmmrW0gJUgNbuR7oSEgc85AAA8ar+HonhlZ5bE1VukrfdSp5uN6i8t1tCTgrU2QSlIPLJA91dZ+Njkvt2HR4eACKoANDTfQCrAPPRSPDpsOaje3VuU3yskkj5lRLhdrPTem+EEphy5spuRStQYz3yvcogY6nPdqt34r8XhZbYpQpL15u6nUbuq0IQED5bl1eCdAcMF3kOxoL83cyiUExYjrrexeSg93KRnarAx4YxWVfIHD68m23eW+/Hjw0F+CXYrqEJShbaVKA5AgKKM8unuFTZxOGCcyxscczszrLeWYgCjtmdqSRpyWmTATSxBkj2jK3KKPiLJ+Q9VBuODCXZGjdKtewt1KSn+yClCT/AOSq6LsrYbtUZI6FsK+/n++q7vNg0dcZDWrrhcFN/ZSmmUvOtqSGlEJIBGQCcrGeXI5z0qbztRWe13aPZZLzjchxDZQAypSEhayhG5QGE5UMDPjXNhkqGKNwrIDZNalzr0o9AOi7OGjEU0sriKdVeQFD87Vd+lNP9W0AYwVgvuJRj4qB/BKqlPBSB9n8N7SyU7VKYQtQ8iUgn6k1jaisWnuJaVsyfW1xobuO/HcbQpaStJKVcgrB3A4zWxtmp7BbLS3GQuaewcRHDQguh0lSVKSQ3t3YKUqIOPCtonBjEdV3nOvSjoGitb2BvRGxgYt2Ic4UWgD1sqqJFxi2Tjy9KujoisEclr5DoPH5GvHUl0h3/jZAkWh9MtpKMFTfMcgsnn8xVla8s+i9RWeJep6TJZkKSmM9GaU4twq6ABPe8OlYWhrZoOwzEqs7b0l5cZMkvojOLShshRSVKwdudiuRI5p864DsDJfZ8jzsf+7eC0uhfnyZhlLs3j1pQyUrHpDIR7/0msnjOrHFfTg83UfnTUqmW/RadSDVv2iXpRYTMQ4y2te5paw2nABwSVHbjGfdX3UcTSWoNQ2q6vOzHpqnFiK23DdUtpTSkbwtIwU7SpOdw8awcLLkIrmOY6EdfFZdFbHtzCy69+VhRDhSn13jJepA5pjktj3YUB+g1+tbJ9R4825fRMlOPmd4/wBKlukWdGafvt0mQpbyZJdV6z2jDg7RXbFolJVyUA4vB2+JFZmobRpO+3+HeZFxQJDD7rLK+YDbjOS4FHIAxsJ51kYOTsKA1vaxtVdeqy2K4Q3MM2a9/FVpwQv9oswvRulwjxu0cIQHFhJV3VDlmvTha8mfrvUk6KS5GUSUuAcjlZI+gJqSWbhtoO9vL9TbmnKe1S47GfbQ6kn2kKUQFD4VP9O6Ns9gtbsG2MhkOA5WBzz5+/p4motwM721WnmPY+CjhcNN3MxGVt7a2qe4G3+0WW5Xl26z48UKk90OOBJV7XQE1bZ1VY75AlMWue1KWlIKuzUFBPPlnHTofuqOOcF9KOOKcWhRUolROV9T/ircaZ4dWjTvrP2YtTXrCQF8ic4zjqo+ZrcyHGMjMbW6Hy+634SPEwgRuAyi+Zv6KvfRwy7b72lIJJUoAf4BWt4d3y3WDipfVXaQI4deUGyr+kSskfeCKuDROibZpNx42xSkoeOVpOeZ5c8knyrE1Nw203fLgLg/GDckEHenI6dOhFY+BnDA4DUHbTwI8FBuEmZFGGkZmn5KYR3UPsoebOUKGRX7ryiMJjRm2EqKggYyfGvWu6zNlGbddRKUpUkSlKURKUpREpSlESlKURKjfEHR1q1nZVW+4o7N1IPq8lKcrZUfEeY5DI8ceeCJJSsEAiitcsTJWFjxYKjFvt94uOhDZr56sbklv1Z915rtmXykjDm3IJCgAeoIJPQisG3aOu9r7CTbNRIROEcxn1yIhebLfaKWgISXApOzeQMqVkYzU1pUTG0myofDM0vUgVd6qLaY0VBsd0TPQ+5IW3DajM7wQU7S4VqODg7i50xyxy61jSdAw5mk7VYJkxxxMBeVPNp7NTqDnejqcBQODz8KmVKx2TKqk+Giy5a0/X2UNe0G1Kstts826yHYkdTr0vaMLmPLzlalZ5DvL5YOcjnyrHTw+c9ft8529qfftzLDMcuR85S08tad434Wdignw5pChz5CdUp2TOiwcLEeSjWitMO6ceuBM2PIalvqeARFLawVLUrvKK1BWN2BgJrWfwKu5kuzxqCK3PXOblhabeezyhpbeSgue0oL5nOO6MCpxSnZNoDos/DR5Q2tB4lReXo2LI0vBsBmvhmM+HnHejjpyoqIKSNpJUTkdPKtXA0BIiXBiUm7RFhu3IgHNvIVtSlaQpJDgCSQvnyOceGanlKGJh1pDhYiQSNlX7XDSPEhBq33Qx3Tb2IqlKY3t9o04252oRuGNxQcpz1VnOc595WgpL1xt9z+2WFzo0l6S849B3Iccc7IApSHE7NoZSBkq9+anNKx2LOij8HDVV9VBE8O0ty58hq7YM90uPBcfdg+tesJCDu7o5lJA5K5KwCK9Dw4ti5Lr7sp7dIemLkpbGxLyZHaDmMnC0hzAX4gcx0xN6VnsWdFn4SH+lRXTelp1u1B9rz7wiYpMT1VKW46mt4ynC3MrUkqASB3Qkcz51KqUqTWhooLbHG2MU1KUpUlNKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlESlKURKUpREpSlEX/2Q==">
  12152.  
  12153. </div>
  12154. </div>
  12155.  
  12156.  
  12157. <div class="product">
  12158. <span class="title">Simplified Wrapper and Interface Generator (SWIG)</span>
  12159. <a class="show" href="#">show license</a>
  12160. <span class="homepage"><a href="http://www.swig.org/download.html">homepage</a></span>
  12161. <div class="licence">
  12162. <pre>SWIG is distributed under the following terms:
  12163.  
  12164. I.  
  12165.  
  12166. Copyright (c) 1995-1998
  12167. The University of Utah and the Regents of the University of California
  12168. All Rights Reserved
  12169.  
  12170. Permission is hereby granted, without written agreement and without
  12171. license or royalty fees, to use, copy, modify, and distribute this
  12172. software and its documentation for any purpose, provided that 
  12173. (1) The above copyright notice and the following two paragraphs
  12174. appear in all copies of the source code and (2) redistributions
  12175. including binaries reproduces these notices in the supporting
  12176. documentation.   Substantial modifications to this software may be
  12177. copyrighted by their authors and need not follow the licensing terms
  12178. described here, provided that the new terms are clearly indicated in
  12179. all files where they apply.
  12180.  
  12181. IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 
  12182. UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
  12183. PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
  12184. DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
  12185. EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
  12186. THE POSSIBILITY OF SUCH DAMAGE.
  12187.  
  12188. THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
  12189. SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 
  12190. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  12191. PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 
  12192. THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
  12193. SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  12194.  
  12195.  
  12196. II. 
  12197.  
  12198. This software includes contributions that are Copyright (c) 1998-2005
  12199. University of Chicago.
  12200. All rights reserved.
  12201.  
  12202. Redistribution and use in source and binary forms, with or without
  12203. modification, are permitted provided that the following conditions are
  12204. met:
  12205.  
  12206. Redistributions of source code must retain the above copyright notice,
  12207. this list of conditions and the following disclaimer.  Redistributions
  12208. in binary form must reproduce the above copyright notice, this list of
  12209. conditions and the following disclaimer in the documentation and/or
  12210. other materials provided with the distribution.  Neither the name of
  12211. the University of Chicago nor the names of its contributors may be
  12212. used to endorse or promote products derived from this software without
  12213. specific prior written permission.
  12214.  
  12215. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS
  12216. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  12217. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  12218. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
  12219. CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  12220. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  12221. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  12222. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  12223. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  12224. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  12225. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12226.  
  12227.  
  12228. III.  
  12229.  
  12230. This software includes contributions that are Copyright (c) 2005-2006
  12231. Arizona Board of Regents (University of Arizona).
  12232. All Rights Reserved
  12233.  
  12234. Permission is hereby granted, without written agreement and without
  12235. license or royalty fees, to use, copy, modify, and distribute this
  12236. software and its documentation for any purpose, provided that 
  12237. (1) The above copyright notice and the following two paragraphs
  12238. appear in all copies of the source code and (2) redistributions
  12239. including binaries reproduces these notices in the supporting
  12240. documentation.   Substantial modifications to this software may be
  12241. copyrighted by their authors and need not follow the licensing terms
  12242. described here, provided that the new terms are clearly indicated in
  12243. all files where they apply.
  12244.  
  12245. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS
  12246. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  12247. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  12248. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
  12249. ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  12250. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  12251. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  12252. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  12253. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  12254. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  12255. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12256.  
  12257. </pre>
  12258. </div>
  12259. </div>
  12260.  
  12261.  
  12262. <div class="product">
  12263. <span class="title">talloc</span>
  12264. <a class="show" href="#">show license</a>
  12265. <span class="homepage"><a href="http://talloc.samba.org/talloc/doc/html/index.html">homepage</a></span>
  12266. <div class="licence">
  12267. <pre>   Unix SMB/CIFS implementation.
  12268.    Samba temporary memory allocation functions
  12269.  
  12270.    Copyright (C) Andrew Tridgell 2004-2005
  12271.    Copyright (C) Stefan Metzmacher 2006
  12272.    
  12273.      ** NOTE! The following LGPL license applies to the talloc
  12274.      ** library. This does NOT imply that all of Samba is released
  12275.      ** under the LGPL
  12276.    
  12277.    This library is free software; you can redistribute it and/or
  12278.    modify it under the terms of the GNU Lesser General Public
  12279.    License as published by the Free Software Foundation; either
  12280.    version 3 of the License, or (at your option) any later version.
  12281.  
  12282.    This library is distributed in the hope that it will be useful,
  12283.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12284.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12285.    Lesser General Public License for more details.
  12286.  
  12287.    You should have received a copy of the GNU Lesser General Public
  12288.    License along with this library; if not, see <http://www.gnu.org/licenses/>.
  12289. </pre>
  12290. </div>
  12291. </div>
  12292.  
  12293.  
  12294. <div class="product">
  12295. <span class="title">tcmalloc</span>
  12296. <a class="show" href="#">show license</a>
  12297. <span class="homepage"><a href="http://gperftools.googlecode.com/">homepage</a></span>
  12298. <div class="licence">
  12299. <pre>// Copyright (c) 2005, Google Inc.
  12300. // All rights reserved.
  12301. //
  12302. // Redistribution and use in source and binary forms, with or without
  12303. // modification, are permitted provided that the following conditions are
  12304. // met:
  12305. //
  12306. //     * Redistributions of source code must retain the above copyright
  12307. // notice, this list of conditions and the following disclaimer.
  12308. //     * Redistributions in binary form must reproduce the above
  12309. // copyright notice, this list of conditions and the following disclaimer
  12310. // in the documentation and/or other materials provided with the
  12311. // distribution.
  12312. //     * Neither the name of Google Inc. nor the names of its
  12313. // contributors may be used to endorse or promote products derived from
  12314. // this software without specific prior written permission.
  12315. //
  12316. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  12317. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  12318. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  12319. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  12320. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  12321. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  12322. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  12323. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  12324. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  12325. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  12326. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12327. </pre>
  12328. </div>
  12329. </div>
  12330.  
  12331.  
  12332. <div class="product">
  12333. <span class="title">tlslite</span>
  12334. <a class="show" href="#">show license</a>
  12335. <span class="homepage"><a href="http://trevp.net/tlslite/">homepage</a></span>
  12336. <div class="licence">
  12337. <pre>All code here is public domain.
  12338. </pre>
  12339. </div>
  12340. </div>
  12341.  
  12342.  
  12343. <div class="product">
  12344. <span class="title">undoview</span>
  12345. <a class="show" href="#">show license</a>
  12346. <span class="homepage"><a href="http://projects.gnome.org/gtksourceview, http://www.gtk.org">homepage</a></span>
  12347. <div class="licence">
  12348. <pre>                  GNU LESSER GENERAL PUBLIC LICENSE
  12349.                        Version 2.1, February 1999
  12350.  
  12351.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  12352.  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  12353.  Everyone is permitted to copy and distribute verbatim copies
  12354.  of this license document, but changing it is not allowed.
  12355.  
  12356. [This is the first released version of the Lesser GPL.  It also counts
  12357.  as the successor of the GNU Library Public License, version 2, hence
  12358.  the version number 2.1.]
  12359.  
  12360.                             Preamble
  12361.  
  12362.   The licenses for most software are designed to take away your
  12363. freedom to share and change it.  By contrast, the GNU General Public
  12364. Licenses are intended to guarantee your freedom to share and change
  12365. free software--to make sure the software is free for all its users.
  12366.  
  12367.   This license, the Lesser General Public License, applies to some
  12368. specially designated software packages--typically libraries--of the
  12369. Free Software Foundation and other authors who decide to use it.  You
  12370. can use it too, but we suggest you first think carefully about whether
  12371. this license or the ordinary General Public License is the better
  12372. strategy to use in any particular case, based on the explanations below.
  12373.  
  12374.   When we speak of free software, we are referring to freedom of use,
  12375. not price.  Our General Public Licenses are designed to make sure that
  12376. you have the freedom to distribute copies of free software (and charge
  12377. for this service if you wish); that you receive source code or can get
  12378. it if you want it; that you can change the software and use pieces of
  12379. it in new free programs; and that you are informed that you can do
  12380. these things.
  12381.  
  12382.   To protect your rights, we need to make restrictions that forbid
  12383. distributors to deny you these rights or to ask you to surrender these
  12384. rights.  These restrictions translate to certain responsibilities for
  12385. you if you distribute copies of the library or if you modify it.
  12386.  
  12387.   For example, if you distribute copies of the library, whether gratis
  12388. or for a fee, you must give the recipients all the rights that we gave
  12389. you.  You must make sure that they, too, receive or can get the source
  12390. code.  If you link other code with the library, you must provide
  12391. complete object files to the recipients, so that they can relink them
  12392. with the library after making changes to the library and recompiling
  12393. it.  And you must show them these terms so they know their rights.
  12394.  
  12395.   We protect your rights with a two-step method: (1) we copyright the
  12396. library, and (2) we offer you this license, which gives you legal
  12397. permission to copy, distribute and/or modify the library.
  12398.  
  12399.   To protect each distributor, we want to make it very clear that
  12400. there is no warranty for the free library.  Also, if the library is
  12401. modified by someone else and passed on, the recipients should know
  12402. that what they have is not the original version, so that the original
  12403. author's reputation will not be affected by problems that might be
  12404. introduced by others.
  12405.  
  12406.   Finally, software patents pose a constant threat to the existence of
  12407. any free program.  We wish to make sure that a company cannot
  12408. effectively restrict the users of a free program by obtaining a
  12409. restrictive license from a patent holder.  Therefore, we insist that
  12410. any patent license obtained for a version of the library must be
  12411. consistent with the full freedom of use specified in this license.
  12412.  
  12413.   Most GNU software, including some libraries, is covered by the
  12414. ordinary GNU General Public License.  This license, the GNU Lesser
  12415. General Public License, applies to certain designated libraries, and
  12416. is quite different from the ordinary General Public License.  We use
  12417. this license for certain libraries in order to permit linking those
  12418. libraries into non-free programs.
  12419.  
  12420.   When a program is linked with a library, whether statically or using
  12421. a shared library, the combination of the two is legally speaking a
  12422. combined work, a derivative of the original library.  The ordinary
  12423. General Public License therefore permits such linking only if the
  12424. entire combination fits its criteria of freedom.  The Lesser General
  12425. Public License permits more lax criteria for linking other code with
  12426. the library.
  12427.  
  12428.   We call this license the "Lesser" General Public License because it
  12429. does Less to protect the user's freedom than the ordinary General
  12430. Public License.  It also provides other free software developers Less
  12431. of an advantage over competing non-free programs.  These disadvantages
  12432. are the reason we use the ordinary General Public License for many
  12433. libraries.  However, the Lesser license provides advantages in certain
  12434. special circumstances.
  12435.  
  12436.   For example, on rare occasions, there may be a special need to
  12437. encourage the widest possible use of a certain library, so that it becomes
  12438. a de-facto standard.  To achieve this, non-free programs must be
  12439. allowed to use the library.  A more frequent case is that a free
  12440. library does the same job as widely used non-free libraries.  In this
  12441. case, there is little to gain by limiting the free library to free
  12442. software only, so we use the Lesser General Public License.
  12443.  
  12444.   In other cases, permission to use a particular library in non-free
  12445. programs enables a greater number of people to use a large body of
  12446. free software.  For example, permission to use the GNU C Library in
  12447. non-free programs enables many more people to use the whole GNU
  12448. operating system, as well as its variant, the GNU/Linux operating
  12449. system.
  12450.  
  12451.   Although the Lesser General Public License is Less protective of the
  12452. users' freedom, it does ensure that the user of a program that is
  12453. linked with the Library has the freedom and the wherewithal to run
  12454. that program using a modified version of the Library.
  12455.  
  12456.   The precise terms and conditions for copying, distribution and
  12457. modification follow.  Pay close attention to the difference between a
  12458. "work based on the library" and a "work that uses the library".  The
  12459. former contains code derived from the library, whereas the latter must
  12460. be combined with the library in order to run.
  12461.  
  12462.                   GNU LESSER GENERAL PUBLIC LICENSE
  12463.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  12464.  
  12465.   0. This License Agreement applies to any software library or other
  12466. program which contains a notice placed by the copyright holder or
  12467. other authorized party saying it may be distributed under the terms of
  12468. this Lesser General Public License (also called "this License").
  12469. Each licensee is addressed as "you".
  12470.  
  12471.   A "library" means a collection of software functions and/or data
  12472. prepared so as to be conveniently linked with application programs
  12473. (which use some of those functions and data) to form executables.
  12474.  
  12475.   The "Library", below, refers to any such software library or work
  12476. which has been distributed under these terms.  A "work based on the
  12477. Library" means either the Library or any derivative work under
  12478. copyright law: that is to say, a work containing the Library or a
  12479. portion of it, either verbatim or with modifications and/or translated
  12480. straightforwardly into another language.  (Hereinafter, translation is
  12481. included without limitation in the term "modification".)
  12482.  
  12483.   "Source code" for a work means the preferred form of the work for
  12484. making modifications to it.  For a library, complete source code means
  12485. all the source code for all modules it contains, plus any associated
  12486. interface definition files, plus the scripts used to control compilation
  12487. and installation of the library.
  12488.  
  12489.   Activities other than copying, distribution and modification are not
  12490. covered by this License; they are outside its scope.  The act of
  12491. running a program using the Library is not restricted, and output from
  12492. such a program is covered only if its contents constitute a work based
  12493. on the Library (independent of the use of the Library in a tool for
  12494. writing it).  Whether that is true depends on what the Library does
  12495. and what the program that uses the Library does.
  12496.  
  12497.   1. You may copy and distribute verbatim copies of the Library's
  12498. complete source code as you receive it, in any medium, provided that
  12499. you conspicuously and appropriately publish on each copy an
  12500. appropriate copyright notice and disclaimer of warranty; keep intact
  12501. all the notices that refer to this License and to the absence of any
  12502. warranty; and distribute a copy of this License along with the
  12503. Library.
  12504.  
  12505.   You may charge a fee for the physical act of transferring a copy,
  12506. and you may at your option offer warranty protection in exchange for a
  12507. fee.
  12508.  
  12509.   2. You may modify your copy or copies of the Library or any portion
  12510. of it, thus forming a work based on the Library, and copy and
  12511. distribute such modifications or work under the terms of Section 1
  12512. above, provided that you also meet all of these conditions:
  12513.  
  12514.     a) The modified work must itself be a software library.
  12515.  
  12516.     b) You must cause the files modified to carry prominent notices
  12517.     stating that you changed the files and the date of any change.
  12518.  
  12519.     c) You must cause the whole of the work to be licensed at no
  12520.     charge to all third parties under the terms of this License.
  12521.  
  12522.     d) If a facility in the modified Library refers to a function or a
  12523.     table of data to be supplied by an application program that uses
  12524.     the facility, other than as an argument passed when the facility
  12525.     is invoked, then you must make a good faith effort to ensure that,
  12526.     in the event an application does not supply such function or
  12527.     table, the facility still operates, and performs whatever part of
  12528.     its purpose remains meaningful.
  12529.  
  12530.     (For example, a function in a library to compute square roots has
  12531.     a purpose that is entirely well-defined independent of the
  12532.     application.  Therefore, Subsection 2d requires that any
  12533.     application-supplied function or table used by this function must
  12534.     be optional: if the application does not supply it, the square
  12535.     root function must still compute square roots.)
  12536.  
  12537. These requirements apply to the modified work as a whole.  If
  12538. identifiable sections of that work are not derived from the Library,
  12539. and can be reasonably considered independent and separate works in
  12540. themselves, then this License, and its terms, do not apply to those
  12541. sections when you distribute them as separate works.  But when you
  12542. distribute the same sections as part of a whole which is a work based
  12543. on the Library, the distribution of the whole must be on the terms of
  12544. this License, whose permissions for other licensees extend to the
  12545. entire whole, and thus to each and every part regardless of who wrote
  12546. it.
  12547.  
  12548. Thus, it is not the intent of this section to claim rights or contest
  12549. your rights to work written entirely by you; rather, the intent is to
  12550. exercise the right to control the distribution of derivative or
  12551. collective works based on the Library.
  12552.  
  12553. In addition, mere aggregation of another work not based on the Library
  12554. with the Library (or with a work based on the Library) on a volume of
  12555. a storage or distribution medium does not bring the other work under
  12556. the scope of this License.
  12557.  
  12558.   3. You may opt to apply the terms of the ordinary GNU General Public
  12559. License instead of this License to a given copy of the Library.  To do
  12560. this, you must alter all the notices that refer to this License, so
  12561. that they refer to the ordinary GNU General Public License, version 2,
  12562. instead of to this License.  (If a newer version than version 2 of the
  12563. ordinary GNU General Public License has appeared, then you can specify
  12564. that version instead if you wish.)  Do not make any other change in
  12565. these notices.
  12566.  
  12567.   Once this change is made in a given copy, it is irreversible for
  12568. that copy, so the ordinary GNU General Public License applies to all
  12569. subsequent copies and derivative works made from that copy.
  12570.  
  12571.   This option is useful when you wish to copy part of the code of
  12572. the Library into a program that is not a library.
  12573.  
  12574.   4. You may copy and distribute the Library (or a portion or
  12575. derivative of it, under Section 2) in object code or executable form
  12576. under the terms of Sections 1 and 2 above provided that you accompany
  12577. it with the complete corresponding machine-readable source code, which
  12578. must be distributed under the terms of Sections 1 and 2 above on a
  12579. medium customarily used for software interchange.
  12580.  
  12581.   If distribution of object code is made by offering access to copy
  12582. from a designated place, then offering equivalent access to copy the
  12583. source code from the same place satisfies the requirement to
  12584. distribute the source code, even though third parties are not
  12585. compelled to copy the source along with the object code.
  12586.  
  12587.   5. A program that contains no derivative of any portion of the
  12588. Library, but is designed to work with the Library by being compiled or
  12589. linked with it, is called a "work that uses the Library".  Such a
  12590. work, in isolation, is not a derivative work of the Library, and
  12591. therefore falls outside the scope of this License.
  12592.  
  12593.   However, linking a "work that uses the Library" with the Library
  12594. creates an executable that is a derivative of the Library (because it
  12595. contains portions of the Library), rather than a "work that uses the
  12596. library".  The executable is therefore covered by this License.
  12597. Section 6 states terms for distribution of such executables.
  12598.  
  12599.   When a "work that uses the Library" uses material from a header file
  12600. that is part of the Library, the object code for the work may be a
  12601. derivative work of the Library even though the source code is not.
  12602. Whether this is true is especially significant if the work can be
  12603. linked without the Library, or if the work is itself a library.  The
  12604. threshold for this to be true is not precisely defined by law.
  12605.  
  12606.   If such an object file uses only numerical parameters, data
  12607. structure layouts and accessors, and small macros and small inline
  12608. functions (ten lines or less in length), then the use of the object
  12609. file is unrestricted, regardless of whether it is legally a derivative
  12610. work.  (Executables containing this object code plus portions of the
  12611. Library will still fall under Section 6.)
  12612.  
  12613.   Otherwise, if the work is a derivative of the Library, you may
  12614. distribute the object code for the work under the terms of Section 6.
  12615. Any executables containing that work also fall under Section 6,
  12616. whether or not they are linked directly with the Library itself.
  12617.  
  12618.   6. As an exception to the Sections above, you may also combine or
  12619. link a "work that uses the Library" with the Library to produce a
  12620. work containing portions of the Library, and distribute that work
  12621. under terms of your choice, provided that the terms permit
  12622. modification of the work for the customer's own use and reverse
  12623. engineering for debugging such modifications.
  12624.  
  12625.   You must give prominent notice with each copy of the work that the
  12626. Library is used in it and that the Library and its use are covered by
  12627. this License.  You must supply a copy of this License.  If the work
  12628. during execution displays copyright notices, you must include the
  12629. copyright notice for the Library among them, as well as a reference
  12630. directing the user to the copy of this License.  Also, you must do one
  12631. of these things:
  12632.  
  12633.     a) Accompany the work with the complete corresponding
  12634.     machine-readable source code for the Library including whatever
  12635.     changes were used in the work (which must be distributed under
  12636.     Sections 1 and 2 above); and, if the work is an executable linked
  12637.     with the Library, with the complete machine-readable "work that
  12638.     uses the Library", as object code and/or source code, so that the
  12639.     user can modify the Library and then relink to produce a modified
  12640.     executable containing the modified Library.  (It is understood
  12641.     that the user who changes the contents of definitions files in the
  12642.     Library will not necessarily be able to recompile the application
  12643.     to use the modified definitions.)
  12644.  
  12645.     b) Use a suitable shared library mechanism for linking with the
  12646.     Library.  A suitable mechanism is one that (1) uses at run time a
  12647.     copy of the library already present on the user's computer system,
  12648.     rather than copying library functions into the executable, and (2)
  12649.     will operate properly with a modified version of the library, if
  12650.     the user installs one, as long as the modified version is
  12651.     interface-compatible with the version that the work was made with.
  12652.  
  12653.     c) Accompany the work with a written offer, valid for at
  12654.     least three years, to give the same user the materials
  12655.     specified in Subsection 6a, above, for a charge no more
  12656.     than the cost of performing this distribution.
  12657.  
  12658.     d) If distribution of the work is made by offering access to copy
  12659.     from a designated place, offer equivalent access to copy the above
  12660.     specified materials from the same place.
  12661.  
  12662.     e) Verify that the user has already received a copy of these
  12663.     materials or that you have already sent this user a copy.
  12664.  
  12665.   For an executable, the required form of the "work that uses the
  12666. Library" must include any data and utility programs needed for
  12667. reproducing the executable from it.  However, as a special exception,
  12668. the materials to be distributed need not include anything that is
  12669. normally distributed (in either source or binary form) with the major
  12670. components (compiler, kernel, and so on) of the operating system on
  12671. which the executable runs, unless that component itself accompanies
  12672. the executable.
  12673.  
  12674.   It may happen that this requirement contradicts the license
  12675. restrictions of other proprietary libraries that do not normally
  12676. accompany the operating system.  Such a contradiction means you cannot
  12677. use both them and the Library together in an executable that you
  12678. distribute.
  12679.  
  12680.   7. You may place library facilities that are a work based on the
  12681. Library side-by-side in a single library together with other library
  12682. facilities not covered by this License, and distribute such a combined
  12683. library, provided that the separate distribution of the work based on
  12684. the Library and of the other library facilities is otherwise
  12685. permitted, and provided that you do these two things:
  12686.  
  12687.     a) Accompany the combined library with a copy of the same work
  12688.     based on the Library, uncombined with any other library
  12689.     facilities.  This must be distributed under the terms of the
  12690.     Sections above.
  12691.  
  12692.     b) Give prominent notice with the combined library of the fact
  12693.     that part of it is a work based on the Library, and explaining
  12694.     where to find the accompanying uncombined form of the same work.
  12695.  
  12696.   8. You may not copy, modify, sublicense, link with, or distribute
  12697. the Library except as expressly provided under this License.  Any
  12698. attempt otherwise to copy, modify, sublicense, link with, or
  12699. distribute the Library is void, and will automatically terminate your
  12700. rights under this License.  However, parties who have received copies,
  12701. or rights, from you under this License will not have their licenses
  12702. terminated so long as such parties remain in full compliance.
  12703.  
  12704.   9. You are not required to accept this License, since you have not
  12705. signed it.  However, nothing else grants you permission to modify or
  12706. distribute the Library or its derivative works.  These actions are
  12707. prohibited by law if you do not accept this License.  Therefore, by
  12708. modifying or distributing the Library (or any work based on the
  12709. Library), you indicate your acceptance of this License to do so, and
  12710. all its terms and conditions for copying, distributing or modifying
  12711. the Library or works based on it.
  12712.  
  12713.   10. Each time you redistribute the Library (or any work based on the
  12714. Library), the recipient automatically receives a license from the
  12715. original licensor to copy, distribute, link with or modify the Library
  12716. subject to these terms and conditions.  You may not impose any further
  12717. restrictions on the recipients' exercise of the rights granted herein.
  12718. You are not responsible for enforcing compliance by third parties with
  12719. this License.
  12720.  
  12721.   11. If, as a consequence of a court judgment or allegation of patent
  12722. infringement or for any other reason (not limited to patent issues),
  12723. conditions are imposed on you (whether by court order, agreement or
  12724. otherwise) that contradict the conditions of this License, they do not
  12725. excuse you from the conditions of this License.  If you cannot
  12726. distribute so as to satisfy simultaneously your obligations under this
  12727. License and any other pertinent obligations, then as a consequence you
  12728. may not distribute the Library at all.  For example, if a patent
  12729. license would not permit royalty-free redistribution of the Library by
  12730. all those who receive copies directly or indirectly through you, then
  12731. the only way you could satisfy both it and this License would be to
  12732. refrain entirely from distribution of the Library.
  12733.  
  12734. If any portion of this section is held invalid or unenforceable under any
  12735. particular circumstance, the balance of the section is intended to apply,
  12736. and the section as a whole is intended to apply in other circumstances.
  12737.  
  12738. It is not the purpose of this section to induce you to infringe any
  12739. patents or other property right claims or to contest validity of any
  12740. such claims; this section has the sole purpose of protecting the
  12741. integrity of the free software distribution system which is
  12742. implemented by public license practices.  Many people have made
  12743. generous contributions to the wide range of software distributed
  12744. through that system in reliance on consistent application of that
  12745. system; it is up to the author/donor to decide if he or she is willing
  12746. to distribute software through any other system and a licensee cannot
  12747. impose that choice.
  12748.  
  12749. This section is intended to make thoroughly clear what is believed to
  12750. be a consequence of the rest of this License.
  12751.  
  12752.   12. If the distribution and/or use of the Library is restricted in
  12753. certain countries either by patents or by copyrighted interfaces, the
  12754. original copyright holder who places the Library under this License may add
  12755. an explicit geographical distribution limitation excluding those countries,
  12756. so that distribution is permitted only in or among countries not thus
  12757. excluded.  In such case, this License incorporates the limitation as if
  12758. written in the body of this License.
  12759.  
  12760.   13. The Free Software Foundation may publish revised and/or new
  12761. versions of the Lesser General Public License from time to time.
  12762. Such new versions will be similar in spirit to the present version,
  12763. but may differ in detail to address new problems or concerns.
  12764.  
  12765. Each version is given a distinguishing version number.  If the Library
  12766. specifies a version number of this License which applies to it and
  12767. "any later version", you have the option of following the terms and
  12768. conditions either of that version or of any later version published by
  12769. the Free Software Foundation.  If the Library does not specify a
  12770. license version number, you may choose any version ever published by
  12771. the Free Software Foundation.
  12772.  
  12773.   14. If you wish to incorporate parts of the Library into other free
  12774. programs whose distribution conditions are incompatible with these,
  12775. write to the author to ask for permission.  For software which is
  12776. copyrighted by the Free Software Foundation, write to the Free
  12777. Software Foundation; we sometimes make exceptions for this.  Our
  12778. decision will be guided by the two goals of preserving the free status
  12779. of all derivatives of our free software and of promoting the sharing
  12780. and reuse of software generally.
  12781.  
  12782.                             NO WARRANTY
  12783.  
  12784.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  12785. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  12786. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  12787. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  12788. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  12789. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  12790. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  12791. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  12792. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  12793.  
  12794.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  12795. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  12796. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  12797. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  12798. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  12799. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  12800. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  12801. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  12802. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  12803. DAMAGES.
  12804.  
  12805.                      END OF TERMS AND CONDITIONS
  12806.  
  12807.            How to Apply These Terms to Your New Libraries
  12808.  
  12809.   If you develop a new library, and you want it to be of the greatest
  12810. possible use to the public, we recommend making it free software that
  12811. everyone can redistribute and change.  You can do so by permitting
  12812. redistribution under these terms (or, alternatively, under the terms of the
  12813. ordinary General Public License).
  12814.  
  12815.   To apply these terms, attach the following notices to the library.  It is
  12816. safest to attach them to the start of each source file to most effectively
  12817. convey the exclusion of warranty; and each file should have at least the
  12818. "copyright" line and a pointer to where the full notice is found.
  12819.  
  12820.     <one line to give the library's name and a brief idea of what it does.>
  12821.     Copyright (C) <year>  <name of author>
  12822.  
  12823.     This library is free software; you can redistribute it and/or
  12824.     modify it under the terms of the GNU Lesser General Public
  12825.     License as published by the Free Software Foundation; either
  12826.     version 2.1 of the License, or (at your option) any later version.
  12827.  
  12828.     This library is distributed in the hope that it will be useful,
  12829.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12830.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12831.     Lesser General Public License for more details.
  12832.  
  12833.     You should have received a copy of the GNU Lesser General Public
  12834.     License along with this library; if not, write to the Free Software
  12835.     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  12836.  
  12837. Also add information on how to contact you by electronic and paper mail.
  12838.  
  12839. You should also get your employer (if you work as a programmer) or your
  12840. school, if any, to sign a "copyright disclaimer" for the library, if
  12841. necessary.  Here is a sample; alter the names:
  12842.  
  12843.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  12844.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  12845.  
  12846.   <signature of Ty Coon>, 1 April 1990
  12847.   Ty Coon, President of Vice
  12848.  
  12849. That's all there is to it!
  12850. </pre>
  12851. </div>
  12852. </div>
  12853.  
  12854.  
  12855. <div class="product">
  12856. <span class="title">The USB ID Repository</span>
  12857. <a class="show" href="#">show license</a>
  12858. <span class="homepage"><a href="http://www.linux-usb.org/usb-ids.html">homepage</a></span>
  12859. <div class="licence">
  12860. <pre>Copyright (c) 2012, Linux USB Project
  12861. All rights reserved.
  12862.  
  12863. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  12864.  
  12865. o Redistributions of source code must retain the above copyright notice,
  12866.   this list of conditions and the following disclaimer.
  12867.  
  12868. o Redistributions in binary form must reproduce the above copyright
  12869.   notice, this list of conditions and the following disclaimer in the
  12870.   documentation and/or other materials provided with the distribution.
  12871.  
  12872. o Neither the name of the Linux USB Project nor the names of its
  12873.   contributors may be used to endorse or promote products derived from
  12874.   this software without specific prior written permission.
  12875.  
  12876. 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.
  12877. </pre>
  12878. </div>
  12879. </div>
  12880.  
  12881.  
  12882. <div class="product">
  12883. <span class="title">Internationalization Library for v8</span>
  12884. <a class="show" href="#">show license</a>
  12885. <span class="homepage"><a href="http://code.google.com/p/v8-i18n/">homepage</a></span>
  12886. <div class="licence">
  12887. <pre>Copyright 2012 the v8-i18n authors.
  12888.  
  12889. Licensed under the Apache License, Version 2.0 (the "License");
  12890. you may not use this file except in compliance with the License.
  12891. You may obtain a copy of the License at
  12892.  
  12893.    http://www.apache.org/licenses/LICENSE-2.0
  12894.  
  12895. Unless required by applicable law or agreed to in writing, software
  12896. distributed under the License is distributed on an "AS IS" BASIS,
  12897. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12898. See the License for the specific language governing permissions and
  12899. limitations under the License.
  12900. </pre>
  12901. </div>
  12902. </div>
  12903.  
  12904.  
  12905. <div class="product">
  12906. <span class="title">Webdriver</span>
  12907. <a class="show" href="#">show license</a>
  12908. <span class="homepage"><a href="http://selenium.googlecode.com/svn/trunk/py">homepage</a></span>
  12909. <div class="licence">
  12910. <pre>NAME: WebDriver
  12911. URL: http://selenium.googlecode.com/svn/trunk/py
  12912.      http://selenium.googlecode.com/svn/trunk/common/src/web
  12913. LICENSE: Apache 2 
  12914. </pre>
  12915. </div>
  12916. </div>
  12917.  
  12918.  
  12919. <div class="product">
  12920. <span class="title">WebRTC</span>
  12921. <a class="show" href="#">show license</a>
  12922. <span class="homepage"><a href="http://www.webrtc.org">homepage</a></span>
  12923. <div class="licence">
  12924. <pre>Copyright (c) 2011, The WebRTC project authors. All rights reserved.
  12925.  
  12926. Redistribution and use in source and binary forms, with or without
  12927. modification, are permitted provided that the following conditions are
  12928. met:
  12929.  
  12930.   * Redistributions of source code must retain the above copyright
  12931.     notice, this list of conditions and the following disclaimer.
  12932.  
  12933.   * Redistributions in binary form must reproduce the above copyright
  12934.     notice, this list of conditions and the following disclaimer in
  12935.     the documentation and/or other materials provided with the
  12936.     distribution.
  12937.  
  12938.   * Neither the name of Google nor the names of its contributors may
  12939.     be used to endorse or promote products derived from this software
  12940.     without specific prior written permission.
  12941.  
  12942. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  12943. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  12944. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  12945. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  12946. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  12947. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  12948. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  12949. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  12950. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  12951. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  12952. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12953. </pre>
  12954. </div>
  12955. </div>
  12956.  
  12957.  
  12958. <div class="product">
  12959. <span class="title">wtl</span>
  12960. <a class="show" href="#">show license</a>
  12961. <span class="homepage"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c">homepage</a></span>
  12962. <div class="licence">
  12963. <pre>Microsoft Permissive License (Ms-PL)
  12964. Published: October 12, 2006
  12965.  
  12966.  
  12967. This license governs use of the accompanying software. If you use the software,
  12968. you accept this license. If you do not accept the license, do not use the
  12969. software.
  12970.  
  12971.  
  12972. 1. Definitions
  12973.  
  12974. The terms "reproduce," "reproduction," "derivative works," and "distribution"
  12975. have the same meaning here as under U.S. copyright law.
  12976.  
  12977. A "contribution" is the original software, or any additions or changes to the
  12978. software.
  12979.  
  12980. A "contributor" is any person that distributes its contribution under this
  12981. license.
  12982.  
  12983. "Licensed patents" are a contributorΓÇÖs patent claims that read directly on its
  12984. contribution.
  12985.  
  12986.  
  12987. 2. Grant of Rights
  12988.  
  12989. (A) Copyright Grant- Subject to the terms of this license, including the
  12990. license conditions and limitations in section 3, each contributor grants you a
  12991. non-exclusive, worldwide, royalty-free copyright license to reproduce its
  12992. contribution, prepare derivative works of its contribution, and distribute its
  12993. contribution or any derivative works that you create.
  12994.  
  12995. (B) Patent Grant- Subject to the terms of this license, including the license
  12996. conditions and limitations in section 3, each contributor grants you a
  12997. non-exclusive, worldwide, royalty-free license under its licensed patents to
  12998. make, have made, use, sell, offer for sale, import, and/or otherwise dispose of
  12999. its contribution in the software or derivative works of the contribution in the
  13000. software.
  13001.  
  13002.  
  13003. 3. Conditions and Limitations
  13004.  
  13005. (A) No Trademark License- This license does not grant you rights to use any
  13006. contributorsΓÇÖ name, logo, or trademarks.
  13007.  
  13008. (B) If you bring a patent claim against any contributor over patents that you
  13009. claim are infringed by the software, your patent license from such contributor
  13010. to the software ends automatically.
  13011.  
  13012. (C) If you distribute any portion of the software, you must retain all
  13013. copyright, patent, trademark, and attribution notices that are present in the
  13014. software.
  13015.  
  13016. (D) If you distribute any portion of the software in source code form, you may
  13017. do so only under this license by including a complete copy of this license with
  13018. your distribution. If you distribute any portion of the software in compiled or
  13019. object code form, you may only do so under a license that complies with this
  13020. license.
  13021.  
  13022. (E) The software is licensed "as-is." You bear the risk of using it. The
  13023. contributors give no express warranties, guarantees or conditions. You may have
  13024. additional consumer rights under your local laws which this license cannot
  13025. change. To the extent permitted under your local laws, the contributors exclude
  13026. the implied warranties of merchantability, fitness for a particular purpose and
  13027. non-infringement.
  13028. </pre>
  13029. </div>
  13030. </div>
  13031.  
  13032.  
  13033. <div class="product">
  13034. <span class="title">x86inc</span>
  13035. <a class="show" href="#">show license</a>
  13036. <span class="homepage"><a href="http://git.videolan.org/?p=x264.git;a=blob;f=common/x86/x86inc.asm">homepage</a></span>
  13037. <div class="licence">
  13038. <pre>;*****************************************************************************
  13039. ;* x86inc.asm
  13040. ;*****************************************************************************
  13041. ;* Copyright (C) 2005-2011 x264 project
  13042. ;*
  13043. ;* Authors: Loren Merritt <lorenm@u.washington.edu>
  13044. ;*          Anton Mitrofanov <BugMaster@narod.ru>
  13045. ;*          Jason Garrett-Glaser <darkshikari@gmail.com>
  13046. ;*
  13047. ;* Permission to use, copy, modify, and/or distribute this software for any
  13048. ;* purpose with or without fee is hereby granted, provided that the above
  13049. ;* copyright notice and this permission notice appear in all copies.
  13050. ;*
  13051. ;* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  13052. ;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  13053. ;* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  13054. ;* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  13055. ;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  13056. ;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  13057. ;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  13058. ;*****************************************************************************
  13059.  
  13060. ; This is a header file for the x264ASM assembly language, which uses
  13061. ; NASM/YASM syntax combined with a large number of macros to provide easy
  13062. ; abstraction between different calling conventions (x86_32, win64, linux64).
  13063. ; It also has various other useful features to simplify writing the kind of
  13064. ; DSP functions that are most often used in x264.
  13065.  
  13066. ; Unlike the rest of x264, this file is available under an ISC license, as it
  13067. ; has significant usefulness outside of x264 and we want it to be available
  13068. ; to the largest audience possible.  Of course, if you modify it for your own
  13069. ; purposes to add a new feature, we strongly encourage contributing a patch
  13070. ; as this feature might be useful for others as well.  Send patches or ideas
  13071. ; to x264-devel@videolan.org .
  13072. </pre>
  13073. </div>
  13074. </div>
  13075.  
  13076.  
  13077. <div class="product">
  13078. <span class="title">xdg-utils</span>
  13079. <a class="show" href="#">show license</a>
  13080. <span class="homepage"><a href="http://portland.freedesktop.org/wiki/">homepage</a></span>
  13081. <div class="licence">
  13082. <pre>#
  13083. #   Permission is hereby granted, free of charge, to any person obtaining a
  13084. #   copy of this software and associated documentation files (the "Software"),
  13085. #   to deal in the Software without restriction, including without limitation
  13086. #   the rights to use, copy, modify, merge, publish, distribute, sublicense,
  13087. #   and/or sell copies of the Software, and to permit persons to whom the
  13088. #   Software is furnished to do so, subject to the following conditions:
  13089. #
  13090. #   The above copyright notice and this permission notice shall be included
  13091. #   in all copies or substantial portions of the Software.
  13092. #
  13093. #   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  13094. #   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13095. #   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  13096. #   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  13097. #   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  13098. #   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  13099. #   OTHER DEALINGS IN THE SOFTWARE.
  13100. </pre>
  13101. </div>
  13102. </div>
  13103.  
  13104.  
  13105. <div class="product">
  13106. <span class="title">XUL Runner SDK</span>
  13107. <a class="show" href="#">show license</a>
  13108. <span class="homepage"><a href="https://developer.mozilla.org/en/Gecko_SDK">homepage</a></span>
  13109. <div class="licence">
  13110. <pre>                          MOZILLA PUBLIC LICENSE
  13111.                                 Version 1.1
  13112.  
  13113.                               ---------------
  13114.  
  13115. 1. Definitions.
  13116.  
  13117.      1.0.1. "Commercial Use" means distribution or otherwise making the
  13118.      Covered Code available to a third party.
  13119.  
  13120.      1.1. "Contributor" means each entity that creates or contributes to
  13121.      the creation of Modifications.
  13122.  
  13123.      1.2. "Contributor Version" means the combination of the Original
  13124.      Code, prior Modifications used by a Contributor, and the Modifications
  13125.      made by that particular Contributor.
  13126.  
  13127.      1.3. "Covered Code" means the Original Code or Modifications or the
  13128.      combination of the Original Code and Modifications, in each case
  13129.      including portions thereof.
  13130.  
  13131.      1.4. "Electronic Distribution Mechanism" means a mechanism generally
  13132.      accepted in the software development community for the electronic
  13133.      transfer of data.
  13134.  
  13135.      1.5. "Executable" means Covered Code in any form other than Source
  13136.      Code.
  13137.  
  13138.      1.6. "Initial Developer" means the individual or entity identified
  13139.      as the Initial Developer in the Source Code notice required by Exhibit
  13140.      A.
  13141.  
  13142.      1.7. "Larger Work" means a work which combines Covered Code or
  13143.      portions thereof with code not governed by the terms of this License.
  13144.  
  13145.      1.8. "License" means this document.
  13146.  
  13147.      1.8.1. "Licensable" means having the right to grant, to the maximum
  13148.      extent possible, whether at the time of the initial grant or
  13149.      subsequently acquired, any and all of the rights conveyed herein.
  13150.  
  13151.      1.9. "Modifications" means any addition to or deletion from the
  13152.      substance or structure of either the Original Code or any previous
  13153.      Modifications. When Covered Code is released as a series of files, a
  13154.      Modification is:
  13155.           A. Any addition to or deletion from the contents of a file
  13156.           containing Original Code or previous Modifications.
  13157.  
  13158.           B. Any new file that contains any part of the Original Code or
  13159.           previous Modifications.
  13160.  
  13161.      1.10. "Original Code" means Source Code of computer software code
  13162.      which is described in the Source Code notice required by Exhibit A as
  13163.      Original Code, and which, at the time of its release under this
  13164.      License is not already Covered Code governed by this License.
  13165.  
  13166.      1.10.1. "Patent Claims" means any patent claim(s), now owned or
  13167.      hereafter acquired, including without limitation, method, process,
  13168.      and apparatus claims, in any patent Licensable by grantor.
  13169.  
  13170.      1.11. "Source Code" means the preferred form of the Covered Code for
  13171.      making modifications to it, including all modules it contains, plus
  13172.      any associated interface definition files, scripts used to control
  13173.      compilation and installation of an Executable, or source code
  13174.      differential comparisons against either the Original Code or another
  13175.      well known, available Covered Code of the Contributor's choice. The
  13176.      Source Code can be in a compressed or archival form, provided the
  13177.      appropriate decompression or de-archiving software is widely available
  13178.      for no charge.
  13179.  
  13180.      1.12. "You" (or "Your") means an individual or a legal entity
  13181.      exercising rights under, and complying with all of the terms of, this
  13182.      License or a future version of this License issued under Section 6.1.
  13183.      For legal entities, "You" includes any entity which controls, is
  13184.      controlled by, or is under common control with You. For purposes of
  13185.      this definition, "control" means (a) the power, direct or indirect,
  13186.      to cause the direction or management of such entity, whether by
  13187.      contract or otherwise, or (b) ownership of more than fifty percent
  13188.      (50%) of the outstanding shares or beneficial ownership of such
  13189.      entity.
  13190.  
  13191. 2. Source Code License.
  13192.  
  13193.      2.1. The Initial Developer Grant.
  13194.      The Initial Developer hereby grants You a world-wide, royalty-free,
  13195.      non-exclusive license, subject to third party intellectual property
  13196.      claims:
  13197.           (a) under intellectual property rights (other than patent or
  13198.           trademark) Licensable by Initial Developer to use, reproduce,
  13199.           modify, display, perform, sublicense and distribute the Original
  13200.           Code (or portions thereof) with or without Modifications, and/or
  13201.           as part of a Larger Work; and
  13202.  
  13203.           (b) under Patents Claims infringed by the making, using or
  13204.           selling of Original Code, to make, have made, use, practice,
  13205.           sell, and offer for sale, and/or otherwise dispose of the
  13206.           Original Code (or portions thereof).
  13207.  
  13208.           (c) the licenses granted in this Section 2.1(a) and (b) are
  13209.           effective on the date Initial Developer first distributes
  13210.           Original Code under the terms of this License.
  13211.  
  13212.           (d) Notwithstanding Section 2.1(b) above, no patent license is
  13213.           granted: 1) for code that You delete from the Original Code; 2)
  13214.           separate from the Original Code; or 3) for infringements caused
  13215.           by: i) the modification of the Original Code or ii) the
  13216.           combination of the Original Code with other software or devices.
  13217.  
  13218.      2.2. Contributor Grant.
  13219.      Subject to third party intellectual property claims, each Contributor
  13220.      hereby grants You a world-wide, royalty-free, non-exclusive license
  13221.  
  13222.           (a) under intellectual property rights (other than patent or
  13223.           trademark) Licensable by Contributor, to use, reproduce, modify,
  13224.           display, perform, sublicense and distribute the Modifications
  13225.           created by such Contributor (or portions thereof) either on an
  13226.           unmodified basis, with other Modifications, as Covered Code
  13227.           and/or as part of a Larger Work; and
  13228.  
  13229.           (b) under Patent Claims infringed by the making, using, or
  13230.           selling of Modifications made by that Contributor either alone
  13231.           and/or in combination with its Contributor Version (or portions
  13232.           of such combination), to make, use, sell, offer for sale, have
  13233.           made, and/or otherwise dispose of: 1) Modifications made by that
  13234.           Contributor (or portions thereof); and 2) the combination of
  13235.           Modifications made by that Contributor with its Contributor
  13236.           Version (or portions of such combination).
  13237.  
  13238.           (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
  13239.           effective on the date Contributor first makes Commercial Use of
  13240.           the Covered Code.
  13241.  
  13242.           (d) Notwithstanding Section 2.2(b) above, no patent license is
  13243.           granted: 1) for any code that Contributor has deleted from the
  13244.           Contributor Version; 2) separate from the Contributor Version;
  13245.           3) for infringements caused by: i) third party modifications of
  13246.           Contributor Version or ii) the combination of Modifications made
  13247.           by that Contributor with other software (except as part of the
  13248.           Contributor Version) or other devices; or 4) under Patent Claims
  13249.           infringed by Covered Code in the absence of Modifications made by
  13250.           that Contributor.
  13251.  
  13252. 3. Distribution Obligations.
  13253.  
  13254.      3.1. Application of License.
  13255.      The Modifications which You create or to which You contribute are
  13256.      governed by the terms of this License, including without limitation
  13257.      Section 2.2. The Source Code version of Covered Code may be
  13258.      distributed only under the terms of this License or a future version
  13259.      of this License released under Section 6.1, and You must include a
  13260.      copy of this License with every copy of the Source Code You
  13261.      distribute. You may not offer or impose any terms on any Source Code
  13262.      version that alters or restricts the applicable version of this
  13263.      License or the recipients' rights hereunder. However, You may include
  13264.      an additional document offering the additional rights described in
  13265.      Section 3.5.
  13266.  
  13267.      3.2. Availability of Source Code.
  13268.      Any Modification which You create or to which You contribute must be
  13269.      made available in Source Code form under the terms of this License
  13270.      either on the same media as an Executable version or via an accepted
  13271.      Electronic Distribution Mechanism to anyone to whom you made an
  13272.      Executable version available; and if made available via Electronic
  13273.      Distribution Mechanism, must remain available for at least twelve (12)
  13274.      months after the date it initially became available, or at least six
  13275.      (6) months after a subsequent version of that particular Modification
  13276.      has been made available to such recipients. You are responsible for
  13277.      ensuring that the Source Code version remains available even if the
  13278.      Electronic Distribution Mechanism is maintained by a third party.
  13279.  
  13280.      3.3. Description of Modifications.
  13281.      You must cause all Covered Code to which You contribute to contain a
  13282.      file documenting the changes You made to create that Covered Code and
  13283.      the date of any change. You must include a prominent statement that
  13284.      the Modification is derived, directly or indirectly, from Original
  13285.      Code provided by the Initial Developer and including the name of the
  13286.      Initial Developer in (a) the Source Code, and (b) in any notice in an
  13287.      Executable version or related documentation in which You describe the
  13288.      origin or ownership of the Covered Code.
  13289.  
  13290.      3.4. Intellectual Property Matters
  13291.           (a) Third Party Claims.
  13292.           If Contributor has knowledge that a license under a third party's
  13293.           intellectual property rights is required to exercise the rights
  13294.           granted by such Contributor under Sections 2.1 or 2.2,
  13295.           Contributor must include a text file with the Source Code
  13296.           distribution titled "LEGAL" which describes the claim and the
  13297.           party making the claim in sufficient detail that a recipient will
  13298.           know whom to contact. If Contributor obtains such knowledge after
  13299.           the Modification is made available as described in Section 3.2,
  13300.           Contributor shall promptly modify the LEGAL file in all copies
  13301.           Contributor makes available thereafter and shall take other steps
  13302.           (such as notifying appropriate mailing lists or newsgroups)
  13303.           reasonably calculated to inform those who received the Covered
  13304.           Code that new knowledge has been obtained.
  13305.  
  13306.           (b) Contributor APIs.
  13307.           If Contributor's Modifications include an application programming
  13308.           interface and Contributor has knowledge of patent licenses which
  13309.           are reasonably necessary to implement that API, Contributor must
  13310.           also include this information in the LEGAL file.
  13311.  
  13312.           (c) Representations.
  13313.           Contributor represents that, except as disclosed pursuant to
  13314.           Section 3.4(a) above, Contributor believes that Contributor's
  13315.           Modifications are Contributor's original creation(s) and/or
  13316.           Contributor has sufficient rights to grant the rights conveyed by
  13317.           this License.
  13318.  
  13319.      3.5. Required Notices.
  13320.      You must duplicate the notice in Exhibit A in each file of the Source
  13321.      Code. If it is not possible to put such notice in a particular Source
  13322.      Code file due to its structure, then You must include such notice in a
  13323.      location (such as a relevant directory) where a user would be likely
  13324.      to look for such a notice. If You created one or more Modification(s)
  13325.      You may add your name as a Contributor to the notice described in
  13326.      Exhibit A. You must also duplicate this License in any documentation
  13327.      for the Source Code where You describe recipients' rights or ownership
  13328.      rights relating to Covered Code. You may choose to offer, and to
  13329.      charge a fee for, warranty, support, indemnity or liability
  13330.      obligations to one or more recipients of Covered Code. However, You
  13331.      may do so only on Your own behalf, and not on behalf of the Initial
  13332.      Developer or any Contributor. You must make it absolutely clear than
  13333.      any such warranty, support, indemnity or liability obligation is
  13334.      offered by You alone, and You hereby agree to indemnify the Initial
  13335.      Developer and every Contributor for any liability incurred by the
  13336.      Initial Developer or such Contributor as a result of warranty,
  13337.      support, indemnity or liability terms You offer.
  13338.  
  13339.      3.6. Distribution of Executable Versions.
  13340.      You may distribute Covered Code in Executable form only if the
  13341.      requirements of Section 3.1-3.5 have been met for that Covered Code,
  13342.      and if You include a notice stating that the Source Code version of
  13343.      the Covered Code is available under the terms of this License,
  13344.      including a description of how and where You have fulfilled the
  13345.      obligations of Section 3.2. The notice must be conspicuously included
  13346.      in any notice in an Executable version, related documentation or
  13347.      collateral in which You describe recipients' rights relating to the
  13348.      Covered Code. You may distribute the Executable version of Covered
  13349.      Code or ownership rights under a license of Your choice, which may
  13350.      contain terms different from this License, provided that You are in
  13351.      compliance with the terms of this License and that the license for the
  13352.      Executable version does not attempt to limit or alter the recipient's
  13353.      rights in the Source Code version from the rights set forth in this
  13354.      License. If You distribute the Executable version under a different
  13355.      license You must make it absolutely clear that any terms which differ
  13356.      from this License are offered by You alone, not by the Initial
  13357.      Developer or any Contributor. You hereby agree to indemnify the
  13358.      Initial Developer and every Contributor for any liability incurred by
  13359.      the Initial Developer or such Contributor as a result of any such
  13360.      terms You offer.
  13361.  
  13362.      3.7. Larger Works.
  13363.      You may create a Larger Work by combining Covered Code with other code
  13364.      not governed by the terms of this License and distribute the Larger
  13365.      Work as a single product. In such a case, You must make sure the
  13366.      requirements of this License are fulfilled for the Covered Code.
  13367.  
  13368. 4. Inability to Comply Due to Statute or Regulation.
  13369.  
  13370.      If it is impossible for You to comply with any of the terms of this
  13371.      License with respect to some or all of the Covered Code due to
  13372.      statute, judicial order, or regulation then You must: (a) comply with
  13373.      the terms of this License to the maximum extent possible; and (b)
  13374.      describe the limitations and the code they affect. Such description
  13375.      must be included in the LEGAL file described in Section 3.4 and must
  13376.      be included with all distributions of the Source Code. Except to the
  13377.      extent prohibited by statute or regulation, such description must be
  13378.      sufficiently detailed for a recipient of ordinary skill to be able to
  13379.      understand it.
  13380.  
  13381. 5. Application of this License.
  13382.  
  13383.      This License applies to code to which the Initial Developer has
  13384.      attached the notice in Exhibit A and to related Covered Code.
  13385.  
  13386. 6. Versions of the License.
  13387.  
  13388.      6.1. New Versions.
  13389.      Netscape Communications Corporation ("Netscape") may publish revised
  13390.      and/or new versions of the License from time to time. Each version
  13391.      will be given a distinguishing version number.
  13392.  
  13393.      6.2. Effect of New Versions.
  13394.      Once Covered Code has been published under a particular version of the
  13395.      License, You may always continue to use it under the terms of that
  13396.      version. You may also choose to use such Covered Code under the terms
  13397.      of any subsequent version of the License published by Netscape. No one
  13398.      other than Netscape has the right to modify the terms applicable to
  13399.      Covered Code created under this License.
  13400.  
  13401.      6.3. Derivative Works.
  13402.      If You create or use a modified version of this License (which you may
  13403.      only do in order to apply it to code which is not already Covered Code
  13404.      governed by this License), You must (a) rename Your license so that
  13405.      the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
  13406.      "MPL", "NPL" or any confusingly similar phrase do not appear in your
  13407.      license (except to note that your license differs from this License)
  13408.      and (b) otherwise make it clear that Your version of the license
  13409.      contains terms which differ from the Mozilla Public License and
  13410.      Netscape Public License. (Filling in the name of the Initial
  13411.      Developer, Original Code or Contributor in the notice described in
  13412.      Exhibit A shall not of themselves be deemed to be modifications of
  13413.      this License.)
  13414.  
  13415. 7. DISCLAIMER OF WARRANTY.
  13416.  
  13417.      COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
  13418.      WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
  13419.      WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
  13420.      DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
  13421.      THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
  13422.      IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
  13423.      YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
  13424.      COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
  13425.      OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
  13426.      ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  13427.  
  13428. 8. TERMINATION.
  13429.  
  13430.      8.1. This License and the rights granted hereunder will terminate
  13431.      automatically if You fail to comply with terms herein and fail to cure
  13432.      such breach within 30 days of becoming aware of the breach. All
  13433.      sublicenses to the Covered Code which are properly granted shall
  13434.      survive any termination of this License. Provisions which, by their
  13435.      nature, must remain in effect beyond the termination of this License
  13436.      shall survive.
  13437.  
  13438.      8.2. If You initiate litigation by asserting a patent infringement
  13439.      claim (excluding declatory judgment actions) against Initial Developer
  13440.      or a Contributor (the Initial Developer or Contributor against whom
  13441.      You file such action is referred to as "Participant") alleging that:
  13442.  
  13443.      (a) such Participant's Contributor Version directly or indirectly
  13444.      infringes any patent, then any and all rights granted by such
  13445.      Participant to You under Sections 2.1 and/or 2.2 of this License
  13446.      shall, upon 60 days notice from Participant terminate prospectively,
  13447.      unless if within 60 days after receipt of notice You either: (i)
  13448.      agree in writing to pay Participant a mutually agreeable reasonable
  13449.      royalty for Your past and future use of Modifications made by such
  13450.      Participant, or (ii) withdraw Your litigation claim with respect to
  13451.      the Contributor Version against such Participant. If within 60 days
  13452.      of notice, a reasonable royalty and payment arrangement are not
  13453.      mutually agreed upon in writing by the parties or the litigation claim
  13454.      is not withdrawn, the rights granted by Participant to You under
  13455.      Sections 2.1 and/or 2.2 automatically terminate at the expiration of
  13456.      the 60 day notice period specified above.
  13457.  
  13458.      (b) any software, hardware, or device, other than such Participant's
  13459.      Contributor Version, directly or indirectly infringes any patent, then
  13460.      any rights granted to You by such Participant under Sections 2.1(b)
  13461.      and 2.2(b) are revoked effective as of the date You first made, used,
  13462.      sold, distributed, or had made, Modifications made by that
  13463.      Participant.
  13464.  
  13465.      8.3. If You assert a patent infringement claim against Participant
  13466.      alleging that such Participant's Contributor Version directly or
  13467.      indirectly infringes any patent where such claim is resolved (such as
  13468.      by license or settlement) prior to the initiation of patent
  13469.      infringement litigation, then the reasonable value of the licenses
  13470.      granted by such Participant under Sections 2.1 or 2.2 shall be taken
  13471.      into account in determining the amount or value of any payment or
  13472.      license.
  13473.  
  13474.      8.4. In the event of termination under Sections 8.1 or 8.2 above,
  13475.      all end user license agreements (excluding distributors and resellers)
  13476.      which have been validly granted by You or any distributor hereunder
  13477.      prior to termination shall survive termination.
  13478.  
  13479. 9. LIMITATION OF LIABILITY.
  13480.  
  13481.      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
  13482.      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
  13483.      DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
  13484.      OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
  13485.      ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
  13486.      CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
  13487.      WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
  13488.      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
  13489.      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
  13490.      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
  13491.      RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
  13492.      PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
  13493.      EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  13494.      THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
  13495.  
  13496. 10. U.S. GOVERNMENT END USERS.
  13497.  
  13498.      The Covered Code is a "commercial item," as that term is defined in
  13499.      48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
  13500.      software" and "commercial computer software documentation," as such
  13501.      terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
  13502.      C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
  13503.      all U.S. Government End Users acquire Covered Code with only those
  13504.      rights set forth herein.
  13505.  
  13506. 11. MISCELLANEOUS.
  13507.  
  13508.      This License represents the complete agreement concerning subject
  13509.      matter hereof. If any provision of this License is held to be
  13510.      unenforceable, such provision shall be reformed only to the extent
  13511.      necessary to make it enforceable. This License shall be governed by
  13512.      California law provisions (except to the extent applicable law, if
  13513.      any, provides otherwise), excluding its conflict-of-law provisions.
  13514.      With respect to disputes in which at least one party is a citizen of,
  13515.      or an entity chartered or registered to do business in the United
  13516.      States of America, any litigation relating to this License shall be
  13517.      subject to the jurisdiction of the Federal Courts of the Northern
  13518.      District of California, with venue lying in Santa Clara County,
  13519.      California, with the losing party responsible for costs, including
  13520.      without limitation, court costs and reasonable attorneys' fees and
  13521.      expenses. The application of the United Nations Convention on
  13522.      Contracts for the International Sale of Goods is expressly excluded.
  13523.      Any law or regulation which provides that the language of a contract
  13524.      shall be construed against the drafter shall not apply to this
  13525.      License.
  13526.  
  13527. 12. RESPONSIBILITY FOR CLAIMS.
  13528.  
  13529.      As between Initial Developer and the Contributors, each party is
  13530.      responsible for claims and damages arising, directly or indirectly,
  13531.      out of its utilization of rights under this License and You agree to
  13532.      work with Initial Developer and Contributors to distribute such
  13533.      responsibility on an equitable basis. Nothing herein is intended or
  13534.      shall be deemed to constitute any admission of liability.
  13535.  
  13536. 13. MULTIPLE-LICENSED CODE.
  13537.  
  13538.      Initial Developer may designate portions of the Covered Code as
  13539.      "Multiple-Licensed". "Multiple-Licensed" means that the Initial
  13540.      Developer permits you to utilize portions of the Covered Code under
  13541.      Your choice of the NPL or the alternative licenses, if any, specified
  13542.      by the Initial Developer in the file described in Exhibit A.
  13543.  
  13544. EXHIBIT A -Mozilla Public License.
  13545.  
  13546.      ``The contents of this file are subject to the Mozilla Public License
  13547.      Version 1.1 (the "License"); you may not use this file except in
  13548.      compliance with the License. You may obtain a copy of the License at
  13549.      http://www.mozilla.org/MPL/
  13550.  
  13551.      Software distributed under the License is distributed on an "AS IS"
  13552.      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  13553.      License for the specific language governing rights and limitations
  13554.      under the License.
  13555.  
  13556.      The Original Code is ______________________________________.
  13557.  
  13558.      The Initial Developer of the Original Code is ________________________.
  13559.      Portions created by ______________________ are Copyright (C) ______
  13560.      _______________________. All Rights Reserved.
  13561.  
  13562.      Contributor(s): ______________________________________.
  13563.  
  13564.      Alternatively, the contents of this file may be used under the terms
  13565.      of the _____ license (the "[___] License"), in which case the
  13566.      provisions of [______] License are applicable instead of those
  13567.      above. If you wish to allow use of your version of this file only
  13568.      under the terms of the [____] License and not to allow others to use
  13569.      your version of this file under the MPL, indicate your decision by
  13570.      deleting the provisions above and replace them with the notice and
  13571.      other provisions required by the [___] License. If you do not delete
  13572.      the provisions above, a recipient may use your version of this file
  13573.      under either the MPL or the [___] License."
  13574.  
  13575.      [NOTE: The text of this Exhibit A may differ slightly from the text of
  13576.      the notices in the Source Code files of the Original Code. You should
  13577.      use the text of this Exhibit A rather than the text found in the
  13578.      Original Code Source Code for Your Modifications.]
  13579.  
  13580.      ----------------------------------------------------------------------
  13581.  
  13582.      AMENDMENTS
  13583.  
  13584.      The Netscape Public License Version 1.1 ("NPL") consists of the
  13585.      Mozilla Public License Version 1.1 with the following Amendments,
  13586.      including Exhibit A-Netscape Public License. Files identified with
  13587.      "Exhibit A-Netscape Public License" are governed by the Netscape
  13588.      Public License Version 1.1.
  13589.  
  13590.      Additional Terms applicable to the Netscape Public License.
  13591.           I. Effect.
  13592.           These additional terms described in this Netscape Public
  13593.           License -- Amendments shall apply to the Mozilla Communicator
  13594.           client code and to all Covered Code under this License.
  13595.  
  13596.           II. "Netscape's Branded Code" means Covered Code that Netscape
  13597.           distributes and/or permits others to distribute under one or more
  13598.           trademark(s) which are controlled by Netscape but which are not
  13599.           licensed for use under this License.
  13600.  
  13601.           III. Netscape and logo.
  13602.           This License does not grant any rights to use the trademarks
  13603.           "Netscape", the "Netscape N and horizon" logo or the "Netscape
  13604.           lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
  13605.           "Smart Browsing" even if such marks are included in the Original
  13606.           Code or Modifications.
  13607.  
  13608.           IV. Inability to Comply Due to Contractual Obligation.
  13609.           Prior to licensing the Original Code under this License, Netscape
  13610.           has licensed third party code for use in Netscape's Branded Code.
  13611.           To the extent that Netscape is limited contractually from making
  13612.           such third party code available under this License, Netscape may
  13613.           choose to reintegrate such code into Covered Code without being
  13614.           required to distribute such code in Source Code form, even if
  13615.           such code would otherwise be considered "Modifications" under
  13616.           this License.
  13617.  
  13618.           V. Use of Modifications and Covered Code by Initial Developer.
  13619.                V.1. In General.
  13620.                The obligations of Section 3 apply to Netscape, except to
  13621.                the extent specified in this Amendment, Section V.2 and V.3.
  13622.  
  13623.                V.2. Other Products.
  13624.                Netscape may include Covered Code in products other than the
  13625.                Netscape's Branded Code which are released by Netscape
  13626.                during the two (2) years following the release date of the
  13627.                Original Code, without such additional products becoming
  13628.                subject to the terms of this License, and may license such
  13629.                additional products on different terms from those contained
  13630.                in this License.
  13631.  
  13632.                V.3. Alternative Licensing.
  13633.                Netscape may license the Source Code of Netscape's Branded
  13634.                Code, including Modifications incorporated therein, without
  13635.                such Netscape Branded Code becoming subject to the terms of
  13636.                this License, and may license such Netscape Branded Code on
  13637.                different terms from those contained in this License.
  13638.  
  13639.           VI. Litigation.
  13640.           Notwithstanding the limitations of Section 11 above, the
  13641.           provisions regarding litigation in Section 11(a), (b) and (c) of
  13642.           the License shall apply to all disputes relating to this License.
  13643.  
  13644.      EXHIBIT A-Netscape Public License.
  13645.  
  13646.           "The contents of this file are subject to the Netscape Public
  13647.           License Version 1.1 (the "License"); you may not use this file
  13648.           except in compliance with the License. You may obtain a copy of
  13649.           the License at http://www.mozilla.org/NPL/
  13650.  
  13651.           Software distributed under the License is distributed on an "AS
  13652.           IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  13653.           implied. See the License for the specific language governing
  13654.           rights and limitations under the License.
  13655.  
  13656.           The Original Code is Mozilla Communicator client code, released
  13657.           March 31, 1998.
  13658.  
  13659.           The Initial Developer of the Original Code is Netscape
  13660.           Communications Corporation. Portions created by Netscape are
  13661.           Copyright (C) 1998-1999 Netscape Communications Corporation. All
  13662.           Rights Reserved.
  13663.  
  13664.           Contributor(s): ______________________________________.
  13665.  
  13666.           Alternatively, the contents of this file may be used under the
  13667.           terms of the _____ license (the "[___] License"), in which case
  13668.           the provisions of [______] License are applicable  instead of
  13669.           those above. If you wish to allow use of your version of this
  13670.           file only under the terms of the [____] License and not to allow
  13671.           others to use your version of this file under the NPL, indicate
  13672.           your decision by deleting the provisions above and replace  them
  13673.           with the notice and other provisions required by the [___]
  13674.           License. If you do not delete the provisions above, a recipient
  13675.           may use your version of this file under either the NPL or the
  13676.           [___] License."
  13677. </pre>
  13678. </div>
  13679. </div>
  13680.  
  13681.  
  13682. <div class="product">
  13683. <span class="title">yasm</span>
  13684. <a class="show" href="#">show license</a>
  13685. <span class="homepage"><a href="http://www.tortall.net/projects/yasm/">homepage</a></span>
  13686. <div class="licence">
  13687. <pre>Yasm is Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.
  13688.  
  13689. Yasm developers and/or contributors include:
  13690.   Peter Johnson
  13691.   Michael Urman
  13692.   Brian Gladman (Visual Studio build files, other fixes)
  13693.   Stanislav Karchebny (options parser)
  13694.   Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions)
  13695.   Anonymous "NASM64" developer (NASM preprocessor fixes)
  13696.   Stephen Polkowski (x86 instruction patches)
  13697.   Henryk Richter (Mach-O object format)
  13698.   Ben Skeggs (patches, bug reports)
  13699.   Alexei Svitkine (GAS preprocessor)
  13700.   Samuel Thibault (TASM parser and frontend)
  13701.  
  13702. -----------------------------------
  13703. Yasm licensing overview and summary
  13704. -----------------------------------
  13705.  
  13706. Note: This document does not provide legal advice nor is it the actual
  13707. license of any part of Yasm.  See the individual licenses for complete
  13708. details.  Consult a lawyer for legal advice.
  13709.  
  13710. The primary license of Yasm is the 2-clause BSD license.  Please use this
  13711. license if you plan on submitting code to the project.
  13712.  
  13713. Yasm has absolutely no warranty; not even for merchantibility or fitness
  13714. for a particular purpose.
  13715.  
  13716. -------
  13717. Libyasm
  13718. -------
  13719. Libyasm is 2-clause or 3-clause BSD licensed, with the exception of
  13720. bitvect, which is triple-licensed under the Artistic license, GPL, and
  13721. LGPL.  Libyasm is thus GPL and LGPL compatible.  In addition, this also
  13722. means that libyasm is free for binary-only distribution as long as the
  13723. terms of the 3-clause BSD license and Artistic license (as it applies to
  13724. bitvect) are fulfilled.
  13725.  
  13726. -------
  13727. Modules
  13728. -------
  13729. The modules are 2-clause or 3-clause BSD licensed.
  13730.  
  13731. ---------
  13732. Frontends
  13733. ---------
  13734. The frontends are 2-clause BSD licensed.
  13735.  
  13736. -------------
  13737. License Texts
  13738. -------------
  13739. The full text of all licenses are provided in separate files in the source
  13740. distribution.  Each source file may include the entire license (in the case
  13741. of the BSD and Artistic licenses), or may reference the GPL or LGPL license
  13742. file.
  13743.  
  13744. BSD.txt - 2-clause and 3-clause BSD licenses
  13745. Artistic.txt - Artistic license
  13746. GNU_GPL-2.0 - GNU General Public License
  13747. GNU_LGPL-2.0 - GNU Library General Public License
  13748. </pre>
  13749. </div>
  13750. </div>
  13751.  
  13752.  
  13753. <div class="product">
  13754. <span class="title">zlib</span>
  13755. <a class="show" href="#">show license</a>
  13756. <span class="homepage"><a href="http://zlib.net/">homepage</a></span>
  13757. <div class="licence">
  13758. <pre>/* zlib.h -- interface of the 'zlib' general purpose compression library
  13759.   version 1.2.4, March 14th, 2010
  13760.  
  13761.   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  13762.  
  13763.   This software is provided 'as-is', without any express or implied
  13764.   warranty.  In no event will the authors be held liable for any damages
  13765.   arising from the use of this software.
  13766.  
  13767.   Permission is granted to anyone to use this software for any purpose,
  13768.   including commercial applications, and to alter it and redistribute it
  13769.   freely, subject to the following restrictions:
  13770.  
  13771.   1. The origin of this software must not be misrepresented; you must not
  13772.      claim that you wrote the original software. If you use this software
  13773.      in a product, an acknowledgment in the product documentation would be
  13774.      appreciated but is not required.
  13775.   2. Altered source versions must be plainly marked as such, and must not be
  13776.      misrepresented as being the original software.
  13777.   3. This notice may not be removed or altered from any source distribution.
  13778.  
  13779.   Jean-loup Gailly
  13780.   Mark Adler
  13781.  
  13782. */
  13783. </pre>
  13784. </div>
  13785. </div>
  13786.  
  13787.  
  13788. <div class="product">
  13789. <span class="title">V8 JavaScript Engine</span>
  13790. <a class="show" href="#">show license</a>
  13791. <span class="homepage"><a href="http://code.google.com/p/v8">homepage</a></span>
  13792. <div class="licence">
  13793. <pre>This license applies to all parts of V8 that are not externally
  13794. maintained libraries.  The externally maintained libraries used by V8
  13795. are:
  13796.  
  13797.   - PCRE test suite, located in
  13798.     test/mjsunit/third_party/regexp-pcre.js.  This is based on the
  13799.     test suite from PCRE-7.3, which is copyrighted by the University
  13800.     of Cambridge and Google, Inc.  The copyright notice and license
  13801.     are embedded in regexp-pcre.js.
  13802.  
  13803.   - Layout tests, located in test/mjsunit/third_party.  These are
  13804.     based on layout tests from webkit.org which are copyrighted by
  13805.     Apple Computer, Inc. and released under a 3-clause BSD license.
  13806.  
  13807.   - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
  13808.     assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
  13809.     assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
  13810.     assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
  13811.     assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
  13812.     This code is copyrighted by Sun Microsystems Inc. and released
  13813.     under a 3-clause BSD license.
  13814.  
  13815.   - Valgrind client API header, located at third_party/valgrind/valgrind.h
  13816.     This is release under the BSD license.
  13817.  
  13818. These libraries have their own licenses; we recommend you read them,
  13819. as their terms may differ from the terms below.
  13820.  
  13821. Copyright 2006-2012, the V8 project authors. All rights reserved.
  13822. Redistribution and use in source and binary forms, with or without
  13823. modification, are permitted provided that the following conditions are
  13824. met:
  13825.  
  13826.     * Redistributions of source code must retain the above copyright
  13827.       notice, this list of conditions and the following disclaimer.
  13828.     * Redistributions in binary form must reproduce the above
  13829.       copyright notice, this list of conditions and the following
  13830.       disclaimer in the documentation and/or other materials provided
  13831.       with the distribution.
  13832.     * Neither the name of Google Inc. nor the names of its
  13833.       contributors may be used to endorse or promote products derived
  13834.       from this software without specific prior written permission.
  13835.  
  13836. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  13837. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  13838. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  13839. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  13840. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  13841. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  13842. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  13843. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  13844. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  13845. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  13846. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  13847. </pre>
  13848. </div>
  13849. </div>
  13850.  
  13851.  
  13852. <div class="product">
  13853. <span class="title">Strongtalk</span>
  13854. <a class="show" href="#">show license</a>
  13855. <span class="homepage"><a href="http://www.strongtalk.org/">homepage</a></span>
  13856. <div class="licence">
  13857. <pre>Copyright (c) 1994-2006 Sun Microsystems Inc.
  13858. All Rights Reserved.
  13859.  
  13860. Redistribution and use in source and binary forms, with or without
  13861. modification, are permitted provided that the following conditions are
  13862. met:
  13863.  
  13864. - Redistributions of source code must retain the above copyright notice,
  13865. this list of conditions and the following disclaimer.
  13866.  
  13867. - Redistribution in binary form must reproduce the above copyright
  13868. notice, this list of conditions and the following disclaimer in the
  13869. documentation and/or other materials provided with the distribution.
  13870.  
  13871. - Neither the name of Sun Microsystems or the names of contributors may
  13872. be used to endorse or promote products derived from this software without
  13873. specific prior written permission.
  13874.  
  13875. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  13876. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  13877. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  13878. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  13879. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  13880. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  13881. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  13882. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  13883. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  13884. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  13885. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  13886. </pre>
  13887. </div>
  13888. </div>
  13889.  
  13890.  
  13891. </div>
  13892. <script src="chrome://credits/credits.js"></script>
  13893. </body>
  13894. </html>
  13895.  
  13896.