tizen 2.3.1 release
[framework/web/wearable/webkit-efl.git] / LICENSE
1 BSD License
2 Copyright (C) 2009 Apple Inc. All rights reserved.
3
4 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
6 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
8 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9
10 THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11
12
13                   GNU LESSER GENERAL PUBLIC LICENSE
14                        Version 2.1, February 1999
15
16  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
17      51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
18  Everyone is permitted to copy and distribute verbatim copies
19  of this license document, but changing it is not allowed.
20
21 [This is the first released version of the Lesser GPL.  It also counts
22  as the successor of the GNU Library Public License, version 2, hence
23  the version number 2.1.]
24
25                             Preamble
26
27   The licenses for most software are designed to take away your
28 freedom to share and change it.  By contrast, the GNU General Public
29 Licenses are intended to guarantee your freedom to share and change
30 free software--to make sure the software is free for all its users.
31
32   This license, the Lesser General Public License, applies to some
33 specially designated software packages--typically libraries--of the
34 Free Software Foundation and other authors who decide to use it.  You
35 can use it too, but we suggest you first think carefully about whether
36 this license or the ordinary General Public License is the better
37 strategy to use in any particular case, based on the explanations below.
38
39   When we speak of free software, we are referring to freedom of use,
40 not price.  Our General Public Licenses are designed to make sure that
41 you have the freedom to distribute copies of free software (and charge
42 for this service if you wish); that you receive source code or can get
43 it if you want it; that you can change the software and use pieces of
44 it in new free programs; and that you are informed that you can do
45 these things.
46
47   To protect your rights, we need to make restrictions that forbid
48 distributors to deny you these rights or to ask you to surrender these
49 rights.  These restrictions translate to certain responsibilities for
50 you if you distribute copies of the library or if you modify it.
51
52   For example, if you distribute copies of the library, whether gratis
53 or for a fee, you must give the recipients all the rights that we gave
54 you.  You must make sure that they, too, receive or can get the source
55 code.  If you link other code with the library, you must provide
56 complete object files to the recipients, so that they can relink them
57 with the library after making changes to the library and recompiling
58 it.  And you must show them these terms so they know their rights.
59
60   We protect your rights with a two-step method: (1) we copyright the
61 library, and (2) we offer you this license, which gives you legal
62 permission to copy, distribute and/or modify the library.
63
64   To protect each distributor, we want to make it very clear that
65 there is no warranty for the free library.  Also, if the library is
66 modified by someone else and passed on, the recipients should know
67 that what they have is not the original version, so that the original
68 author's reputation will not be affected by problems that might be
69 introduced by others.
70 \f
71   Finally, software patents pose a constant threat to the existence of
72 any free program.  We wish to make sure that a company cannot
73 effectively restrict the users of a free program by obtaining a
74 restrictive license from a patent holder.  Therefore, we insist that
75 any patent license obtained for a version of the library must be
76 consistent with the full freedom of use specified in this license.
77
78   Most GNU software, including some libraries, is covered by the
79 ordinary GNU General Public License.  This license, the GNU Lesser
80 General Public License, applies to certain designated libraries, and
81 is quite different from the ordinary General Public License.  We use
82 this license for certain libraries in order to permit linking those
83 libraries into non-free programs.
84
85   When a program is linked with a library, whether statically or using
86 a shared library, the combination of the two is legally speaking a
87 combined work, a derivative of the original library.  The ordinary
88 General Public License therefore permits such linking only if the
89 entire combination fits its criteria of freedom.  The Lesser General
90 Public License permits more lax criteria for linking other code with
91 the library.
92
93   We call this license the "Lesser" General Public License because it
94 does Less to protect the user's freedom than the ordinary General
95 Public License.  It also provides other free software developers Less
96 of an advantage over competing non-free programs.  These disadvantages
97 are the reason we use the ordinary General Public License for many
98 libraries.  However, the Lesser license provides advantages in certain
99 special circumstances.
100
101   For example, on rare occasions, there may be a special need to
102 encourage the widest possible use of a certain library, so that it becomes
103 a de-facto standard.  To achieve this, non-free programs must be
104 allowed to use the library.  A more frequent case is that a free
105 library does the same job as widely used non-free libraries.  In this
106 case, there is little to gain by limiting the free library to free
107 software only, so we use the Lesser General Public License.
108
109   In other cases, permission to use a particular library in non-free
110 programs enables a greater number of people to use a large body of
111 free software.  For example, permission to use the GNU C Library in
112 non-free programs enables many more people to use the whole GNU
113 operating system, as well as its variant, the GNU/Linux operating
114 system.
115
116   Although the Lesser General Public License is Less protective of the
117 users' freedom, it does ensure that the user of a program that is
118 linked with the Library has the freedom and the wherewithal to run
119 that program using a modified version of the Library.
120
121   The precise terms and conditions for copying, distribution and
122 modification follow.  Pay close attention to the difference between a
123 "work based on the library" and a "work that uses the library".  The
124 former contains code derived from the library, whereas the latter must
125 be combined with the library in order to run.
126 \f
127                   GNU LESSER GENERAL PUBLIC LICENSE
128    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
129
130   0. This License Agreement applies to any software library or other
131 program which contains a notice placed by the copyright holder or
132 other authorized party saying it may be distributed under the terms of
133 this Lesser General Public License (also called "this License").
134 Each licensee is addressed as "you".
135
136   A "library" means a collection of software functions and/or data
137 prepared so as to be conveniently linked with application programs
138 (which use some of those functions and data) to form executables.
139
140   The "Library", below, refers to any such software library or work
141 which has been distributed under these terms.  A "work based on the
142 Library" means either the Library or any derivative work under
143 copyright law: that is to say, a work containing the Library or a
144 portion of it, either verbatim or with modifications and/or translated
145 straightforwardly into another language.  (Hereinafter, translation is
146 included without limitation in the term "modification".)
147
148   "Source code" for a work means the preferred form of the work for
149 making modifications to it.  For a library, complete source code means
150 all the source code for all modules it contains, plus any associated
151 interface definition files, plus the scripts used to control compilation
152 and installation of the library.
153
154   Activities other than copying, distribution and modification are not
155 covered by this License; they are outside its scope.  The act of
156 running a program using the Library is not restricted, and output from
157 such a program is covered only if its contents constitute a work based
158 on the Library (independent of the use of the Library in a tool for
159 writing it).  Whether that is true depends on what the Library does
160 and what the program that uses the Library does.
161   
162   1. You may copy and distribute verbatim copies of the Library's
163 complete source code as you receive it, in any medium, provided that
164 you conspicuously and appropriately publish on each copy an
165 appropriate copyright notice and disclaimer of warranty; keep intact
166 all the notices that refer to this License and to the absence of any
167 warranty; and distribute a copy of this License along with the
168 Library.
169
170   You may charge a fee for the physical act of transferring a copy,
171 and you may at your option offer warranty protection in exchange for a
172 fee.
173 \f
174   2. You may modify your copy or copies of the Library or any portion
175 of it, thus forming a work based on the Library, and copy and
176 distribute such modifications or work under the terms of Section 1
177 above, provided that you also meet all of these conditions:
178
179     a) The modified work must itself be a software library.
180
181     b) You must cause the files modified to carry prominent notices
182     stating that you changed the files and the date of any change.
183
184     c) You must cause the whole of the work to be licensed at no
185     charge to all third parties under the terms of this License.
186
187     d) If a facility in the modified Library refers to a function or a
188     table of data to be supplied by an application program that uses
189     the facility, other than as an argument passed when the facility
190     is invoked, then you must make a good faith effort to ensure that,
191     in the event an application does not supply such function or
192     table, the facility still operates, and performs whatever part of
193     its purpose remains meaningful.
194
195     (For example, a function in a library to compute square roots has
196     a purpose that is entirely well-defined independent of the
197     application.  Therefore, Subsection 2d requires that any
198     application-supplied function or table used by this function must
199     be optional: if the application does not supply it, the square
200     root function must still compute square roots.)
201
202 These requirements apply to the modified work as a whole.  If
203 identifiable sections of that work are not derived from the Library,
204 and can be reasonably considered independent and separate works in
205 themselves, then this License, and its terms, do not apply to those
206 sections when you distribute them as separate works.  But when you
207 distribute the same sections as part of a whole which is a work based
208 on the Library, the distribution of the whole must be on the terms of
209 this License, whose permissions for other licensees extend to the
210 entire whole, and thus to each and every part regardless of who wrote
211 it.
212
213 Thus, it is not the intent of this section to claim rights or contest
214 your rights to work written entirely by you; rather, the intent is to
215 exercise the right to control the distribution of derivative or
216 collective works based on the Library.
217
218 In addition, mere aggregation of another work not based on the Library
219 with the Library (or with a work based on the Library) on a volume of
220 a storage or distribution medium does not bring the other work under
221 the scope of this License.
222
223   3. You may opt to apply the terms of the ordinary GNU General Public
224 License instead of this License to a given copy of the Library.  To do
225 this, you must alter all the notices that refer to this License, so
226 that they refer to the ordinary GNU General Public License, version 2,
227 instead of to this License.  (If a newer version than version 2 of the
228 ordinary GNU General Public License has appeared, then you can specify
229 that version instead if you wish.)  Do not make any other change in
230 these notices.
231 \f
232   Once this change is made in a given copy, it is irreversible for
233 that copy, so the ordinary GNU General Public License applies to all
234 subsequent copies and derivative works made from that copy.
235
236   This option is useful when you wish to copy part of the code of
237 the Library into a program that is not a library.
238
239   4. You may copy and distribute the Library (or a portion or
240 derivative of it, under Section 2) in object code or executable form
241 under the terms of Sections 1 and 2 above provided that you accompany
242 it with the complete corresponding machine-readable source code, which
243 must be distributed under the terms of Sections 1 and 2 above on a
244 medium customarily used for software interchange.
245
246   If distribution of object code is made by offering access to copy
247 from a designated place, then offering equivalent access to copy the
248 source code from the same place satisfies the requirement to
249 distribute the source code, even though third parties are not
250 compelled to copy the source along with the object code.
251
252   5. A program that contains no derivative of any portion of the
253 Library, but is designed to work with the Library by being compiled or
254 linked with it, is called a "work that uses the Library".  Such a
255 work, in isolation, is not a derivative work of the Library, and
256 therefore falls outside the scope of this License.
257
258   However, linking a "work that uses the Library" with the Library
259 creates an executable that is a derivative of the Library (because it
260 contains portions of the Library), rather than a "work that uses the
261 library".  The executable is therefore covered by this License.
262 Section 6 states terms for distribution of such executables.
263
264   When a "work that uses the Library" uses material from a header file
265 that is part of the Library, the object code for the work may be a
266 derivative work of the Library even though the source code is not.
267 Whether this is true is especially significant if the work can be
268 linked without the Library, or if the work is itself a library.  The
269 threshold for this to be true is not precisely defined by law.
270
271   If such an object file uses only numerical parameters, data
272 structure layouts and accessors, and small macros and small inline
273 functions (ten lines or less in length), then the use of the object
274 file is unrestricted, regardless of whether it is legally a derivative
275 work.  (Executables containing this object code plus portions of the
276 Library will still fall under Section 6.)
277
278   Otherwise, if the work is a derivative of the Library, you may
279 distribute the object code for the work under the terms of Section 6.
280 Any executables containing that work also fall under Section 6,
281 whether or not they are linked directly with the Library itself.
282 \f
283   6. As an exception to the Sections above, you may also combine or
284 link a "work that uses the Library" with the Library to produce a
285 work containing portions of the Library, and distribute that work
286 under terms of your choice, provided that the terms permit
287 modification of the work for the customer's own use and reverse
288 engineering for debugging such modifications.
289
290   You must give prominent notice with each copy of the work that the
291 Library is used in it and that the Library and its use are covered by
292 this License.  You must supply a copy of this License.  If the work
293 during execution displays copyright notices, you must include the
294 copyright notice for the Library among them, as well as a reference
295 directing the user to the copy of this License.  Also, you must do one
296 of these things:
297
298     a) Accompany the work with the complete corresponding
299     machine-readable source code for the Library including whatever
300     changes were used in the work (which must be distributed under
301     Sections 1 and 2 above); and, if the work is an executable linked
302     with the Library, with the complete machine-readable "work that
303     uses the Library", as object code and/or source code, so that the
304     user can modify the Library and then relink to produce a modified
305     executable containing the modified Library.  (It is understood
306     that the user who changes the contents of definitions files in the
307     Library will not necessarily be able to recompile the application
308     to use the modified definitions.)
309
310     b) Use a suitable shared library mechanism for linking with the
311     Library.  A suitable mechanism is one that (1) uses at run time a
312     copy of the library already present on the user's computer system,
313     rather than copying library functions into the executable, and (2)
314     will operate properly with a modified version of the library, if
315     the user installs one, as long as the modified version is
316     interface-compatible with the version that the work was made with.
317
318     c) Accompany the work with a written offer, valid for at
319     least three years, to give the same user the materials
320     specified in Subsection 6a, above, for a charge no more
321     than the cost of performing this distribution.
322
323     d) If distribution of the work is made by offering access to copy
324     from a designated place, offer equivalent access to copy the above
325     specified materials from the same place.
326
327     e) Verify that the user has already received a copy of these
328     materials or that you have already sent this user a copy.
329
330   For an executable, the required form of the "work that uses the
331 Library" must include any data and utility programs needed for
332 reproducing the executable from it.  However, as a special exception,
333 the materials to be distributed need not include anything that is
334 normally distributed (in either source or binary form) with the major
335 components (compiler, kernel, and so on) of the operating system on
336 which the executable runs, unless that component itself accompanies
337 the executable.
338
339   It may happen that this requirement contradicts the license
340 restrictions of other proprietary libraries that do not normally
341 accompany the operating system.  Such a contradiction means you cannot
342 use both them and the Library together in an executable that you
343 distribute.
344 \f
345   7. You may place library facilities that are a work based on the
346 Library side-by-side in a single library together with other library
347 facilities not covered by this License, and distribute such a combined
348 library, provided that the separate distribution of the work based on
349 the Library and of the other library facilities is otherwise
350 permitted, and provided that you do these two things:
351
352     a) Accompany the combined library with a copy of the same work
353     based on the Library, uncombined with any other library
354     facilities.  This must be distributed under the terms of the
355     Sections above.
356
357     b) Give prominent notice with the combined library of the fact
358     that part of it is a work based on the Library, and explaining
359     where to find the accompanying uncombined form of the same work.
360
361   8. You may not copy, modify, sublicense, link with, or distribute
362 the Library except as expressly provided under this License.  Any
363 attempt otherwise to copy, modify, sublicense, link with, or
364 distribute the Library is void, and will automatically terminate your
365 rights under this License.  However, parties who have received copies,
366 or rights, from you under this License will not have their licenses
367 terminated so long as such parties remain in full compliance.
368
369   9. You are not required to accept this License, since you have not
370 signed it.  However, nothing else grants you permission to modify or
371 distribute the Library or its derivative works.  These actions are
372 prohibited by law if you do not accept this License.  Therefore, by
373 modifying or distributing the Library (or any work based on the
374 Library), you indicate your acceptance of this License to do so, and
375 all its terms and conditions for copying, distributing or modifying
376 the Library or works based on it.
377
378   10. Each time you redistribute the Library (or any work based on the
379 Library), the recipient automatically receives a license from the
380 original licensor to copy, distribute, link with or modify the Library
381 subject to these terms and conditions.  You may not impose any further
382 restrictions on the recipients' exercise of the rights granted herein.
383 You are not responsible for enforcing compliance by third parties with
384 this License.
385 \f
386   11. If, as a consequence of a court judgment or allegation of patent
387 infringement or for any other reason (not limited to patent issues),
388 conditions are imposed on you (whether by court order, agreement or
389 otherwise) that contradict the conditions of this License, they do not
390 excuse you from the conditions of this License.  If you cannot
391 distribute so as to satisfy simultaneously your obligations under this
392 License and any other pertinent obligations, then as a consequence you
393 may not distribute the Library at all.  For example, if a patent
394 license would not permit royalty-free redistribution of the Library by
395 all those who receive copies directly or indirectly through you, then
396 the only way you could satisfy both it and this License would be to
397 refrain entirely from distribution of the Library.
398
399 If any portion of this section is held invalid or unenforceable under any
400 particular circumstance, the balance of the section is intended to apply,
401 and the section as a whole is intended to apply in other circumstances.
402
403 It is not the purpose of this section to induce you to infringe any
404 patents or other property right claims or to contest validity of any
405 such claims; this section has the sole purpose of protecting the
406 integrity of the free software distribution system which is
407 implemented by public license practices.  Many people have made
408 generous contributions to the wide range of software distributed
409 through that system in reliance on consistent application of that
410 system; it is up to the author/donor to decide if he or she is willing
411 to distribute software through any other system and a licensee cannot
412 impose that choice.
413
414 This section is intended to make thoroughly clear what is believed to
415 be a consequence of the rest of this License.
416
417   12. If the distribution and/or use of the Library is restricted in
418 certain countries either by patents or by copyrighted interfaces, the
419 original copyright holder who places the Library under this License may add
420 an explicit geographical distribution limitation excluding those countries,
421 so that distribution is permitted only in or among countries not thus
422 excluded.  In such case, this License incorporates the limitation as if
423 written in the body of this License.
424
425   13. The Free Software Foundation may publish revised and/or new
426 versions of the Lesser General Public License from time to time.
427 Such new versions will be similar in spirit to the present version,
428 but may differ in detail to address new problems or concerns.
429
430 Each version is given a distinguishing version number.  If the Library
431 specifies a version number of this License which applies to it and
432 "any later version", you have the option of following the terms and
433 conditions either of that version or of any later version published by
434 the Free Software Foundation.  If the Library does not specify a
435 license version number, you may choose any version ever published by
436 the Free Software Foundation.
437 \f
438   14. If you wish to incorporate parts of the Library into other free
439 programs whose distribution conditions are incompatible with these,
440 write to the author to ask for permission.  For software which is
441 copyrighted by the Free Software Foundation, write to the Free
442 Software Foundation; we sometimes make exceptions for this.  Our
443 decision will be guided by the two goals of preserving the free status
444 of all derivatives of our free software and of promoting the sharing
445 and reuse of software generally.
446
447                             NO WARRANTY
448
449   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
450 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
451 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
452 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
453 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
454 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
455 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
456 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
457 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
458
459   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
460 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
461 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
462 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
463 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
464 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
465 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
466 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
467 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
468 DAMAGES.
469
470                      END OF TERMS AND CONDITIONS
471 \f
472            How to Apply These Terms to Your New Libraries
473
474   If you develop a new library, and you want it to be of the greatest
475 possible use to the public, we recommend making it free software that
476 everyone can redistribute and change.  You can do so by permitting
477 redistribution under these terms (or, alternatively, under the terms of the
478 ordinary General Public License).
479
480   To apply these terms, attach the following notices to the library.  It is
481 safest to attach them to the start of each source file to most effectively
482 convey the exclusion of warranty; and each file should have at least the
483 "copyright" line and a pointer to where the full notice is found.
484
485     <one line to give the library's name and a brief idea of what it does.>
486     Copyright (C) <year>  <name of author>
487
488     This library is free software; you can redistribute it and/or
489     modify it under the terms of the GNU Lesser General Public
490     License as published by the Free Software Foundation; either
491     version 2.1 of the License, or (at your option) any later version.
492
493     This library is distributed in the hope that it will be useful,
494     but WITHOUT ANY WARRANTY; without even the implied warranty of
495     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
496     Lesser General Public License for more details.
497
498     You should have received a copy of the GNU Lesser General Public
499     License along with this library; if not, write to the Free Software
500     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
501
502 Also add information on how to contact you by electronic and paper mail.
503
504 You should also get your employer (if you work as a programmer) or your
505 school, if any, to sign a "copyright disclaimer" for the library, if
506 necessary.  Here is a sample; alter the names:
507
508   Yoyodyne, Inc., hereby disclaims all copyright interest in the
509   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
510
511   <signature of Ty Coon>, 1 April 1990
512   Ty Coon, President of Vice
513
514 That's all there is to it!
515
516 MIT License
517 ----
518
519 Copyright (c) 2009 John Resig
520
521 Permission is hereby granted, free of charge, to any person obtaining a copy
522 of this software and associated documentation files (the "Software"), to deal
523 in the Software without restriction, including without limitation the rights
524 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
525 copies of the Software, and to permit persons to whom the Software is
526 furnished to do so, subject to the following conditions:
527
528 The above copyright notice and this permission notice shall be included in
529 all copies or substantial portions of the Software.
530
531 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
532 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
533 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
534 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
535 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
536 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
537 THE SOFTWARE.
538
539 Apache 1.0
540 -----
541 Copyright (c) 1995-1999 The Apache Group.  All rights reserved.
542
543 Redistribution and use in source and binary forms, with or without
544 modification, are permitted provided that the following conditions
545 are met:
546
547 1. Redistributions of source code must retain the above copyright
548    notice, this list of conditions and the following disclaimer.
549
550 2. Redistributions in binary form must reproduce the above copyright
551    notice, this list of conditions and the following disclaimer in
552    the documentation and/or other materials provided with the
553    distribution.
554
555 3. All advertising materials mentioning features or use of this
556    software must display the following acknowledgment:
557    "This product includes software developed by the Apache Group
558    for use in the Apache HTTP server project (http://www.apache.org/)."
559
560 4. The names "Apache Server" and "Apache Group" must not be used to
561    endorse or promote products derived from this software without
562    prior written permission. For written permission, please contact
563    apache@apache.org.
564
565 5. Products derived from this software may not be called "Apache"
566    nor may "Apache" appear in their names without prior written
567    permission of the Apache Group.
568
569 6. Redistributions of any form whatsoever must retain the following
570    acknowledgment:
571    "This product includes software developed by the Apache Group
572    for use in the Apache HTTP server project (http://www.apache.org/)."
573
574 THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
575 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
576 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
577 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
578 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
579 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
580 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
581 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
582 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
583 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
584 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
585 OF THE POSSIBILITY OF SUCH DAMAGE.
586 ====================================================================
587
588 Apache 1.1
589 -----
590 This software consists of voluntary contributions made by many
591 individuals on behalf of the Apache Group and was originally based
592 on public domain software written at the National Center for
593 Supercomputing Applications, University of Illinois, Urbana-Champaign.
594 For more information on the Apache Group and the Apache HTTP server
595 project, please see <http://www.apache.org/>.
596
597 The Apache Software License, Version 1.1
598
599 Copyright (c) 2000 The Apache Software Foundation.  All rights
600 reserved.
601
602 Redistribution and use in source and binary forms, with or without
603 modification, are permitted provided that the following conditions
604 are met:
605
606 1. Redistributions of source code must retain the above copyright
607    notice, this list of conditions and the following disclaimer.
608
609 2. Redistributions in binary form must reproduce the above copyright
610    notice, this list of conditions and the following disclaimer in
611    the documentation and/or other materials provided with the
612    distribution.
613
614 3. The end-user documentation included with the redistribution,
615    if any, must include the following acknowledgment:
616       "This product includes software developed by the
617        Apache Software Foundation (http://www.apache.org/)."
618    Alternately, this acknowledgment may appear in the software itself,
619    if and wherever such third-party acknowledgments normally appear.
620
621 4. The names "Apache" and "Apache Software Foundation" must
622    not be used to endorse or promote products derived from this
623    software without prior written permission. For written
624    permission, please contact apache@apache.org.
625
626 5. Products derived from this software may not be called "Apache",
627    nor may "Apache" appear in their name, without prior written
628    permission of the Apache Software Foundation.
629
630 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
631 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
632 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
633 DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
634 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
635 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
636 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
637 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
638 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
639 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
640 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
641 SUCH DAMAGE.
642 ====================================================================
643
644 This software consists of voluntary contributions made by many
645 individuals on behalf of the Apache Software Foundation.  For more
646 information on the Apache Software Foundation, please see
647 <http://www.apache.org/>.
648
649 Portions of this software are based upon public domain software
650 originally written at the National Center for Supercomputing Applications,
651 University of Illinois, Urbana-Champaign.
652
653 Apache 2.0
654 ----
655
656                                  Apache License
657                            Version 2.0, January 2004
658                         http://www.apache.org/licenses/
659
660    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
661
662    1. Definitions.
663
664       "License" shall mean the terms and conditions for use, reproduction,
665       and distribution as defined by Sections 1 through 9 of this document.
666
667       "Licensor" shall mean the copyright owner or entity authorized by
668       the copyright owner that is granting the License.
669
670       "Legal Entity" shall mean the union of the acting entity and all
671       other entities that control, are controlled by, or are under common
672       control with that entity. For the purposes of this definition,
673       "control" means (i) the power, direct or indirect, to cause the
674       direction or management of such entity, whether by contract or
675       otherwise, or (ii) ownership of fifty percent (50%) or more of the
676       outstanding shares, or (iii) beneficial ownership of such entity.
677
678       "You" (or "Your") shall mean an individual or Legal Entity
679       exercising permissions granted by this License.
680
681       "Source" form shall mean the preferred form for making modifications,
682       including but not limited to software source code, documentation
683       source, and configuration files.
684
685       "Object" form shall mean any form resulting from mechanical
686       transformation or translation of a Source form, including but
687       not limited to compiled object code, generated documentation,
688       and conversions to other media types.
689
690       "Work" shall mean the work of authorship, whether in Source or
691       Object form, made available under the License, as indicated by a
692       copyright notice that is included in or attached to the work
693       (an example is provided in the Appendix below).
694
695       "Derivative Works" shall mean any work, whether in Source or Object
696       form, that is based on (or derived from) the Work and for which the
697       editorial revisions, annotations, elaborations, or other modifications
698       represent, as a whole, an original work of authorship. For the purposes
699       of this License, Derivative Works shall not include works that remain
700       separable from, or merely link (or bind by name) to the interfaces of,
701       the Work and Derivative Works thereof.
702
703       "Contribution" shall mean any work of authorship, including
704       the original version of the Work and any modifications or additions
705       to that Work or Derivative Works thereof, that is intentionally
706       submitted to Licensor for inclusion in the Work by the copyright owner
707       or by an individual or Legal Entity authorized to submit on behalf of
708       the copyright owner. For the purposes of this definition, "submitted"
709       means any form of electronic, verbal, or written communication sent
710       to the Licensor or its representatives, including but not limited to
711       communication on electronic mailing lists, source code control systems,
712       and issue tracking systems that are managed by, or on behalf of, the
713       Licensor for the purpose of discussing and improving the Work, but
714       excluding communication that is conspicuously marked or otherwise
715       designated in writing by the copyright owner as "Not a Contribution."
716
717       "Contributor" shall mean Licensor and any individual or Legal Entity
718       on behalf of whom a Contribution has been received by Licensor and
719       subsequently incorporated within the Work.
720
721    2. Grant of Copyright License. Subject to the terms and conditions of
722       this License, each Contributor hereby grants to You a perpetual,
723       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
724       copyright license to reproduce, prepare Derivative Works of,
725       publicly display, publicly perform, sublicense, and distribute the
726       Work and such Derivative Works in Source or Object form.
727
728    3. Grant of Patent License. Subject to the terms and conditions of
729       this License, each Contributor hereby grants to You a perpetual,
730       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
731       (except as stated in this section) patent license to make, have made,
732       use, offer to sell, sell, import, and otherwise transfer the Work,
733       where such license applies only to those patent claims licensable
734       by such Contributor that are necessarily infringed by their
735       Contribution(s) alone or by combination of their Contribution(s)
736       with the Work to which such Contribution(s) was submitted. If You
737       institute patent litigation against any entity (including a
738       cross-claim or counterclaim in a lawsuit) alleging that the Work
739       or a Contribution incorporated within the Work constitutes direct
740       or contributory patent infringement, then any patent licenses
741       granted to You under this License for that Work shall terminate
742       as of the date such litigation is filed.
743
744    4. Redistribution. You may reproduce and distribute copies of the
745       Work or Derivative Works thereof in any medium, with or without
746       modifications, and in Source or Object form, provided that You
747       meet the following conditions:
748
749       (a) You must give any other recipients of the Work or
750           Derivative Works a copy of this License; and
751
752       (b) You must cause any modified files to carry prominent notices
753           stating that You changed the files; and
754
755       (c) You must retain, in the Source form of any Derivative Works
756           that You distribute, all copyright, patent, trademark, and
757           attribution notices from the Source form of the Work,
758           excluding those notices that do not pertain to any part of
759           the Derivative Works; and
760
761       (d) If the Work includes a "NOTICE" text file as part of its
762           distribution, then any Derivative Works that You distribute must
763           include a readable copy of the attribution notices contained
764           within such NOTICE file, excluding those notices that do not
765           pertain to any part of the Derivative Works, in at least one
766           of the following places: within a NOTICE text file distributed
767           as part of the Derivative Works; within the Source form or
768           documentation, if provided along with the Derivative Works; or,
769           within a display generated by the Derivative Works, if and
770           wherever such third-party notices normally appear. The contents
771           of the NOTICE file are for informational purposes only and
772           do not modify the License. You may add Your own attribution
773           notices within Derivative Works that You distribute, alongside
774           or as an addendum to the NOTICE text from the Work, provided
775           that such additional attribution notices cannot be construed
776           as modifying the License.
777
778       You may add Your own copyright statement to Your modifications and
779       may provide additional or different license terms and conditions
780       for use, reproduction, or distribution of Your modifications, or
781       for any such Derivative Works as a whole, provided Your use,
782       reproduction, and distribution of the Work otherwise complies with
783       the conditions stated in this License.
784
785    5. Submission of Contributions. Unless You explicitly state otherwise,
786       any Contribution intentionally submitted for inclusion in the Work
787       by You to the Licensor shall be under the terms and conditions of
788       this License, without any additional terms or conditions.
789       Notwithstanding the above, nothing herein shall supersede or modify
790       the terms of any separate license agreement you may have executed
791       with Licensor regarding such Contributions.
792
793    6. Trademarks. This License does not grant permission to use the trade
794       names, trademarks, service marks, or product names of the Licensor,
795       except as required for reasonable and customary use in describing the
796       origin of the Work and reproducing the content of the NOTICE file.
797
798    7. Disclaimer of Warranty. Unless required by applicable law or
799       agreed to in writing, Licensor provides the Work (and each
800       Contributor provides its Contributions) on an "AS IS" BASIS,
801       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
802       implied, including, without limitation, any warranties or conditions
803       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
804       PARTICULAR PURPOSE. You are solely responsible for determining the
805       appropriateness of using or redistributing the Work and assume any
806       risks associated with Your exercise of permissions under this License.
807
808    8. Limitation of Liability. In no event and under no legal theory,
809       whether in tort (including negligence), contract, or otherwise,
810       unless required by applicable law (such as deliberate and grossly
811       negligent acts) or agreed to in writing, shall any Contributor be
812       liable to You for damages, including any direct, indirect, special,
813       incidental, or consequential damages of any character arising as a
814       result of this License or out of the use or inability to use the
815       Work (including but not limited to damages for loss of goodwill,
816       work stoppage, computer failure or malfunction, or any and all
817       other commercial damages or losses), even if such Contributor
818       has been advised of the possibility of such damages.
819
820    9. Accepting Warranty or Additional Liability. While redistributing
821       the Work or Derivative Works thereof, You may choose to offer,
822       and charge a fee for, acceptance of support, warranty, indemnity,
823       or other liability obligations and/or rights consistent with this
824       License. However, in accepting such obligations, You may act only
825       on Your own behalf and on Your sole responsibility, not on behalf
826       of any other Contributor, and only if You agree to indemnify,
827       defend, and hold each Contributor harmless for any liability
828       incurred by, or claims asserted against, such Contributor by reason
829       of your accepting any such warranty or additional liability.
830
831    END OF TERMS AND CONDITIONS