about_credits.html revision 21d179b334e59e9a3bfcaed4c4430bef1bc5759d
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>
8body {
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<script>
56function $(o) {return document.getElementById(o);}
57function toggle(o) {
58  var licence = o.nextSibling;
59
60  while (licence.className != 'licence') {
61    if (!licence) return false;
62    licence = licence.nextSibling;
63  }
64
65  if (licence.style && licence.style.display == 'block') {
66    licence.style.display = 'none';
67    o.innerHTML = 'show license';
68  } else {
69    licence.style.display = 'block';
70    o.innerHTML = 'hide license';
71  }
72  return false;
73}
74</script>
75</head>
76<body>
77<span class="page-title" style="float:left;">Credits</span>
78<a href="javascript:window.print();" style="float:right;">Print</a>
79<div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
80<div class="product">
81<span class="title">David M. Gay's floating point routines</span>
82<a class="show" href="#" onclick="return toggle(this);">show license</a>
83<span class="homepage"><a href="http://www.netlib.org/fp/">homepage</a></span>
84<div class="licence">
85<pre>/****************************************************************
86 *
87 * The author of this software is David M. Gay.
88 *
89 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
90 *
91 * Permission to use, copy, modify, and distribute this software for any
92 * purpose without fee is hereby granted, provided that this entire notice
93 * is included in all copies of any software which is or includes a copy
94 * or modification of this software and in all copies of the supporting
95 * documentation for such software.
96 *
97 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
98 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
99 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
100 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
101 *
102 ***************************************************************/
103</pre>
104</div>
105</div>
106
107
108<div class="product">
109<span class="title">dynamic annotations</span>
110<a class="show" href="#" onclick="return toggle(this);">show license</a>
111<span class="homepage"><a href="http://code.google.com/p/data-race-test/wiki/DynamicAnnotations">homepage</a></span>
112<div class="licence">
113<pre>/* Copyright (c) 2008-2009, Google Inc.
114 * All rights reserved.
115 *
116 * Redistribution and use in source and binary forms, with or without
117 * modification, are permitted provided that the following conditions are
118 * met:
119 *
120 *     * Redistributions of source code must retain the above copyright
121 * notice, this list of conditions and the following disclaimer.
122 *     * Neither the name of Google Inc. nor the names of its
123 * contributors may be used to endorse or promote products derived from
124 * this software without specific prior written permission.
125 *
126 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
127 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
128 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
129 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
130 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
131 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
132 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
133 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
134 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
135 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
136 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
137 *
138 * ---
139 * Author: Kostya Serebryany
140 */
141</pre>
142</div>
143</div>
144
145
146<div class="product">
147<span class="title">Netscape Portable Runtime (NSPR)</span>
148<a class="show" href="#" onclick="return toggle(this);">show license</a>
149<span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
150<div class="licence">
151<pre>/* ***** BEGIN LICENSE BLOCK *****
152 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
153 *
154 * The contents of this file are subject to the Mozilla Public License Version
155 * 1.1 (the "License"); you may not use this file except in compliance with
156 * the License. You may obtain a copy of the License at
157 * http://www.mozilla.org/MPL/
158 *
159 * Software distributed under the License is distributed on an "AS IS" basis,
160 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
161 * for the specific language governing rights and limitations under the
162 * License.
163 *
164 * The Original Code is the Netscape Portable Runtime (NSPR).
165 *
166 * The Initial Developer of the Original Code is
167 * Netscape Communications Corporation.
168 * Portions created by the Initial Developer are Copyright (C) 1998-2000
169 * the Initial Developer. All Rights Reserved.
170 *
171 * Contributor(s):
172 *
173 * Alternatively, the contents of this file may be used under the terms of
174 * either the GNU General Public License Version 2 or later (the "GPL"), or
175 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
176 * in which case the provisions of the GPL or the LGPL are applicable instead
177 * of those above. If you wish to allow use of your version of this file only
178 * under the terms of either the GPL or the LGPL, and not to allow others to
179 * use your version of this file under the terms of the MPL, indicate your
180 * decision by deleting the provisions above and replace them with the notice
181 * and other provisions required by the GPL or the LGPL. If you do not delete
182 * the provisions above, a recipient may use your version of this file under
183 * the terms of any one of the MPL, the GPL or the LGPL.
184 *
185 * ***** END LICENSE BLOCK ***** */
186</pre>
187</div>
188</div>
189
190
191<div class="product">
192<span class="title">Network Security Services (NSS)</span>
193<a class="show" href="#" onclick="return toggle(this);">show license</a>
194<span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
195<div class="licence">
196<pre>/* ***** BEGIN LICENSE BLOCK *****
197 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
198 *
199 * The contents of this file are subject to the Mozilla Public License Version
200 * 1.1 (the "License"); you may not use this file except in compliance with
201 * the License. You may obtain a copy of the License at
202 * http://www.mozilla.org/MPL/
203 *
204 * Software distributed under the License is distributed on an "AS IS" basis,
205 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
206 * for the specific language governing rights and limitations under the
207 * License.
208 *
209 * The Original Code is the Netscape security libraries.
210 *
211 * The Initial Developer of the Original Code is
212 * Netscape Communications Corporation.
213 * Portions created by the Initial Developer are Copyright (C) 1994-2000
214 * the Initial Developer. All Rights Reserved.
215 *
216 * Contributor(s):
217 *
218 * Alternatively, the contents of this file may be used under the terms of
219 * either the GNU General Public License Version 2 or later (the "GPL"), or
220 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
221 * in which case the provisions of the GPL or the LGPL are applicable instead
222 * of those above. If you wish to allow use of your version of this file only
223 * under the terms of either the GPL or the LGPL, and not to allow others to
224 * use your version of this file under the terms of the MPL, indicate your
225 * decision by deleting the provisions above and replace them with the notice
226 * and other provisions required by the GPL or the LGPL. If you do not delete
227 * the provisions above, a recipient may use your version of this file under
228 * the terms of any one of the MPL, the GPL or the LGPL.
229 *
230 * ***** END LICENSE BLOCK ***** */
231</pre>
232</div>
233</div>
234
235
236<div class="product">
237<span class="title">purify headers</span>
238<a class="show" href="#" onclick="return toggle(this);">show license</a>
239<span class="homepage"><a href="http://www-01.ibm.com/software/awdtools/purify/">homepage</a></span>
240<div class="licence">
241<pre>(C) Copyright IBM Corporation. 2006, 2006. All Rights Reserved.
242You may recompile and redistribute these definitions as required.
243</pre>
244</div>
245</div>
246
247
248<div class="product">
249<span class="title">google-glog's symbolization library</span>
250<a class="show" href="#" onclick="return toggle(this);">show license</a>
251<span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
252<div class="licence">
253<pre>// Copyright (c) 2006, Google Inc.
254// All rights reserved.
255//
256// Redistribution and use in source and binary forms, with or without
257// modification, are permitted provided that the following conditions are
258// met:
259//
260//     * Redistributions of source code must retain the above copyright
261// notice, this list of conditions and the following disclaimer.
262//     * Redistributions in binary form must reproduce the above
263// copyright notice, this list of conditions and the following disclaimer
264// in the documentation and/or other materials provided with the
265// distribution.
266//     * Neither the name of Google Inc. nor the names of its
267// contributors may be used to endorse or promote products derived from
268// this software without specific prior written permission.
269//
270// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
271// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
272// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
273// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
274// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
275// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
276// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
277// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
278// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
279// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
280// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
281</pre>
282</div>
283</div>
284
285
286<div class="product">
287<span class="title">valgrind</span>
288<a class="show" href="#" onclick="return toggle(this);">show license</a>
289<span class="homepage"><a href="http://valgrind.org">homepage</a></span>
290<div class="licence">
291<pre>   ----------------------------------------------------------------
292
293   Notice that the following BSD-style license applies to this one
294   file (valgrind.h) only.  The rest of Valgrind is licensed under the
295   terms of the GNU General Public License, version 2, unless
296   otherwise indicated.  See the COPYING file in the source
297   distribution for details.
298
299   ----------------------------------------------------------------
300
301   This file is part of Valgrind, a dynamic binary instrumentation
302   framework.
303
304   Copyright (C) 2000-2008 Julian Seward.  All rights reserved.
305
306   Redistribution and use in source and binary forms, with or without
307   modification, are permitted provided that the following conditions
308   are met:
309
310   1. Redistributions of source code must retain the above copyright
311      notice, this list of conditions and the following disclaimer.
312
313   2. The origin of this software must not be misrepresented; you must 
314      not claim that you wrote the original software.  If you use this 
315      software in a product, an acknowledgment in the product 
316      documentation would be appreciated but is not required.
317
318   3. Altered source versions must be plainly marked as such, and must
319      not be misrepresented as being the original software.
320
321   4. The name of the author may not be used to endorse or promote 
322      products derived from this software without specific prior written 
323      permission.
324
325   THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
326   OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
327   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
328   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
329   DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
330   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
331   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
332   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
333   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
334   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
335   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
336</pre>
337</div>
338</div>
339
340
341<div class="product">
342<span class="title">xdg-mime</span>
343<a class="show" href="#" onclick="return toggle(this);">show license</a>
344<span class="homepage"><a href="http://portland.freedesktop.org/wiki/">homepage</a></span>
345<div class="licence">
346<pre>#   Permission is hereby granted, free of charge, to any person obtaining a
347#   copy of this software and associated documentation files (the "Software"),
348#   to deal in the Software without restriction, including without limitation
349#   the rights to use, copy, modify, merge, publish, distribute, sublicense,
350#   and/or sell copies of the Software, and to permit persons to whom the
351#   Software is furnished to do so, subject to the following conditions:
352#
353#   The above copyright notice and this permission notice shall be included
354#   in all copies or substantial portions of the Software.
355#
356#   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
357#   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
358#   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
359#   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
360#   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
361#   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
362#   OTHER DEALINGS IN THE SOFTWARE.
363</pre>
364</div>
365</div>
366
367
368<div class="product">
369<span class="title">xdg-user-dirs</span>
370<a class="show" href="#" onclick="return toggle(this);">show license</a>
371<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xdg-user-dirs">homepage</a></span>
372<div class="licence">
373<pre>  Copyright (c) 2007 Red Hat, inc
374
375  Permission is hereby granted, free of charge, to any person
376  obtaining a copy of this software and associated documentation files
377  (the "Software"), to deal in the Software without restriction,
378  including without limitation the rights to use, copy, modify, merge,
379  publish, distribute, sublicense, and/or sell copies of the Software,
380  and to permit persons to whom the Software is furnished to do so,
381  subject to the following conditions: 
382
383  The above copyright notice and this permission notice shall be
384  included in all copies or substantial portions of the Software. 
385
386  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
387  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
388  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
389  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
390  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
391  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
392  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
393  SOFTWARE.
394</pre>
395</div>
396</div>
397
398
399<div class="product">
400<span class="title">BSDiff</span>
401<a class="show" href="#" onclick="return toggle(this);">show license</a>
402<span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
403<div class="licence">
404<pre>Copyright 2003-2005 Colin Percival
405All rights reserved
406
407Redistribution and use in source and binary forms, with or without
408modification, are permitted providing that the following conditions 
409are met:
4101. Redistributions of source code must retain the above copyright
411   notice, this list of conditions and the following disclaimer.
4122. Redistributions in binary form must reproduce the above copyright
413   notice, this list of conditions and the following disclaimer in the
414   documentation and/or other materials provided with the distribution.
415
416THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
417IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
418WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
419ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
420DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
421DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
422OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
423HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
424STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
425IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
426POSSIBILITY OF SUCH DAMAGE.
427</pre>
428</div>
429</div>
430
431
432<div class="product">
433<span class="title">XZ Utils</span>
434<a class="show" href="#" onclick="return toggle(this);">show license</a>
435<span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
436<div class="licence">
437<pre>See http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xz/COPYING
438</pre>
439</div>
440</div>
441
442
443<div class="product">
444<span class="title">google-jstemplate</span>
445<a class="show" href="#" onclick="return toggle(this);">show license</a>
446<span class="homepage"><a href="http://code.google.com/p/google-jstemplate/">homepage</a></span>
447<div class="licence">
448<pre>
449                                 Apache License
450                           Version 2.0, January 2004
451                        http://www.apache.org/licenses/
452
453   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
454
455   1. Definitions.
456
457      "License" shall mean the terms and conditions for use, reproduction,
458      and distribution as defined by Sections 1 through 9 of this document.
459
460      "Licensor" shall mean the copyright owner or entity authorized by
461      the copyright owner that is granting the License.
462
463      "Legal Entity" shall mean the union of the acting entity and all
464      other entities that control, are controlled by, or are under common
465      control with that entity. For the purposes of this definition,
466      "control" means (i) the power, direct or indirect, to cause the
467      direction or management of such entity, whether by contract or
468      otherwise, or (ii) ownership of fifty percent (50%) or more of the
469      outstanding shares, or (iii) beneficial ownership of such entity.
470
471      "You" (or "Your") shall mean an individual or Legal Entity
472      exercising permissions granted by this License.
473
474      "Source" form shall mean the preferred form for making modifications,
475      including but not limited to software source code, documentation
476      source, and configuration files.
477
478      "Object" form shall mean any form resulting from mechanical
479      transformation or translation of a Source form, including but
480      not limited to compiled object code, generated documentation,
481      and conversions to other media types.
482
483      "Work" shall mean the work of authorship, whether in Source or
484      Object form, made available under the License, as indicated by a
485      copyright notice that is included in or attached to the work
486      (an example is provided in the Appendix below).
487
488      "Derivative Works" shall mean any work, whether in Source or Object
489      form, that is based on (or derived from) the Work and for which the
490      editorial revisions, annotations, elaborations, or other modifications
491      represent, as a whole, an original work of authorship. For the purposes
492      of this License, Derivative Works shall not include works that remain
493      separable from, or merely link (or bind by name) to the interfaces of,
494      the Work and Derivative Works thereof.
495
496      "Contribution" shall mean any work of authorship, including
497      the original version of the Work and any modifications or additions
498      to that Work or Derivative Works thereof, that is intentionally
499      submitted to Licensor for inclusion in the Work by the copyright owner
500      or by an individual or Legal Entity authorized to submit on behalf of
501      the copyright owner. For the purposes of this definition, "submitted"
502      means any form of electronic, verbal, or written communication sent
503      to the Licensor or its representatives, including but not limited to
504      communication on electronic mailing lists, source code control systems,
505      and issue tracking systems that are managed by, or on behalf of, the
506      Licensor for the purpose of discussing and improving the Work, but
507      excluding communication that is conspicuously marked or otherwise
508      designated in writing by the copyright owner as "Not a Contribution."
509
510      "Contributor" shall mean Licensor and any individual or Legal Entity
511      on behalf of whom a Contribution has been received by Licensor and
512      subsequently incorporated within the Work.
513
514   2. Grant of Copyright License. Subject to the terms and conditions of
515      this License, each Contributor hereby grants to You a perpetual,
516      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
517      copyright license to reproduce, prepare Derivative Works of,
518      publicly display, publicly perform, sublicense, and distribute the
519      Work and such Derivative Works in Source or Object form.
520
521   3. Grant of Patent License. Subject to the terms and conditions of
522      this License, each Contributor hereby grants to You a perpetual,
523      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
524      (except as stated in this section) patent license to make, have made,
525      use, offer to sell, sell, import, and otherwise transfer the Work,
526      where such license applies only to those patent claims licensable
527      by such Contributor that are necessarily infringed by their
528      Contribution(s) alone or by combination of their Contribution(s)
529      with the Work to which such Contribution(s) was submitted. If You
530      institute patent litigation against any entity (including a
531      cross-claim or counterclaim in a lawsuit) alleging that the Work
532      or a Contribution incorporated within the Work constitutes direct
533      or contributory patent infringement, then any patent licenses
534      granted to You under this License for that Work shall terminate
535      as of the date such litigation is filed.
536
537   4. Redistribution. You may reproduce and distribute copies of the
538      Work or Derivative Works thereof in any medium, with or without
539      modifications, and in Source or Object form, provided that You
540      meet the following conditions:
541
542      (a) You must give any other recipients of the Work or
543          Derivative Works a copy of this License; and
544
545      (b) You must cause any modified files to carry prominent notices
546          stating that You changed the files; and
547
548      (c) You must retain, in the Source form of any Derivative Works
549          that You distribute, all copyright, patent, trademark, and
550          attribution notices from the Source form of the Work,
551          excluding those notices that do not pertain to any part of
552          the Derivative Works; and
553
554      (d) If the Work includes a "NOTICE" text file as part of its
555          distribution, then any Derivative Works that You distribute must
556          include a readable copy of the attribution notices contained
557          within such NOTICE file, excluding those notices that do not
558          pertain to any part of the Derivative Works, in at least one
559          of the following places: within a NOTICE text file distributed
560          as part of the Derivative Works; within the Source form or
561          documentation, if provided along with the Derivative Works; or,
562          within a display generated by the Derivative Works, if and
563          wherever such third-party notices normally appear. The contents
564          of the NOTICE file are for informational purposes only and
565          do not modify the License. You may add Your own attribution
566          notices within Derivative Works that You distribute, alongside
567          or as an addendum to the NOTICE text from the Work, provided
568          that such additional attribution notices cannot be construed
569          as modifying the License.
570
571      You may add Your own copyright statement to Your modifications and
572      may provide additional or different license terms and conditions
573      for use, reproduction, or distribution of Your modifications, or
574      for any such Derivative Works as a whole, provided Your use,
575      reproduction, and distribution of the Work otherwise complies with
576      the conditions stated in this License.
577
578   5. Submission of Contributions. Unless You explicitly state otherwise,
579      any Contribution intentionally submitted for inclusion in the Work
580      by You to the Licensor shall be under the terms and conditions of
581      this License, without any additional terms or conditions.
582      Notwithstanding the above, nothing herein shall supersede or modify
583      the terms of any separate license agreement you may have executed
584      with Licensor regarding such Contributions.
585
586   6. Trademarks. This License does not grant permission to use the trade
587      names, trademarks, service marks, or product names of the Licensor,
588      except as required for reasonable and customary use in describing the
589      origin of the Work and reproducing the content of the NOTICE file.
590
591   7. Disclaimer of Warranty. Unless required by applicable law or
592      agreed to in writing, Licensor provides the Work (and each
593      Contributor provides its Contributions) on an "AS IS" BASIS,
594      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
595      implied, including, without limitation, any warranties or conditions
596      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
597      PARTICULAR PURPOSE. You are solely responsible for determining the
598      appropriateness of using or redistributing the Work and assume any
599      risks associated with Your exercise of permissions under this License.
600
601   8. Limitation of Liability. In no event and under no legal theory,
602      whether in tort (including negligence), contract, or otherwise,
603      unless required by applicable law (such as deliberate and grossly
604      negligent acts) or agreed to in writing, shall any Contributor be
605      liable to You for damages, including any direct, indirect, special,
606      incidental, or consequential damages of any character arising as a
607      result of this License or out of the use or inability to use the
608      Work (including but not limited to damages for loss of goodwill,
609      work stoppage, computer failure or malfunction, or any and all
610      other commercial damages or losses), even if such Contributor
611      has been advised of the possibility of such damages.
612
613   9. Accepting Warranty or Additional Liability. While redistributing
614      the Work or Derivative Works thereof, You may choose to offer,
615      and charge a fee for, acceptance of support, warranty, indemnity,
616      or other liability obligations and/or rights consistent with this
617      License. However, in accepting such obligations, You may act only
618      on Your own behalf and on Your sole responsibility, not on behalf
619      of any other Contributor, and only if You agree to indemnify,
620      defend, and hold each Contributor harmless for any liability
621      incurred by, or claims asserted against, such Contributor by reason
622      of your accepting any such warranty or additional liability.
623
624   END OF TERMS AND CONDITIONS
625
626   APPENDIX: How to apply the Apache License to your work.
627
628      To apply the Apache License to your work, attach the following
629      boilerplate notice, with the fields enclosed by brackets "[]"
630      replaced with your own identifying information. (Don't include
631      the brackets!)  The text should be enclosed in the appropriate
632      comment syntax for the file format. We also recommend that a
633      file or class name and description of purpose be included on the
634      same "printed page" as the copyright notice for easier
635      identification within third-party archives.
636
637   Copyright [yyyy] [name of copyright owner]
638
639   Licensed under the Apache License, Version 2.0 (the "License");
640   you may not use this file except in compliance with the License.
641   You may obtain a copy of the License at
642
643       http://www.apache.org/licenses/LICENSE-2.0
644
645   Unless required by applicable law or agreed to in writing, software
646   distributed under the License is distributed on an "AS IS" BASIS,
647   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
648   See the License for the specific language governing permissions and
649   limitations under the License.
650</pre>
651</div>
652</div>
653
654
655<div class="product">
656<span class="title">Mozilla Personal Security Manager</span>
657<a class="show" href="#" onclick="return toggle(this);">show license</a>
658<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/security/manager/">homepage</a></span>
659<div class="licence">
660<pre>/* ***** BEGIN LICENSE BLOCK *****
661 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
662 *
663 * The contents of this file are subject to the Mozilla Public License Version
664 * 1.1 (the "License"); you may not use this file except in compliance with
665 * the License. You may obtain a copy of the License at
666 * http://www.mozilla.org/MPL/
667 *
668 * Software distributed under the License is distributed on an "AS IS" basis,
669 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
670 * for the specific language governing rights and limitations under the
671 * License.
672 *
673 * The Original Code is the Netscape security libraries.
674 *
675 * The Initial Developer of the Original Code is
676 * Netscape Communications Corporation.
677 * Portions created by the Initial Developer are Copyright (C) 2000
678 * the Initial Developer. All Rights Reserved.
679 *
680 * Contributor(s):
681 *
682 * Alternatively, the contents of this file may be used under the terms of
683 * either the GNU General Public License Version 2 or later (the "GPL"), or
684 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
685 * in which case the provisions of the GPL or the LGPL are applicable instead
686 * of those above. If you wish to allow use of your version of this file only
687 * under the terms of either the GPL or the LGPL, and not to allow others to
688 * use your version of this file under the terms of the MPL, indicate your
689 * decision by deleting the provisions above and replace them with the notice
690 * and other provisions required by the GPL or the LGPL. If you do not delete
691 * the provisions above, a recipient may use your version of this file under
692 * the terms of any one of the MPL, the GPL or the LGPL.
693 *
694 * ***** END LICENSE BLOCK ***** */
695</pre>
696</div>
697</div>
698
699
700<div class="product">
701<span class="title">gssapi</span>
702<a class="show" href="#" onclick="return toggle(this);">show license</a>
703<span class="homepage"><a href="https://hg.mozilla.org/mozilla-central/file/05f3c68e73c9/extensions/auth/gssapi.h">homepage</a></span>
704<div class="licence">
705<pre>Copyright 1993 by OpenVision Technologies, Inc.
706
707Permission to use, copy, modify, distribute, and sell this software
708and its documentation for any purpose is hereby granted without fee,
709provided that the above copyright notice appears in all copies and
710that both that copyright notice and this permission notice appear in
711supporting documentation, and that the name of OpenVision not be used
712in advertising or publicity pertaining to distribution of the software
713without specific, written prior permission. OpenVision makes no
714representations about the suitability of this software for any
715purpose.  It is provided "as is" without express or implied warranty.
716
717OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
718INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
719EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
720CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
721USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
722OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
723PERFORMANCE OF THIS SOFTWARE.
724</pre>
725</div>
726</div>
727
728
729<div class="product">
730<span class="title">WebKit</span>
731<a class="show" href="#" onclick="return toggle(this);">show license</a>
732<span class="homepage"><a href="http://webkit.org/">homepage</a></span>
733<div class="licence">
734<pre>(WebKit doesn't distribute an explicit license.  This LICENSE is derived from
735license text in the source.)
736
737Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
7382006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan
739Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti
740Koivisto, Apple Inc., Arthur Langereis, Baron Schwartz, Bjoern Graf,
741Brent Fulgham, Cameron Zwarich, Charles Samuels, Christian Dywan,
742Collabora Ltd., Cyrus Patel, Daniel Molkentin, Dave Maclachlan, David
743Smith, Dawit Alemayehu, Dirk Mueller, Dirk Schulze, Don Gibson, Enrico
744Ros, Eric Seidel, Frederik Holljen, Frerich Raabe, Friedmann Kleint,
745George Staikos, Google Inc., Graham Dennis, Harri Porten, Henry Mason,
746Hiroyuki Ikezoe, Holger Hans Peter Freyther, IBM, James G. Speth, Jan
747Alonzo, Jean-Loup Gailly, John Reis, Jonas Witt, Jon Shier, Jonas
748Witt, Julien Chaffraix, Justin Haygood, Kevin Ollivier, Kevin Watters,
749Kimmo Kinnunen, Kouhei Sutou, Krzysztof Kowalczyk, Lars Knoll, Luca
750Bruno, Maks Orlovich, Malte Starostik, Mark Adler, Martin Jones,
751Marvin Decker, Matt Lilek, Michael Emmel, Mitz Pettel, mozilla.org,
752Netscape Communications Corporation, Nicholas Shanks, Nikolas
753Zimmermann, Nokia, Oliver Hunt, Opened Hand, Paul Johnston, Peter
754Kelly, Pioneer Research Center USA, Rich Moore, Rob Buis, Robin Dunn,
755Ronald Tschalär, Samuel Weinig, Simon Hausmann, Staikos Computing
756Services Inc., Stefan Schimanski, Symantec Corporation, The Dojo
757Foundation, The Karbon Developers, Thomas Boyer, Tim Copperfield,
758Tobias Anton, Torben Weis, Trolltech, University of Cambridge, Vaclav
759Slavik, Waldo Bastian, Xan Lopez, Zack Rusin
760
761The terms and conditions vary from file to file, but are one of:
762
763Redistribution and use in source and binary forms, with or without
764modification, are permitted provided that the following conditions are
765met:
766
7671. Redistributions of source code must retain the above copyright
768   notice, this list of conditions and the following disclaimer.
769
7702. Redistributions in binary form must reproduce the above copyright
771   notice, this list of conditions and the following disclaimer in the
772   documentation and/or other materials provided with the
773   distribution.
774
775*OR*
776
777Redistribution and use in source and binary forms, with or without
778modification, are permitted provided that the following conditions are
779met:
780
7811. Redistributions of source code must retain the above copyright
782   notice, this list of conditions and the following disclaimer.
7832. Redistributions in binary form must reproduce the above copyright
784   notice, this list of conditions and the following disclaimer in the
785   documentation and/or other materials provided with the
786   distribution.
7873. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
788   its contributors may be used to endorse or promote products derived
789   from this software without specific prior written permission.
790
791THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
792EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
793IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
794PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
795CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
796EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
797PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
798PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
799
800OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
801(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
802OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
803
804
805                  GNU LIBRARY GENERAL PUBLIC LICENSE
806                       Version 2, June 1991
807
808 Copyright (C) 1991 Free Software Foundation, Inc.
809 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
810 Everyone is permitted to copy and distribute verbatim copies
811 of this license document, but changing it is not allowed.
812
813[This is the first released version of the library GPL.  It is
814 numbered 2 because it goes with version 2 of the ordinary GPL.]
815
816                            Preamble
817
818  The licenses for most software are designed to take away your
819freedom to share and change it.  By contrast, the GNU General Public
820Licenses are intended to guarantee your freedom to share and change
821free software--to make sure the software is free for all its users.
822
823  This license, the Library General Public License, applies to some
824specially designated Free Software Foundation software, and to any
825other libraries whose authors decide to use it.  You can use it for
826your libraries, too.
827
828  When we speak of free software, we are referring to freedom, not
829price.  Our General Public Licenses are designed to make sure that you
830have the freedom to distribute copies of free software (and charge for
831this service if you wish), that you receive source code or can get it
832if you want it, that you can change the software or use pieces of it
833in new free programs; and that you know you can do these things.
834
835  To protect your rights, we need to make restrictions that forbid
836anyone to deny you these rights or to ask you to surrender the rights.
837These restrictions translate to certain responsibilities for you if
838you distribute copies of the library, or if you modify it.
839
840  For example, if you distribute copies of the library, whether gratis
841or for a fee, you must give the recipients all the rights that we gave
842you.  You must make sure that they, too, receive or can get the source
843code.  If you link a program with the library, you must provide
844complete object files to the recipients so that they can relink them
845with the library, after making changes to the library and recompiling
846it.  And you must show them these terms so they know their rights.
847
848  Our method of protecting your rights has two steps: (1) copyright
849the library, and (2) offer you this license which gives you legal
850permission to copy, distribute and/or modify the library.
851
852  Also, for each distributor's protection, we want to make certain
853that everyone understands that there is no warranty for this free
854library.  If the library is modified by someone else and passed on, we
855want its recipients to know that what they have is not the original
856version, so that any problems introduced by others will not reflect on
857the original authors' reputations.
858
859  Finally, any free program is threatened constantly by software
860patents.  We wish to avoid the danger that companies distributing free
861software will individually obtain patent licenses, thus in effect
862transforming the program into proprietary software.  To prevent this,
863we have made it clear that any patent must be licensed for everyone's
864free use or not licensed at all.
865
866  Most GNU software, including some libraries, is covered by the ordinary
867GNU General Public License, which was designed for utility programs.  This
868license, the GNU Library General Public License, applies to certain
869designated libraries.  This license is quite different from the ordinary
870one; be sure to read it in full, and don't assume that anything in it is
871the same as in the ordinary license.
872
873  The reason we have a separate public license for some libraries is that
874they blur the distinction we usually make between modifying or adding to a
875program and simply using it.  Linking a program with a library, without
876changing the library, is in some sense simply using the library, and is
877analogous to running a utility program or application program.  However, in
878a textual and legal sense, the linked executable is a combined work, a
879derivative of the original library, and the ordinary General Public License
880treats it as such.
881
882  Because of this blurred distinction, using the ordinary General
883Public License for libraries did not effectively promote software
884sharing, because most developers did not use the libraries.  We
885concluded that weaker conditions might promote sharing better.
886
887  However, unrestricted linking of non-free programs would deprive the
888users of those programs of all benefit from the free status of the
889libraries themselves.  This Library General Public License is intended to
890permit developers of non-free programs to use free libraries, while
891preserving your freedom as a user of such programs to change the free
892libraries that are incorporated in them.  (We have not seen how to achieve
893this as regards changes in header files, but we have achieved it as regards
894changes in the actual functions of the Library.)  The hope is that this
895will lead to faster development of free libraries.
896
897  The precise terms and conditions for copying, distribution and
898modification follow.  Pay close attention to the difference between a
899"work based on the library" and a "work that uses the library".  The
900former contains code derived from the library, while the latter only
901works together with the library.
902
903  Note that it is possible for a library to be covered by the ordinary
904General Public License rather than by this special one.
905
906                  GNU LIBRARY GENERAL PUBLIC LICENSE
907   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
908
909  0. This License Agreement applies to any software library which
910contains a notice placed by the copyright holder or other authorized
911party saying it may be distributed under the terms of this Library
912General Public License (also called "this License").  Each licensee is
913addressed as "you".
914
915  A "library" means a collection of software functions and/or data
916prepared so as to be conveniently linked with application programs
917(which use some of those functions and data) to form executables.
918
919  The "Library", below, refers to any such software library or work
920which has been distributed under these terms.  A "work based on the
921Library" means either the Library or any derivative work under
922copyright law: that is to say, a work containing the Library or a
923portion of it, either verbatim or with modifications and/or translated
924straightforwardly into another language.  (Hereinafter, translation is
925included without limitation in the term "modification".)
926
927  "Source code" for a work means the preferred form of the work for
928making modifications to it.  For a library, complete source code means
929all the source code for all modules it contains, plus any associated
930interface definition files, plus the scripts used to control compilation
931and installation of the library.
932
933  Activities other than copying, distribution and modification are not
934covered by this License; they are outside its scope.  The act of
935running a program using the Library is not restricted, and output from
936such a program is covered only if its contents constitute a work based
937on the Library (independent of the use of the Library in a tool for
938writing it).  Whether that is true depends on what the Library does
939and what the program that uses the Library does.
940  
941  1. You may copy and distribute verbatim copies of the Library's
942complete source code as you receive it, in any medium, provided that
943you conspicuously and appropriately publish on each copy an
944appropriate copyright notice and disclaimer of warranty; keep intact
945all the notices that refer to this License and to the absence of any
946warranty; and distribute a copy of this License along with the
947Library.
948
949  You may charge a fee for the physical act of transferring a copy,
950and you may at your option offer warranty protection in exchange for a
951fee.
952
953  2. You may modify your copy or copies of the Library or any portion
954of it, thus forming a work based on the Library, and copy and
955distribute such modifications or work under the terms of Section 1
956above, provided that you also meet all of these conditions:
957
958    a) The modified work must itself be a software library.
959
960    b) You must cause the files modified to carry prominent notices
961    stating that you changed the files and the date of any change.
962
963    c) You must cause the whole of the work to be licensed at no
964    charge to all third parties under the terms of this License.
965
966    d) If a facility in the modified Library refers to a function or a
967    table of data to be supplied by an application program that uses
968    the facility, other than as an argument passed when the facility
969    is invoked, then you must make a good faith effort to ensure that,
970    in the event an application does not supply such function or
971    table, the facility still operates, and performs whatever part of
972    its purpose remains meaningful.
973
974    (For example, a function in a library to compute square roots has
975    a purpose that is entirely well-defined independent of the
976    application.  Therefore, Subsection 2d requires that any
977    application-supplied function or table used by this function must
978    be optional: if the application does not supply it, the square
979    root function must still compute square roots.)
980
981These requirements apply to the modified work as a whole.  If
982identifiable sections of that work are not derived from the Library,
983and can be reasonably considered independent and separate works in
984themselves, then this License, and its terms, do not apply to those
985sections when you distribute them as separate works.  But when you
986distribute the same sections as part of a whole which is a work based
987on the Library, the distribution of the whole must be on the terms of
988this License, whose permissions for other licensees extend to the
989entire whole, and thus to each and every part regardless of who wrote
990it.
991
992Thus, it is not the intent of this section to claim rights or contest
993your rights to work written entirely by you; rather, the intent is to
994exercise the right to control the distribution of derivative or
995collective works based on the Library.
996
997In addition, mere aggregation of another work not based on the Library
998with the Library (or with a work based on the Library) on a volume of
999a storage or distribution medium does not bring the other work under
1000the scope of this License.
1001
1002  3. You may opt to apply the terms of the ordinary GNU General Public
1003License instead of this License to a given copy of the Library.  To do
1004this, you must alter all the notices that refer to this License, so
1005that they refer to the ordinary GNU General Public License, version 2,
1006instead of to this License.  (If a newer version than version 2 of the
1007ordinary GNU General Public License has appeared, then you can specify
1008that version instead if you wish.)  Do not make any other change in
1009these notices.
1010
1011  Once this change is made in a given copy, it is irreversible for
1012that copy, so the ordinary GNU General Public License applies to all
1013subsequent copies and derivative works made from that copy.
1014
1015  This option is useful when you wish to copy part of the code of
1016the Library into a program that is not a library.
1017
1018  4. You may copy and distribute the Library (or a portion or
1019derivative of it, under Section 2) in object code or executable form
1020under the terms of Sections 1 and 2 above provided that you accompany
1021it with the complete corresponding machine-readable source code, which
1022must be distributed under the terms of Sections 1 and 2 above on a
1023medium customarily used for software interchange.
1024
1025  If distribution of object code is made by offering access to copy
1026from a designated place, then offering equivalent access to copy the
1027source code from the same place satisfies the requirement to
1028distribute the source code, even though third parties are not
1029compelled to copy the source along with the object code.
1030
1031  5. A program that contains no derivative of any portion of the
1032Library, but is designed to work with the Library by being compiled or
1033linked with it, is called a "work that uses the Library".  Such a
1034work, in isolation, is not a derivative work of the Library, and
1035therefore falls outside the scope of this License.
1036
1037  However, linking a "work that uses the Library" with the Library
1038creates an executable that is a derivative of the Library (because it
1039contains portions of the Library), rather than a "work that uses the
1040library".  The executable is therefore covered by this License.
1041Section 6 states terms for distribution of such executables.
1042
1043  When a "work that uses the Library" uses material from a header file
1044that is part of the Library, the object code for the work may be a
1045derivative work of the Library even though the source code is not.
1046Whether this is true is especially significant if the work can be
1047linked without the Library, or if the work is itself a library.  The
1048threshold for this to be true is not precisely defined by law.
1049
1050  If such an object file uses only numerical parameters, data
1051structure layouts and accessors, and small macros and small inline
1052functions (ten lines or less in length), then the use of the object
1053file is unrestricted, regardless of whether it is legally a derivative
1054work.  (Executables containing this object code plus portions of the
1055Library will still fall under Section 6.)
1056
1057  Otherwise, if the work is a derivative of the Library, you may
1058distribute the object code for the work under the terms of Section 6.
1059Any executables containing that work also fall under Section 6,
1060whether or not they are linked directly with the Library itself.
1061
1062  6. As an exception to the Sections above, you may also compile or
1063link a "work that uses the Library" with the Library to produce a
1064work containing portions of the Library, and distribute that work
1065under terms of your choice, provided that the terms permit
1066modification of the work for the customer's own use and reverse
1067engineering for debugging such modifications.
1068
1069  You must give prominent notice with each copy of the work that the
1070Library is used in it and that the Library and its use are covered by
1071this License.  You must supply a copy of this License.  If the work
1072during execution displays copyright notices, you must include the
1073copyright notice for the Library among them, as well as a reference
1074directing the user to the copy of this License.  Also, you must do one
1075of these things:
1076
1077    a) Accompany the work with the complete corresponding
1078    machine-readable source code for the Library including whatever
1079    changes were used in the work (which must be distributed under
1080    Sections 1 and 2 above); and, if the work is an executable linked
1081    with the Library, with the complete machine-readable "work that
1082    uses the Library", as object code and/or source code, so that the
1083    user can modify the Library and then relink to produce a modified
1084    executable containing the modified Library.  (It is understood
1085    that the user who changes the contents of definitions files in the
1086    Library will not necessarily be able to recompile the application
1087    to use the modified definitions.)
1088
1089    b) Accompany the work with a written offer, valid for at
1090    least three years, to give the same user the materials
1091    specified in Subsection 6a, above, for a charge no more
1092    than the cost of performing this distribution.
1093
1094    c) If distribution of the work is made by offering access to copy
1095    from a designated place, offer equivalent access to copy the above
1096    specified materials from the same place.
1097
1098    d) Verify that the user has already received a copy of these
1099    materials or that you have already sent this user a copy.
1100
1101  For an executable, the required form of the "work that uses the
1102Library" must include any data and utility programs needed for
1103reproducing the executable from it.  However, as a special exception,
1104the source code distributed need not include anything that is normally
1105distributed (in either source or binary form) with the major
1106components (compiler, kernel, and so on) of the operating system on
1107which the executable runs, unless that component itself accompanies
1108the executable.
1109
1110  It may happen that this requirement contradicts the license
1111restrictions of other proprietary libraries that do not normally
1112accompany the operating system.  Such a contradiction means you cannot
1113use both them and the Library together in an executable that you
1114distribute.
1115
1116  7. You may place library facilities that are a work based on the
1117Library side-by-side in a single library together with other library
1118facilities not covered by this License, and distribute such a combined
1119library, provided that the separate distribution of the work based on
1120the Library and of the other library facilities is otherwise
1121permitted, and provided that you do these two things:
1122
1123    a) Accompany the combined library with a copy of the same work
1124    based on the Library, uncombined with any other library
1125    facilities.  This must be distributed under the terms of the
1126    Sections above.
1127
1128    b) Give prominent notice with the combined library of the fact
1129    that part of it is a work based on the Library, and explaining
1130    where to find the accompanying uncombined form of the same work.
1131
1132  8. You may not copy, modify, sublicense, link with, or distribute
1133the Library except as expressly provided under this License.  Any
1134attempt otherwise to copy, modify, sublicense, link with, or
1135distribute the Library is void, and will automatically terminate your
1136rights under this License.  However, parties who have received copies,
1137or rights, from you under this License will not have their licenses
1138terminated so long as such parties remain in full compliance.
1139
1140  9. You are not required to accept this License, since you have not
1141signed it.  However, nothing else grants you permission to modify or
1142distribute the Library or its derivative works.  These actions are
1143prohibited by law if you do not accept this License.  Therefore, by
1144modifying or distributing the Library (or any work based on the
1145Library), you indicate your acceptance of this License to do so, and
1146all its terms and conditions for copying, distributing or modifying
1147the Library or works based on it.
1148
1149  10. Each time you redistribute the Library (or any work based on the
1150Library), the recipient automatically receives a license from the
1151original licensor to copy, distribute, link with or modify the Library
1152subject to these terms and conditions.  You may not impose any further
1153restrictions on the recipients' exercise of the rights granted herein.
1154You are not responsible for enforcing compliance by third parties to
1155this License.
1156
1157  11. If, as a consequence of a court judgment or allegation of patent
1158infringement or for any other reason (not limited to patent issues),
1159conditions are imposed on you (whether by court order, agreement or
1160otherwise) that contradict the conditions of this License, they do not
1161excuse you from the conditions of this License.  If you cannot
1162distribute so as to satisfy simultaneously your obligations under this
1163License and any other pertinent obligations, then as a consequence you
1164may not distribute the Library at all.  For example, if a patent
1165license would not permit royalty-free redistribution of the Library by
1166all those who receive copies directly or indirectly through you, then
1167the only way you could satisfy both it and this License would be to
1168refrain entirely from distribution of the Library.
1169
1170If any portion of this section is held invalid or unenforceable under any
1171particular circumstance, the balance of the section is intended to apply,
1172and the section as a whole is intended to apply in other circumstances.
1173
1174It is not the purpose of this section to induce you to infringe any
1175patents or other property right claims or to contest validity of any
1176such claims; this section has the sole purpose of protecting the
1177integrity of the free software distribution system which is
1178implemented by public license practices.  Many people have made
1179generous contributions to the wide range of software distributed
1180through that system in reliance on consistent application of that
1181system; it is up to the author/donor to decide if he or she is willing
1182to distribute software through any other system and a licensee cannot
1183impose that choice.
1184
1185This section is intended to make thoroughly clear what is believed to
1186be a consequence of the rest of this License.
1187
1188  12. If the distribution and/or use of the Library is restricted in
1189certain countries either by patents or by copyrighted interfaces, the
1190original copyright holder who places the Library under this License may add
1191an explicit geographical distribution limitation excluding those countries,
1192so that distribution is permitted only in or among countries not thus
1193excluded.  In such case, this License incorporates the limitation as if
1194written in the body of this License.
1195
1196  13. The Free Software Foundation may publish revised and/or new
1197versions of the Library General Public License from time to time.
1198Such new versions will be similar in spirit to the present version,
1199but may differ in detail to address new problems or concerns.
1200
1201Each version is given a distinguishing version number.  If the Library
1202specifies a version number of this License which applies to it and
1203"any later version", you have the option of following the terms and
1204conditions either of that version or of any later version published by
1205the Free Software Foundation.  If the Library does not specify a
1206license version number, you may choose any version ever published by
1207the Free Software Foundation.
1208
1209  14. If you wish to incorporate parts of the Library into other free
1210programs whose distribution conditions are incompatible with these,
1211write to the author to ask for permission.  For software which is
1212copyrighted by the Free Software Foundation, write to the Free
1213Software Foundation; we sometimes make exceptions for this.  Our
1214decision will be guided by the two goals of preserving the free status
1215of all derivatives of our free software and of promoting the sharing
1216and reuse of software generally.
1217
1218                            NO WARRANTY
1219
1220  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1221WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
1222EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
1223OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
1224KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
1225IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1226PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
1227LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
1228THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1229
1230  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1231WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
1232AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
1233FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
1234CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
1235LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
1236RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
1237FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
1238SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
1239DAMAGES.
1240
1241                     END OF TERMS AND CONDITIONS
1242
1243                  GNU LESSER GENERAL PUBLIC LICENSE
1244                       Version 2.1, February 1999
1245
1246 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
1247 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
1248 Everyone is permitted to copy and distribute verbatim copies
1249 of this license document, but changing it is not allowed.
1250
1251[This is the first released version of the Lesser GPL.  It also counts
1252 as the successor of the GNU Library Public License, version 2, hence
1253 the version number 2.1.]
1254
1255                            Preamble
1256
1257  The licenses for most software are designed to take away your
1258freedom to share and change it.  By contrast, the GNU General Public
1259Licenses are intended to guarantee your freedom to share and change
1260free software--to make sure the software is free for all its users.
1261
1262  This license, the Lesser General Public License, applies to some
1263specially designated software packages--typically libraries--of the
1264Free Software Foundation and other authors who decide to use it.  You
1265can use it too, but we suggest you first think carefully about whether
1266this license or the ordinary General Public License is the better
1267strategy to use in any particular case, based on the explanations below.
1268
1269  When we speak of free software, we are referring to freedom of use,
1270not price.  Our General Public Licenses are designed to make sure that
1271you have the freedom to distribute copies of free software (and charge
1272for this service if you wish); that you receive source code or can get
1273it if you want it; that you can change the software and use pieces of
1274it in new free programs; and that you are informed that you can do
1275these things.
1276
1277  To protect your rights, we need to make restrictions that forbid
1278distributors to deny you these rights or to ask you to surrender these
1279rights.  These restrictions translate to certain responsibilities for
1280you if you distribute copies of the library or if you modify it.
1281
1282  For example, if you distribute copies of the library, whether gratis
1283or for a fee, you must give the recipients all the rights that we gave
1284you.  You must make sure that they, too, receive or can get the source
1285code.  If you link other code with the library, you must provide
1286complete object files to the recipients, so that they can relink them
1287with the library after making changes to the library and recompiling
1288it.  And you must show them these terms so they know their rights.
1289
1290  We protect your rights with a two-step method: (1) we copyright the
1291library, and (2) we offer you this license, which gives you legal
1292permission to copy, distribute and/or modify the library.
1293
1294  To protect each distributor, we want to make it very clear that
1295there is no warranty for the free library.  Also, if the library is
1296modified by someone else and passed on, the recipients should know
1297that what they have is not the original version, so that the original
1298author's reputation will not be affected by problems that might be
1299introduced by others.
1300
1301  Finally, software patents pose a constant threat to the existence of
1302any free program.  We wish to make sure that a company cannot
1303effectively restrict the users of a free program by obtaining a
1304restrictive license from a patent holder.  Therefore, we insist that
1305any patent license obtained for a version of the library must be
1306consistent with the full freedom of use specified in this license.
1307
1308  Most GNU software, including some libraries, is covered by the
1309ordinary GNU General Public License.  This license, the GNU Lesser
1310General Public License, applies to certain designated libraries, and
1311is quite different from the ordinary General Public License.  We use
1312this license for certain libraries in order to permit linking those
1313libraries into non-free programs.
1314
1315  When a program is linked with a library, whether statically or using
1316a shared library, the combination of the two is legally speaking a
1317combined work, a derivative of the original library.  The ordinary
1318General Public License therefore permits such linking only if the
1319entire combination fits its criteria of freedom.  The Lesser General
1320Public License permits more lax criteria for linking other code with
1321the library.
1322
1323  We call this license the "Lesser" General Public License because it
1324does Less to protect the user's freedom than the ordinary General
1325Public License.  It also provides other free software developers Less
1326of an advantage over competing non-free programs.  These disadvantages
1327are the reason we use the ordinary General Public License for many
1328libraries.  However, the Lesser license provides advantages in certain
1329special circumstances.
1330
1331  For example, on rare occasions, there may be a special need to
1332encourage the widest possible use of a certain library, so that it becomes
1333a de-facto standard.  To achieve this, non-free programs must be
1334allowed to use the library.  A more frequent case is that a free
1335library does the same job as widely used non-free libraries.  In this
1336case, there is little to gain by limiting the free library to free
1337software only, so we use the Lesser General Public License.
1338
1339  In other cases, permission to use a particular library in non-free
1340programs enables a greater number of people to use a large body of
1341free software.  For example, permission to use the GNU C Library in
1342non-free programs enables many more people to use the whole GNU
1343operating system, as well as its variant, the GNU/Linux operating
1344system.
1345
1346  Although the Lesser General Public License is Less protective of the
1347users' freedom, it does ensure that the user of a program that is
1348linked with the Library has the freedom and the wherewithal to run
1349that program using a modified version of the Library.
1350
1351  The precise terms and conditions for copying, distribution and
1352modification follow.  Pay close attention to the difference between a
1353"work based on the library" and a "work that uses the library".  The
1354former contains code derived from the library, whereas the latter must
1355be combined with the library in order to run.
1356
1357                  GNU LESSER GENERAL PUBLIC LICENSE
1358   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1359
1360  0. This License Agreement applies to any software library or other
1361program which contains a notice placed by the copyright holder or
1362other authorized party saying it may be distributed under the terms of
1363this Lesser General Public License (also called "this License").
1364Each licensee is addressed as "you".
1365
1366  A "library" means a collection of software functions and/or data
1367prepared so as to be conveniently linked with application programs
1368(which use some of those functions and data) to form executables.
1369
1370  The "Library", below, refers to any such software library or work
1371which has been distributed under these terms.  A "work based on the
1372Library" means either the Library or any derivative work under
1373copyright law: that is to say, a work containing the Library or a
1374portion of it, either verbatim or with modifications and/or translated
1375straightforwardly into another language.  (Hereinafter, translation is
1376included without limitation in the term "modification".)
1377
1378  "Source code" for a work means the preferred form of the work for
1379making modifications to it.  For a library, complete source code means
1380all the source code for all modules it contains, plus any associated
1381interface definition files, plus the scripts used to control compilation
1382and installation of the library.
1383
1384  Activities other than copying, distribution and modification are not
1385covered by this License; they are outside its scope.  The act of
1386running a program using the Library is not restricted, and output from
1387such a program is covered only if its contents constitute a work based
1388on the Library (independent of the use of the Library in a tool for
1389writing it).  Whether that is true depends on what the Library does
1390and what the program that uses the Library does.
1391
1392  1. You may copy and distribute verbatim copies of the Library's
1393complete source code as you receive it, in any medium, provided that
1394you conspicuously and appropriately publish on each copy an
1395appropriate copyright notice and disclaimer of warranty; keep intact
1396all the notices that refer to this License and to the absence of any
1397warranty; and distribute a copy of this License along with the
1398Library.
1399
1400  You may charge a fee for the physical act of transferring a copy,
1401and you may at your option offer warranty protection in exchange for a
1402fee.
1403
1404  2. You may modify your copy or copies of the Library or any portion
1405of it, thus forming a work based on the Library, and copy and
1406distribute such modifications or work under the terms of Section 1
1407above, provided that you also meet all of these conditions:
1408
1409    a) The modified work must itself be a software library.
1410
1411    b) You must cause the files modified to carry prominent notices
1412    stating that you changed the files and the date of any change.
1413
1414    c) You must cause the whole of the work to be licensed at no
1415    charge to all third parties under the terms of this License.
1416
1417    d) If a facility in the modified Library refers to a function or a
1418    table of data to be supplied by an application program that uses
1419    the facility, other than as an argument passed when the facility
1420    is invoked, then you must make a good faith effort to ensure that,
1421    in the event an application does not supply such function or
1422    table, the facility still operates, and performs whatever part of
1423    its purpose remains meaningful.
1424
1425    (For example, a function in a library to compute square roots has
1426    a purpose that is entirely well-defined independent of the
1427    application.  Therefore, Subsection 2d requires that any
1428    application-supplied function or table used by this function must
1429    be optional: if the application does not supply it, the square
1430    root function must still compute square roots.)
1431
1432These requirements apply to the modified work as a whole.  If
1433identifiable sections of that work are not derived from the Library,
1434and can be reasonably considered independent and separate works in
1435themselves, then this License, and its terms, do not apply to those
1436sections when you distribute them as separate works.  But when you
1437distribute the same sections as part of a whole which is a work based
1438on the Library, the distribution of the whole must be on the terms of
1439this License, whose permissions for other licensees extend to the
1440entire whole, and thus to each and every part regardless of who wrote
1441it.
1442
1443Thus, it is not the intent of this section to claim rights or contest
1444your rights to work written entirely by you; rather, the intent is to
1445exercise the right to control the distribution of derivative or
1446collective works based on the Library.
1447
1448In addition, mere aggregation of another work not based on the Library
1449with the Library (or with a work based on the Library) on a volume of
1450a storage or distribution medium does not bring the other work under
1451the scope of this License.
1452
1453  3. You may opt to apply the terms of the ordinary GNU General Public
1454License instead of this License to a given copy of the Library.  To do
1455this, you must alter all the notices that refer to this License, so
1456that they refer to the ordinary GNU General Public License, version 2,
1457instead of to this License.  (If a newer version than version 2 of the
1458ordinary GNU General Public License has appeared, then you can specify
1459that version instead if you wish.)  Do not make any other change in
1460these notices.
1461
1462  Once this change is made in a given copy, it is irreversible for
1463that copy, so the ordinary GNU General Public License applies to all
1464subsequent copies and derivative works made from that copy.
1465
1466  This option is useful when you wish to copy part of the code of
1467the Library into a program that is not a library.
1468
1469  4. You may copy and distribute the Library (or a portion or
1470derivative of it, under Section 2) in object code or executable form
1471under the terms of Sections 1 and 2 above provided that you accompany
1472it with the complete corresponding machine-readable source code, which
1473must be distributed under the terms of Sections 1 and 2 above on a
1474medium customarily used for software interchange.
1475
1476  If distribution of object code is made by offering access to copy
1477from a designated place, then offering equivalent access to copy the
1478source code from the same place satisfies the requirement to
1479distribute the source code, even though third parties are not
1480compelled to copy the source along with the object code.
1481
1482  5. A program that contains no derivative of any portion of the
1483Library, but is designed to work with the Library by being compiled or
1484linked with it, is called a "work that uses the Library".  Such a
1485work, in isolation, is not a derivative work of the Library, and
1486therefore falls outside the scope of this License.
1487
1488  However, linking a "work that uses the Library" with the Library
1489creates an executable that is a derivative of the Library (because it
1490contains portions of the Library), rather than a "work that uses the
1491library".  The executable is therefore covered by this License.
1492Section 6 states terms for distribution of such executables.
1493
1494  When a "work that uses the Library" uses material from a header file
1495that is part of the Library, the object code for the work may be a
1496derivative work of the Library even though the source code is not.
1497Whether this is true is especially significant if the work can be
1498linked without the Library, or if the work is itself a library.  The
1499threshold for this to be true is not precisely defined by law.
1500
1501  If such an object file uses only numerical parameters, data
1502structure layouts and accessors, and small macros and small inline
1503functions (ten lines or less in length), then the use of the object
1504file is unrestricted, regardless of whether it is legally a derivative
1505work.  (Executables containing this object code plus portions of the
1506Library will still fall under Section 6.)
1507
1508  Otherwise, if the work is a derivative of the Library, you may
1509distribute the object code for the work under the terms of Section 6.
1510Any executables containing that work also fall under Section 6,
1511whether or not they are linked directly with the Library itself.
1512
1513  6. As an exception to the Sections above, you may also combine or
1514link a "work that uses the Library" with the Library to produce a
1515work containing portions of the Library, and distribute that work
1516under terms of your choice, provided that the terms permit
1517modification of the work for the customer's own use and reverse
1518engineering for debugging such modifications.
1519
1520  You must give prominent notice with each copy of the work that the
1521Library is used in it and that the Library and its use are covered by
1522this License.  You must supply a copy of this License.  If the work
1523during execution displays copyright notices, you must include the
1524copyright notice for the Library among them, as well as a reference
1525directing the user to the copy of this License.  Also, you must do one
1526of these things:
1527
1528    a) Accompany the work with the complete corresponding
1529    machine-readable source code for the Library including whatever
1530    changes were used in the work (which must be distributed under
1531    Sections 1 and 2 above); and, if the work is an executable linked
1532    with the Library, with the complete machine-readable "work that
1533    uses the Library", as object code and/or source code, so that the
1534    user can modify the Library and then relink to produce a modified
1535    executable containing the modified Library.  (It is understood
1536    that the user who changes the contents of definitions files in the
1537    Library will not necessarily be able to recompile the application
1538    to use the modified definitions.)
1539
1540    b) Use a suitable shared library mechanism for linking with the
1541    Library.  A suitable mechanism is one that (1) uses at run time a
1542    copy of the library already present on the user's computer system,
1543    rather than copying library functions into the executable, and (2)
1544    will operate properly with a modified version of the library, if
1545    the user installs one, as long as the modified version is
1546    interface-compatible with the version that the work was made with.
1547
1548    c) Accompany the work with a written offer, valid for at
1549    least three years, to give the same user the materials
1550    specified in Subsection 6a, above, for a charge no more
1551    than the cost of performing this distribution.
1552
1553    d) If distribution of the work is made by offering access to copy
1554    from a designated place, offer equivalent access to copy the above
1555    specified materials from the same place.
1556
1557    e) Verify that the user has already received a copy of these
1558    materials or that you have already sent this user a copy.
1559
1560  For an executable, the required form of the "work that uses the
1561Library" must include any data and utility programs needed for
1562reproducing the executable from it.  However, as a special exception,
1563the materials to be distributed need not include anything that is
1564normally distributed (in either source or binary form) with the major
1565components (compiler, kernel, and so on) of the operating system on
1566which the executable runs, unless that component itself accompanies
1567the executable.
1568
1569  It may happen that this requirement contradicts the license
1570restrictions of other proprietary libraries that do not normally
1571accompany the operating system.  Such a contradiction means you cannot
1572use both them and the Library together in an executable that you
1573distribute.
1574
1575  7. You may place library facilities that are a work based on the
1576Library side-by-side in a single library together with other library
1577facilities not covered by this License, and distribute such a combined
1578library, provided that the separate distribution of the work based on
1579the Library and of the other library facilities is otherwise
1580permitted, and provided that you do these two things:
1581
1582    a) Accompany the combined library with a copy of the same work
1583    based on the Library, uncombined with any other library
1584    facilities.  This must be distributed under the terms of the
1585    Sections above.
1586
1587    b) Give prominent notice with the combined library of the fact
1588    that part of it is a work based on the Library, and explaining
1589    where to find the accompanying uncombined form of the same work.
1590
1591  8. You may not copy, modify, sublicense, link with, or distribute
1592the Library except as expressly provided under this License.  Any
1593attempt otherwise to copy, modify, sublicense, link with, or
1594distribute the Library is void, and will automatically terminate your
1595rights under this License.  However, parties who have received copies,
1596or rights, from you under this License will not have their licenses
1597terminated so long as such parties remain in full compliance.
1598
1599  9. You are not required to accept this License, since you have not
1600signed it.  However, nothing else grants you permission to modify or
1601distribute the Library or its derivative works.  These actions are
1602prohibited by law if you do not accept this License.  Therefore, by
1603modifying or distributing the Library (or any work based on the
1604Library), you indicate your acceptance of this License to do so, and
1605all its terms and conditions for copying, distributing or modifying
1606the Library or works based on it.
1607
1608  10. Each time you redistribute the Library (or any work based on the
1609Library), the recipient automatically receives a license from the
1610original licensor to copy, distribute, link with or modify the Library
1611subject to these terms and conditions.  You may not impose any further
1612restrictions on the recipients' exercise of the rights granted herein.
1613You are not responsible for enforcing compliance by third parties with
1614this License.
1615
1616  11. If, as a consequence of a court judgment or allegation of patent
1617infringement or for any other reason (not limited to patent issues),
1618conditions are imposed on you (whether by court order, agreement or
1619otherwise) that contradict the conditions of this License, they do not
1620excuse you from the conditions of this License.  If you cannot
1621distribute so as to satisfy simultaneously your obligations under this
1622License and any other pertinent obligations, then as a consequence you
1623may not distribute the Library at all.  For example, if a patent
1624license would not permit royalty-free redistribution of the Library by
1625all those who receive copies directly or indirectly through you, then
1626the only way you could satisfy both it and this License would be to
1627refrain entirely from distribution of the Library.
1628
1629If any portion of this section is held invalid or unenforceable under any
1630particular circumstance, the balance of the section is intended to apply,
1631and the section as a whole is intended to apply in other circumstances.
1632
1633It is not the purpose of this section to induce you to infringe any
1634patents or other property right claims or to contest validity of any
1635such claims; this section has the sole purpose of protecting the
1636integrity of the free software distribution system which is
1637implemented by public license practices.  Many people have made
1638generous contributions to the wide range of software distributed
1639through that system in reliance on consistent application of that
1640system; it is up to the author/donor to decide if he or she is willing
1641to distribute software through any other system and a licensee cannot
1642impose that choice.
1643
1644This section is intended to make thoroughly clear what is believed to
1645be a consequence of the rest of this License.
1646
1647  12. If the distribution and/or use of the Library is restricted in
1648certain countries either by patents or by copyrighted interfaces, the
1649original copyright holder who places the Library under this License may add
1650an explicit geographical distribution limitation excluding those countries,
1651so that distribution is permitted only in or among countries not thus
1652excluded.  In such case, this License incorporates the limitation as if
1653written in the body of this License.
1654
1655  13. The Free Software Foundation may publish revised and/or new
1656versions of the Lesser General Public License from time to time.
1657Such new versions will be similar in spirit to the present version,
1658but may differ in detail to address new problems or concerns.
1659
1660Each version is given a distinguishing version number.  If the Library
1661specifies a version number of this License which applies to it and
1662"any later version", you have the option of following the terms and
1663conditions either of that version or of any later version published by
1664the Free Software Foundation.  If the Library does not specify a
1665license version number, you may choose any version ever published by
1666the Free Software Foundation.
1667
1668  14. If you wish to incorporate parts of the Library into other free
1669programs whose distribution conditions are incompatible with these,
1670write to the author to ask for permission.  For software which is
1671copyrighted by the Free Software Foundation, write to the Free
1672Software Foundation; we sometimes make exceptions for this.  Our
1673decision will be guided by the two goals of preserving the free status
1674of all derivatives of our free software and of promoting the sharing
1675and reuse of software generally.
1676
1677                            NO WARRANTY
1678
1679  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1680WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
1681EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
1682OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
1683KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
1684IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1685PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
1686LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
1687THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1688
1689  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1690WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
1691AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
1692FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
1693CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
1694LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
1695RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
1696FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
1697SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
1698DAMAGES.
1699
1700                     END OF TERMS AND CONDITIONS
1701</pre>
1702</div>
1703</div>
1704
1705
1706<div class="product">
1707<span class="title">Almost Native Graphics Layer Engine</span>
1708<a class="show" href="#" onclick="return toggle(this);">show license</a>
1709<span class="homepage"><a href="http://code.google.com/p/angleproject/">homepage</a></span>
1710<div class="licence">
1711<pre>// Copyright (C) 2002-2010 The ANGLE Project Authors. 
1712// All rights reserved.
1713//
1714// Redistribution and use in source and binary forms, with or without
1715// modification, are permitted provided that the following conditions
1716// are met:
1717//
1718//     Redistributions of source code must retain the above copyright
1719//     notice, this list of conditions and the following disclaimer.
1720//
1721//     Redistributions in binary form must reproduce the above 
1722//     copyright notice, this list of conditions and the following
1723//     disclaimer in the documentation and/or other materials provided
1724//     with the distribution.
1725//
1726//     Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
1727//     Ltd., nor the names of their contributors may be used to endorse
1728//     or promote products derived from this software without specific
1729//     prior written permission.
1730//
1731// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1732// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
1733// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1734// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1735// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1736// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1737// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1738// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1739// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1740// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1741// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1742// POSSIBILITY OF SUCH DAMAGE.
1743</pre>
1744</div>
1745</div>
1746
1747
1748<div class="product">
1749<span class="title">Apple sample code</span>
1750<a class="show" href="#" onclick="return toggle(this);">show license</a>
1751<span class="homepage"><a href="http://developer.apple.com/">homepage</a></span>
1752<div class="licence">
1753<pre>Disclaimer: IMPORTANT:  This Apple software is supplied to you by Apple
1754Inc. ("Apple") in consideration of your agreement to the following
1755terms, and your use, installation, modification or redistribution of
1756this Apple software constitutes acceptance of these terms.  If you do
1757not agree with these terms, please do not use, install, modify or
1758redistribute this Apple software.
1759
1760In consideration of your agreement to abide by the following terms, and
1761subject to these terms, Apple grants you a personal, non-exclusive
1762license, under Apple's copyrights in this original Apple software (the
1763"Apple Software"), to use, reproduce, modify and redistribute the Apple
1764Software, with or without modifications, in source and/or binary forms;
1765provided that if you redistribute the Apple Software in its entirety and
1766without modifications, you must retain this notice and the following
1767text and disclaimers in all such redistributions of the Apple Software.
1768Neither the name, trademarks, service marks or logos of Apple Inc. may
1769be used to endorse or promote products derived from the Apple Software
1770without specific prior written permission from Apple.  Except as
1771expressly stated in this notice, no other rights or licenses, express or
1772implied, are granted by Apple herein, including but not limited to any
1773patent rights that may be infringed by your derivative works or by other
1774works in which the Apple Software may be incorporated.
1775
1776The Apple Software is provided by Apple on an "AS IS" basis.  APPLE
1777MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
1778THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
1779FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
1780OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
1781
1782IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
1783OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1784SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1785INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
1786MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
1787AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
1788STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
1789POSSIBILITY OF SUCH DAMAGE.
1790
1791Copyright (C) 2009 Apple Inc. All Rights Reserved.</pre>
1792</div>
1793</div>
1794
1795
1796<div class="product">
1797<span class="title">Darwin</span>
1798<a class="show" href="#" onclick="return toggle(this);">show license</a>
1799<span class="homepage"><a href="http://www.opensource.apple.com/">homepage</a></span>
1800<div class="licence">
1801<pre>APPLE PUBLIC SOURCE LICENSE Version 2.0 -  August 6, 2003
1802
1803Please read this License carefully before downloading this software.  By
1804downloading or using this software, you are agreeing to be bound by the terms of
1805this License.  If you do not or cannot agree to the terms of this License,
1806please do not download or use the software.
1807
1808Apple Note:  In January 2007, Apple changed its corporate name from "Apple
1809Computer, Inc." to "Apple Inc."  This change has been reflected below and
1810copyright years updated, but no other changes have been made to the APSL 2.0.
1811
18121.	General; Definitions.  This License applies to any program or other work
1813which Apple Inc. ("Apple") makes publicly available and which contains a notice
1814placed by Apple identifying such program or work as "Original Code" and stating
1815that it is subject to the terms of this Apple Public Source License version 2.0
1816("License").  As used in this License:
1817
18181.1	 "Applicable Patent Rights" mean:  (a) in the case where Apple is the
1819grantor of rights, (i) claims of patents that are now or hereafter acquired,
1820owned by or assigned to Apple and (ii) that cover subject matter contained in
1821the Original Code, but only to the extent necessary to use, reproduce and/or
1822distribute the Original Code without infringement; and (b) in the case where You
1823are the grantor of rights, (i) claims of patents that are now or hereafter
1824acquired, owned by or assigned to You and (ii) that cover subject matter in Your
1825Modifications, taken alone or in combination with Original Code.
1826
18271.2	"Contributor" means any person or entity that creates or contributes to the
1828creation of Modifications.
1829
18301.3	 "Covered Code" means the Original Code, Modifications, the combination of
1831Original Code and any Modifications, and/or any respective portions thereof.
1832
18331.4	"Externally Deploy" means: (a) to sublicense, distribute or otherwise make
1834Covered Code available, directly or indirectly, to anyone other than You; and/or
1835(b) to use Covered Code, alone or as part of a Larger Work, in any way to
1836provide a service, including but not limited to delivery of content, through
1837electronic communication with a client other than You.
1838
18391.5	"Larger Work" means a work which combines Covered Code or portions thereof
1840with code not governed by the terms of this License.
1841
18421.6	"Modifications" mean any addition to, deletion from, and/or change to, the
1843substance and/or structure of the Original Code, any previous Modifications, the
1844combination of Original Code and any previous Modifications, and/or any
1845respective portions thereof.  When code is released as a series of files, a
1846Modification is:  (a) any addition to or deletion from the contents of a file
1847containing Covered Code; and/or (b) any new file or other representation of
1848computer program statements that contains any part of Covered Code.
1849
18501.7	"Original Code" means (a) the Source Code of a program or other work as
1851originally made available by Apple under this License, including the Source Code
1852of any updates or upgrades to such programs or works made available by Apple
1853under this License, and that has been expressly identified by Apple as such in
1854the header file(s) of such work; and (b) the object code compiled from such
1855Source Code and originally made available by Apple under this License
1856
18571.8	"Source Code" means the human readable form of a program or other work that
1858is suitable for making modifications to it, including all modules it contains,
1859plus any associated interface definition files, scripts used to control
1860compilation and installation of an executable (object code).
1861
18621.9	"You" or "Your" means an individual or a legal entity exercising rights
1863under this License.  For legal entities, "You" or "Your" includes any entity
1864which controls, is controlled by, or is under common control with, You, where
1865"control" means (a) the power, direct or indirect, to cause the direction or
1866management of such entity, whether by contract or otherwise, or (b) ownership of
1867fifty percent (50%) or more of the outstanding shares or beneficial ownership of
1868such entity.
1869
18702.	Permitted Uses; Conditions &amp; Restrictions.   Subject to the terms and
1871conditions of this License, Apple hereby grants You, effective on the date You
1872accept this License and download the Original Code, a world-wide, royalty-free,
1873non-exclusive license, to the extent of Apple's Applicable Patent Rights and
1874copyrights covering the Original Code, to do the following:
1875
18762.1	Unmodified Code.  You may use, reproduce, display, perform, internally
1877distribute within Your organization, and Externally Deploy verbatim, unmodified
1878copies of the Original Code, for commercial or non-commercial purposes, provided
1879that in each instance:
1880
1881(a)	You must retain and reproduce in all copies of Original Code the copyright
1882and other proprietary notices and disclaimers of Apple as they appear in the
1883Original Code, and keep intact all notices in the Original Code that refer to
1884this License; and
1885
1886(b) 	You must include a copy of this License with every copy of Source Code of
1887Covered Code and documentation You distribute or Externally Deploy, and You may
1888not offer or impose any terms on such Source Code that alter or restrict this
1889License or the recipients' rights hereunder, except as permitted under Section
18906.
1891
18922.2	Modified Code.  You may modify Covered Code and use, reproduce, display,
1893perform, internally distribute within Your organization, and Externally Deploy
1894Your Modifications and Covered Code, for commercial or non-commercial purposes,
1895provided that in each instance You also meet all of these conditions:
1896
1897(a)	You must satisfy all the conditions of Section 2.1 with respect to the
1898Source Code of the Covered Code;
1899
1900(b)	You must duplicate, to the extent it does not already exist, the notice in
1901Exhibit A in each file of the Source Code of all Your Modifications, and cause
1902the modified files to carry prominent notices stating that You changed the files
1903and the date of any change; and
1904
1905(c)	If You Externally Deploy Your Modifications, You must make Source Code of
1906all Your Externally Deployed Modifications either available to those to whom You
1907have Externally Deployed Your Modifications, or publicly available.  Source Code
1908of Your Externally Deployed Modifications must be released under the terms set
1909forth in this License, including the license grants set forth in Section 3
1910below, for as long as you Externally Deploy the Covered Code or twelve (12)
1911months from the date of initial External Deployment, whichever is longer. You
1912should preferably distribute the Source Code of Your Externally Deployed
1913Modifications electronically (e.g. download from a web site).
1914
19152.3	Distribution of Executable Versions.  In addition, if You Externally Deploy
1916Covered Code (Original Code and/or Modifications) in object code, executable
1917form only, You must include a prominent notice, in the code itself as well as in
1918related documentation, stating that Source Code of the Covered Code is available
1919under the terms of this License with information on how and where to obtain such
1920Source Code.
1921
19222.4	Third Party Rights.  You expressly acknowledge and agree that although
1923Apple and each Contributor grants the licenses to their respective portions of
1924the Covered Code set forth herein, no assurances are provided by Apple or any
1925Contributor that the Covered Code does not infringe the patent or other
1926intellectual property rights of any other entity. Apple and each Contributor
1927disclaim any liability to You for claims brought by any other entity based on
1928infringement of intellectual property rights or otherwise. As a condition to
1929exercising the rights and licenses granted hereunder, You hereby assume sole
1930responsibility to secure any other intellectual property rights needed, if any.
1931For example, if a third party patent license is required to allow You to
1932distribute the Covered Code, it is Your responsibility to acquire that license
1933before distributing the Covered Code.
1934
19353.	Your Grants.  In consideration of, and as a condition to, the licenses
1936granted to You under this License, You hereby grant to any person or entity
1937receiving or distributing Covered Code under this License a non-exclusive,
1938royalty-free, perpetual, irrevocable license, under Your Applicable Patent
1939Rights and other intellectual property rights (other than patent) owned or
1940controlled by You, to use, reproduce, display, perform, modify, sublicense,
1941distribute and Externally Deploy Your Modifications of the same scope and extent
1942as Apple's licenses under Sections 2.1 and 2.2 above.
1943
19444.	Larger Works.  You may create a Larger Work by combining Covered Code with
1945other code not governed by the terms of this License and distribute the Larger
1946Work as a single product.  In each such instance, You must make sure the
1947requirements of this License are fulfilled for the Covered Code or any portion
1948thereof.
1949
19505.	Limitations on Patent License.   Except as expressly stated in Section 2, no
1951other patent rights, express or implied, are granted by Apple herein. 
1952Modifications and/or Larger Works may require additional patent licenses from
1953Apple which Apple may grant in its sole discretion.
1954
19556.	Additional Terms.  You may choose to offer, and to charge a fee for,
1956warranty, support, indemnity or liability obligations and/or other rights
1957consistent with the scope of the license granted herein ("Additional Terms") to
1958one or more recipients of Covered Code. However, You may do so only on Your own
1959behalf and as Your sole responsibility, and not on behalf of Apple or any
1960Contributor. You must obtain the recipient's agreement that any such Additional
1961Terms are offered by You alone, and You hereby agree to indemnify, defend and
1962hold Apple and every Contributor harmless for any liability incurred by or
1963claims asserted against Apple or such Contributor by reason of any such
1964Additional Terms.
1965
19667.	Versions of the License.  Apple may publish revised and/or new versions of
1967this License from time to time.  Each version will be given a distinguishing
1968version number.  Once Original Code has been published under a particular
1969version of this License, You may continue to use it under the terms of that
1970version. You may also choose to use such Original Code under the terms of any
1971subsequent version of this License published by Apple.  No one other than Apple
1972has the right to modify the terms applicable to Covered Code created under this
1973License.
1974
19758.	NO WARRANTY OR SUPPORT.  The Covered Code may contain in whole or in part
1976pre-release, untested, or not fully tested works.  The Covered Code may contain
1977errors that could cause failures or loss of data, and may be incomplete or
1978contain inaccuracies.  You expressly acknowledge and agree that use of the
1979Covered Code, or any portion thereof, is at Your sole and entire risk.  THE
1980COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF
1981ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE"
1982FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM
1983ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
1984TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY
1985QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT,
1986AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  APPLE AND EACH CONTRIBUTOR DOES NOT
1987WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE
1988FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE
1989OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT
1990DEFECTS IN THE COVERED CODE WILL BE CORRECTED.  NO ORAL OR WRITTEN INFORMATION
1991OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR
1992SHALL CREATE A WARRANTY.  You acknowledge that the Covered Code is not intended
1993for use in the operation of nuclear facilities, aircraft navigation,
1994communication systems, or air traffic control machines in which case the failure
1995of the Covered Code could lead to death, personal injury, or severe physical or
1996environmental damage.
1997
19989.	LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
1999SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT
2000OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE
2001OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A
2002THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR
2003OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY
2004OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY
2005REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF
2006INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In
2007no event shall Apple's total liability to You for all damages (other than as may
2008be required by applicable law) under this License exceed the amount of fifty
2009dollars ($50.00).
2010
201110.	Trademarks.  This License does not grant any rights to use the trademarks
2012or trade names  "Apple", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming
2013Server" or any other trademarks, service marks, logos or trade names belonging
2014to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or
2015trade name belonging to any Contributor.  You agree not to use any Apple Marks
2016in or as part of the name of products derived from the Original Code or to
2017endorse or promote products derived from the Original Code other than as
2018expressly permitted by and in strict compliance at all times with Apple's third
2019party trademark usage guidelines which are posted at
2020http://www.apple.com/legal/guidelinesfor3rdparties.html.
2021
202211.	Ownership. Subject to the licenses granted under this License, each
2023Contributor retains all rights, title and interest in and to any Modifications
2024made by such Contributor.  Apple retains all rights, title and interest in and
2025to the Original Code and any Modifications made by or on behalf of Apple ("Apple
2026Modifications"), and such Apple Modifications will not be automatically subject
2027to this License.  Apple may, at its sole discretion, choose to license such
2028Apple Modifications under this License, or on different terms from those
2029contained in this License or may choose not to license them at all.
2030
203112.	Termination.
2032
203312.1	Termination.  This License and the rights granted hereunder will
2034terminate:
2035
2036(a)	automatically without notice from Apple if You fail to comply with any
2037term(s) of this License and fail to cure such breach within 30 days of becoming
2038aware of such breach; (b)	immediately in the event of the circumstances
2039described in Section 13.5(b); or (c)	automatically without notice from Apple if
2040You, at any time during the term of this License, commence an action for patent
2041infringement against Apple; provided that Apple did not first commence an action
2042for patent infringement against You in that instance.
2043
204412.2	Effect of Termination.  Upon termination, You agree to immediately stop
2045any further use, reproduction, modification, sublicensing and distribution of
2046the Covered Code.  All sublicenses to the Covered Code which have been properly
2047granted prior to termination shall survive any termination of this License. 
2048Provisions which, by their nature, should remain in effect beyond the
2049termination of this License shall survive, including but not limited to Sections
20503, 5, 8, 9, 10, 11, 12.2 and 13.  No party will be liable to any other for
2051compensation, indemnity or damages of any sort solely as a result of terminating
2052this License in accordance with its terms, and termination of this License will
2053be without prejudice to any other right or remedy of any party.
2054
205513. 	Miscellaneous.
2056
205713.1	Government End Users.   The Covered Code is a "commercial item" as defined
2058in FAR 2.101.  Government software and technical data rights in the Covered Code
2059include only those rights customarily provided to the public as defined in this
2060License. This customary commercial license in technical data and software is
2061provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer
2062Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical
2063Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software
2064or Computer Software Documentation).  Accordingly, all U.S. Government End Users
2065acquire Covered Code with only those rights set forth herein.
2066
206713.2	Relationship of Parties.  This License will not be construed as creating
2068an agency, partnership, joint venture or any other form of legal association
2069between or among You, Apple or any Contributor, and You will not represent to
2070the contrary, whether expressly, by implication, appearance or otherwise.
2071
207213.3	Independent Development.   Nothing in this License will impair Apple's
2073right to acquire, license, develop, have others develop for it, market and/or
2074distribute technology or products that perform the same or similar functions as,
2075or otherwise compete with, Modifications, Larger Works, technology or products
2076that You may develop, produce, market or distribute.
2077
207813.4	Waiver; Construction.  Failure by Apple or any Contributor to enforce any
2079provision of this License will not be deemed a waiver of future enforcement of
2080that or any other provision.  Any law or regulation which provides that the
2081language of a contract shall be construed against the drafter will not apply to
2082this License.
2083
208413.5	Severability.  (a) If for any reason a court of competent jurisdiction
2085finds any provision of this License, or portion thereof, to be unenforceable,
2086that provision of the License will be enforced to the maximum extent permissible
2087so as to effect the economic benefits and intent of the parties, and the
2088remainder of this License will continue in full force and effect.  (b)
2089Notwithstanding the foregoing, if applicable law prohibits or restricts You from
2090fully and/or specifically complying with Sections 2 and/or 3 or prevents the
2091enforceability of either of those Sections, this License will immediately
2092terminate and You must immediately discontinue any use of the Covered Code and
2093destroy all copies of it that are in your possession or control.
2094
209513.6	Dispute Resolution.  Any litigation or other dispute resolution between
2096You and Apple relating to this License shall take place in the Northern District
2097of California, and You and Apple hereby consent to the personal jurisdiction of,
2098and venue in, the state and federal courts within that District with respect to
2099this License. The application of the United Nations Convention on Contracts for
2100the International Sale of Goods is expressly excluded.
2101
210213.7	Entire Agreement; Governing Law.  This License constitutes the entire
2103agreement between the parties with respect to the subject matter hereof.  This
2104License shall be governed by the laws of the United States and the State of
2105California, except that body of California law concerning conflicts of law.
2106
2107Where You are located in the province of Quebec, Canada, the following clause
2108applies:  The parties hereby confirm that they have requested that this License
2109and all related documents be drafted in English.  Les parties ont exigé que le
2110présent contrat et tous les documents connexes soient rédigés en anglais.
2111
2112EXHIBIT A.
2113
2114"Portions Copyright (c) 1999-2007 Apple Inc.  All Rights Reserved.
2115
2116This file contains Original Code and/or Modifications of Original Code as
2117defined in and that are subject to the Apple Public Source License Version 2.0
2118(the 'License').  You may not use this file except in compliance with the
2119License.  Please obtain a copy of the License at
2120http://www.opensource.apple.com/apsl/ and read it before using this file.
2121
2122The Original Code and all software distributed under the License are distributed
2123on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,
2124AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION,
2125ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
2126ENJOYMENT OR NON-INFRINGEMENT.  Please see the License for the specific language
2127governing rights and limitations under the License." 
2128</pre>
2129</div>
2130</div>
2131
2132
2133<div class="product">
2134<span class="title">bsdiff</span>
2135<a class="show" href="#" onclick="return toggle(this);">show license</a>
2136<span class="homepage"><a href="http://lxr.mozilla.org/mozilla/source/other-licenses/bsdiff/bsdiff.c">homepage</a></span>
2137<div class="licence">
2138<pre>BSD Protection License
2139February 2002
2140
2141Preamble
2142--------
2143
2144The Berkeley Software Distribution ("BSD") license has proven very effective
2145over the years at allowing for a wide spread of work throughout both
2146commercial and non-commercial products.  For programmers whose primary
2147intention is to improve the general quality of available software, it is
2148arguable that there is no better license than the BSD license, as it
2149permits improvements to be used wherever they will help, without idealogical
2150or metallic constraint.
2151
2152This is of particular value to those who produce reference implementations
2153of proposed standards: The case of TCP/IP clearly illustrates that freely
2154and universally available implementations leads the rapid acceptance of
2155standards -- often even being used instead of a de jure standard (eg, OSI
2156network models).
2157
2158With the rapid proliferation of software licensed under the GNU General
2159Public License, however, the continued success of this role is called into
2160question.  Given that the inclusion of a few lines of "GPL-tainted" work
2161into a larger body of work will result in restricted distribution -- and
2162given that further work will likely build upon the "tainted" portions,
2163making them difficult to remove at a future date -- there are inevitable
2164circumstances where authors would, in order to protect their goal of
2165providing for the widespread usage of their work, wish to guard against
2166such "GPL-taint".
2167
2168In addition, one can imagine that companies which operate by producing and
2169selling (possibly closed-source) code would wish to protect themselves
2170against the rise of a GPL-licensed competitor.  While under existing
2171licenses this would mean not releasing their code under any form of open
2172license, if a license existed under which they could incorporate any
2173improvements back into their own (commercial) products then they might be
2174far more willing to provide for non-closed distribution.
2175
2176For the above reasons, we put forth this "BSD Protection License": A
2177license designed to retain the freedom granted by the BSD license to use
2178licensed works in a wide variety of settings, both non-commercial and
2179commercial, while protecting the work from having future contributors
2180restrict that freedom.
2181
2182The precise terms and conditions for copying, distribution, and
2183modification follow.
2184
2185BSD PROTECTION LICENSE
2186TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
2187----------------------------------------------------------------
2188
21890. Definitions.
2190   a) "Program", below, refers to any program or work distributed under
2191      the terms of this license.
2192   b) A "work based on the Program", below, refers to either the Program
2193      or any derivative work under copyright law.
2194   c) "Modification", below, refers to the act of creating derivative works.
2195   d) "You", below, refers to each licensee.
2196
21971. Scope.
2198   This license governs the copying, distribution, and modification of the
2199   Program.  Other activities are outside the scope of this license; The
2200   act of running the Program is not restricted, and the output from the
2201   Program is covered only if its contents constitute a work based on the
2202   Program.
2203
22042. Verbatim copies.
2205   You may copy and distribute verbatim copies of the Program as you
2206   receive it, in any medium, provided that you conspicuously and
2207   appropriately publish on each copy an appropriate copyright notice; keep
2208   intact all the notices that refer to this License and to the absence of
2209   any warranty; and give any other recipients of the Program a copy of this
2210   License along with the Program.
2211
22123. Modification and redistribution under closed license.
2213   You may modify your copy or copies of the Program, and distribute
2214   the resulting derivative works, provided that you meet the
2215   following conditions:
2216   a) The copyright notice and disclaimer on the Program must be reproduced
2217      and included in the source code, documentation, and/or other materials
2218      provided in a manner in which such notices are normally distributed.
2219   b) The derivative work must be clearly identified as such, in order that
2220      it may not be confused with the original work.
2221   c) The license under which the derivative work is distributed must
2222      expressly prohibit the distribution of further derivative works.
2223
22244. Modification and redistribution under open license.
2225   You may modify your copy or copies of the Program, and distribute
2226   the resulting derivative works, provided that you meet the
2227   following conditions:
2228   a) The copyright notice and disclaimer on the Program must be reproduced
2229      and included in the source code, documentation, and/or other materials
2230      provided in a manner in which such notices are normally distributed.
2231   b) You must clearly indicate the nature and date of any changes made
2232      to the Program.  The full details need not necessarily be included in
2233      the individual modified files, provided that each modified file is
2234      clearly marked as such and instructions are included on where the
2235      full details of the modifications may be found.
2236   c) You must cause any work that you distribute or publish, that in whole
2237      or in part contains or is derived from the Program or any part
2238      thereof, to be licensed as a whole at no charge to all third
2239      parties under the terms of this License.
2240
22415. Implied acceptance.
2242   You may not copy or distribute the Program or any derivative works except
2243   as expressly provided under this license.  Consequently, any such action
2244   will be taken as implied acceptance of the terms of this license.
2245
22466. NO WARRANTY.
2247   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
2248   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2249   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
2250   THE COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2251   REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT,
2252   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2253   ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING, BUT
2254   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2255   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2256   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2257   TORT, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2258   POSSIBILITY OF SUCH DAMAGES.
2259</pre>
2260</div>
2261</div>
2262
2263
2264<div class="product">
2265<span class="title">bspatch</span>
2266<a class="show" href="#" onclick="return toggle(this);">show license</a>
2267<span class="homepage"><a href="http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/">homepage</a></span>
2268<div class="licence">
2269<pre>BSD Protection License
2270February 2002
2271
2272Preamble
2273--------
2274
2275The Berkeley Software Distribution ("BSD") license has proven very effective
2276over the years at allowing for a wide spread of work throughout both
2277commercial and non-commercial products.  For programmers whose primary
2278intention is to improve the general quality of available software, it is
2279arguable that there is no better license than the BSD license, as it
2280permits improvements to be used wherever they will help, without idealogical
2281or metallic constraint.
2282
2283This is of particular value to those who produce reference implementations
2284of proposed standards: The case of TCP/IP clearly illustrates that freely
2285and universally available implementations leads the rapid acceptance of
2286standards -- often even being used instead of a de jure standard (eg, OSI
2287network models).
2288
2289With the rapid proliferation of software licensed under the GNU General
2290Public License, however, the continued success of this role is called into
2291question.  Given that the inclusion of a few lines of "GPL-tainted" work
2292into a larger body of work will result in restricted distribution -- and
2293given that further work will likely build upon the "tainted" portions,
2294making them difficult to remove at a future date -- there are inevitable
2295circumstances where authors would, in order to protect their goal of
2296providing for the widespread usage of their work, wish to guard against
2297such "GPL-taint".
2298
2299In addition, one can imagine that companies which operate by producing and
2300selling (possibly closed-source) code would wish to protect themselves
2301against the rise of a GPL-licensed competitor.  While under existing
2302licenses this would mean not releasing their code under any form of open
2303license, if a license existed under which they could incorporate any
2304improvements back into their own (commercial) products then they might be
2305far more willing to provide for non-closed distribution.
2306
2307For the above reasons, we put forth this "BSD Protection License": A
2308license designed to retain the freedom granted by the BSD license to use
2309licensed works in a wide variety of settings, both non-commercial and
2310commercial, while protecting the work from having future contributors
2311restrict that freedom.
2312
2313The precise terms and conditions for copying, distribution, and
2314modification follow.
2315
2316BSD PROTECTION LICENSE
2317TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
2318----------------------------------------------------------------
2319
23200. Definitions.
2321   a) "Program", below, refers to any program or work distributed under
2322      the terms of this license.
2323   b) A "work based on the Program", below, refers to either the Program
2324      or any derivative work under copyright law.
2325   c) "Modification", below, refers to the act of creating derivative works.
2326   d) "You", below, refers to each licensee.
2327
23281. Scope.
2329   This license governs the copying, distribution, and modification of the
2330   Program.  Other activities are outside the scope of this license; The
2331   act of running the Program is not restricted, and the output from the
2332   Program is covered only if its contents constitute a work based on the
2333   Program.
2334
23352. Verbatim copies.
2336   You may copy and distribute verbatim copies of the Program as you
2337   receive it, in any medium, provided that you conspicuously and
2338   appropriately publish on each copy an appropriate copyright notice; keep
2339   intact all the notices that refer to this License and to the absence of
2340   any warranty; and give any other recipients of the Program a copy of this
2341   License along with the Program.
2342
23433. Modification and redistribution under closed license.
2344   You may modify your copy or copies of the Program, and distribute
2345   the resulting derivative works, provided that you meet the
2346   following conditions:
2347   a) The copyright notice and disclaimer on the Program must be reproduced
2348      and included in the source code, documentation, and/or other materials
2349      provided in a manner in which such notices are normally distributed.
2350   b) The derivative work must be clearly identified as such, in order that
2351      it may not be confused with the original work.
2352   c) The license under which the derivative work is distributed must
2353      expressly prohibit the distribution of further derivative works.
2354
23554. Modification and redistribution under open license.
2356   You may modify your copy or copies of the Program, and distribute
2357   the resulting derivative works, provided that you meet the
2358   following conditions:
2359   a) The copyright notice and disclaimer on the Program must be reproduced
2360      and included in the source code, documentation, and/or other materials
2361      provided in a manner in which such notices are normally distributed.
2362   b) You must clearly indicate the nature and date of any changes made
2363      to the Program.  The full details need not necessarily be included in
2364      the individual modified files, provided that each modified file is
2365      clearly marked as such and instructions are included on where the
2366      full details of the modifications may be found.
2367   c) You must cause any work that you distribute or publish, that in whole
2368      or in part contains or is derived from the Program or any part
2369      thereof, to be licensed as a whole at no charge to all third
2370      parties under the terms of this License.
2371
23725. Implied acceptance.
2373   You may not copy or distribute the Program or any derivative works except
2374   as expressly provided under this license.  Consequently, any such action
2375   will be taken as implied acceptance of the terms of this license.
2376
23776. NO WARRANTY.
2378   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
2379   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2380   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
2381   THE COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2382   REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT,
2383   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2384   ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING, BUT
2385   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2386   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2387   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2388   TORT, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2389   POSSIBILITY OF SUCH DAMAGES.
2390</pre>
2391</div>
2392</div>
2393
2394
2395<div class="product">
2396<span class="title">bzip2</span>
2397<a class="show" href="#" onclick="return toggle(this);">show license</a>
2398<span class="homepage"><a href="http://www.bzip.org/downloads.html">homepage</a></span>
2399<div class="licence">
2400<pre>
2401--------------------------------------------------------------------------
2402
2403This program, "bzip2", the associated library "libbzip2", and all
2404documentation, are copyright (C) 1996-2010 Julian R Seward.  All
2405rights reserved.
2406
2407Redistribution and use in source and binary forms, with or without
2408modification, are permitted provided that the following conditions
2409are met:
2410
24111. Redistributions of source code must retain the above copyright
2412   notice, this list of conditions and the following disclaimer.
2413
24142. The origin of this software must not be misrepresented; you must 
2415   not claim that you wrote the original software.  If you use this 
2416   software in a product, an acknowledgment in the product 
2417   documentation would be appreciated but is not required.
2418
24193. Altered source versions must be plainly marked as such, and must
2420   not be misrepresented as being the original software.
2421
24224. The name of the author may not be used to endorse or promote 
2423   products derived from this software without specific prior written 
2424   permission.
2425
2426THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2427OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2428WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2429ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
2430DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2431DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
2432GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2433INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2434WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2435NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2436SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2437
2438Julian Seward, jseward@bzip.org
2439bzip2/libbzip2 version 1.0.6 of 6 September 2010
2440
2441--------------------------------------------------------------------------
2442</pre>
2443</div>
2444</div>
2445
2446
2447<div class="product">
2448<span class="title">Google Cache Invalidation API</span>
2449<a class="show" href="#" onclick="return toggle(this);">show license</a>
2450<span class="homepage"><a href="http://code.google.com/p/google-cache-invalidation-api/">homepage</a></span>
2451<div class="licence">
2452<pre>
2453                                 Apache License
2454                           Version 2.0, January 2004
2455                        http://www.apache.org/licenses/
2456
2457   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2458
2459   1. Definitions.
2460
2461      "License" shall mean the terms and conditions for use, reproduction,
2462      and distribution as defined by Sections 1 through 9 of this document.
2463
2464      "Licensor" shall mean the copyright owner or entity authorized by
2465      the copyright owner that is granting the License.
2466
2467      "Legal Entity" shall mean the union of the acting entity and all
2468      other entities that control, are controlled by, or are under common
2469      control with that entity. For the purposes of this definition,
2470      "control" means (i) the power, direct or indirect, to cause the
2471      direction or management of such entity, whether by contract or
2472      otherwise, or (ii) ownership of fifty percent (50%) or more of the
2473      outstanding shares, or (iii) beneficial ownership of such entity.
2474
2475      "You" (or "Your") shall mean an individual or Legal Entity
2476      exercising permissions granted by this License.
2477
2478      "Source" form shall mean the preferred form for making modifications,
2479      including but not limited to software source code, documentation
2480      source, and configuration files.
2481
2482      "Object" form shall mean any form resulting from mechanical
2483      transformation or translation of a Source form, including but
2484      not limited to compiled object code, generated documentation,
2485      and conversions to other media types.
2486
2487      "Work" shall mean the work of authorship, whether in Source or
2488      Object form, made available under the License, as indicated by a
2489      copyright notice that is included in or attached to the work
2490      (an example is provided in the Appendix below).
2491
2492      "Derivative Works" shall mean any work, whether in Source or Object
2493      form, that is based on (or derived from) the Work and for which the
2494      editorial revisions, annotations, elaborations, or other modifications
2495      represent, as a whole, an original work of authorship. For the purposes
2496      of this License, Derivative Works shall not include works that remain
2497      separable from, or merely link (or bind by name) to the interfaces of,
2498      the Work and Derivative Works thereof.
2499
2500      "Contribution" shall mean any work of authorship, including
2501      the original version of the Work and any modifications or additions
2502      to that Work or Derivative Works thereof, that is intentionally
2503      submitted to Licensor for inclusion in the Work by the copyright owner
2504      or by an individual or Legal Entity authorized to submit on behalf of
2505      the copyright owner. For the purposes of this definition, "submitted"
2506      means any form of electronic, verbal, or written communication sent
2507      to the Licensor or its representatives, including but not limited to
2508      communication on electronic mailing lists, source code control systems,
2509      and issue tracking systems that are managed by, or on behalf of, the
2510      Licensor for the purpose of discussing and improving the Work, but
2511      excluding communication that is conspicuously marked or otherwise
2512      designated in writing by the copyright owner as "Not a Contribution."
2513
2514      "Contributor" shall mean Licensor and any individual or Legal Entity
2515      on behalf of whom a Contribution has been received by Licensor and
2516      subsequently incorporated within the Work.
2517
2518   2. Grant of Copyright License. Subject to the terms and conditions of
2519      this License, each Contributor hereby grants to You a perpetual,
2520      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2521      copyright license to reproduce, prepare Derivative Works of,
2522      publicly display, publicly perform, sublicense, and distribute the
2523      Work and such Derivative Works in Source or Object form.
2524
2525   3. Grant of Patent License. Subject to the terms and conditions of
2526      this License, each Contributor hereby grants to You a perpetual,
2527      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2528      (except as stated in this section) patent license to make, have made,
2529      use, offer to sell, sell, import, and otherwise transfer the Work,
2530      where such license applies only to those patent claims licensable
2531      by such Contributor that are necessarily infringed by their
2532      Contribution(s) alone or by combination of their Contribution(s)
2533      with the Work to which such Contribution(s) was submitted. If You
2534      institute patent litigation against any entity (including a
2535      cross-claim or counterclaim in a lawsuit) alleging that the Work
2536      or a Contribution incorporated within the Work constitutes direct
2537      or contributory patent infringement, then any patent licenses
2538      granted to You under this License for that Work shall terminate
2539      as of the date such litigation is filed.
2540
2541   4. Redistribution. You may reproduce and distribute copies of the
2542      Work or Derivative Works thereof in any medium, with or without
2543      modifications, and in Source or Object form, provided that You
2544      meet the following conditions:
2545
2546      (a) You must give any other recipients of the Work or
2547          Derivative Works a copy of this License; and
2548
2549      (b) You must cause any modified files to carry prominent notices
2550          stating that You changed the files; and
2551
2552      (c) You must retain, in the Source form of any Derivative Works
2553          that You distribute, all copyright, patent, trademark, and
2554          attribution notices from the Source form of the Work,
2555          excluding those notices that do not pertain to any part of
2556          the Derivative Works; and
2557
2558      (d) If the Work includes a "NOTICE" text file as part of its
2559          distribution, then any Derivative Works that You distribute must
2560          include a readable copy of the attribution notices contained
2561          within such NOTICE file, excluding those notices that do not
2562          pertain to any part of the Derivative Works, in at least one
2563          of the following places: within a NOTICE text file distributed
2564          as part of the Derivative Works; within the Source form or
2565          documentation, if provided along with the Derivative Works; or,
2566          within a display generated by the Derivative Works, if and
2567          wherever such third-party notices normally appear. The contents
2568          of the NOTICE file are for informational purposes only and
2569          do not modify the License. You may add Your own attribution
2570          notices within Derivative Works that You distribute, alongside
2571          or as an addendum to the NOTICE text from the Work, provided
2572          that such additional attribution notices cannot be construed
2573          as modifying the License.
2574
2575      You may add Your own copyright statement to Your modifications and
2576      may provide additional or different license terms and conditions
2577      for use, reproduction, or distribution of Your modifications, or
2578      for any such Derivative Works as a whole, provided Your use,
2579      reproduction, and distribution of the Work otherwise complies with
2580      the conditions stated in this License.
2581
2582   5. Submission of Contributions. Unless You explicitly state otherwise,
2583      any Contribution intentionally submitted for inclusion in the Work
2584      by You to the Licensor shall be under the terms and conditions of
2585      this License, without any additional terms or conditions.
2586      Notwithstanding the above, nothing herein shall supersede or modify
2587      the terms of any separate license agreement you may have executed
2588      with Licensor regarding such Contributions.
2589
2590   6. Trademarks. This License does not grant permission to use the trade
2591      names, trademarks, service marks, or product names of the Licensor,
2592      except as required for reasonable and customary use in describing the
2593      origin of the Work and reproducing the content of the NOTICE file.
2594
2595   7. Disclaimer of Warranty. Unless required by applicable law or
2596      agreed to in writing, Licensor provides the Work (and each
2597      Contributor provides its Contributions) on an "AS IS" BASIS,
2598      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2599      implied, including, without limitation, any warranties or conditions
2600      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2601      PARTICULAR PURPOSE. You are solely responsible for determining the
2602      appropriateness of using or redistributing the Work and assume any
2603      risks associated with Your exercise of permissions under this License.
2604
2605   8. Limitation of Liability. In no event and under no legal theory,
2606      whether in tort (including negligence), contract, or otherwise,
2607      unless required by applicable law (such as deliberate and grossly
2608      negligent acts) or agreed to in writing, shall any Contributor be
2609      liable to You for damages, including any direct, indirect, special,
2610      incidental, or consequential damages of any character arising as a
2611      result of this License or out of the use or inability to use the
2612      Work (including but not limited to damages for loss of goodwill,
2613      work stoppage, computer failure or malfunction, or any and all
2614      other commercial damages or losses), even if such Contributor
2615      has been advised of the possibility of such damages.
2616
2617   9. Accepting Warranty or Additional Liability. While redistributing
2618      the Work or Derivative Works thereof, You may choose to offer,
2619      and charge a fee for, acceptance of support, warranty, indemnity,
2620      or other liability obligations and/or rights consistent with this
2621      License. However, in accepting such obligations, You may act only
2622      on Your own behalf and on Your sole responsibility, not on behalf
2623      of any other Contributor, and only if You agree to indemnify,
2624      defend, and hold each Contributor harmless for any liability
2625      incurred by, or claims asserted against, such Contributor by reason
2626      of your accepting any such warranty or additional liability.
2627
2628   END OF TERMS AND CONDITIONS
2629
2630   APPENDIX: How to apply the Apache License to your work.
2631
2632      To apply the Apache License to your work, attach the following
2633      boilerplate notice, with the fields enclosed by brackets "[]"
2634      replaced with your own identifying information. (Don't include
2635      the brackets!)  The text should be enclosed in the appropriate
2636      comment syntax for the file format. We also recommend that a
2637      file or class name and description of purpose be included on the
2638      same "printed page" as the copyright notice for easier
2639      identification within third-party archives.
2640
2641   Copyright [yyyy] [name of copyright owner]
2642
2643   Licensed under the Apache License, Version 2.0 (the "License");
2644   you may not use this file except in compliance with the License.
2645   You may obtain a copy of the License at
2646
2647       http://www.apache.org/licenses/LICENSE-2.0
2648
2649   Unless required by applicable law or agreed to in writing, software
2650   distributed under the License is distributed on an "AS IS" BASIS,
2651   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2652   See the License for the specific language governing permissions and
2653   limitations under the License.
2654</pre>
2655</div>
2656</div>
2657
2658
2659<div class="product">
2660<span class="title">Compact Language Detection</span>
2661<a class="show" href="#" onclick="return toggle(this);">show license</a>
2662<span class="homepage"><a href="http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/">homepage</a></span>
2663<div class="licence">
2664<pre>// Copyright (c) 2010 The Chromium Authors. All rights reserved.
2665//
2666// Redistribution and use in source and binary forms, with or without
2667// modification, are permitted provided that the following conditions are
2668// met:
2669//
2670//    * Redistributions of source code must retain the above copyright
2671// notice, this list of conditions and the following disclaimer.
2672//    * Redistributions in binary form must reproduce the above
2673// copyright notice, this list of conditions and the following disclaimer
2674// in the documentation and/or other materials provided with the
2675// distribution.
2676//    * Neither the name of Google Inc. nor the names of its
2677// contributors may be used to endorse or promote products derived from
2678// this software without specific prior written permission.
2679//
2680// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2681// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2682// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2683// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2684// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2685// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2686// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2687// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2688// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2689// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2690// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2691</pre>
2692</div>
2693</div>
2694
2695
2696<div class="product">
2697<span class="title">codesighs</span>
2698<a class="show" href="#" onclick="return toggle(this);">show license</a>
2699<span class="homepage"><a href="http://hg.mozilla.org/mozilla-central/tools/codesighs">homepage</a></span>
2700<div class="licence">
2701<pre>                          MOZILLA PUBLIC LICENSE
2702                                Version 1.1
2703
2704                              ---------------
2705
27061. Definitions.
2707
2708     1.0.1. "Commercial Use" means distribution or otherwise making the
2709     Covered Code available to a third party.
2710
2711     1.1. "Contributor" means each entity that creates or contributes to
2712     the creation of Modifications.
2713
2714     1.2. "Contributor Version" means the combination of the Original
2715     Code, prior Modifications used by a Contributor, and the Modifications
2716     made by that particular Contributor.
2717
2718     1.3. "Covered Code" means the Original Code or Modifications or the
2719     combination of the Original Code and Modifications, in each case
2720     including portions thereof.
2721
2722     1.4. "Electronic Distribution Mechanism" means a mechanism generally
2723     accepted in the software development community for the electronic
2724     transfer of data.
2725
2726     1.5. "Executable" means Covered Code in any form other than Source
2727     Code.
2728
2729     1.6. "Initial Developer" means the individual or entity identified
2730     as the Initial Developer in the Source Code notice required by Exhibit
2731     A.
2732
2733     1.7. "Larger Work" means a work which combines Covered Code or
2734     portions thereof with code not governed by the terms of this License.
2735
2736     1.8. "License" means this document.
2737
2738     1.8.1. "Licensable" means having the right to grant, to the maximum
2739     extent possible, whether at the time of the initial grant or
2740     subsequently acquired, any and all of the rights conveyed herein.
2741
2742     1.9. "Modifications" means any addition to or deletion from the
2743     substance or structure of either the Original Code or any previous
2744     Modifications. When Covered Code is released as a series of files, a
2745     Modification is:
2746          A. Any addition to or deletion from the contents of a file
2747          containing Original Code or previous Modifications.
2748
2749          B. Any new file that contains any part of the Original Code or
2750          previous Modifications.
2751
2752     1.10. "Original Code" means Source Code of computer software code
2753     which is described in the Source Code notice required by Exhibit A as
2754     Original Code, and which, at the time of its release under this
2755     License is not already Covered Code governed by this License.
2756
2757     1.10.1. "Patent Claims" means any patent claim(s), now owned or
2758     hereafter acquired, including without limitation, method, process,
2759     and apparatus claims, in any patent Licensable by grantor.
2760
2761     1.11. "Source Code" means the preferred form of the Covered Code for
2762     making modifications to it, including all modules it contains, plus
2763     any associated interface definition files, scripts used to control
2764     compilation and installation of an Executable, or source code
2765     differential comparisons against either the Original Code or another
2766     well known, available Covered Code of the Contributor's choice. The
2767     Source Code can be in a compressed or archival form, provided the
2768     appropriate decompression or de-archiving software is widely available
2769     for no charge.
2770
2771     1.12. "You" (or "Your") means an individual or a legal entity
2772     exercising rights under, and complying with all of the terms of, this
2773     License or a future version of this License issued under Section 6.1.
2774     For legal entities, "You" includes any entity which controls, is
2775     controlled by, or is under common control with You. For purposes of
2776     this definition, "control" means (a) the power, direct or indirect,
2777     to cause the direction or management of such entity, whether by
2778     contract or otherwise, or (b) ownership of more than fifty percent
2779     (50%) of the outstanding shares or beneficial ownership of such
2780     entity.
2781
27822. Source Code License.
2783
2784     2.1. The Initial Developer Grant.
2785     The Initial Developer hereby grants You a world-wide, royalty-free,
2786     non-exclusive license, subject to third party intellectual property
2787     claims:
2788          (a) under intellectual property rights (other than patent or
2789          trademark) Licensable by Initial Developer to use, reproduce,
2790          modify, display, perform, sublicense and distribute the Original
2791          Code (or portions thereof) with or without Modifications, and/or
2792          as part of a Larger Work; and
2793
2794          (b) under Patents Claims infringed by the making, using or
2795          selling of Original Code, to make, have made, use, practice,
2796          sell, and offer for sale, and/or otherwise dispose of the
2797          Original Code (or portions thereof).
2798
2799          (c) the licenses granted in this Section 2.1(a) and (b) are
2800          effective on the date Initial Developer first distributes
2801          Original Code under the terms of this License.
2802
2803          (d) Notwithstanding Section 2.1(b) above, no patent license is
2804          granted: 1) for code that You delete from the Original Code; 2)
2805          separate from the Original Code; or 3) for infringements caused
2806          by: i) the modification of the Original Code or ii) the
2807          combination of the Original Code with other software or devices.
2808
2809     2.2. Contributor Grant.
2810     Subject to third party intellectual property claims, each Contributor
2811     hereby grants You a world-wide, royalty-free, non-exclusive license
2812
2813          (a) under intellectual property rights (other than patent or
2814          trademark) Licensable by Contributor, to use, reproduce, modify,
2815          display, perform, sublicense and distribute the Modifications
2816          created by such Contributor (or portions thereof) either on an
2817          unmodified basis, with other Modifications, as Covered Code
2818          and/or as part of a Larger Work; and
2819
2820          (b) under Patent Claims infringed by the making, using, or
2821          selling of Modifications made by that Contributor either alone
2822          and/or in combination with its Contributor Version (or portions
2823          of such combination), to make, use, sell, offer for sale, have
2824          made, and/or otherwise dispose of: 1) Modifications made by that
2825          Contributor (or portions thereof); and 2) the combination of
2826          Modifications made by that Contributor with its Contributor
2827          Version (or portions of such combination).
2828
2829          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
2830          effective on the date Contributor first makes Commercial Use of
2831          the Covered Code.
2832
2833          (d) Notwithstanding Section 2.2(b) above, no patent license is
2834          granted: 1) for any code that Contributor has deleted from the
2835          Contributor Version; 2) separate from the Contributor Version;
2836          3) for infringements caused by: i) third party modifications of
2837          Contributor Version or ii) the combination of Modifications made
2838          by that Contributor with other software (except as part of the
2839          Contributor Version) or other devices; or 4) under Patent Claims
2840          infringed by Covered Code in the absence of Modifications made by
2841          that Contributor.
2842
28433. Distribution Obligations.
2844
2845     3.1. Application of License.
2846     The Modifications which You create or to which You contribute are
2847     governed by the terms of this License, including without limitation
2848     Section 2.2. The Source Code version of Covered Code may be
2849     distributed only under the terms of this License or a future version
2850     of this License released under Section 6.1, and You must include a
2851     copy of this License with every copy of the Source Code You
2852     distribute. You may not offer or impose any terms on any Source Code
2853     version that alters or restricts the applicable version of this
2854     License or the recipients' rights hereunder. However, You may include
2855     an additional document offering the additional rights described in
2856     Section 3.5.
2857
2858     3.2. Availability of Source Code.
2859     Any Modification which You create or to which You contribute must be
2860     made available in Source Code form under the terms of this License
2861     either on the same media as an Executable version or via an accepted
2862     Electronic Distribution Mechanism to anyone to whom you made an
2863     Executable version available; and if made available via Electronic
2864     Distribution Mechanism, must remain available for at least twelve (12)
2865     months after the date it initially became available, or at least six
2866     (6) months after a subsequent version of that particular Modification
2867     has been made available to such recipients. You are responsible for
2868     ensuring that the Source Code version remains available even if the
2869     Electronic Distribution Mechanism is maintained by a third party.
2870
2871     3.3. Description of Modifications.
2872     You must cause all Covered Code to which You contribute to contain a
2873     file documenting the changes You made to create that Covered Code and
2874     the date of any change. You must include a prominent statement that
2875     the Modification is derived, directly or indirectly, from Original
2876     Code provided by the Initial Developer and including the name of the
2877     Initial Developer in (a) the Source Code, and (b) in any notice in an
2878     Executable version or related documentation in which You describe the
2879     origin or ownership of the Covered Code.
2880
2881     3.4. Intellectual Property Matters
2882          (a) Third Party Claims.
2883          If Contributor has knowledge that a license under a third party's
2884          intellectual property rights is required to exercise the rights
2885          granted by such Contributor under Sections 2.1 or 2.2,
2886          Contributor must include a text file with the Source Code
2887          distribution titled "LEGAL" which describes the claim and the
2888          party making the claim in sufficient detail that a recipient will
2889          know whom to contact. If Contributor obtains such knowledge after
2890          the Modification is made available as described in Section 3.2,
2891          Contributor shall promptly modify the LEGAL file in all copies
2892          Contributor makes available thereafter and shall take other steps
2893          (such as notifying appropriate mailing lists or newsgroups)
2894          reasonably calculated to inform those who received the Covered
2895          Code that new knowledge has been obtained.
2896
2897          (b) Contributor APIs.
2898          If Contributor's Modifications include an application programming
2899          interface and Contributor has knowledge of patent licenses which
2900          are reasonably necessary to implement that API, Contributor must
2901          also include this information in the LEGAL file.
2902
2903          (c) Representations.
2904          Contributor represents that, except as disclosed pursuant to
2905          Section 3.4(a) above, Contributor believes that Contributor's
2906          Modifications are Contributor's original creation(s) and/or
2907          Contributor has sufficient rights to grant the rights conveyed by
2908          this License.
2909
2910     3.5. Required Notices.
2911     You must duplicate the notice in Exhibit A in each file of the Source
2912     Code. If it is not possible to put such notice in a particular Source
2913     Code file due to its structure, then You must include such notice in a
2914     location (such as a relevant directory) where a user would be likely
2915     to look for such a notice. If You created one or more Modification(s)
2916     You may add your name as a Contributor to the notice described in
2917     Exhibit A. You must also duplicate this License in any documentation
2918     for the Source Code where You describe recipients' rights or ownership
2919     rights relating to Covered Code. You may choose to offer, and to
2920     charge a fee for, warranty, support, indemnity or liability
2921     obligations to one or more recipients of Covered Code. However, You
2922     may do so only on Your own behalf, and not on behalf of the Initial
2923     Developer or any Contributor. You must make it absolutely clear than
2924     any such warranty, support, indemnity or liability obligation is
2925     offered by You alone, and You hereby agree to indemnify the Initial
2926     Developer and every Contributor for any liability incurred by the
2927     Initial Developer or such Contributor as a result of warranty,
2928     support, indemnity or liability terms You offer.
2929
2930     3.6. Distribution of Executable Versions.
2931     You may distribute Covered Code in Executable form only if the
2932     requirements of Section 3.1-3.5 have been met for that Covered Code,
2933     and if You include a notice stating that the Source Code version of
2934     the Covered Code is available under the terms of this License,
2935     including a description of how and where You have fulfilled the
2936     obligations of Section 3.2. The notice must be conspicuously included
2937     in any notice in an Executable version, related documentation or
2938     collateral in which You describe recipients' rights relating to the
2939     Covered Code. You may distribute the Executable version of Covered
2940     Code or ownership rights under a license of Your choice, which may
2941     contain terms different from this License, provided that You are in
2942     compliance with the terms of this License and that the license for the
2943     Executable version does not attempt to limit or alter the recipient's
2944     rights in the Source Code version from the rights set forth in this
2945     License. If You distribute the Executable version under a different
2946     license You must make it absolutely clear that any terms which differ
2947     from this License are offered by You alone, not by the Initial
2948     Developer or any Contributor. You hereby agree to indemnify the
2949     Initial Developer and every Contributor for any liability incurred by
2950     the Initial Developer or such Contributor as a result of any such
2951     terms You offer.
2952
2953     3.7. Larger Works.
2954     You may create a Larger Work by combining Covered Code with other code
2955     not governed by the terms of this License and distribute the Larger
2956     Work as a single product. In such a case, You must make sure the
2957     requirements of this License are fulfilled for the Covered Code.
2958
29594. Inability to Comply Due to Statute or Regulation.
2960
2961     If it is impossible for You to comply with any of the terms of this
2962     License with respect to some or all of the Covered Code due to
2963     statute, judicial order, or regulation then You must: (a) comply with
2964     the terms of this License to the maximum extent possible; and (b)
2965     describe the limitations and the code they affect. Such description
2966     must be included in the LEGAL file described in Section 3.4 and must
2967     be included with all distributions of the Source Code. Except to the
2968     extent prohibited by statute or regulation, such description must be
2969     sufficiently detailed for a recipient of ordinary skill to be able to
2970     understand it.
2971
29725. Application of this License.
2973
2974     This License applies to code to which the Initial Developer has
2975     attached the notice in Exhibit A and to related Covered Code.
2976
29776. Versions of the License.
2978
2979     6.1. New Versions.
2980     Netscape Communications Corporation ("Netscape") may publish revised
2981     and/or new versions of the License from time to time. Each version
2982     will be given a distinguishing version number.
2983
2984     6.2. Effect of New Versions.
2985     Once Covered Code has been published under a particular version of the
2986     License, You may always continue to use it under the terms of that
2987     version. You may also choose to use such Covered Code under the terms
2988     of any subsequent version of the License published by Netscape. No one
2989     other than Netscape has the right to modify the terms applicable to
2990     Covered Code created under this License.
2991
2992     6.3. Derivative Works.
2993     If You create or use a modified version of this License (which you may
2994     only do in order to apply it to code which is not already Covered Code
2995     governed by this License), You must (a) rename Your license so that
2996     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
2997     "MPL", "NPL" or any confusingly similar phrase do not appear in your
2998     license (except to note that your license differs from this License)
2999     and (b) otherwise make it clear that Your version of the license
3000     contains terms which differ from the Mozilla Public License and
3001     Netscape Public License. (Filling in the name of the Initial
3002     Developer, Original Code or Contributor in the notice described in
3003     Exhibit A shall not of themselves be deemed to be modifications of
3004     this License.)
3005
30067. DISCLAIMER OF WARRANTY.
3007
3008     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
3009     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
3010     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
3011     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
3012     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
3013     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
3014     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
3015     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
3016     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
3017     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
3018
30198. TERMINATION.
3020
3021     8.1. This License and the rights granted hereunder will terminate
3022     automatically if You fail to comply with terms herein and fail to cure
3023     such breach within 30 days of becoming aware of the breach. All
3024     sublicenses to the Covered Code which are properly granted shall
3025     survive any termination of this License. Provisions which, by their
3026     nature, must remain in effect beyond the termination of this License
3027     shall survive.
3028
3029     8.2. If You initiate litigation by asserting a patent infringement
3030     claim (excluding declatory judgment actions) against Initial Developer
3031     or a Contributor (the Initial Developer or Contributor against whom
3032     You file such action is referred to as "Participant") alleging that:
3033
3034     (a) such Participant's Contributor Version directly or indirectly
3035     infringes any patent, then any and all rights granted by such
3036     Participant to You under Sections 2.1 and/or 2.2 of this License
3037     shall, upon 60 days notice from Participant terminate prospectively,
3038     unless if within 60 days after receipt of notice You either: (i)
3039     agree in writing to pay Participant a mutually agreeable reasonable
3040     royalty for Your past and future use of Modifications made by such
3041     Participant, or (ii) withdraw Your litigation claim with respect to
3042     the Contributor Version against such Participant. If within 60 days
3043     of notice, a reasonable royalty and payment arrangement are not
3044     mutually agreed upon in writing by the parties or the litigation claim
3045     is not withdrawn, the rights granted by Participant to You under
3046     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
3047     the 60 day notice period specified above.
3048
3049     (b) any software, hardware, or device, other than such Participant's
3050     Contributor Version, directly or indirectly infringes any patent, then
3051     any rights granted to You by such Participant under Sections 2.1(b)
3052     and 2.2(b) are revoked effective as of the date You first made, used,
3053     sold, distributed, or had made, Modifications made by that
3054     Participant.
3055
3056     8.3. If You assert a patent infringement claim against Participant
3057     alleging that such Participant's Contributor Version directly or
3058     indirectly infringes any patent where such claim is resolved (such as
3059     by license or settlement) prior to the initiation of patent
3060     infringement litigation, then the reasonable value of the licenses
3061     granted by such Participant under Sections 2.1 or 2.2 shall be taken
3062     into account in determining the amount or value of any payment or
3063     license.
3064
3065     8.4. In the event of termination under Sections 8.1 or 8.2 above,
3066     all end user license agreements (excluding distributors and resellers)
3067     which have been validly granted by You or any distributor hereunder
3068     prior to termination shall survive termination.
3069
30709. LIMITATION OF LIABILITY.
3071
3072     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
3073     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
3074     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
3075     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
3076     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
3077     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
3078     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
3079     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
3080     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
3081     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
3082     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
3083     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
3084     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
3085     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
3086
308710. U.S. GOVERNMENT END USERS.
3088
3089     The Covered Code is a "commercial item," as that term is defined in
3090     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
3091     software" and "commercial computer software documentation," as such
3092     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
3093     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
3094     all U.S. Government End Users acquire Covered Code with only those
3095     rights set forth herein.
3096
309711. MISCELLANEOUS.
3098
3099     This License represents the complete agreement concerning subject
3100     matter hereof. If any provision of this License is held to be
3101     unenforceable, such provision shall be reformed only to the extent
3102     necessary to make it enforceable. This License shall be governed by
3103     California law provisions (except to the extent applicable law, if
3104     any, provides otherwise), excluding its conflict-of-law provisions.
3105     With respect to disputes in which at least one party is a citizen of,
3106     or an entity chartered or registered to do business in the United
3107     States of America, any litigation relating to this License shall be
3108     subject to the jurisdiction of the Federal Courts of the Northern
3109     District of California, with venue lying in Santa Clara County,
3110     California, with the losing party responsible for costs, including
3111     without limitation, court costs and reasonable attorneys' fees and
3112     expenses. The application of the United Nations Convention on
3113     Contracts for the International Sale of Goods is expressly excluded.
3114     Any law or regulation which provides that the language of a contract
3115     shall be construed against the drafter shall not apply to this
3116     License.
3117
311812. RESPONSIBILITY FOR CLAIMS.
3119
3120     As between Initial Developer and the Contributors, each party is
3121     responsible for claims and damages arising, directly or indirectly,
3122     out of its utilization of rights under this License and You agree to
3123     work with Initial Developer and Contributors to distribute such
3124     responsibility on an equitable basis. Nothing herein is intended or
3125     shall be deemed to constitute any admission of liability.
3126
312713. MULTIPLE-LICENSED CODE.
3128
3129     Initial Developer may designate portions of the Covered Code as
3130     "Multiple-Licensed". "Multiple-Licensed" means that the Initial
3131     Developer permits you to utilize portions of the Covered Code under
3132     Your choice of the NPL or the alternative licenses, if any, specified
3133     by the Initial Developer in the file described in Exhibit A.
3134
3135EXHIBIT A -Mozilla Public License.
3136
3137     ``The contents of this file are subject to the Mozilla Public License
3138     Version 1.1 (the "License"); you may not use this file except in
3139     compliance with the License. You may obtain a copy of the License at
3140     http://www.mozilla.org/MPL/
3141
3142     Software distributed under the License is distributed on an "AS IS"
3143     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
3144     License for the specific language governing rights and limitations
3145     under the License.
3146
3147     The Original Code is ______________________________________.
3148
3149     The Initial Developer of the Original Code is ________________________.
3150     Portions created by ______________________ are Copyright (C) ______
3151     _______________________. All Rights Reserved.
3152
3153     Contributor(s): ______________________________________.
3154
3155     Alternatively, the contents of this file may be used under the terms
3156     of the _____ license (the "[___] License"), in which case the
3157     provisions of [______] License are applicable instead of those
3158     above. If you wish to allow use of your version of this file only
3159     under the terms of the [____] License and not to allow others to use
3160     your version of this file under the MPL, indicate your decision by
3161     deleting the provisions above and replace them with the notice and
3162     other provisions required by the [___] License. If you do not delete
3163     the provisions above, a recipient may use your version of this file
3164     under either the MPL or the [___] License."
3165
3166     [NOTE: The text of this Exhibit A may differ slightly from the text of
3167     the notices in the Source Code files of the Original Code. You should
3168     use the text of this Exhibit A rather than the text found in the
3169     Original Code Source Code for Your Modifications.]
3170
3171     ----------------------------------------------------------------------
3172
3173     AMENDMENTS
3174
3175     The Netscape Public License Version 1.1 ("NPL") consists of the
3176     Mozilla Public License Version 1.1 with the following Amendments,
3177     including Exhibit A-Netscape Public License. Files identified with
3178     "Exhibit A-Netscape Public License" are governed by the Netscape
3179     Public License Version 1.1.
3180
3181     Additional Terms applicable to the Netscape Public License.
3182          I. Effect.
3183          These additional terms described in this Netscape Public
3184          License -- Amendments shall apply to the Mozilla Communicator
3185          client code and to all Covered Code under this License.
3186
3187          II. "Netscape's Branded Code" means Covered Code that Netscape
3188          distributes and/or permits others to distribute under one or more
3189          trademark(s) which are controlled by Netscape but which are not
3190          licensed for use under this License.
3191
3192          III. Netscape and logo.
3193          This License does not grant any rights to use the trademarks
3194          "Netscape", the "Netscape N and horizon" logo or the "Netscape
3195          lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
3196          "Smart Browsing" even if such marks are included in the Original
3197          Code or Modifications.
3198
3199          IV. Inability to Comply Due to Contractual Obligation.
3200          Prior to licensing the Original Code under this License, Netscape
3201          has licensed third party code for use in Netscape's Branded Code.
3202          To the extent that Netscape is limited contractually from making
3203          such third party code available under this License, Netscape may
3204          choose to reintegrate such code into Covered Code without being
3205          required to distribute such code in Source Code form, even if
3206          such code would otherwise be considered "Modifications" under
3207          this License.
3208
3209          V. Use of Modifications and Covered Code by Initial Developer.
3210               V.1. In General.
3211               The obligations of Section 3 apply to Netscape, except to
3212               the extent specified in this Amendment, Section V.2 and V.3.
3213
3214               V.2. Other Products.
3215               Netscape may include Covered Code in products other than the
3216               Netscape's Branded Code which are released by Netscape
3217               during the two (2) years following the release date of the
3218               Original Code, without such additional products becoming
3219               subject to the terms of this License, and may license such
3220               additional products on different terms from those contained
3221               in this License.
3222
3223               V.3. Alternative Licensing.
3224               Netscape may license the Source Code of Netscape's Branded
3225               Code, including Modifications incorporated therein, without
3226               such Netscape Branded Code becoming subject to the terms of
3227               this License, and may license such Netscape Branded Code on
3228               different terms from those contained in this License.
3229
3230          VI. Litigation.
3231          Notwithstanding the limitations of Section 11 above, the
3232          provisions regarding litigation in Section 11(a), (b) and (c) of
3233          the License shall apply to all disputes relating to this License.
3234
3235     EXHIBIT A-Netscape Public License.
3236
3237          "The contents of this file are subject to the Netscape Public
3238          License Version 1.1 (the "License"); you may not use this file
3239          except in compliance with the License. You may obtain a copy of
3240          the License at http://www.mozilla.org/NPL/
3241
3242          Software distributed under the License is distributed on an "AS
3243          IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
3244          implied. See the License for the specific language governing
3245          rights and limitations under the License.
3246
3247          The Original Code is Mozilla Communicator client code, released
3248          March 31, 1998.
3249
3250          The Initial Developer of the Original Code is Netscape
3251          Communications Corporation. Portions created by Netscape are
3252          Copyright (C) 1998-1999 Netscape Communications Corporation. All
3253          Rights Reserved.
3254
3255          Contributor(s): ______________________________________.
3256
3257          Alternatively, the contents of this file may be used under the
3258          terms of the _____ license (the "[___] License"), in which case
3259          the provisions of [______] License are applicable  instead of
3260          those above. If you wish to allow use of your version of this
3261          file only under the terms of the [____] License and not to allow
3262          others to use your version of this file under the NPL, indicate
3263          your decision by deleting the provisions above and replace  them
3264          with the notice and other provisions required by the [___]
3265          License. If you do not delete the provisions above, a recipient
3266          may use your version of this file under either the NPL or the
3267          [___] License."
3268</pre>
3269</div>
3270</div>
3271
3272
3273<div class="product">
3274<span class="title">expat</span>
3275<a class="show" href="#" onclick="return toggle(this);">show license</a>
3276<span class="homepage"><a href="http://sourceforge.net/projects/expat/">homepage</a></span>
3277<div class="licence">
3278<pre>Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
3279                               and Clark Cooper
3280Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
3281
3282Permission is hereby granted, free of charge, to any person obtaining
3283a copy of this software and associated documentation files (the
3284"Software"), to deal in the Software without restriction, including
3285without limitation the rights to use, copy, modify, merge, publish,
3286distribute, sublicense, and/or sell copies of the Software, and to
3287permit persons to whom the Software is furnished to do so, subject to
3288the following conditions:
3289
3290The above copyright notice and this permission notice shall be included
3291in all copies or substantial portions of the Software.
3292
3293THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3294EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3295MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3296IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3297CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3298TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3299SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3300</pre>
3301</div>
3302</div>
3303
3304
3305<div class="product">
3306<span class="title">OpenGL ES 2.0 Programming Guide</span>
3307<a class="show" href="#" onclick="return toggle(this);">show license</a>
3308<span class="homepage"><a href="http://opengles-book.com/">homepage</a></span>
3309<div class="licence">
3310<pre>Book:      OpenGL(R) ES 2.0 Programming Guide
3311Authors:   Aaftab Munshi, Dan Ginsburg, Dave Shreiner
3312ISBN-10:   0321502795
3313ISBN-13:   9780321502797
3314Publisher: Addison-Wesley Professional
3315URLs:      http://safari.informit.com/9780321563835
3316           http://www.opengles-book.com</pre>
3317</div>
3318</div>
3319
3320
3321<div class="product">
3322<span class="title">OpenGL ES 2.0 Conformance Tests</span>
3323<a class="show" href="#" onclick="return toggle(this);">show license</a>
3324<span class="homepage"><a href="https://www.khronos.org/opengles/adopters/login/conformance/">homepage</a></span>
3325<div class="licence">
3326<pre>/*
3327** Copyright (c) 2008 The Khronos Group Inc.
3328** 
3329** All Rights Reserved.  This code is protected by copyright laws and 
3330** contains material proprietary to the Khronos Group, Inc.  This is 
3331** UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole 
3332** or in part to third parties, and may not be reproduced, republished, 
3333** distributed, transmitted, displayed, broadcast or otherwise exploited 
3334** in any manner without the express prior written permission of Khronos 
3335** Group.
3336** 
3337** The receipt or possession of this code does not convey any rights to 
3338** reproduce, disclose, or distribute its contents, or to manufacture, 
3339** use, or sell anything that it may describe, in whole or in part other 
3340** than under the terms of the Khronos Adopters Agreement or Khronos 
3341** Conformance Test Source License Agreement as executed between Khronos 
3342** and the recipient.
3343** 
3344** For the avoidance of doubt, this code when provided: a) under the 
3345** Khronos Conformance Test Source License Agreement is for the sole 
3346** purpose of creating conformance tests for delivery to Khronos and does 
3347** not provide for formally testing products or use of Khronos trademarks 
3348** on conformant products; b) under the Khronos Adopters Agreement is for 
3349** the sole purpose of formally administering tests to products pursuant 
3350** to the Khronos Conformance Process Document.
3351** 
3352** Khronos, OpenKODE, OpenVG, OpenWF, glFX, OpenMAX and OpenSL ES are 
3353** trademarks of the Khronos Group Inc.  COLLADA is a trademark of Sony 
3354** Computer Entertainment Inc. used by permission by Khronos.  OpenGL and 
3355** OpenML are registered trademarks and the OpenGL ES logo is a trademark 
3356** of Silicon Graphics Inc. used by permission by Khronos. 
3357** 
3358** Use, duplication or disclosure by the Government is subject to 
3359** restrictions as set forth in subdivision (c)(1)(ii) of the Rights in 
3360** Technical Data and Computer Software clause at DFARS 252.227-7013, and/
3361** or in similar or successor clauses in the FAR, DOD or NASA FAR 
3362** Supplement. Unpublished rights reserved under the Copyright Laws of 
3363** the United States and other countries.
3364*/
3365</pre>
3366</div>
3367</div>
3368
3369
3370<div class="product">
3371<span class="title">gpsd</span>
3372<a class="show" href="#" onclick="return toggle(this);">show license</a>
3373<span class="homepage"><a href="http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary">homepage</a></span>
3374<div class="licence">
3375<pre>			COPYRIGHTS
3376
3377Compilation copyright is held by the GPSD project.  All rights reserved.
3378
3379GPSD project copyrights are assigned to the project lead, currently
3380Eric S. Raymond. Other portions of the GPSD code are Copyright (c)
33811997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others
3382Copyright (c) 2005 by Eric S. Raymond.  For other copyrights, see
3383individual files.
3384
3385			BSD LICENSE
3386
3387Redistribution and use in source and binary forms, with or without
3388modification, are permitted provided that the following conditions
3389are met:&lt;P&gt;
3390
3391Redistributions of source code must retain the above copyright
3392notice, this list of conditions and the following disclaimer.&lt;P&gt;
3393
3394Redistributions in binary form must reproduce the above copyright
3395notice, this list of conditions and the following disclaimer in the
3396documentation and/or other materials provided with the distribution.&lt;P&gt;
3397
3398Neither name of the GPSD project nor the names of its contributors
3399may be used to endorse or promote products derived from this software
3400without specific prior written permission.
3401
3402THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3403``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3404LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3405A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
3406CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3407EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
3408PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
3409PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3410LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3411NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3412SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3413</pre>
3414</div>
3415</div>
3416
3417
3418<div class="product">
3419<span class="title">Harfbuzz</span>
3420<a class="show" href="#" onclick="return toggle(this);">show license</a>
3421<span class="homepage"><a href="http://freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
3422<div class="licence">
3423<pre>HarfBuzz was previously licensed under different licenses.  This was
3424changed in January 2008.  If you need to relicense your old copies,
3425consult the announcement of the license change on the internet.
3426Other than that, each copy of HarfBuzz is licensed under the COPYING
3427file included with it.  The actual license follows:
3428
3429
3430Permission is hereby granted, without written agreement and without
3431license or royalty fees, to use, copy, modify, and distribute this
3432software and its documentation for any purpose, provided that the
3433above copyright notice and the following two paragraphs appear in
3434all copies of this software.
3435
3436IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
3437DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
3438ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
3439IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
3440DAMAGE.
3441
3442THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
3443BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
3444FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
3445ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
3446PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
3447</pre>
3448</div>
3449</div>
3450
3451
3452<div class="product">
3453<span class="title">hunspell</span>
3454<a class="show" href="#" onclick="return toggle(this);">show license</a>
3455<span class="homepage"><a href="http://hunspell.sourceforge.net/">homepage</a></span>
3456<div class="licence">
3457<pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
3458
3459The contents of this software may be used under the terms of
3460the GNU General Public License Version 2 or later (the "GPL"), or
3461the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
3462see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the
3463intl/ directory) the Mozilla Public License Version 1.1 or later
3464(the "MPL", see COPYING.MPL).
3465
3466Software distributed under these licenses is distributed on an "AS IS" basis,
3467WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
3468for the specific language governing rights and limitations under the licenses.
3469</pre>
3470</div>
3471</div>
3472
3473
3474<div class="product">
3475<span class="title">hunspell dictionaries</span>
3476<a class="show" href="#" onclick="return toggle(this);">show license</a>
3477<span class="homepage"><a href="http://wiki.services.openoffice.org/wiki/Dictionaries">homepage</a></span>
3478<div class="licence">
3479<pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
3480
3481The contents of this software may be used under the terms of
3482the GNU General Public License Version 2 or later (the "GPL"), or
3483the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
3484see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the
3485intl/ directory) the Mozilla Public License Version 1.1 or later
3486(the "MPL", see COPYING.MPL).
3487
3488Software distributed under these licenses is distributed on an "AS IS" basis,
3489WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
3490for the specific language governing rights and limitations under the licenses.
3491</pre>
3492</div>
3493</div>
3494
3495
3496<div class="product">
3497<span class="title">hyphen-2.6</span>
3498<a class="show" href="#" onclick="return toggle(this);">show license</a>
3499<span class="homepage"><a href="http://sourceforge.net/projects/hunspell/files/Hyphen/">homepage</a></span>
3500<div class="licence">
3501<pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license
3502
3503The contents of this software may be used under the terms of
3504the GNU General Public License Version 2 or later (the "GPL"), or
3505the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
3506see COPYING.LGPL) or the Mozilla Public License Version 1.1 or later
3507(the "MPL", see COPYING.MPL).
3508
3509The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth
3510has a non MPL/LGPL compatible license, but freely redistributable:
3511"Unlimited copying and redistribution of this file are permitted as long
3512as this file is not modified. Modifications are permitted, but only if
3513the resulting file is not named hyphen.tex."
3514
3515Software distributed under these licenses is distributed on an "AS IS" basis,
3516WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
3517for the specific language governing rights and limitations under the licenses.
3518</pre>
3519</div>
3520</div>
3521
3522
3523<div class="product">
3524<span class="title">IAccessible2 COM interfaces for accessibility</span>
3525<a class="show" href="#" onclick="return toggle(this);">show license</a>
3526<span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2">homepage</a></span>
3527<div class="licence">
3528<pre>/*************************************************************************
3529 *
3530 *  IAccessible2 IDL Specification 
3531 * 
3532 *  Copyright (c) 2007, 2010 Linux Foundation 
3533 *  Copyright (c) 2006 IBM Corporation 
3534 *  Copyright (c) 2000, 2006 Sun Microsystems, Inc. 
3535 *  All rights reserved. 
3536 *   
3537 *   
3538 *  Redistribution and use in source and binary forms, with or without 
3539 *  modification, are permitted provided that the following conditions 
3540 *  are met: 
3541 *   
3542 *   1. Redistributions of source code must retain the above copyright 
3543 *      notice, this list of conditions and the following disclaimer. 
3544 *   
3545 *   2. Redistributions in binary form must reproduce the above 
3546 *      copyright notice, this list of conditions and the following 
3547 *      disclaimer in the documentation and/or other materials 
3548 *      provided with the distribution. 
3549 *
3550 *   3. Neither the name of the Linux Foundation nor the names of its 
3551 *      contributors may be used to endorse or promote products 
3552 *      derived from this software without specific prior written 
3553 *      permission. 
3554 *   
3555 *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
3556 *  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
3557 *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
3558 *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
3559 *  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
3560 *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
3561 *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
3562 *  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
3563 *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
3564 *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
3565 *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
3566 *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
3567 *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
3568 *   
3569 *  This BSD License conforms to the Open Source Initiative "Simplified 
3570 *  BSD License" as published at: 
3571 *  http://www.opensource.org/licenses/bsd-license.php 
3572 *   
3573 *  IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 
3574 *  mark may be used in accordance with the Linux Foundation Trademark 
3575 *  Policy to indicate compliance with the IAccessible2 specification. 
3576 * 
3577 ************************************************************************/ 
3578</pre>
3579</div>
3580</div>
3581
3582
3583<div class="product">
3584<span class="title">iccjpeg</span>
3585<a class="show" href="#" onclick="return toggle(this);">show license</a>
3586<span class="homepage"><a href="http://www.ijg.org">homepage</a></span>
3587<div class="licence">
3588<pre>LICENSE extracted from IJG's jpeg distribution:
3589-----------------------------------------------
3590
3591In plain English:
3592
35931. We don't promise that this software works.  (But if you find any bugs,
3594   please let us know!)
35952. You can use this software for whatever you want.  You don't have to pay us.
35963. You may not pretend that you wrote this software.  If you use it in a
3597   program, you must acknowledge somewhere in your documentation that
3598   you've used the IJG code.
3599
3600In legalese:
3601
3602The authors make NO WARRANTY or representation, either express or implied,
3603with respect to this software, its quality, accuracy, merchantability, or
3604fitness for a particular purpose.  This software is provided "AS IS", and you,
3605its user, assume the entire risk as to its quality and accuracy.
3606
3607This software is copyright (C) 1991-1998, Thomas G. Lane.
3608All Rights Reserved except as specified below.
3609
3610Permission is hereby granted to use, copy, modify, and distribute this
3611software (or portions thereof) for any purpose, without fee, subject to these
3612conditions:
3613(1) If any part of the source code for this software is distributed, then this
3614README file must be included, with this copyright and no-warranty notice
3615unaltered; and any additions, deletions, or changes to the original files
3616must be clearly indicated in accompanying documentation.
3617(2) If only executable code is distributed, then the accompanying
3618documentation must state that "this software is based in part on the work of
3619the Independent JPEG Group".
3620(3) Permission for use of this software is granted only if the user accepts
3621full responsibility for any undesirable consequences; the authors accept
3622NO LIABILITY for damages of any kind.
3623
3624These conditions apply to any software derived from or based on the IJG code,
3625not just to the unmodified library.  If you use our work, you ought to
3626acknowledge us.
3627
3628Permission is NOT granted for the use of any IJG author's name or company name
3629in advertising or publicity relating to this software or products derived from
3630it.  This software may be referred to only as "the Independent JPEG Group's
3631software".
3632
3633We specifically permit and encourage the use of this software as the basis of
3634commercial products, provided that all warranty or liability claims are
3635assumed by the product vendor.
3636
3637</pre>
3638</div>
3639</div>
3640
3641
3642<div class="product">
3643<span class="title">ICU</span>
3644<a class="show" href="#" onclick="return toggle(this);">show license</a>
3645<span class="homepage"><a href="http://site.icu-project.org/">homepage</a></span>
3646<div class="licence">
3647<pre>(This file was manually converted from license.html.)
3648
3649--------------------------------------------------------------------------------
3650
3651ICU License - ICU 1.8.1 and later
3652
3653COPYRIGHT AND PERMISSION NOTICE
3654
3655Copyright (c) 1995-2009 International Business Machines Corporation and others
3656
3657All rights reserved.
3658
3659Permission is hereby granted, free of charge, to any person obtaining a copy
3660of this software and associated documentation files (the "Software"),
3661to deal in the Software without restriction, including without limitation
3662the rights to use, copy, modify, merge, publish, distribute, and/or sell
3663copies of the Software, and to permit persons
3664to whom the Software is furnished to do so, provided that the above
3665copyright notice(s) and this permission notice appear in all copies
3666of the Software and that both the above copyright notice(s) and this
3667permission notice appear in supporting documentation.
3668
3669THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
3670INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3671PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
3672THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
3673OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
3674RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
3675NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
3676USE OR PERFORMANCE OF THIS SOFTWARE.
3677
3678Except as contained in this notice, the name of a copyright holder shall not be
3679used in advertising or otherwise to promote the sale, use or other dealings in
3680this Software without prior written authorization of the copyright holder.
3681
3682All trademarks and registered trademarks mentioned herein are the
3683property of their respective owners.
3684
3685</pre>
3686</div>
3687</div>
3688
3689
3690<div class="product">
3691<span class="title">Chinese and Japanese Word List</span>
3692<a class="show" href="#" onclick="return toggle(this);">show license</a>
3693<span class="homepage"><a href="http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/icu42/source/data/brkitr/">homepage</a></span>
3694<div class="licence">
3695<pre>The list of words in cjdict.txt are obtained by combining three word
3696lists listed below with further processing for compound word breaking.
3697The frequency is generated with an iterative training against Google
3698web corpora.
3699
3700* CC-CEDICT (Chinese)
3701  - http://www.mdbg.net/chindict/chindict.php?page=cedict (home page)
3702  - http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz (word list)
3703  - It is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
3704    (see http://creativecommons.org/licenses/by-sa/3.0 for more details)
3705
3706  - The portion of words derived from CC-CEDICT is also separately available
3707    in cc_cedict.txt per the above CC Attribution-Share Alike 3.0 License.
3708
3709* Libtabe (Chinese)
3710  - https://sourceforge.net/project/?group_id=1519
3711  - Its license terms and conditions are shown below.
3712
3713* IPADIC (Japanese)
3714  - http://chasen.aist-nara.ac.jp/chasen/distribution.html
3715  - Its license terms and conditions are shown below.
3716
3717---------COPYING.libtabe ---- BEGIN--------------------
3718
3719/*
3720 * Copyrighy (c) 1999 TaBE Project.
3721 * Copyright (c) 1999 Pai-Hsiang Hsiao.
3722 * All rights reserved.
3723 *
3724 * Redistribution and use in source and binary forms, with or without
3725 * modification, are permitted provided that the following conditions
3726 * are met:
3727 *
3728 * . Redistributions of source code must retain the above copyright
3729 *   notice, this list of conditions and the following disclaimer.
3730 * . Redistributions in binary form must reproduce the above copyright
3731 *   notice, this list of conditions and the following disclaimer in
3732 *   the documentation and/or other materials provided with the
3733 *   distribution.
3734 * . Neither the name of the TaBE Project nor the names of its
3735 *   contributors may be used to endorse or promote products derived
3736 *   from this software without specific prior written permission.
3737 *
3738 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3739 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3740 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3741 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3742 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3743 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3744 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3745 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3746 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
3747 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3748 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3749 * OF THE POSSIBILITY OF SUCH DAMAGE.
3750 */
3751
3752/*
3753 * Copyright (c) 1999 Computer Systems and Communication Lab,
3754 *                    Institute of Information Science, Academia Sinica.
3755 * All rights reserved.
3756 *
3757 * Redistribution and use in source and binary forms, with or without
3758 * modification, are permitted provided that the following conditions
3759 * are met:
3760 *
3761 * . Redistributions of source code must retain the above copyright
3762 *   notice, this list of conditions and the following disclaimer.
3763 * . Redistributions in binary form must reproduce the above copyright
3764 *   notice, this list of conditions and the following disclaimer in
3765 *   the documentation and/or other materials provided with the
3766 *   distribution.
3767 * . Neither the name of the Computer Systems and Communication Lab
3768 *   nor the names of its contributors may be used to endorse or
3769 *   promote products derived from this software without specific
3770 *   prior written permission.
3771 *
3772 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3773 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3774 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3775 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3776 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3777 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3778 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3779 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3780 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
3781 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3782 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3783 * OF THE POSSIBILITY OF SUCH DAMAGE.
3784 */
3785
3786Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
3787c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
3788
3789---------------COPYING.libtabe-----END------------------------------------
3790
3791
3792---------------COPYING.ipadic-----BEGIN------------------------------------
3793
3794Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
3795and Technology.  All Rights Reserved.
3796
3797Use, reproduction, and distribution of this software is permitted.
3798Any copy of this software, whether in its original form or modified,
3799must include both the above copyright notice and the following
3800paragraphs.
3801
3802Nara Institute of Science and Technology (NAIST),
3803the copyright holders, disclaims all warranties with regard to this
3804software, including all implied warranties of merchantability and
3805fitness, in no event shall NAIST be liable for
3806any special, indirect or consequential damages or any damages
3807whatsoever resulting from loss of use, data or profits, whether in an
3808action of contract, negligence or other tortuous action, arising out
3809of or in connection with the use or performance of this software.
3810
3811A large portion of the dictionary entries
3812originate from ICOT Free Software.  The following conditions for ICOT
3813Free Software applies to the current dictionary as well.
3814
3815Each User may also freely distribute the Program, whether in its
3816original form or modified, to any third party or parties, PROVIDED
3817that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
3818on, or be attached to, the Program, which is distributed substantially
3819in the same form as set out herein and that such intended
3820distribution, if actually made, will neither violate or otherwise
3821contravene any of the laws and regulations of the countries having
3822jurisdiction over the User or the intended distribution itself.
3823
3824NO WARRANTY
3825
3826The program was produced on an experimental basis in the course of the
3827research and development conducted during the project and is provided
3828to users as so produced on an experimental basis.  Accordingly, the
3829program is provided without any warranty whatsoever, whether express,
3830implied, statutory or otherwise.  The term "warranty" used herein
3831includes, but is not limited to, any warranty of the quality,
3832performance, merchantability and fitness for a particular purpose of
3833the program and the nonexistence of any infringement or violation of
3834any right of any third party.
3835
3836Each user of the program will agree and understand, and be deemed to
3837have agreed and understood, that there is no warranty whatsoever for
3838the program and, accordingly, the entire risk arising from or
3839otherwise connected with the program is assumed by the user.
3840
3841Therefore, neither ICOT, the copyright holder, or any other
3842organization that participated in or was otherwise related to the
3843development of the program and their respective officials, directors,
3844officers and other employees shall be held liable for any and all
3845damages, including, without limitation, general, special, incidental
3846and consequential damages, arising out of or otherwise in connection
3847with the use or inability to use the program or any product, material
3848or result produced or otherwise obtained by using the program,
3849regardless of whether they have been advised of, or otherwise had
3850knowledge of, the possibility of such damages at any time during the
3851project or thereafter.  Each user will be deemed to have agreed to the
3852foregoing by his or her commencement of use of the program.  The term
3853"use" as used herein includes, but is not limited to, the use,
3854modification, copying and distribution of the program and the
3855production of secondary products from the program.
3856
3857In the case where the program, whether in its original form or
3858modified, was distributed or delivered to or received by a user from
3859any person, organization or entity other than ICOT, unless it makes or
3860grants independently of ICOT any specific warranty to the user in
3861writing, such person, organization or entity, will also be exempted
3862from and not be held liable to the user for any such damages as noted
3863above as far as the program is concerned.
3864
3865---------------COPYING.ipadic-----END------------------------------------
3866</pre>
3867</div>
3868</div>
3869
3870
3871<div class="product">
3872<span class="title">ISimpleDOM COM interfaces for accessibility</span>
3873<a class="show" href="#" onclick="return toggle(this);">show license</a>
3874<span class="homepage"><a href="http://www.mozilla.org/access/windows/at-apis">homepage</a></span>
3875<div class="licence">
3876<pre>/* ***** BEGIN LICENSE BLOCK *****
3877 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3878 *
3879 * The contents of this file are subject to the Mozilla Public License Version
3880 * 1.1 (the "License"); you may not use this file except in compliance with
3881 * the License. You may obtain a copy of the License at
3882 * http://www.mozilla.org/MPL/
3883 *
3884 * Software distributed under the License is distributed on an "AS IS" basis,
3885 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
3886 * for the specific language governing rights and limitations under the
3887 * License.
3888 *
3889 * The Original Code is mozilla.org code.
3890 *
3891 * The Initial Developer of the Original Code is
3892 * Netscape Communications Corporation.
3893 * Portions created by the Initial Developer are Copyright (C) 2002
3894 * the Initial Developer. All Rights Reserved.
3895 *
3896 * Contributor(s):
3897 *
3898 * Alternatively, the contents of this file may be used under the terms of
3899 * either the GNU General Public License Version 2 or later (the "GPL"), or
3900 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
3901 * in which case the provisions of the GPL or the LGPL are applicable instead
3902 * of those above. If you wish to allow use of your version of this file only
3903 * under the terms of either the GPL or the LGPL, and not to allow others to
3904 * use your version of this file under the terms of the MPL, indicate your
3905 * decision by deleting the provisions above and replace them with the notice
3906 * and other provisions required by the GPL or the LGPL. If you do not delete
3907 * the provisions above, a recipient may use your version of this file under
3908 * the terms of any one of the MPL, the GPL or the LGPL.
3909 *
3910 * ***** END LICENSE BLOCK ***** */
3911</pre>
3912</div>
3913</div>
3914
3915
3916<div class="product">
3917<span class="title">jemalloc</span>
3918<a class="show" href="#" onclick="return toggle(this);">show license</a>
3919<span class="homepage"><a href="http://hg.mozilla.org/mozilla-central/src/memory">homepage</a></span>
3920<div class="licence">
3921<pre>The following is the license for the jemalloc source code, as provided
3922in the initial section of the source files.
3923
3924Copyright (C) 2006-2008 Jason Evans &lt;jasone@FreeBSD.org&gt;.
3925All rights reserved.
3926
3927Redistribution and use in source and binary forms, with or without
3928modification, are permitted provided that the following conditions
3929are met:
39301. Redistributions of source code must retain the above copyright
3931   notice(s), this list of conditions and the following disclaimer as
3932   the first lines of this file unmodified other than the possible
3933   addition of one or more copyright notices.
39342. Redistributions in binary form must reproduce the above copyright
3935   notice(s), this list of conditions and the following disclaimer in
3936   the documentation and/or other materials provided with the
3937   distribution.
3938
3939THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
3940EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3941IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3942PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE
3943LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3944CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3945SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3946BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3947WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
3948OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3949EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3950
3951</pre>
3952</div>
3953</div>
3954
3955
3956<div class="product">
3957<span class="title">lcov</span>
3958<a class="show" href="#" onclick="return toggle(this);">show license</a>
3959<span class="homepage"><a href="http://ltp.sourceforge.net/coverage/lcov.php">homepage</a></span>
3960<div class="licence">
3961<pre>License copied from bin/lcov:
3962
3963#
3964#   Copyright (c) International Business Machines  Corp., 2002,2007
3965#
3966#   This program is free software;  you can redistribute it and/or modify
3967#   it under the terms of the GNU General Public License as published by
3968#   the Free Software Foundation; either version 2 of the License, or (at
3969#   your option) any later version.
3970#
3971#   This program is distributed in the hope that it will be useful, but
3972#   WITHOUT ANY WARRANTY;  without even the implied warranty of
3973#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3974#   General Public License for more details.                 
3975#
3976#   You should have received a copy of the GNU General Public License
3977#   along with this program;  if not, write to the Free Software
3978#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3979</pre>
3980</div>
3981</div>
3982
3983
3984<div class="product">
3985<span class="title">libevent</span>
3986<a class="show" href="#" onclick="return toggle(this);">show license</a>
3987<span class="homepage"><a href="http://www.monkey.org/~provos/libevent/">homepage</a></span>
3988<div class="licence">
3989<pre>Copyright 2000-2007 Niels Provos &lt;provos@citi.umich.edu&gt;
3990Copyright 2007-2009 Niels Provos and Nick Mathewson
3991
3992Redistribution and use in source and binary forms, with or without
3993modification, are permitted provided that the following conditions
3994are met:
39951. Redistributions of source code must retain the above copyright
3996   notice, this list of conditions and the following disclaimer.
39972. Redistributions in binary form must reproduce the above copyright
3998   notice, this list of conditions and the following disclaimer in the
3999   documentation and/or other materials provided with the distribution.
40003. The name of the author may not be used to endorse or promote products
4001   derived from this software without specific prior written permission.
4002
4003THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4004IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4005OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4006IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4007INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4008NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4009DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4010THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4011(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4012THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4013</pre>
4014</div>
4015</div>
4016
4017
4018<div class="product">
4019<span class="title">libjingle</span>
4020<a class="show" href="#" onclick="return toggle(this);">show license</a>
4021<span class="homepage"><a href="http://code.google.com/p/libjingle/">homepage</a></span>
4022<div class="licence">
4023<pre>Copyright (c) 2004--2005, Google Inc.
4024All rights reserved.
4025
4026Redistribution and use in source and binary forms, with or without modification,
4027are permitted provided that the following conditions are met:
4028
4029    * Redistributions of source code must retain the above copyright notice,
4030      this list of conditions and the following disclaimer.
4031    * Redistributions in binary form must reproduce the above copyright notice,
4032      this list of conditions and the following disclaimer in the documentation
4033      and/or other materials provided with the distribution.
4034    * The name of the author may not be used to endorse or promote products
4035      derived from this software without specific prior written permission.
4036
4037THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4038AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4039IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4040ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
4041LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4042CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
4043GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4044HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
4045STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY 
4046WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
4047SUCH DAMAGE.</pre>
4048</div>
4049</div>
4050
4051
4052<div class="product">
4053<span class="title">libjpeg</span>
4054<a class="show" href="#" onclick="return toggle(this);">show license</a>
4055<span class="homepage"><a href="http://www.ijg.org/">homepage</a></span>
4056<div class="licence">
4057<pre>(Copied from the README.)
4058
4059--------------------------------------------------------------------------------
4060
4061The authors make NO WARRANTY or representation, either express or implied,
4062with respect to this software, its quality, accuracy, merchantability, or
4063fitness for a particular purpose.  This software is provided "AS IS", and you,
4064its user, assume the entire risk as to its quality and accuracy.
4065
4066This software is copyright (C) 1991-1998, Thomas G. Lane.
4067All Rights Reserved except as specified below.
4068
4069Permission is hereby granted to use, copy, modify, and distribute this
4070software (or portions thereof) for any purpose, without fee, subject to these
4071conditions:
4072(1) If any part of the source code for this software is distributed, then this
4073README file must be included, with this copyright and no-warranty notice
4074unaltered; and any additions, deletions, or changes to the original files
4075must be clearly indicated in accompanying documentation.
4076(2) If only executable code is distributed, then the accompanying
4077documentation must state that "this software is based in part on the work of
4078the Independent JPEG Group".
4079(3) Permission for use of this software is granted only if the user accepts
4080full responsibility for any undesirable consequences; the authors accept
4081NO LIABILITY for damages of any kind.
4082
4083These conditions apply to any software derived from or based on the IJG code,
4084not just to the unmodified library.  If you use our work, you ought to
4085acknowledge us.
4086
4087Permission is NOT granted for the use of any IJG author's name or company name
4088in advertising or publicity relating to this software or products derived from
4089it.  This software may be referred to only as "the Independent JPEG Group's
4090software".
4091
4092We specifically permit and encourage the use of this software as the basis of
4093commercial products, provided that all warranty or liability claims are
4094assumed by the product vendor.
4095
4096
4097ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
4098sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
4099ansi2knr.c is NOT covered by the above copyright and conditions, but instead
4100by the usual distribution terms of the Free Software Foundation; principally,
4101that you must include source code if you redistribute it.  (See the file
4102ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
4103of any program generated from the IJG code, this does not limit you more than
4104the foregoing paragraphs do.
4105
4106The Unix configuration script "configure" was produced with GNU Autoconf.
4107It is copyright by the Free Software Foundation but is freely distributable.
4108The same holds for its supporting scripts (config.guess, config.sub,
4109ltconfig, ltmain.sh).  Another support script, install-sh, is copyright
4110by M.I.T. but is also freely distributable.
4111
4112It appears that the arithmetic coding option of the JPEG spec is covered by
4113patents owned by IBM, AT&amp;T, and Mitsubishi.  Hence arithmetic coding cannot
4114legally be used without obtaining one or more licenses.  For this reason,
4115support for arithmetic coding has been removed from the free JPEG software.
4116(Since arithmetic coding provides only a marginal gain over the unpatented
4117Huffman mode, it is unlikely that very many implementations will support it.)
4118So far as we are aware, there are no patent restrictions on the remaining
4119code.
4120
4121The IJG distribution formerly included code to read and write GIF files.
4122To avoid entanglement with the Unisys LZW patent, GIF reading support has
4123been removed altogether, and the GIF writer has been simplified to produce
4124"uncompressed GIFs".  This technique does not use the LZW algorithm; the
4125resulting GIF files are larger than usual, but are readable by all standard
4126GIF decoders.
4127
4128We are required to state that
4129    "The Graphics Interchange Format(c) is the Copyright property of
4130    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
4131    CompuServe Incorporated."
4132</pre>
4133</div>
4134</div>
4135
4136
4137<div class="product">
4138<span class="title">libpng</span>
4139<a class="show" href="#" onclick="return toggle(this);">show license</a>
4140<span class="homepage"><a href="http://libpng.org/">homepage</a></span>
4141<div class="licence">
4142<pre>
4143This copy of the libpng notices is provided for your convenience.  In case of
4144any discrepancy between this copy and the notices in the file png.h that is
4145included in the libpng distribution, the latter shall prevail.
4146
4147COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
4148
4149If you modify libpng you may insert additional notices immediately following
4150this sentence.
4151
4152This code is released under the libpng license.
4153
4154libpng versions 1.2.6, August 15, 2004, through 1.2.44, June 26, 2010, are
4155Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
4156distributed according to the same disclaimer and license as libpng-1.2.5
4157with the following individual added to the list of Contributing Authors
4158
4159   Cosmin Truta
4160
4161libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
4162Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
4163distributed according to the same disclaimer and license as libpng-1.0.6
4164with the following individuals added to the list of Contributing Authors
4165
4166   Simon-Pierre Cadieux
4167   Eric S. Raymond
4168   Gilles Vollant
4169
4170and with the following additions to the disclaimer:
4171
4172   There is no warranty against interference with your enjoyment of the
4173   library or against infringement.  There is no warranty that our
4174   efforts or the library will fulfill any of your particular purposes
4175   or needs.  This library is provided with all faults, and the entire
4176   risk of satisfactory quality, performance, accuracy, and effort is with
4177   the user.
4178
4179libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
4180Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
4181distributed according to the same disclaimer and license as libpng-0.96,
4182with the following individuals added to the list of Contributing Authors:
4183
4184   Tom Lane
4185   Glenn Randers-Pehrson
4186   Willem van Schaik
4187
4188libpng versions 0.89, June 1996, through 0.96, May 1997, are
4189Copyright (c) 1996, 1997 Andreas Dilger
4190Distributed according to the same disclaimer and license as libpng-0.88,
4191with the following individuals added to the list of Contributing Authors:
4192
4193   John Bowler
4194   Kevin Bracey
4195   Sam Bushell
4196   Magnus Holmgren
4197   Greg Roelofs
4198   Tom Tanner
4199
4200libpng versions 0.5, May 1995, through 0.88, January 1996, are
4201Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
4202
4203For the purposes of this copyright and license, "Contributing Authors"
4204is defined as the following set of individuals:
4205
4206   Andreas Dilger
4207   Dave Martindale
4208   Guy Eric Schalnat
4209   Paul Schmidt
4210   Tim Wegner
4211
4212The PNG Reference Library is supplied "AS IS".  The Contributing Authors
4213and Group 42, Inc. disclaim all warranties, expressed or implied,
4214including, without limitation, the warranties of merchantability and of
4215fitness for any purpose.  The Contributing Authors and Group 42, Inc.
4216assume no liability for direct, indirect, incidental, special, exemplary,
4217or consequential damages, which may result from the use of the PNG
4218Reference Library, even if advised of the possibility of such damage.
4219
4220Permission is hereby granted to use, copy, modify, and distribute this
4221source code, or portions hereof, for any purpose, without fee, subject
4222to the following restrictions:
4223
42241. The origin of this source code must not be misrepresented.
4225
42262. Altered versions must be plainly marked as such and must not
4227   be misrepresented as being the original source.
4228
42293. This Copyright notice may not be removed or altered from any
4230   source or altered source distribution.
4231
4232The Contributing Authors and Group 42, Inc. specifically permit, without
4233fee, and encourage the use of this source code as a component to
4234supporting the PNG file format in commercial products.  If you use this
4235source code in a product, acknowledgment is not required but would be
4236appreciated.
4237
4238
4239A "png_get_copyright" function is available, for convenient use in "about"
4240boxes and the like:
4241
4242   printf("%s",png_get_copyright(NULL));
4243
4244Also, the PNG logo (in PNG format, of course) is supplied in the
4245files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
4246
4247Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
4248certification mark of the Open Source Initiative.
4249
4250Glenn Randers-Pehrson
4251glennrp at users.sourceforge.net
4252February 25, 2010
4253</pre>
4254</div>
4255</div>
4256
4257
4258<div class="product">
4259<span class="title">libsrtp</span>
4260<a class="show" href="#" onclick="return toggle(this);">show license</a>
4261<span class="homepage"><a href="http://srtp.sourceforge.net">homepage</a></span>
4262<div class="licence">
4263<pre>/*
4264 *	
4265 * Copyright (c) 2001-2006 Cisco Systems, Inc.
4266 * All rights reserved.
4267 * 
4268 * Redistribution and use in source and binary forms, with or without
4269 * modification, are permitted provided that the following conditions
4270 * are met:
4271 * 
4272 *   Redistributions of source code must retain the above copyright
4273 *   notice, this list of conditions and the following disclaimer.
4274 * 
4275 *   Redistributions in binary form must reproduce the above
4276 *   copyright notice, this list of conditions and the following
4277 *   disclaimer in the documentation and/or other materials provided
4278 *   with the distribution.
4279 * 
4280 *   Neither the name of the Cisco Systems, Inc. nor the names of its
4281 *   contributors may be used to endorse or promote products derived
4282 *   from this software without specific prior written permission.
4283 * 
4284 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4285 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4286 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4287 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
4288 * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
4289 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4290 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4291 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4292 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
4293 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4294 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
4295 * OF THE POSSIBILITY OF SUCH DAMAGE.
4296 *
4297 */
4298</pre>
4299</div>
4300</div>
4301
4302
4303<div class="product">
4304<span class="title">libvpx</span>
4305<a class="show" href="#" onclick="return toggle(this);">show license</a>
4306<span class="homepage"><a href="http://www.webmproject.org">homepage</a></span>
4307<div class="licence">
4308<pre>Copyright (c) 2010, Google Inc. All rights reserved.
4309
4310Redistribution and use in source and binary forms, with or without
4311modification, are permitted provided that the following conditions are
4312met:
4313
4314  * Redistributions of source code must retain the above copyright
4315    notice, this list of conditions and the following disclaimer.
4316
4317  * Redistributions in binary form must reproduce the above copyright
4318    notice, this list of conditions and the following disclaimer in
4319    the documentation and/or other materials provided with the
4320    distribution.
4321
4322  * Neither the name of Google nor the names of its contributors may
4323    be used to endorse or promote products derived from this software
4324    without specific prior written permission.
4325
4326THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4327"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4328LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4329A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4330HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4331SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4332LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4333DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4334THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4335(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4336OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4337
4338</pre>
4339</div>
4340</div>
4341
4342
4343<div class="product">
4344<span class="title">libwebpdecode</span>
4345<a class="show" href="#" onclick="return toggle(this);">show license</a>
4346<span class="homepage"><a href="http://code.google.com/speed/webp">homepage</a></span>
4347<div class="licence">
4348<pre>Copyright (c) 2010, Google Inc. All rights reserved.
4349
4350Redistribution and use in source and binary forms, with or without
4351modification, are permitted provided that the following conditions are
4352met:
4353
4354  * Redistributions of source code must retain the above copyright
4355    notice, this list of conditions and the following disclaimer.
4356
4357  * Redistributions in binary form must reproduce the above copyright
4358    notice, this list of conditions and the following disclaimer in
4359    the documentation and/or other materials provided with the
4360    distribution.
4361
4362  * Neither the name of Google nor the names of its contributors may
4363    be used to endorse or promote products derived from this software
4364    without specific prior written permission.
4365
4366THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4367"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4368LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4369A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4370HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4371SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4372LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4373DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4374THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4375(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4376OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4377
4378Additional IP Rights Grant (Patents)
4379
4380"This implementation" means the copyrightable works distributed by
4381Google as part of the WebM Project.
4382
4383Google hereby grants to you a perpetual, worldwide, non-exclusive,
4384no-charge, royalty-free, irrevocable (except as stated in this section)
4385patent license to make, have made, use, offer to sell, sell, import,
4386transfer, and otherwise run, modify and propagate the contents of this
4387implementation of VP8, where such license applies only to those patent
4388claims, both currently owned by Google and acquired in the future,
4389licensable by Google that are necessarily infringed by this
4390implementation of VP8. This grant does not include claims that would be
4391infringed only as a consequence of further modification of this
4392implementation. If you or your agent or exclusive licensee institute or
4393order or agree to the institution of patent litigation against any
4394entity (including a cross-claim or counterclaim in a lawsuit) alleging
4395that this implementation of VP8 or any code incorporated within this
4396implementation of VP8 constitutes direct or contributory patent
4397infringement, or inducement of patent infringement, then any patent
4398rights granted to you under this License for this implementation of VP8
4399shall terminate as of the date such litigation is filed.
4400</pre>
4401</div>
4402</div>
4403
4404
4405<div class="product">
4406<span class="title">libxml</span>
4407<a class="show" href="#" onclick="return toggle(this);">show license</a>
4408<span class="homepage"><a href="http://xmlsoft.org">homepage</a></span>
4409<div class="licence">
4410<pre>Except where otherwise noted in the source code (e.g. the files hash.c,
4411list.c and the trio files, which are covered by a similar licence but
4412with different Copyright notices) all the files are:
4413
4414 Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
4415
4416Permission is hereby granted, free of charge, to any person obtaining a copy
4417of this software and associated documentation files (the "Software"), to deal
4418in the Software without restriction, including without limitation the rights
4419to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4420copies of the Software, and to permit persons to whom the Software is fur-
4421nished to do so, subject to the following conditions:
4422
4423The above copyright notice and this permission notice shall be included in
4424all copies or substantial portions of the Software.
4425
4426THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4427IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
4428NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
4429DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4430IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
4431NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4432
4433Except as contained in this notice, the name of Daniel Veillard shall not
4434be used in advertising or otherwise to promote the sale, use or other deal-
4435ings in this Software without prior written authorization from him.
4436
4437</pre>
4438</div>
4439</div>
4440
4441
4442<div class="product">
4443<span class="title">libxslt</span>
4444<a class="show" href="#" onclick="return toggle(this);">show license</a>
4445<span class="homepage"><a href="http://xmlsoft.org/XSLT">homepage</a></span>
4446<div class="licence">
4447<pre>Licence for libxslt except libexslt
4448----------------------------------------------------------------------
4449 Copyright (C) 2001-2002 Daniel Veillard.  All Rights Reserved.
4450
4451Permission is hereby granted, free of charge, to any person obtaining a copy
4452of this software and associated documentation files (the "Software"), to deal
4453in the Software without restriction, including without limitation the rights
4454to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4455copies of the Software, and to permit persons to whom the Software is fur-
4456nished to do so, subject to the following conditions:
4457
4458The above copyright notice and this permission notice shall be included in
4459all copies or substantial portions of the Software.
4460
4461THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4462IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
4463NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
4464DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4465IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
4466NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4467
4468Except as contained in this notice, the name of Daniel Veillard shall not
4469be used in advertising or otherwise to promote the sale, use or other deal-
4470ings in this Software without prior written authorization from him.
4471
4472----------------------------------------------------------------------
4473
4474Licence for libexslt
4475----------------------------------------------------------------------
4476 Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.
4477 All Rights Reserved.
4478
4479Permission is hereby granted, free of charge, to any person obtaining a copy
4480of this software and associated documentation files (the "Software"), to deal
4481in the Software without restriction, including without limitation the rights
4482to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4483copies of the Software, and to permit persons to whom the Software is fur-
4484nished to do so, subject to the following conditions:
4485
4486The above copyright notice and this permission notice shall be included in
4487all copies or substantial portions of the Software.
4488
4489THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4490IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
4491NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
4492AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4493IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
4494NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4495
4496Except as contained in this notice, the name of the authors shall not
4497be used in advertising or otherwise to promote the sale, use or other deal-
4498ings in this Software without prior written authorization from him.
4499----------------------------------------------------------------------
4500</pre>
4501</div>
4502</div>
4503
4504
4505<div class="product">
4506<span class="title">LZMA SDK</span>
4507<a class="show" href="#" onclick="return toggle(this);">show license</a>
4508<span class="homepage"><a href="http://www.7-zip.org/sdk.html">homepage</a></span>
4509<div class="licence">
4510<pre>LZMA SDK is placed in the public domain.
4511</pre>
4512</div>
4513</div>
4514
4515
4516<div class="product">
4517<span class="title">MesaLib</span>
4518<a class="show" href="#" onclick="return toggle(this);">show license</a>
4519<span class="homepage"><a href="http://www.mesa3d.org/">homepage</a></span>
4520<div class="licence">
4521<pre>
4522Some parts of Mesa are copyrighted under the GNU LGPL.  See the
4523Mesa/docs/COPYRIGHT file for details.
4524
4525The following is the standard GNU copyright file.
4526----------------------------------------------------------------------
4527
4528
4529		  GNU LIBRARY GENERAL PUBLIC LICENSE
4530		       Version 2, June 1991
4531
4532 Copyright (C) 1991 Free Software Foundation, Inc.
4533                    675 Mass Ave, Cambridge, MA 02139, USA
4534 Everyone is permitted to copy and distribute verbatim copies
4535 of this license document, but changing it is not allowed.
4536
4537[This is the first released version of the library GPL.  It is
4538 numbered 2 because it goes with version 2 of the ordinary GPL.]
4539
4540			    Preamble
4541
4542  The licenses for most software are designed to take away your
4543freedom to share and change it.  By contrast, the GNU General Public
4544Licenses are intended to guarantee your freedom to share and change
4545free software--to make sure the software is free for all its users.
4546
4547  This license, the Library General Public License, applies to some
4548specially designated Free Software Foundation software, and to any
4549other libraries whose authors decide to use it.  You can use it for
4550your libraries, too.
4551
4552  When we speak of free software, we are referring to freedom, not
4553price.  Our General Public Licenses are designed to make sure that you
4554have the freedom to distribute copies of free software (and charge for
4555this service if you wish), that you receive source code or can get it
4556if you want it, that you can change the software or use pieces of it
4557in new free programs; and that you know you can do these things.
4558
4559  To protect your rights, we need to make restrictions that forbid
4560anyone to deny you these rights or to ask you to surrender the rights.
4561These restrictions translate to certain responsibilities for you if
4562you distribute copies of the library, or if you modify it.
4563
4564  For example, if you distribute copies of the library, whether gratis
4565or for a fee, you must give the recipients all the rights that we gave
4566you.  You must make sure that they, too, receive or can get the source
4567code.  If you link a program with the library, you must provide
4568complete object files to the recipients so that they can relink them
4569with the library, after making changes to the library and recompiling
4570it.  And you must show them these terms so they know their rights.
4571
4572  Our method of protecting your rights has two steps: (1) copyright
4573the library, and (2) offer you this license which gives you legal
4574permission to copy, distribute and/or modify the library.
4575
4576  Also, for each distributor's protection, we want to make certain
4577that everyone understands that there is no warranty for this free
4578library.  If the library is modified by someone else and passed on, we
4579want its recipients to know that what they have is not the original
4580version, so that any problems introduced by others will not reflect on
4581the original authors' reputations.
4582
4583  Finally, any free program is threatened constantly by software
4584patents.  We wish to avoid the danger that companies distributing free
4585software will individually obtain patent licenses, thus in effect
4586transforming the program into proprietary software.  To prevent this,
4587we have made it clear that any patent must be licensed for everyone's
4588free use or not licensed at all.
4589
4590  Most GNU software, including some libraries, is covered by the ordinary
4591GNU General Public License, which was designed for utility programs.  This
4592license, the GNU Library General Public License, applies to certain
4593designated libraries.  This license is quite different from the ordinary
4594one; be sure to read it in full, and don't assume that anything in it is
4595the same as in the ordinary license.
4596
4597  The reason we have a separate public license for some libraries is that
4598they blur the distinction we usually make between modifying or adding to a
4599program and simply using it.  Linking a program with a library, without
4600changing the library, is in some sense simply using the library, and is
4601analogous to running a utility program or application program.  However, in
4602a textual and legal sense, the linked executable is a combined work, a
4603derivative of the original library, and the ordinary General Public License
4604treats it as such.
4605
4606  Because of this blurred distinction, using the ordinary General
4607Public License for libraries did not effectively promote software
4608sharing, because most developers did not use the libraries.  We
4609concluded that weaker conditions might promote sharing better.
4610
4611  However, unrestricted linking of non-free programs would deprive the
4612users of those programs of all benefit from the free status of the
4613libraries themselves.  This Library General Public License is intended to
4614permit developers of non-free programs to use free libraries, while
4615preserving your freedom as a user of such programs to change the free
4616libraries that are incorporated in them.  (We have not seen how to achieve
4617this as regards changes in header files, but we have achieved it as regards
4618changes in the actual functions of the Library.)  The hope is that this
4619will lead to faster development of free libraries.
4620
4621  The precise terms and conditions for copying, distribution and
4622modification follow.  Pay close attention to the difference between a
4623"work based on the library" and a "work that uses the library".  The
4624former contains code derived from the library, while the latter only
4625works together with the library.
4626
4627  Note that it is possible for a library to be covered by the ordinary
4628General Public License rather than by this special one.
4629
4630		  GNU LIBRARY GENERAL PUBLIC LICENSE
4631   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4632
4633  0. This License Agreement applies to any software library which
4634contains a notice placed by the copyright holder or other authorized
4635party saying it may be distributed under the terms of this Library
4636General Public License (also called "this License").  Each licensee is
4637addressed as "you".
4638
4639  A "library" means a collection of software functions and/or data
4640prepared so as to be conveniently linked with application programs
4641(which use some of those functions and data) to form executables.
4642
4643  The "Library", below, refers to any such software library or work
4644which has been distributed under these terms.  A "work based on the
4645Library" means either the Library or any derivative work under
4646copyright law: that is to say, a work containing the Library or a
4647portion of it, either verbatim or with modifications and/or translated
4648straightforwardly into another language.  (Hereinafter, translation is
4649included without limitation in the term "modification".)
4650
4651  "Source code" for a work means the preferred form of the work for
4652making modifications to it.  For a library, complete source code means
4653all the source code for all modules it contains, plus any associated
4654interface definition files, plus the scripts used to control compilation
4655and installation of the library.
4656
4657  Activities other than copying, distribution and modification are not
4658covered by this License; they are outside its scope.  The act of
4659running a program using the Library is not restricted, and output from
4660such a program is covered only if its contents constitute a work based
4661on the Library (independent of the use of the Library in a tool for
4662writing it).  Whether that is true depends on what the Library does
4663and what the program that uses the Library does.
4664  
4665  1. You may copy and distribute verbatim copies of the Library's
4666complete source code as you receive it, in any medium, provided that
4667you conspicuously and appropriately publish on each copy an
4668appropriate copyright notice and disclaimer of warranty; keep intact
4669all the notices that refer to this License and to the absence of any
4670warranty; and distribute a copy of this License along with the
4671Library.
4672
4673  You may charge a fee for the physical act of transferring a copy,
4674and you may at your option offer warranty protection in exchange for a
4675fee.
4676
4677  2. You may modify your copy or copies of the Library or any portion
4678of it, thus forming a work based on the Library, and copy and
4679distribute such modifications or work under the terms of Section 1
4680above, provided that you also meet all of these conditions:
4681
4682    a) The modified work must itself be a software library.
4683
4684    b) You must cause the files modified to carry prominent notices
4685    stating that you changed the files and the date of any change.
4686
4687    c) You must cause the whole of the work to be licensed at no
4688    charge to all third parties under the terms of this License.
4689
4690    d) If a facility in the modified Library refers to a function or a
4691    table of data to be supplied by an application program that uses
4692    the facility, other than as an argument passed when the facility
4693    is invoked, then you must make a good faith effort to ensure that,
4694    in the event an application does not supply such function or
4695    table, the facility still operates, and performs whatever part of
4696    its purpose remains meaningful.
4697
4698    (For example, a function in a library to compute square roots has
4699    a purpose that is entirely well-defined independent of the
4700    application.  Therefore, Subsection 2d requires that any
4701    application-supplied function or table used by this function must
4702    be optional: if the application does not supply it, the square
4703    root function must still compute square roots.)
4704
4705These requirements apply to the modified work as a whole.  If
4706identifiable sections of that work are not derived from the Library,
4707and can be reasonably considered independent and separate works in
4708themselves, then this License, and its terms, do not apply to those
4709sections when you distribute them as separate works.  But when you
4710distribute the same sections as part of a whole which is a work based
4711on the Library, the distribution of the whole must be on the terms of
4712this License, whose permissions for other licensees extend to the
4713entire whole, and thus to each and every part regardless of who wrote
4714it.
4715
4716Thus, it is not the intent of this section to claim rights or contest
4717your rights to work written entirely by you; rather, the intent is to
4718exercise the right to control the distribution of derivative or
4719collective works based on the Library.
4720
4721In addition, mere aggregation of another work not based on the Library
4722with the Library (or with a work based on the Library) on a volume of
4723a storage or distribution medium does not bring the other work under
4724the scope of this License.
4725
4726  3. You may opt to apply the terms of the ordinary GNU General Public
4727License instead of this License to a given copy of the Library.  To do
4728this, you must alter all the notices that refer to this License, so
4729that they refer to the ordinary GNU General Public License, version 2,
4730instead of to this License.  (If a newer version than version 2 of the
4731ordinary GNU General Public License has appeared, then you can specify
4732that version instead if you wish.)  Do not make any other change in
4733these notices.
4734
4735  Once this change is made in a given copy, it is irreversible for
4736that copy, so the ordinary GNU General Public License applies to all
4737subsequent copies and derivative works made from that copy.
4738
4739  This option is useful when you wish to copy part of the code of
4740the Library into a program that is not a library.
4741
4742  4. You may copy and distribute the Library (or a portion or
4743derivative of it, under Section 2) in object code or executable form
4744under the terms of Sections 1 and 2 above provided that you accompany
4745it with the complete corresponding machine-readable source code, which
4746must be distributed under the terms of Sections 1 and 2 above on a
4747medium customarily used for software interchange.
4748
4749  If distribution of object code is made by offering access to copy
4750from a designated place, then offering equivalent access to copy the
4751source code from the same place satisfies the requirement to
4752distribute the source code, even though third parties are not
4753compelled to copy the source along with the object code.
4754
4755  5. A program that contains no derivative of any portion of the
4756Library, but is designed to work with the Library by being compiled or
4757linked with it, is called a "work that uses the Library".  Such a
4758work, in isolation, is not a derivative work of the Library, and
4759therefore falls outside the scope of this License.
4760
4761  However, linking a "work that uses the Library" with the Library
4762creates an executable that is a derivative of the Library (because it
4763contains portions of the Library), rather than a "work that uses the
4764library".  The executable is therefore covered by this License.
4765Section 6 states terms for distribution of such executables.
4766
4767  When a "work that uses the Library" uses material from a header file
4768that is part of the Library, the object code for the work may be a
4769derivative work of the Library even though the source code is not.
4770Whether this is true is especially significant if the work can be
4771linked without the Library, or if the work is itself a library.  The
4772threshold for this to be true is not precisely defined by law.
4773
4774  If such an object file uses only numerical parameters, data
4775structure layouts and accessors, and small macros and small inline
4776functions (ten lines or less in length), then the use of the object
4777file is unrestricted, regardless of whether it is legally a derivative
4778work.  (Executables containing this object code plus portions of the
4779Library will still fall under Section 6.)
4780
4781  Otherwise, if the work is a derivative of the Library, you may
4782distribute the object code for the work under the terms of Section 6.
4783Any executables containing that work also fall under Section 6,
4784whether or not they are linked directly with the Library itself.
4785
4786  6. As an exception to the Sections above, you may also compile or
4787link a "work that uses the Library" with the Library to produce a
4788work containing portions of the Library, and distribute that work
4789under terms of your choice, provided that the terms permit
4790modification of the work for the customer's own use and reverse
4791engineering for debugging such modifications.
4792
4793  You must give prominent notice with each copy of the work that the
4794Library is used in it and that the Library and its use are covered by
4795this License.  You must supply a copy of this License.  If the work
4796during execution displays copyright notices, you must include the
4797copyright notice for the Library among them, as well as a reference
4798directing the user to the copy of this License.  Also, you must do one
4799of these things:
4800
4801    a) Accompany the work with the complete corresponding
4802    machine-readable source code for the Library including whatever
4803    changes were used in the work (which must be distributed under
4804    Sections 1 and 2 above); and, if the work is an executable linked
4805    with the Library, with the complete machine-readable "work that
4806    uses the Library", as object code and/or source code, so that the
4807    user can modify the Library and then relink to produce a modified
4808    executable containing the modified Library.  (It is understood
4809    that the user who changes the contents of definitions files in the
4810    Library will not necessarily be able to recompile the application
4811    to use the modified definitions.)
4812
4813    b) Accompany the work with a written offer, valid for at
4814    least three years, to give the same user the materials
4815    specified in Subsection 6a, above, for a charge no more
4816    than the cost of performing this distribution.
4817
4818    c) If distribution of the work is made by offering access to copy
4819    from a designated place, offer equivalent access to copy the above
4820    specified materials from the same place.
4821
4822    d) Verify that the user has already received a copy of these
4823    materials or that you have already sent this user a copy.
4824
4825  For an executable, the required form of the "work that uses the
4826Library" must include any data and utility programs needed for
4827reproducing the executable from it.  However, as a special exception,
4828the source code distributed need not include anything that is normally
4829distributed (in either source or binary form) with the major
4830components (compiler, kernel, and so on) of the operating system on
4831which the executable runs, unless that component itself accompanies
4832the executable.
4833
4834  It may happen that this requirement contradicts the license
4835restrictions of other proprietary libraries that do not normally
4836accompany the operating system.  Such a contradiction means you cannot
4837use both them and the Library together in an executable that you
4838distribute.
4839
4840  7. You may place library facilities that are a work based on the
4841Library side-by-side in a single library together with other library
4842facilities not covered by this License, and distribute such a combined
4843library, provided that the separate distribution of the work based on
4844the Library and of the other library facilities is otherwise
4845permitted, and provided that you do these two things:
4846
4847    a) Accompany the combined library with a copy of the same work
4848    based on the Library, uncombined with any other library
4849    facilities.  This must be distributed under the terms of the
4850    Sections above.
4851
4852    b) Give prominent notice with the combined library of the fact
4853    that part of it is a work based on the Library, and explaining
4854    where to find the accompanying uncombined form of the same work.
4855
4856  8. You may not copy, modify, sublicense, link with, or distribute
4857the Library except as expressly provided under this License.  Any
4858attempt otherwise to copy, modify, sublicense, link with, or
4859distribute the Library is void, and will automatically terminate your
4860rights under this License.  However, parties who have received copies,
4861or rights, from you under this License will not have their licenses
4862terminated so long as such parties remain in full compliance.
4863
4864  9. You are not required to accept this License, since you have not
4865signed it.  However, nothing else grants you permission to modify or
4866distribute the Library or its derivative works.  These actions are
4867prohibited by law if you do not accept this License.  Therefore, by
4868modifying or distributing the Library (or any work based on the
4869Library), you indicate your acceptance of this License to do so, and
4870all its terms and conditions for copying, distributing or modifying
4871the Library or works based on it.
4872
4873  10. Each time you redistribute the Library (or any work based on the
4874Library), the recipient automatically receives a license from the
4875original licensor to copy, distribute, link with or modify the Library
4876subject to these terms and conditions.  You may not impose any further
4877restrictions on the recipients' exercise of the rights granted herein.
4878You are not responsible for enforcing compliance by third parties to
4879this License.
4880
4881  11. If, as a consequence of a court judgment or allegation of patent
4882infringement or for any other reason (not limited to patent issues),
4883conditions are imposed on you (whether by court order, agreement or
4884otherwise) that contradict the conditions of this License, they do not
4885excuse you from the conditions of this License.  If you cannot
4886distribute so as to satisfy simultaneously your obligations under this
4887License and any other pertinent obligations, then as a consequence you
4888may not distribute the Library at all.  For example, if a patent
4889license would not permit royalty-free redistribution of the Library by
4890all those who receive copies directly or indirectly through you, then
4891the only way you could satisfy both it and this License would be to
4892refrain entirely from distribution of the Library.
4893
4894If any portion of this section is held invalid or unenforceable under any
4895particular circumstance, the balance of the section is intended to apply,
4896and the section as a whole is intended to apply in other circumstances.
4897
4898It is not the purpose of this section to induce you to infringe any
4899patents or other property right claims or to contest validity of any
4900such claims; this section has the sole purpose of protecting the
4901integrity of the free software distribution system which is
4902implemented by public license practices.  Many people have made
4903generous contributions to the wide range of software distributed
4904through that system in reliance on consistent application of that
4905system; it is up to the author/donor to decide if he or she is willing
4906to distribute software through any other system and a licensee cannot
4907impose that choice.
4908
4909This section is intended to make thoroughly clear what is believed to
4910be a consequence of the rest of this License.
4911
4912  12. If the distribution and/or use of the Library is restricted in
4913certain countries either by patents or by copyrighted interfaces, the
4914original copyright holder who places the Library under this License may add
4915an explicit geographical distribution limitation excluding those countries,
4916so that distribution is permitted only in or among countries not thus
4917excluded.  In such case, this License incorporates the limitation as if
4918written in the body of this License.
4919
4920  13. The Free Software Foundation may publish revised and/or new
4921versions of the Library General Public License from time to time.
4922Such new versions will be similar in spirit to the present version,
4923but may differ in detail to address new problems or concerns.
4924
4925Each version is given a distinguishing version number.  If the Library
4926specifies a version number of this License which applies to it and
4927"any later version", you have the option of following the terms and
4928conditions either of that version or of any later version published by
4929the Free Software Foundation.  If the Library does not specify a
4930license version number, you may choose any version ever published by
4931the Free Software Foundation.
4932
4933  14. If you wish to incorporate parts of the Library into other free
4934programs whose distribution conditions are incompatible with these,
4935write to the author to ask for permission.  For software which is
4936copyrighted by the Free Software Foundation, write to the Free
4937Software Foundation; we sometimes make exceptions for this.  Our
4938decision will be guided by the two goals of preserving the free status
4939of all derivatives of our free software and of promoting the sharing
4940and reuse of software generally.
4941
4942			    NO WARRANTY
4943
4944  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
4945WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
4946EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
4947OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
4948KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
4949IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4950PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
4951LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
4952THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
4953
4954  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
4955WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
4956AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
4957FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
4958CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
4959LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
4960RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
4961FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
4962SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
4963DAMAGES.
4964
4965		     END OF TERMS AND CONDITIONS
4966
4967     Appendix: How to Apply These Terms to Your New Libraries
4968
4969  If you develop a new library, and you want it to be of the greatest
4970possible use to the public, we recommend making it free software that
4971everyone can redistribute and change.  You can do so by permitting
4972redistribution under these terms (or, alternatively, under the terms of the
4973ordinary General Public License).
4974
4975  To apply these terms, attach the following notices to the library.  It is
4976safest to attach them to the start of each source file to most effectively
4977convey the exclusion of warranty; and each file should have at least the
4978"copyright" line and a pointer to where the full notice is found.
4979
4980    &lt;one line to give the library's name and a brief idea of what it does.&gt;
4981    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
4982
4983    This library is free software; you can redistribute it and/or
4984    modify it under the terms of the GNU Library General Public
4985    License as published by the Free Software Foundation; either
4986    version 2 of the License, or (at your option) any later version.
4987
4988    This library is distributed in the hope that it will be useful,
4989    but WITHOUT ANY WARRANTY; without even the implied warranty of
4990    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
4991    Library General Public License for more details.
4992
4993    You should have received a copy of the GNU Library General Public
4994    License along with this library; if not, write to the Free
4995    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
4996
4997Also add information on how to contact you by electronic and paper mail.
4998
4999You should also get your employer (if you work as a programmer) or your
5000school, if any, to sign a "copyright disclaimer" for the library, if
5001necessary.  Here is a sample; alter the names:
5002
5003  Yoyodyne, Inc., hereby disclaims all copyright interest in the
5004  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
5005
5006  &lt;signature of Ty Coon&gt;, 1 April 1990
5007  Ty Coon, President of Vice
5008
5009That's all there is to it!
5010
5011</pre>
5012</div>
5013</div>
5014
5015
5016<div class="product">
5017<span class="title">modp base64 decoder</span>
5018<a class="show" href="#" onclick="return toggle(this);">show license</a>
5019<span class="homepage"><a href="http://modp.com/release/base64/">homepage</a></span>
5020<div class="licence">
5021<pre> * MODP_B64 - High performance base64 encoder/decoder
5022 * Version 1.3 -- 17-Mar-2006
5023 * http://modp.com/release/base64
5024 *
5025 * Copyright (c) 2005, 2006  Nick Galbreath -- nickg [at] modp [dot] com
5026 * All rights reserved.
5027 *
5028 * Redistribution and use in source and binary forms, with or without
5029 * modification, are permitted provided that the following conditions are
5030 * met:
5031 *
5032 *   Redistributions of source code must retain the above copyright
5033 *   notice, this list of conditions and the following disclaimer.
5034 *
5035 *   Redistributions in binary form must reproduce the above copyright
5036 *   notice, this list of conditions and the following disclaimer in the
5037 *   documentation and/or other materials provided with the distribution.
5038 *
5039 *   Neither the name of the modp.com nor the names of its
5040 *   contributors may be used to endorse or promote products derived from
5041 *   this software without specific prior written permission.
5042 *
5043 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5044 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5045 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5046 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5047 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5048 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5049 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5050 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5051 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5052 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5053 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5054</pre>
5055</div>
5056</div>
5057
5058
5059<div class="product">
5060<span class="title">NSBezierPath additions from Sean Patrick O'Brien</span>
5061<a class="show" href="#" onclick="return toggle(this);">show license</a>
5062<span class="homepage"><a href="http://www.seanpatrickobrien.com/journal/posts/3">homepage</a></span>
5063<div class="licence">
5064<pre>Copyright 2008 MolokoCacao
5065All rights reserved
5066
5067Redistribution and use in source and binary forms, with or without
5068modification, are permitted providing that the following conditions 
5069are met:
50701. Redistributions of source code must retain the above copyright
5071   notice, this list of conditions and the following disclaimer.
50722. Redistributions in binary form must reproduce the above copyright
5073   notice, this list of conditions and the following disclaimer in the
5074   documentation and/or other materials provided with the distribution.
5075
5076THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
5077IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5078WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5079ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
5080DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5081DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5082OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5083HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
5084STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
5085IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5086POSSIBILITY OF SUCH DAMAGE.
5087</pre>
5088</div>
5089</div>
5090
5091
5092<div class="product">
5093<span class="title">Mongoose</span>
5094<a class="show" href="#" onclick="return toggle(this);">show license</a>
5095<span class="homepage"><a href="http://code.google.com/p/mongoose/">homepage</a></span>
5096<div class="licence">
5097<pre>Copyright (c) 2004-2009 Sergey Lyubka
5098Portions Copyright (c) 2009 Gilbert Wellisch
5099
5100Permission is hereby granted, free of charge, to any person obtaining a copy
5101of this software and associated documentation files (the "Software"), to deal
5102in the Software without restriction, including without limitation the rights
5103to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5104copies of the Software, and to permit persons to whom the Software is
5105furnished to do so, subject to the following conditions:
5106
5107The above copyright notice and this permission notice shall be included in
5108all copies or substantial portions of the Software.
5109
5110THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5111IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5112FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5113AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5114LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5115OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5116THE SOFTWARE.
5117
5118</pre>
5119</div>
5120</div>
5121
5122
5123<div class="product">
5124<span class="title">Cocoa extension code from Camino</span>
5125<a class="show" href="#" onclick="return toggle(this);">show license</a>
5126<span class="homepage"><a href="http://caminobrowser.org/">homepage</a></span>
5127<div class="licence">
5128<pre>/* ***** BEGIN LICENSE BLOCK *****
5129 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5130 *
5131 * The contents of this file are subject to the Mozilla Public License Version
5132 * 1.1 (the "License"); you may not use this file except in compliance with
5133 * the License. You may obtain a copy of the License at
5134 * http://www.mozilla.org/MPL/
5135 *
5136 * Software distributed under the License is distributed on an "AS IS" basis,
5137 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
5138 * for the specific language governing rights and limitations under the
5139 * License.
5140 *
5141 * The Original Code is mozilla.org code.
5142 *
5143 * The Initial Developer of the Original Code is
5144 * Netscape Communications Corporation.
5145 * Portions created by the Initial Developer are Copyright (C) 2002
5146 * the Initial Developer. All Rights Reserved.
5147 *
5148 * Contributor(s):
5149 *
5150 * Alternatively, the contents of this file may be used under the terms of
5151 * either the GNU General Public License Version 2 or later (the "GPL"), or
5152 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
5153 * in which case the provisions of the GPL or the LGPL are applicable instead
5154 * of those above. If you wish to allow use of your version of this file only
5155 * under the terms of either the GPL or the LGPL, and not to allow others to
5156 * use your version of this file under the terms of the MPL, indicate your
5157 * decision by deleting the provisions above and replace them with the notice
5158 * and other provisions required by the GPL or the LGPL. If you do not delete
5159 * the provisions above, a recipient may use your version of this file under
5160 * the terms of any one of the MPL, the GPL or the LGPL.
5161 *
5162 * ***** END LICENSE BLOCK ***** */
5163</pre>
5164</div>
5165</div>
5166
5167
5168<div class="product">
5169<span class="title">npapi</span>
5170<a class="show" href="#" onclick="return toggle(this);">show license</a>
5171<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/public/">homepage</a></span>
5172<div class="licence">
5173<pre>Version: MPL 1.1/GPL 2.0/LGPL 2.1
5174
5175The contents of this file are subject to the Mozilla Public License Version
51761.1 (the "License"); you may not use this file except in compliance with
5177the License. You may obtain a copy of the License at
5178http://www.mozilla.org/MPL/
5179
5180Software distributed under the License is distributed on an "AS IS" basis,
5181WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
5182for the specific language governing rights and limitations under the
5183License.
5184
5185The Original Code is mozilla.org code.
5186
5187The Initial Developer of the Original Code is
5188Netscape Communications Corporation.
5189Portions created by the Initial Developer are Copyright (C) 1998
5190the Initial Developer. All Rights Reserved.
5191
5192Contributor(s):
5193
5194Alternatively, the contents of this file may be used under the terms of
5195either the GNU General Public License Version 2 or later (the "GPL"), or
5196the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
5197in which case the provisions of the GPL or the LGPL are applicable instead
5198of those above. If you wish to allow use of your version of this file only
5199under the terms of either the GPL or the LGPL, and not to allow others to
5200use your version of this file under the terms of the MPL, indicate your
5201decision by deleting the provisions above and replace them with the notice
5202and other provisions required by the GPL or the LGPL. If you do not delete
5203the provisions above, a recipient may use your version of this file under
5204the terms of any one of the MPL, the GPL or the LGPL.
5205</pre>
5206</div>
5207</div>
5208
5209
5210<div class="product">
5211<span class="title">OCMock</span>
5212<a class="show" href="#" onclick="return toggle(this);">show license</a>
5213<span class="homepage"><a href="http://www.mulle-kybernetik.com/software/OCMock/">homepage</a></span>
5214<div class="licence">
5215<pre>  
5216  Copyright (c) 2004-2009 by Mulle Kybernetik. All rights reserved.
5217
5218  Permission to use, copy, modify and distribute this software and its documentation
5219  is hereby granted, provided that both the copyright notice and this permission
5220  notice appear in all copies of the software, derivative works or modified versions,
5221  and any portions thereof, and that both notices appear in supporting documentation,
5222  and that credit is given to Mulle Kybernetik in all documents and publicity
5223  pertaining to direct or indirect use of this code or its derivatives.
5224
5225  THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY HAVE
5226  SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS
5227  "AS IS" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY
5228  DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE
5229  OR OF ANY DERIVATIVE WORK.</pre>
5230</div>
5231</div>
5232
5233
5234<div class="product">
5235<span class="title">OpenMAX IL</span>
5236<a class="show" href="#" onclick="return toggle(this);">show license</a>
5237<span class="homepage"><a href="http://www.khronos.org/openmax/">homepage</a></span>
5238<div class="licence">
5239<pre>Copyright (c) 2008 The Khronos Group Inc.
5240
5241Permission is hereby granted, free of charge, to any person obtaining
5242a copy of this software and associated documentation files (the
5243"Software"), to deal in the Software without restriction, including
5244without limitation the rights to use, copy, modify, merge, publish,
5245distribute, sublicense, and/or sell copies of the Software, and to
5246permit persons to whom the Software is furnished to do so, subject
5247to the following conditions:
5248The above copyright notice and this permission notice shall be included
5249in all copies or substantial portions of the Software.
5250
5251THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
5252OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5253MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5254IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5255CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5256TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5257SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5258</pre>
5259</div>
5260</div>
5261
5262
5263<div class="product">
5264<span class="title">OTS (OpenType Sanitizer)</span>
5265<a class="show" href="#" onclick="return toggle(this);">show license</a>
5266<span class="homepage"><a href="http://code.google.com/p/ots/">homepage</a></span>
5267<div class="licence">
5268<pre>// Copyright (c) 2009 The Chromium Authors. All rights reserved.
5269//
5270// Redistribution and use in source and binary forms, with or without
5271// modification, are permitted provided that the following conditions are
5272// met:
5273//
5274//    * Redistributions of source code must retain the above copyright
5275// notice, this list of conditions and the following disclaimer.
5276//    * Redistributions in binary form must reproduce the above
5277// copyright notice, this list of conditions and the following disclaimer
5278// in the documentation and/or other materials provided with the
5279// distribution.
5280//    * Neither the name of Google Inc. nor the names of its
5281// contributors may be used to endorse or promote products derived from
5282// this software without specific prior written permission.
5283//
5284// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5285// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5286// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5287// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5288// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5289// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5290// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5291// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5292// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5293// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5294// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5295</pre>
5296</div>
5297</div>
5298
5299
5300<div class="product">
5301<span class="title">ppapi</span>
5302<a class="show" href="#" onclick="return toggle(this);">show license</a>
5303<span class="homepage"><a href="http://code.google.com/p/ppapi/">homepage</a></span>
5304<div class="licence">
5305<pre>// Copyright (c) 2010 The Chromium Authors. All rights reserved.
5306//
5307// Redistribution and use in source and binary forms, with or without
5308// modification, are permitted provided that the following conditions are
5309// met:
5310//
5311//    * Redistributions of source code must retain the above copyright
5312// notice, this list of conditions and the following disclaimer.
5313//    * Redistributions in binary form must reproduce the above
5314// copyright notice, this list of conditions and the following disclaimer
5315// in the documentation and/or other materials provided with the
5316// distribution.
5317//    * Neither the name of Google Inc. nor the names of its
5318// contributors may be used to endorse or promote products derived from
5319// this software without specific prior written permission.
5320//
5321// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5322// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5323// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5324// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5325// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5326// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5327// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5328// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5329// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5330// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5331// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5332</pre>
5333</div>
5334</div>
5335
5336
5337<div class="product">
5338<span class="title">protobuf</span>
5339<a class="show" href="#" onclick="return toggle(this);">show license</a>
5340<span class="homepage"><a href="http://protobuf.googlecode.com/svn/trunk">homepage</a></span>
5341<div class="licence">
5342<pre>Copyright 2008, Google Inc.
5343All rights reserved.
5344
5345Redistribution and use in source and binary forms, with or without
5346modification, are permitted provided that the following conditions are
5347met:
5348
5349    * Redistributions of source code must retain the above copyright
5350notice, this list of conditions and the following disclaimer.
5351    * Redistributions in binary form must reproduce the above
5352copyright notice, this list of conditions and the following disclaimer
5353in the documentation and/or other materials provided with the
5354distribution.
5355    * Neither the name of Google Inc. nor the names of its
5356contributors may be used to endorse or promote products derived from
5357this software without specific prior written permission.
5358
5359THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5360"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5361LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5362A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5363OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5364SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5365LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5366DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5367THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5368(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5369OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5370
5371Code generated by the Protocol Buffer compiler is owned by the owner
5372of the input file used when generating it.  This code is not
5373standalone and requires a support library to be linked with it.  This
5374support library is itself covered by the above license.
5375</pre>
5376</div>
5377</div>
5378
5379
5380<div class="product">
5381<span class="title">pyftpdlib</span>
5382<a class="show" href="#" onclick="return toggle(this);">show license</a>
5383<span class="homepage"><a href="http://code.google.com/p/pyftpdlib/">homepage</a></span>
5384<div class="licence">
5385<pre>======================================================================
5386Copyright (C) 2007  Giampaolo Rodola' &lt;g.rodola@gmail.com&gt;
5387
5388                         All Rights Reserved
5389
5390Permission to use, copy, modify, and distribute this software and
5391its documentation for any purpose and without fee is hereby
5392granted, provided that the above copyright notice appear in all
5393copies and that both that copyright notice and this permission
5394notice appear in supporting documentation, and that the name of
5395Giampaolo Rodola' not be used in advertising or publicity pertaining to
5396distribution of the software without specific, written prior
5397permission.
5398
5399Giampaolo Rodola' DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5400INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
5401NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, INDIRECT OR
5402CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
5403OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
5404NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
5405CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5406======================================================================</pre>
5407</div>
5408</div>
5409
5410
5411<div class="product">
5412<span class="title">simplejson</span>
5413<a class="show" href="#" onclick="return toggle(this);">show license</a>
5414<span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span>
5415<div class="licence">
5416<pre>Copyright (c) 2006 Bob Ippolito
5417
5418Permission is hereby granted, free of charge, to any person obtaining a copy of
5419this software and associated documentation files (the "Software"), to deal in
5420the Software without restriction, including without limitation the rights to
5421use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
5422of the Software, and to permit persons to whom the Software is furnished to do
5423so, subject to the following conditions:
5424
5425The above copyright notice and this permission notice shall be included in all
5426copies or substantial portions of the Software.
5427
5428THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5429IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5430FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5431AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5432LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5433OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5434SOFTWARE.
5435</pre>
5436</div>
5437</div>
5438
5439
5440<div class="product">
5441<span class="title">skia</span>
5442<a class="show" href="#" onclick="return toggle(this);">show license</a>
5443<span class="homepage"><a href="http://code.google.com/p/skia">homepage</a></span>
5444<div class="licence">
5445<pre>
5446                                 Apache License
5447                           Version 2.0, January 2004
5448                        http://www.apache.org/licenses/
5449
5450   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5451
5452   1. Definitions.
5453
5454      "License" shall mean the terms and conditions for use, reproduction,
5455      and distribution as defined by Sections 1 through 9 of this document.
5456
5457      "Licensor" shall mean the copyright owner or entity authorized by
5458      the copyright owner that is granting the License.
5459
5460      "Legal Entity" shall mean the union of the acting entity and all
5461      other entities that control, are controlled by, or are under common
5462      control with that entity. For the purposes of this definition,
5463      "control" means (i) the power, direct or indirect, to cause the
5464      direction or management of such entity, whether by contract or
5465      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5466      outstanding shares, or (iii) beneficial ownership of such entity.
5467
5468      "You" (or "Your") shall mean an individual or Legal Entity
5469      exercising permissions granted by this License.
5470
5471      "Source" form shall mean the preferred form for making modifications,
5472      including but not limited to software source code, documentation
5473      source, and configuration files.
5474
5475      "Object" form shall mean any form resulting from mechanical
5476      transformation or translation of a Source form, including but
5477      not limited to compiled object code, generated documentation,
5478      and conversions to other media types.
5479
5480      "Work" shall mean the work of authorship, whether in Source or
5481      Object form, made available under the License, as indicated by a
5482      copyright notice that is included in or attached to the work
5483      (an example is provided in the Appendix below).
5484
5485      "Derivative Works" shall mean any work, whether in Source or Object
5486      form, that is based on (or derived from) the Work and for which the
5487      editorial revisions, annotations, elaborations, or other modifications
5488      represent, as a whole, an original work of authorship. For the purposes
5489      of this License, Derivative Works shall not include works that remain
5490      separable from, or merely link (or bind by name) to the interfaces of,
5491      the Work and Derivative Works thereof.
5492
5493      "Contribution" shall mean any work of authorship, including
5494      the original version of the Work and any modifications or additions
5495      to that Work or Derivative Works thereof, that is intentionally
5496      submitted to Licensor for inclusion in the Work by the copyright owner
5497      or by an individual or Legal Entity authorized to submit on behalf of
5498      the copyright owner. For the purposes of this definition, "submitted"
5499      means any form of electronic, verbal, or written communication sent
5500      to the Licensor or its representatives, including but not limited to
5501      communication on electronic mailing lists, source code control systems,
5502      and issue tracking systems that are managed by, or on behalf of, the
5503      Licensor for the purpose of discussing and improving the Work, but
5504      excluding communication that is conspicuously marked or otherwise
5505      designated in writing by the copyright owner as "Not a Contribution."
5506
5507      "Contributor" shall mean Licensor and any individual or Legal Entity
5508      on behalf of whom a Contribution has been received by Licensor and
5509      subsequently incorporated within the Work.
5510
5511   2. Grant of Copyright License. Subject to the terms and conditions of
5512      this License, each Contributor hereby grants to You a perpetual,
5513      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5514      copyright license to reproduce, prepare Derivative Works of,
5515      publicly display, publicly perform, sublicense, and distribute the
5516      Work and such Derivative Works in Source or Object form.
5517
5518   3. Grant of Patent License. Subject to the terms and conditions of
5519      this License, each Contributor hereby grants to You a perpetual,
5520      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5521      (except as stated in this section) patent license to make, have made,
5522      use, offer to sell, sell, import, and otherwise transfer the Work,
5523      where such license applies only to those patent claims licensable
5524      by such Contributor that are necessarily infringed by their
5525      Contribution(s) alone or by combination of their Contribution(s)
5526      with the Work to which such Contribution(s) was submitted. If You
5527      institute patent litigation against any entity (including a
5528      cross-claim or counterclaim in a lawsuit) alleging that the Work
5529      or a Contribution incorporated within the Work constitutes direct
5530      or contributory patent infringement, then any patent licenses
5531      granted to You under this License for that Work shall terminate
5532      as of the date such litigation is filed.
5533
5534   4. Redistribution. You may reproduce and distribute copies of the
5535      Work or Derivative Works thereof in any medium, with or without
5536      modifications, and in Source or Object form, provided that You
5537      meet the following conditions:
5538
5539      (a) You must give any other recipients of the Work or
5540          Derivative Works a copy of this License; and
5541
5542      (b) You must cause any modified files to carry prominent notices
5543          stating that You changed the files; and
5544
5545      (c) You must retain, in the Source form of any Derivative Works
5546          that You distribute, all copyright, patent, trademark, and
5547          attribution notices from the Source form of the Work,
5548          excluding those notices that do not pertain to any part of
5549          the Derivative Works; and
5550
5551      (d) If the Work includes a "NOTICE" text file as part of its
5552          distribution, then any Derivative Works that You distribute must
5553          include a readable copy of the attribution notices contained
5554          within such NOTICE file, excluding those notices that do not
5555          pertain to any part of the Derivative Works, in at least one
5556          of the following places: within a NOTICE text file distributed
5557          as part of the Derivative Works; within the Source form or
5558          documentation, if provided along with the Derivative Works; or,
5559          within a display generated by the Derivative Works, if and
5560          wherever such third-party notices normally appear. The contents
5561          of the NOTICE file are for informational purposes only and
5562          do not modify the License. You may add Your own attribution
5563          notices within Derivative Works that You distribute, alongside
5564          or as an addendum to the NOTICE text from the Work, provided
5565          that such additional attribution notices cannot be construed
5566          as modifying the License.
5567
5568      You may add Your own copyright statement to Your modifications and
5569      may provide additional or different license terms and conditions
5570      for use, reproduction, or distribution of Your modifications, or
5571      for any such Derivative Works as a whole, provided Your use,
5572      reproduction, and distribution of the Work otherwise complies with
5573      the conditions stated in this License.
5574
5575   5. Submission of Contributions. Unless You explicitly state otherwise,
5576      any Contribution intentionally submitted for inclusion in the Work
5577      by You to the Licensor shall be under the terms and conditions of
5578      this License, without any additional terms or conditions.
5579      Notwithstanding the above, nothing herein shall supersede or modify
5580      the terms of any separate license agreement you may have executed
5581      with Licensor regarding such Contributions.
5582
5583   6. Trademarks. This License does not grant permission to use the trade
5584      names, trademarks, service marks, or product names of the Licensor,
5585      except as required for reasonable and customary use in describing the
5586      origin of the Work and reproducing the content of the NOTICE file.
5587
5588   7. Disclaimer of Warranty. Unless required by applicable law or
5589      agreed to in writing, Licensor provides the Work (and each
5590      Contributor provides its Contributions) on an "AS IS" BASIS,
5591      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5592      implied, including, without limitation, any warranties or conditions
5593      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5594      PARTICULAR PURPOSE. You are solely responsible for determining the
5595      appropriateness of using or redistributing the Work and assume any
5596      risks associated with Your exercise of permissions under this License.
5597
5598   8. Limitation of Liability. In no event and under no legal theory,
5599      whether in tort (including negligence), contract, or otherwise,
5600      unless required by applicable law (such as deliberate and grossly
5601      negligent acts) or agreed to in writing, shall any Contributor be
5602      liable to You for damages, including any direct, indirect, special,
5603      incidental, or consequential damages of any character arising as a
5604      result of this License or out of the use or inability to use the
5605      Work (including but not limited to damages for loss of goodwill,
5606      work stoppage, computer failure or malfunction, or any and all
5607      other commercial damages or losses), even if such Contributor
5608      has been advised of the possibility of such damages.
5609
5610   9. Accepting Warranty or Additional Liability. While redistributing
5611      the Work or Derivative Works thereof, You may choose to offer,
5612      and charge a fee for, acceptance of support, warranty, indemnity,
5613      or other liability obligations and/or rights consistent with this
5614      License. However, in accepting such obligations, You may act only
5615      on Your own behalf and on Your sole responsibility, not on behalf
5616      of any other Contributor, and only if You agree to indemnify,
5617      defend, and hold each Contributor harmless for any liability
5618      incurred by, or claims asserted against, such Contributor by reason
5619      of your accepting any such warranty or additional liability.
5620
5621   END OF TERMS AND CONDITIONS
5622
5623   APPENDIX: How to apply the Apache License to your work.
5624
5625      To apply the Apache License to your work, attach the following
5626      boilerplate notice, with the fields enclosed by brackets "[]"
5627      replaced with your own identifying information. (Don't include
5628      the brackets!)  The text should be enclosed in the appropriate
5629      comment syntax for the file format. We also recommend that a
5630      file or class name and description of purpose be included on the
5631      same "printed page" as the copyright notice for easier
5632      identification within third-party archives.
5633
5634   Copyright [yyyy] [name of copyright owner]
5635
5636   Licensed under the Apache License, Version 2.0 (the "License");
5637   you may not use this file except in compliance with the License.
5638   You may obtain a copy of the License at
5639
5640       http://www.apache.org/licenses/LICENSE-2.0
5641
5642   Unless required by applicable law or agreed to in writing, software
5643   distributed under the License is distributed on an "AS IS" BASIS,
5644   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5645   See the License for the specific language governing permissions and
5646   limitations under the License.
5647</pre>
5648</div>
5649</div>
5650
5651
5652<div class="product">
5653<span class="title">speex</span>
5654<a class="show" href="#" onclick="return toggle(this);">show license</a>
5655<span class="homepage"><a href="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz">homepage</a></span>
5656<div class="licence">
5657<pre>Copyright 2002-2008 	Xiph.org Foundation
5658Copyright 2002-2008 	Jean-Marc Valin
5659Copyright 2005-2007	Analog Devices Inc.
5660Copyright 2005-2008	Commonwealth Scientific and Industrial Research 
5661                        Organisation (CSIRO)
5662Copyright 1993, 2002, 2006 David Rowe
5663Copyright 2003 		EpicGames
5664Copyright 1992-1994	Jutta Degener, Carsten Bormann
5665
5666Redistribution and use in source and binary forms, with or without
5667modification, are permitted provided that the following conditions
5668are met:
5669
5670- Redistributions of source code must retain the above copyright
5671notice, this list of conditions and the following disclaimer.
5672
5673- Redistributions in binary form must reproduce the above copyright
5674notice, this list of conditions and the following disclaimer in the
5675documentation and/or other materials provided with the distribution.
5676
5677- Neither the name of the Xiph.org Foundation nor the names of its
5678contributors may be used to endorse or promote products derived from
5679this software without specific prior written permission.
5680
5681THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5682``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5683LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5684A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
5685CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
5686EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
5687PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5688PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5689LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5690NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5691SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5692</pre>
5693</div>
5694</div>
5695
5696
5697<div class="product">
5698<span class="title">SQLite</span>
5699<a class="show" href="#" onclick="return toggle(this);">show license</a>
5700<span class="homepage"><a href="http://sqlite.org/">homepage</a></span>
5701<div class="licence">
5702<pre>The author disclaims copyright to this source code.  In place of
5703a legal notice, here is a blessing:
5704
5705   May you do good and not evil.
5706   May you find forgiveness for yourself and forgive others.
5707   May you share freely, never taking more than you give.
5708</pre>
5709</div>
5710</div>
5711
5712
5713<div class="product">
5714<span class="title">swig</span>
5715<a class="show" href="#" onclick="return toggle(this);">show license</a>
5716<span class="homepage"><a href="http://www.swig.org/download.html">homepage</a></span>
5717<div class="licence">
5718<pre>SWIG is distributed under the following terms:
5719
5720I.  
5721
5722Copyright (c) 1995-1998
5723The University of Utah and the Regents of the University of California
5724All Rights Reserved
5725
5726Permission is hereby granted, without written agreement and without
5727license or royalty fees, to use, copy, modify, and distribute this
5728software and its documentation for any purpose, provided that 
5729(1) The above copyright notice and the following two paragraphs
5730appear in all copies of the source code and (2) redistributions
5731including binaries reproduces these notices in the supporting
5732documentation.   Substantial modifications to this software may be
5733copyrighted by their authors and need not follow the licensing terms
5734described here, provided that the new terms are clearly indicated in
5735all files where they apply.
5736
5737IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 
5738UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
5739PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
5740DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
5741EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
5742THE POSSIBILITY OF SUCH DAMAGE.
5743
5744THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
5745SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 
5746THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
5747PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 
5748THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
5749SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
5750
5751
5752II. 
5753
5754This software includes contributions that are Copyright (c) 1998-2005
5755University of Chicago.
5756All rights reserved.
5757
5758Redistribution and use in source and binary forms, with or without
5759modification, are permitted provided that the following conditions are
5760met:
5761
5762Redistributions of source code must retain the above copyright notice,
5763this list of conditions and the following disclaimer.  Redistributions
5764in binary form must reproduce the above copyright notice, this list of
5765conditions and the following disclaimer in the documentation and/or
5766other materials provided with the distribution.  Neither the name of
5767the University of Chicago nor the names of its contributors may be
5768used to endorse or promote products derived from this software without
5769specific prior written permission.
5770
5771THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS
5772"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5773LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
5774PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
5775CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5776SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
5777TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5778PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5779LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5780NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5781SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5782
5783
5784III.  
5785
5786This software includes contributions that are Copyright (c) 2005-2006
5787Arizona Board of Regents (University of Arizona).
5788All Rights Reserved
5789
5790Permission is hereby granted, without written agreement and without
5791license or royalty fees, to use, copy, modify, and distribute this
5792software and its documentation for any purpose, provided that 
5793(1) The above copyright notice and the following two paragraphs
5794appear in all copies of the source code and (2) redistributions
5795including binaries reproduces these notices in the supporting
5796documentation.   Substantial modifications to this software may be
5797copyrighted by their authors and need not follow the licensing terms
5798described here, provided that the new terms are clearly indicated in
5799all files where they apply.
5800
5801THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS
5802"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5803LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
5804PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
5805ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5806SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
5807TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
5808PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5809LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
5810NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5811SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5812
5813</pre>
5814</div>
5815</div>
5816
5817
5818<div class="product">
5819<span class="title">tcmalloc</span>
5820<a class="show" href="#" onclick="return toggle(this);">show license</a>
5821<span class="homepage"><a href="http://google-perftools.googlecode.com/">homepage</a></span>
5822<div class="licence">
5823<pre>// Copyright (c) 2005, Google Inc.
5824// All rights reserved.
5825//
5826// Redistribution and use in source and binary forms, with or without
5827// modification, are permitted provided that the following conditions are
5828// met:
5829//
5830//     * Redistributions of source code must retain the above copyright
5831// notice, this list of conditions and the following disclaimer.
5832//     * Redistributions in binary form must reproduce the above
5833// copyright notice, this list of conditions and the following disclaimer
5834// in the documentation and/or other materials provided with the
5835// distribution.
5836//     * Neither the name of Google Inc. nor the names of its
5837// contributors may be used to endorse or promote products derived from
5838// this software without specific prior written permission.
5839//
5840// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5841// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5842// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5843// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5844// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5845// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5846// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5847// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5848// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5849// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5850// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5851</pre>
5852</div>
5853</div>
5854
5855
5856<div class="product">
5857<span class="title">tlslite</span>
5858<a class="show" href="#" onclick="return toggle(this);">show license</a>
5859<span class="homepage"><a href="http://trevp.net/tlslite/">homepage</a></span>
5860<div class="licence">
5861<pre>All code here is public domain.
5862</pre>
5863</div>
5864</div>
5865
5866
5867<div class="product">
5868<span class="title">undoview</span>
5869<a class="show" href="#" onclick="return toggle(this);">show license</a>
5870<span class="homepage"><a href="http://projects.gnome.org/gtksourceview/">homepage</a></span>
5871<div class="licence">
5872<pre>                   GNU LESSER GENERAL PUBLIC LICENSE
5873                       Version 3, 29 June 2007
5874
5875 Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/>;
5876 Everyone is permitted to copy and distribute verbatim copies
5877 of this license document, but changing it is not allowed.
5878
5879
5880  This version of the GNU Lesser General Public License incorporates
5881the terms and conditions of version 3 of the GNU General Public
5882License, supplemented by the additional permissions listed below.
5883
5884  0. Additional Definitions.
5885
5886  As used herein, "this License" refers to version 3 of the GNU Lesser
5887General Public License, and the "GNU GPL" refers to version 3 of the GNU
5888General Public License.
5889
5890  "The Library" refers to a covered work governed by this License,
5891other than an Application or a Combined Work as defined below.
5892
5893  An "Application" is any work that makes use of an interface provided
5894by the Library, but which is not otherwise based on the Library.
5895Defining a subclass of a class defined by the Library is deemed a mode
5896of using an interface provided by the Library.
5897
5898  A "Combined Work" is a work produced by combining or linking an
5899Application with the Library.  The particular version of the Library
5900with which the Combined Work was made is also called the "Linked
5901Version".
5902
5903  The "Minimal Corresponding Source" for a Combined Work means the
5904Corresponding Source for the Combined Work, excluding any source code
5905for portions of the Combined Work that, considered in isolation, are
5906based on the Application, and not on the Linked Version.
5907
5908  The "Corresponding Application Code" for a Combined Work means the
5909object code and/or source code for the Application, including any data
5910and utility programs needed for reproducing the Combined Work from the
5911Application, but excluding the System Libraries of the Combined Work.
5912
5913  1. Exception to Section 3 of the GNU GPL.
5914
5915  You may convey a covered work under sections 3 and 4 of this License
5916without being bound by section 3 of the GNU GPL.
5917
5918  2. Conveying Modified Versions.
5919
5920  If you modify a copy of the Library, and, in your modifications, a
5921facility refers to a function or data to be supplied by an Application
5922that uses the facility (other than as an argument passed when the
5923facility is invoked), then you may convey a copy of the modified
5924version:
5925
5926   a) under this License, provided that you make a good faith effort to
5927   ensure that, in the event an Application does not supply the
5928   function or data, the facility still operates, and performs
5929   whatever part of its purpose remains meaningful, or
5930
5931   b) under the GNU GPL, with none of the additional permissions of
5932   this License applicable to that copy.
5933
5934  3. Object Code Incorporating Material from Library Header Files.
5935
5936  The object code form of an Application may incorporate material from
5937a header file that is part of the Library.  You may convey such object
5938code under terms of your choice, provided that, if the incorporated
5939material is not limited to numerical parameters, data structure
5940layouts and accessors, or small macros, inline functions and templates
5941(ten or fewer lines in length), you do both of the following:
5942
5943   a) Give prominent notice with each copy of the object code that the
5944   Library is used in it and that the Library and its use are
5945   covered by this License.
5946
5947   b) Accompany the object code with a copy of the GNU GPL and this license
5948   document.
5949
5950  4. Combined Works.
5951
5952  You may convey a Combined Work under terms of your choice that,
5953taken together, effectively do not restrict modification of the
5954portions of the Library contained in the Combined Work and reverse
5955engineering for debugging such modifications, if you also do each of
5956the following:
5957
5958   a) Give prominent notice with each copy of the Combined Work that
5959   the Library is used in it and that the Library and its use are
5960   covered by this License.
5961
5962   b) Accompany the Combined Work with a copy of the GNU GPL and this license
5963   document.
5964
5965   c) For a Combined Work that displays copyright notices during
5966   execution, include the copyright notice for the Library among
5967   these notices, as well as a reference directing the user to the
5968   copies of the GNU GPL and this license document.
5969
5970   d) Do one of the following:
5971
5972       0) Convey the Minimal Corresponding Source under the terms of this
5973       License, and the Corresponding Application Code in a form
5974       suitable for, and under terms that permit, the user to
5975       recombine or relink the Application with a modified version of
5976       the Linked Version to produce a modified Combined Work, in the
5977       manner specified by section 6 of the GNU GPL for conveying
5978       Corresponding Source.
5979
5980       1) Use a suitable shared library mechanism for linking with the
5981       Library.  A suitable mechanism is one that (a) uses at run time
5982       a copy of the Library already present on the user's computer
5983       system, and (b) will operate properly with a modified version
5984       of the Library that is interface-compatible with the Linked
5985       Version.
5986
5987   e) Provide Installation Information, but only if you would otherwise
5988   be required to provide such information under section 6 of the
5989   GNU GPL, and only to the extent that such information is
5990   necessary to install and execute a modified version of the
5991   Combined Work produced by recombining or relinking the
5992   Application with a modified version of the Linked Version. (If
5993   you use option 4d0, the Installation Information must accompany
5994   the Minimal Corresponding Source and Corresponding Application
5995   Code. If you use option 4d1, you must provide the Installation
5996   Information in the manner specified by section 6 of the GNU GPL
5997   for conveying Corresponding Source.)
5998
5999  5. Combined Libraries.
6000
6001  You may place library facilities that are a work based on the
6002Library side by side in a single library together with other library
6003facilities that are not Applications and are not covered by this
6004License, and convey such a combined library under terms of your
6005choice, if you do both of the following:
6006
6007   a) Accompany the combined library with a copy of the same work based
6008   on the Library, uncombined with any other library facilities,
6009   conveyed under the terms of this License.
6010
6011   b) Give prominent notice with the combined library that part of it
6012   is a work based on the Library, and explaining where to find the
6013   accompanying uncombined form of the same work.
6014
6015  6. Revised Versions of the GNU Lesser General Public License.
6016
6017  The Free Software Foundation may publish revised and/or new versions
6018of the GNU Lesser General Public License from time to time. Such new
6019versions will be similar in spirit to the present version, but may
6020differ in detail to address new problems or concerns.
6021
6022  Each version is given a distinguishing version number. If the
6023Library as you received it specifies that a certain numbered version
6024of the GNU Lesser General Public License "or any later version"
6025applies to it, you have the option of following the terms and
6026conditions either of that published version or of any later version
6027published by the Free Software Foundation. If the Library as you
6028received it does not specify a version number of the GNU Lesser
6029General Public License, you may choose any version of the GNU Lesser
6030General Public License ever published by the Free Software Foundation.
6031
6032  If the Library as you received it specifies that a proxy can decide
6033whether future versions of the GNU Lesser General Public License shall
6034apply, that proxy's public statement of acceptance of any version is
6035permanent authorization for you to choose that version for the
6036Library.
6037</pre>
6038</div>
6039</div>
6040
6041
6042<div class="product">
6043<span class="title">Webdriver</span>
6044<a class="show" href="#" onclick="return toggle(this);">show license</a>
6045<span class="homepage"><a href="http://seleniumhq.org">homepage</a></span>
6046<div class="licence">
6047<pre>NAME: WebDriver
6048URL: None, this file is generated by the WebDriver team.  The source code
6049for WebDriver can be obtained by running:
6050  svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only
6051LICENSE: Apache 2 
6052</pre>
6053</div>
6054</div>
6055
6056
6057<div class="product">
6058<span class="title">WTL 8.0</span>
6059<a class="show" href="#" onclick="return toggle(this);">show license</a>
6060<span class="homepage"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c">homepage</a></span>
6061<div class="licence">
6062<pre>Microsoft Permissive License (Ms-PL)
6063Published: October 12, 2006
6064
6065
6066This license governs use of the accompanying software. If you use the software,
6067you accept this license. If you do not accept the license, do not use the
6068software.
6069
6070
60711. Definitions
6072
6073The terms "reproduce," "reproduction," "derivative works," and "distribution"
6074have the same meaning here as under U.S. copyright law.
6075
6076A "contribution" is the original software, or any additions or changes to the
6077software.
6078
6079A "contributor" is any person that distributes its contribution under this
6080license.
6081
6082"Licensed patents" are a contributor’s patent claims that read directly on its
6083contribution.
6084
6085
60862. Grant of Rights
6087
6088(A) Copyright Grant- Subject to the terms of this license, including the
6089license conditions and limitations in section 3, each contributor grants you a
6090non-exclusive, worldwide, royalty-free copyright license to reproduce its
6091contribution, prepare derivative works of its contribution, and distribute its
6092contribution or any derivative works that you create.
6093
6094(B) Patent Grant- Subject to the terms of this license, including the license
6095conditions and limitations in section 3, each contributor grants you a
6096non-exclusive, worldwide, royalty-free license under its licensed patents to
6097make, have made, use, sell, offer for sale, import, and/or otherwise dispose of
6098its contribution in the software or derivative works of the contribution in the
6099software.
6100
6101
61023. Conditions and Limitations
6103
6104(A) No Trademark License- This license does not grant you rights to use any
6105contributors’ name, logo, or trademarks.
6106
6107(B) If you bring a patent claim against any contributor over patents that you
6108claim are infringed by the software, your patent license from such contributor
6109to the software ends automatically.
6110
6111(C) If you distribute any portion of the software, you must retain all
6112copyright, patent, trademark, and attribution notices that are present in the
6113software.
6114
6115(D) If you distribute any portion of the software in source code form, you may
6116do so only under this license by including a complete copy of this license with
6117your distribution. If you distribute any portion of the software in compiled or
6118object code form, you may only do so under a license that complies with this
6119license.
6120
6121(E) The software is licensed "as-is." You bear the risk of using it. The
6122contributors give no express warranties, guarantees or conditions. You may have
6123additional consumer rights under your local laws which this license cannot
6124change. To the extent permitted under your local laws, the contributors exclude
6125the implied warranties of merchantability, fitness for a particular purpose and
6126non-infringement.
6127</pre>
6128</div>
6129</div>
6130
6131
6132<div class="product">
6133<span class="title">xdg-utils</span>
6134<a class="show" href="#" onclick="return toggle(this);">show license</a>
6135<span class="homepage"><a href="http://portland.freedesktop.org/wiki/">homepage</a></span>
6136<div class="licence">
6137<pre>#
6138#   Permission is hereby granted, free of charge, to any person obtaining a
6139#   copy of this software and associated documentation files (the "Software"),
6140#   to deal in the Software without restriction, including without limitation
6141#   the rights to use, copy, modify, merge, publish, distribute, sublicense,
6142#   and/or sell copies of the Software, and to permit persons to whom the
6143#   Software is furnished to do so, subject to the following conditions:
6144#
6145#   The above copyright notice and this permission notice shall be included
6146#   in all copies or substantial portions of the Software.
6147#
6148#   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6149#   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6150#   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6151#   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
6152#   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
6153#   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6154#   OTHER DEALINGS IN THE SOFTWARE.
6155</pre>
6156</div>
6157</div>
6158
6159
6160<div class="product">
6161<span class="title">yasm</span>
6162<a class="show" href="#" onclick="return toggle(this);">show license</a>
6163<span class="homepage"><a href="http://www.tortall.net/projects/yasm/">homepage</a></span>
6164<div class="licence">
6165<pre>Yasm is Copyright (c) 2001-2009 Peter Johnson and other Yasm developers.
6166
6167Yasm developers and/or contributors include:
6168  Peter Johnson
6169  Michael Urman
6170  Brian Gladman (VC8 build files, other fixes)
6171  Stanislav Karchebny (options parser)
6172  Mathieu Monnier (SSE4 instruction patches)
6173  Anonymous "NASM64" developer (NASM preprocessor fixes)
6174  Stephen Polkowski (x86 instruction patches)
6175  Henryk Richter (Mach-O object format)
6176  Ben Skeggs (patches, bug reports)
6177  Samuel Thibault (TASM parser and frontend)
6178
6179-----------------------------------
6180Yasm licensing overview and summary
6181-----------------------------------
6182
6183Note: This document does not provide legal advice nor is it the actual
6184license of any part of Yasm.  See the individual licenses for complete
6185details.  Consult a lawyer for legal advice.
6186
6187The primary license of Yasm is the 2-clause BSD license.  Please use this
6188license if you plan on submitting code to the project.
6189
6190Yasm has absolutely no warranty; not even for merchantibility or fitness
6191for a particular purpose.
6192
6193-------
6194Libyasm
6195-------
6196Libyasm is 2-clause or 3-clause BSD licensed, with the exception of
6197bitvect, which is triple-licensed under the Artistic license, GPL, and
6198LGPL.  Libyasm is thus GPL and LGPL compatible.  In addition, this also
6199means that libyasm is free for binary-only distribution as long as the
6200terms of the 3-clause BSD license and Artistic license (as it applies to
6201bitvect) are fulfilled.
6202
6203-------
6204Modules
6205-------
6206The modules are 2-clause or 3-clause BSD licensed, with the exception of:
6207 preprocs/nasm - LGPL licensed
6208
6209---------
6210Frontends
6211---------
6212The frontends are 2-clause BSD licensed.
6213
6214-------------
6215License Texts
6216-------------
6217The full text of all licenses are provided in separate files in the source
6218distribution.  Each source file may include the entire license (in the case
6219of the BSD and Artistic licenses), or may reference the GPL or LGPL license
6220file.
6221
6222BSD.txt - 2-clause and 3-clause BSD licenses
6223Artistic.txt - Artistic license
6224GNU_GPL-2.0 - GNU General Public License
6225GNU_LGPL-2.0 - GNU Library General Public License
6226</pre>
6227</div>
6228</div>
6229
6230
6231<div class="product">
6232<span class="title">zlib</span>
6233<a class="show" href="#" onclick="return toggle(this);">show license</a>
6234<span class="homepage"><a href="http://zlib.net/">homepage</a></span>
6235<div class="licence">
6236<pre>/* zlib.h -- interface of the 'zlib' general purpose compression library
6237  version 1.2.4, March 14th, 2010
6238
6239  Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
6240
6241  This software is provided 'as-is', without any express or implied
6242  warranty.  In no event will the authors be held liable for any damages
6243  arising from the use of this software.
6244
6245  Permission is granted to anyone to use this software for any purpose,
6246  including commercial applications, and to alter it and redistribute it
6247  freely, subject to the following restrictions:
6248
6249  1. The origin of this software must not be misrepresented; you must not
6250     claim that you wrote the original software. If you use this software
6251     in a product, an acknowledgment in the product documentation would be
6252     appreciated but is not required.
6253  2. Altered source versions must be plainly marked as such, and must not be
6254     misrepresented as being the original software.
6255  3. This notice may not be removed or altered from any source distribution.
6256
6257  Jean-loup Gailly
6258  Mark Adler
6259
6260*/
6261</pre>
6262</div>
6263</div>
6264
6265
6266</div>
6267
6268</body>
6269</html>
6270
6271