rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / image / dcraw / dcraw.license
blob06fe27f39aef946a0387ff6cd714c7cdc8c2c505
1 dcraw.c -- Dave Coffin's raw photo decoder
2 Copyright 1997-2009 by Dave Coffin, dcoffin a cybercom o net
4 This is a command-line ANSI C program to convert raw photos from
5 any digital camera on any computer running any operating system.
7 No license is required to download and use dcraw.c.  However,
8 to lawfully redistribute dcraw, you must either (a) offer, at
9 no extra charge, full source code* for all executable files
10 containing RESTRICTED functions, (b) distribute this code under
11 the GPL Version 2 or later, (c) remove all RESTRICTED functions,
12 re-implement them, or copy them from an earlier, unrestricted
13 Revision of dcraw.c, or (d) purchase a license from the author.
15 The functions that process Foveon images have been RESTRICTED
16 since Revision 1.237.  All other code remains free for all uses.
18 *If you have not modified dcraw.c in any way, a link to my
19 homepage qualifies as "full source code".
20 ==============================================================================
21                     GNU GENERAL PUBLIC LICENSE
22                        Version 2, June 1991
24  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
25                        51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
26  Everyone is permitted to copy and distribute verbatim copies
27  of this license document, but changing it is not allowed.
29                             Preamble
31   The licenses for most software are designed to take away your
32 freedom to share and change it.  By contrast, the GNU General Public
33 License is intended to guarantee your freedom to share and change free
34 software--to make sure the software is free for all its users.  This
35 General Public License applies to most of the Free Software
36 Foundation's software and to any other program whose authors commit to
37 using it.  (Some other Free Software Foundation software is covered by
38 the GNU Library General Public License instead.)  You can apply it to
39 your programs, too.
41   When we speak of free software, we are referring to freedom, not
42 price.  Our General Public Licenses are designed to make sure that you
43 have the freedom to distribute copies of free software (and charge for
44 this service if you wish), that you receive source code or can get it
45 if you want it, that you can change the software or use pieces of it
46 in new free programs; and that you know you can do these things.
48   To protect your rights, we need to make restrictions that forbid
49 anyone to deny you these rights or to ask you to surrender the rights.
50 These restrictions translate to certain responsibilities for you if you
51 distribute copies of the software, or if you modify it.
53   For example, if you distribute copies of such a program, whether
54 gratis or for a fee, you must give the recipients all the rights that
55 you have.  You must make sure that they, too, receive or can get the
56 source code.  And you must show them these terms so they know their
57 rights.
59   We protect your rights with two steps: (1) copyright the software, and
60 (2) offer you this license which gives you legal permission to copy,
61 distribute and/or modify the software.
63   Also, for each author's protection and ours, we want to make certain
64 that everyone understands that there is no warranty for this free
65 software.  If the software is modified by someone else and passed on, we
66 want its recipients to know that what they have is not the original, so
67 that any problems introduced by others will not reflect on the original
68 authors' reputations.
70   Finally, any free program is threatened constantly by software
71 patents.  We wish to avoid the danger that redistributors of a free
72 program will individually obtain patent licenses, in effect making the
73 program proprietary.  To prevent this, we have made it clear that any
74 patent must be licensed for everyone's free use or not licensed at all.
76   The precise terms and conditions for copying, distribution and
77 modification follow.
79                     GNU GENERAL PUBLIC LICENSE
80    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
82   0. This License applies to any program or other work which contains
83 a notice placed by the copyright holder saying it may be distributed
84 under the terms of this General Public License.  The "Program", below,
85 refers to any such program or work, and a "work based on the Program"
86 means either the Program or any derivative work under copyright law:
87 that is to say, a work containing the Program or a portion of it,
88 either verbatim or with modifications and/or translated into another
89 language.  (Hereinafter, translation is included without limitation in
90 the term "modification".)  Each licensee is addressed as "you".
92 Activities other than copying, distribution and modification are not
93 covered by this License; they are outside its scope.  The act of
94 running the Program is not restricted, and the output from the Program
95 is covered only if its contents constitute a work based on the
96 Program (independent of having been made by running the Program).
97 Whether that is true depends on what the Program does.
99   1. You may copy and distribute verbatim copies of the Program's
100 source code as you receive it, in any medium, provided that you
101 conspicuously and appropriately publish on each copy an appropriate
102 copyright notice and disclaimer of warranty; keep intact all the
103 notices that refer to this License and to the absence of any warranty;
104 and give any other recipients of the Program a copy of this License
105 along with the Program.
107 You may charge a fee for the physical act of transferring a copy, and
108 you may at your option offer warranty protection in exchange for a fee.
110   2. You may modify your copy or copies of the Program or any portion
111 of it, thus forming a work based on the Program, and copy and
112 distribute such modifications or work under the terms of Section 1
113 above, provided that you also meet all of these conditions:
115     a) You must cause the modified files to carry prominent notices
116     stating that you changed the files and the date of any change.
118     b) You must cause any work that you distribute or publish, that in
119     whole or in part contains or is derived from the Program or any
120     part thereof, to be licensed as a whole at no charge to all third
121     parties under the terms of this License.
123     c) If the modified program normally reads commands interactively
124     when run, you must cause it, when started running for such
125     interactive use in the most ordinary way, to print or display an
126     announcement including an appropriate copyright notice and a
127     notice that there is no warranty (or else, saying that you provide
128     a warranty) and that users may redistribute the program under
129     these conditions, and telling the user how to view a copy of this
130     License.  (Exception: if the Program itself is interactive but
131     does not normally print such an announcement, your work based on
132     the Program is not required to print an announcement.)
134 These requirements apply to the modified work as a whole.  If
135 identifiable sections of that work are not derived from the Program,
136 and can be reasonably considered independent and separate works in
137 themselves, then this License, and its terms, do not apply to those
138 sections when you distribute them as separate works.  But when you
139 distribute the same sections as part of a whole which is a work based
140 on the Program, the distribution of the whole must be on the terms of
141 this License, whose permissions for other licensees extend to the
142 entire whole, and thus to each and every part regardless of who wrote it.
144 Thus, it is not the intent of this section to claim rights or contest
145 your rights to work written entirely by you; rather, the intent is to
146 exercise the right to control the distribution of derivative or
147 collective works based on the Program.
149 In addition, mere aggregation of another work not based on the Program
150 with the Program (or with a work based on the Program) on a volume of
151 a storage or distribution medium does not bring the other work under
152 the scope of this License.
154   3. You may copy and distribute the Program (or a work based on it,
155 under Section 2) in object code or executable form under the terms of
156 Sections 1 and 2 above provided that you also do one of the following:
158     a) Accompany it with the complete corresponding machine-readable
159     source code, which must be distributed under the terms of Sections
160     1 and 2 above on a medium customarily used for software interchange; or,
162     b) Accompany it with a written offer, valid for at least three
163     years, to give any third party, for a charge no more than your
164     cost of physically performing source distribution, a complete
165     machine-readable copy of the corresponding source code, to be
166     distributed under the terms of Sections 1 and 2 above on a medium
167     customarily used for software interchange; or,
169     c) Accompany it with the information you received as to the offer
170     to distribute corresponding source code.  (This alternative is
171     allowed only for noncommercial distribution and only if you
172     received the program in object code or executable form with such
173     an offer, in accord with Subsection b above.)
175 The source code for a work means the preferred form of the work for
176 making modifications to it.  For an executable work, complete source
177 code means all the source code for all modules it contains, plus any
178 associated interface definition files, plus the scripts used to
179 control compilation and installation of the executable.  However, as a
180 special exception, the source code distributed need not include
181 anything that is normally distributed (in either source or binary
182 form) with the major components (compiler, kernel, and so on) of the
183 operating system on which the executable runs, unless that component
184 itself accompanies the executable.
186 If distribution of executable or object code is made by offering
187 access to copy from a designated place, then offering equivalent
188 access to copy the source code from the same place counts as
189 distribution of the source code, even though third parties are not
190 compelled to copy the source along with the object code.
192   4. You may not copy, modify, sublicense, or distribute the Program
193 except as expressly provided under this License.  Any attempt
194 otherwise to copy, modify, sublicense or distribute the Program is
195 void, and will automatically terminate your rights under this License.
196 However, parties who have received copies, or rights, from you under
197 this License will not have their licenses terminated so long as such
198 parties remain in full compliance.
200   5. You are not required to accept this License, since you have not
201 signed it.  However, nothing else grants you permission to modify or
202 distribute the Program or its derivative works.  These actions are
203 prohibited by law if you do not accept this License.  Therefore, by
204 modifying or distributing the Program (or any work based on the
205 Program), you indicate your acceptance of this License to do so, and
206 all its terms and conditions for copying, distributing or modifying
207 the Program or works based on it.
209   6. Each time you redistribute the Program (or any work based on the
210 Program), the recipient automatically receives a license from the
211 original licensor to copy, distribute or modify the Program subject to
212 these terms and conditions.  You may not impose any further
213 restrictions on the recipients' exercise of the rights granted herein.
214 You are not responsible for enforcing compliance by third parties to
215 this License.
217   7. If, as a consequence of a court judgment or allegation of patent
218 infringement or for any other reason (not limited to patent issues),
219 conditions are imposed on you (whether by court order, agreement or
220 otherwise) that contradict the conditions of this License, they do not
221 excuse you from the conditions of this License.  If you cannot
222 distribute so as to satisfy simultaneously your obligations under this
223 License and any other pertinent obligations, then as a consequence you
224 may not distribute the Program at all.  For example, if a patent
225 license would not permit royalty-free redistribution of the Program by
226 all those who receive copies directly or indirectly through you, then
227 the only way you could satisfy both it and this License would be to
228 refrain entirely from distribution of the Program.
230 If any portion of this section is held invalid or unenforceable under
231 any particular circumstance, the balance of the section is intended to
232 apply and the section as a whole is intended to apply in other
233 circumstances.
235 It is not the purpose of this section to induce you to infringe any
236 patents or other property right claims or to contest validity of any
237 such claims; this section has the sole purpose of protecting the
238 integrity of the free software distribution system, which is
239 implemented by public license practices.  Many people have made
240 generous contributions to the wide range of software distributed
241 through that system in reliance on consistent application of that
242 system; it is up to the author/donor to decide if he or she is willing
243 to distribute software through any other system and a licensee cannot
244 impose that choice.
246 This section is intended to make thoroughly clear what is believed to
247 be a consequence of the rest of this License.
249   8. If the distribution and/or use of the Program is restricted in
250 certain countries either by patents or by copyrighted interfaces, the
251 original copyright holder who places the Program under this License
252 may add an explicit geographical distribution limitation excluding
253 those countries, so that distribution is permitted only in or among
254 countries not thus excluded.  In such case, this License incorporates
255 the limitation as if written in the body of this License.
257   9. The Free Software Foundation may publish revised and/or new versions
258 of the General Public License from time to time.  Such new versions will
259 be similar in spirit to the present version, but may differ in detail to
260 address new problems or concerns.
262 Each version is given a distinguishing version number.  If the Program
263 specifies a version number of this License which applies to it and "any
264 later version", you have the option of following the terms and conditions
265 either of that version or of any later version published by the Free
266 Software Foundation.  If the Program does not specify a version number of
267 this License, you may choose any version ever published by the Free Software
268 Foundation.
270   10. If you wish to incorporate parts of the Program into other free
271 programs whose distribution conditions are different, write to the author
272 to ask for permission.  For software which is copyrighted by the Free
273 Software Foundation, write to the Free Software Foundation; we sometimes
274 make exceptions for this.  Our decision will be guided by the two goals
275 of preserving the free status of all derivatives of our free software and
276 of promoting the sharing and reuse of software generally.
278                             NO WARRANTY
280   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
281 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
282 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
283 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
284 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
285 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
286 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
287 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
288 REPAIR OR CORRECTION.
290   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
291 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
292 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
293 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
294 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
295 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
296 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
297 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
298 POSSIBILITY OF SUCH DAMAGES.
300                      END OF TERMS AND CONDITIONS
302             How to Apply These Terms to Your New Programs
304   If you develop a new program, and you want it to be of the greatest
305 possible use to the public, the best way to achieve this is to make it
306 free software which everyone can redistribute and change under these terms.
308   To do so, attach the following notices to the program.  It is safest
309 to attach them to the start of each source file to most effectively
310 convey the exclusion of warranty; and each file should have at least
311 the "copyright" line and a pointer to where the full notice is found.
313     <one line to give the program's name and a brief idea of what it does.>
314     Copyright (C) <year>  <name of author>
316     This program is free software; you can redistribute it and/or modify
317     it under the terms of the GNU General Public License as published by
318     the Free Software Foundation; either version 2 of the License, or
319     (at your option) any later version.
321     This program is distributed in the hope that it will be useful,
322     but WITHOUT ANY WARRANTY; without even the implied warranty of
323     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
324     GNU General Public License for more details.
326     You should have received a copy of the GNU General Public License
327     along with this program; if not, write to the Free Software
328     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
331 Also add information on how to contact you by electronic and paper mail.
333 If the program is interactive, make it output a short notice like this
334 when it starts in an interactive mode:
336     Gnomovision version 69, Copyright (C) year name of author
337     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
338     This is free software, and you are welcome to redistribute it
339     under certain conditions; type `show c' for details.
341 The hypothetical commands `show w' and `show c' should show the appropriate
342 parts of the General Public License.  Of course, the commands you use may
343 be called something other than `show w' and `show c'; they could even be
344 mouse-clicks or menu items--whatever suits your program.
346 You should also get your employer (if you work as a programmer) or your
347 school, if any, to sign a "copyright disclaimer" for the program, if
348 necessary.  Here is a sample; alter the names:
350   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
351   `Gnomovision' (which makes passes at compilers) written by James Hacker.
353   <signature of Ty Coon>, 1 April 1989
354   Ty Coon, President of Vice
356 This General Public License does not permit incorporating your program into
357 proprietary programs.  If your program is a subroutine library, you may
358 consider it more useful to permit linking proprietary applications with the
359 library.  If this is what you want to do, use the GNU Library General
360 Public License instead of this License.
362 -----------------------------------------------------------------------
364                 GNU Free Documentation License
365                   Version 1.2, November 2002
368  Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
369      51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
370  Everyone is permitted to copy and distribute verbatim copies
371  of this license document, but changing it is not allowed.
374 0. PREAMBLE
376 The purpose of this License is to make a manual, textbook, or other
377 functional and useful document "free" in the sense of freedom: to
378 assure everyone the effective freedom to copy and redistribute it,
379 with or without modifying it, either commercially or noncommercially.
380 Secondarily, this License preserves for the author and publisher a way
381 to get credit for their work, while not being considered responsible
382 for modifications made by others.
384 This License is a kind of "copyleft", which means that derivative
385 works of the document must themselves be free in the same sense.  It
386 complements the GNU General Public License, which is a copyleft
387 license designed for free software.
389 We have designed this License in order to use it for manuals for free
390 software, because free software needs free documentation: a free
391 program should come with manuals providing the same freedoms that the
392 software does.  But this License is not limited to software manuals;
393 it can be used for any textual work, regardless of subject matter or
394 whether it is published as a printed book.  We recommend this License
395 principally for works whose purpose is instruction or reference.
398 1. APPLICABILITY AND DEFINITIONS
400 This License applies to any manual or other work, in any medium, that
401 contains a notice placed by the copyright holder saying it can be
402 distributed under the terms of this License.  Such a notice grants a
403 world-wide, royalty-free license, unlimited in duration, to use that
404 work under the conditions stated herein.  The "Document", below,
405 refers to any such manual or work.  Any member of the public is a
406 licensee, and is addressed as "you".  You accept the license if you
407 copy, modify or distribute the work in a way requiring permission
408 under copyright law.
410 A "Modified Version" of the Document means any work containing the
411 Document or a portion of it, either copied verbatim, or with
412 modifications and/or translated into another language.
414 A "Secondary Section" is a named appendix or a front-matter section of
415 the Document that deals exclusively with the relationship of the
416 publishers or authors of the Document to the Document's overall subject
417 (or to related matters) and contains nothing that could fall directly
418 within that overall subject.  (Thus, if the Document is in part a
419 textbook of mathematics, a Secondary Section may not explain any
420 mathematics.)  The relationship could be a matter of historical
421 connection with the subject or with related matters, or of legal,
422 commercial, philosophical, ethical or political position regarding
423 them.
425 The "Invariant Sections" are certain Secondary Sections whose titles
426 are designated, as being those of Invariant Sections, in the notice
427 that says that the Document is released under this License.  If a
428 section does not fit the above definition of Secondary then it is not
429 allowed to be designated as Invariant.  The Document may contain zero
430 Invariant Sections.  If the Document does not identify any Invariant
431 Sections then there are none.
433 The "Cover Texts" are certain short passages of text that are listed,
434 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
435 the Document is released under this License.  A Front-Cover Text may
436 be at most 5 words, and a Back-Cover Text may be at most 25 words.
438 A "Transparent" copy of the Document means a machine-readable copy,
439 represented in a format whose specification is available to the
440 general public, that is suitable for revising the document
441 straightforwardly with generic text editors or (for images composed of
442 pixels) generic paint programs or (for drawings) some widely available
443 drawing editor, and that is suitable for input to text formatters or
444 for automatic translation to a variety of formats suitable for input
445 to text formatters.  A copy made in an otherwise Transparent file
446 format whose markup, or absence of markup, has been arranged to thwart
447 or discourage subsequent modification by readers is not Transparent.
448 An image format is not Transparent if used for any substantial amount
449 of text.  A copy that is not "Transparent" is called "Opaque".
451 Examples of suitable formats for Transparent copies include plain
452 ASCII without markup, Texinfo input format, LaTeX input format, SGML
453 or XML using a publicly available DTD, and standard-conforming simple
454 HTML, PostScript or PDF designed for human modification.  Examples of
455 transparent image formats include PNG, XCF and JPG.  Opaque formats
456 include proprietary formats that can be read and edited only by
457 proprietary word processors, SGML or XML for which the DTD and/or
458 processing tools are not generally available, and the
459 machine-generated HTML, PostScript or PDF produced by some word
460 processors for output purposes only.
462 The "Title Page" means, for a printed book, the title page itself,
463 plus such following pages as are needed to hold, legibly, the material
464 this License requires to appear in the title page.  For works in
465 formats which do not have any title page as such, "Title Page" means
466 the text near the most prominent appearance of the work's title,
467 preceding the beginning of the body of the text.
469 A section "Entitled XYZ" means a named subunit of the Document whose
470 title either is precisely XYZ or contains XYZ in parentheses following
471 text that translates XYZ in another language.  (Here XYZ stands for a
472 specific section name mentioned below, such as "Acknowledgements",
473 "Dedications", "Endorsements", or "History".)  To "Preserve the Title"
474 of such a section when you modify the Document means that it remains a
475 section "Entitled XYZ" according to this definition.
477 The Document may include Warranty Disclaimers next to the notice which
478 states that this License applies to the Document.  These Warranty
479 Disclaimers are considered to be included by reference in this
480 License, but only as regards disclaiming warranties: any other
481 implication that these Warranty Disclaimers may have is void and has
482 no effect on the meaning of this License.
485 2. VERBATIM COPYING
487 You may copy and distribute the Document in any medium, either
488 commercially or noncommercially, provided that this License, the
489 copyright notices, and the license notice saying this License applies
490 to the Document are reproduced in all copies, and that you add no other
491 conditions whatsoever to those of this License.  You may not use
492 technical measures to obstruct or control the reading or further
493 copying of the copies you make or distribute.  However, you may accept
494 compensation in exchange for copies.  If you distribute a large enough
495 number of copies you must also follow the conditions in section 3.
497 You may also lend copies, under the same conditions stated above, and
498 you may publicly display copies.
501 3. COPYING IN QUANTITY
503 If you publish printed copies (or copies in media that commonly have
504 printed covers) of the Document, numbering more than 100, and the
505 Document's license notice requires Cover Texts, you must enclose the
506 copies in covers that carry, clearly and legibly, all these Cover
507 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
508 the back cover.  Both covers must also clearly and legibly identify
509 you as the publisher of these copies.  The front cover must present
510 the full title with all words of the title equally prominent and
511 visible.  You may add other material on the covers in addition.
512 Copying with changes limited to the covers, as long as they preserve
513 the title of the Document and satisfy these conditions, can be treated
514 as verbatim copying in other respects.
516 If the required texts for either cover are too voluminous to fit
517 legibly, you should put the first ones listed (as many as fit
518 reasonably) on the actual cover, and continue the rest onto adjacent
519 pages.
521 If you publish or distribute Opaque copies of the Document numbering
522 more than 100, you must either include a machine-readable Transparent
523 copy along with each Opaque copy, or state in or with each Opaque copy
524 a computer-network location from which the general network-using
525 public has access to download using public-standard network protocols
526 a complete Transparent copy of the Document, free of added material.
527 If you use the latter option, you must take reasonably prudent steps,
528 when you begin distribution of Opaque copies in quantity, to ensure
529 that this Transparent copy will remain thus accessible at the stated
530 location until at least one year after the last time you distribute an
531 Opaque copy (directly or through your agents or retailers) of that
532 edition to the public.
534 It is requested, but not required, that you contact the authors of the
535 Document well before redistributing any large number of copies, to give
536 them a chance to provide you with an updated version of the Document.
539 4. MODIFICATIONS
541 You may copy and distribute a Modified Version of the Document under
542 the conditions of sections 2 and 3 above, provided that you release
543 the Modified Version under precisely this License, with the Modified
544 Version filling the role of the Document, thus licensing distribution
545 and modification of the Modified Version to whoever possesses a copy
546 of it.  In addition, you must do these things in the Modified Version:
548 A. Use in the Title Page (and on the covers, if any) a title distinct
549    from that of the Document, and from those of previous versions
550    (which should, if there were any, be listed in the History section
551    of the Document).  You may use the same title as a previous version
552    if the original publisher of that version gives permission.
553 B. List on the Title Page, as authors, one or more persons or entities
554    responsible for authorship of the modifications in the Modified
555    Version, together with at least five of the principal authors of the
556    Document (all of its principal authors, if it has fewer than five),
557    unless they release you from this requirement.
558 C. State on the Title page the name of the publisher of the
559    Modified Version, as the publisher.
560 D. Preserve all the copyright notices of the Document.
561 E. Add an appropriate copyright notice for your modifications
562    adjacent to the other copyright notices.
563 F. Include, immediately after the copyright notices, a license notice
564    giving the public permission to use the Modified Version under the
565    terms of this License, in the form shown in the Addendum below.
566 G. Preserve in that license notice the full lists of Invariant Sections
567    and required Cover Texts given in the Document's license notice.
568 H. Include an unaltered copy of this License.
569 I. Preserve the section Entitled "History", Preserve its Title, and add
570    to it an item stating at least the title, year, new authors, and
571    publisher of the Modified Version as given on the Title Page.  If
572    there is no section Entitled "History" in the Document, create one
573    stating the title, year, authors, and publisher of the Document as
574    given on its Title Page, then add an item describing the Modified
575    Version as stated in the previous sentence.
576 J. Preserve the network location, if any, given in the Document for
577    public access to a Transparent copy of the Document, and likewise
578    the network locations given in the Document for previous versions
579    it was based on.  These may be placed in the "History" section.
580    You may omit a network location for a work that was published at
581    least four years before the Document itself, or if the original
582    publisher of the version it refers to gives permission.
583 K. For any section Entitled "Acknowledgements" or "Dedications",
584    Preserve the Title of the section, and preserve in the section all
585    the substance and tone of each of the contributor acknowledgements
586    and/or dedications given therein.
587 L. Preserve all the Invariant Sections of the Document,
588    unaltered in their text and in their titles.  Section numbers
589    or the equivalent are not considered part of the section titles.
590 M. Delete any section Entitled "Endorsements".  Such a section
591    may not be included in the Modified Version.
592 N. Do not retitle any existing section to be Entitled "Endorsements"
593    or to conflict in title with any Invariant Section.
594 O. Preserve any Warranty Disclaimers.
596 If the Modified Version includes new front-matter sections or
597 appendices that qualify as Secondary Sections and contain no material
598 copied from the Document, you may at your option designate some or all
599 of these sections as invariant.  To do this, add their titles to the
600 list of Invariant Sections in the Modified Version's license notice.
601 These titles must be distinct from any other section titles.
603 You may add a section Entitled "Endorsements", provided it contains
604 nothing but endorsements of your Modified Version by various
605 parties--for example, statements of peer review or that the text has
606 been approved by an organization as the authoritative definition of a
607 standard.
609 You may add a passage of up to five words as a Front-Cover Text, and a
610 passage of up to 25 words as a Back-Cover Text, to the end of the list
611 of Cover Texts in the Modified Version.  Only one passage of
612 Front-Cover Text and one of Back-Cover Text may be added by (or
613 through arrangements made by) any one entity.  If the Document already
614 includes a cover text for the same cover, previously added by you or
615 by arrangement made by the same entity you are acting on behalf of,
616 you may not add another; but you may replace the old one, on explicit
617 permission from the previous publisher that added the old one.
619 The author(s) and publisher(s) of the Document do not by this License
620 give permission to use their names for publicity for or to assert or
621 imply endorsement of any Modified Version.
624 5. COMBINING DOCUMENTS
626 You may combine the Document with other documents released under this
627 License, under the terms defined in section 4 above for modified
628 versions, provided that you include in the combination all of the
629 Invariant Sections of all of the original documents, unmodified, and
630 list them all as Invariant Sections of your combined work in its
631 license notice, and that you preserve all their Warranty Disclaimers.
633 The combined work need only contain one copy of this License, and
634 multiple identical Invariant Sections may be replaced with a single
635 copy.  If there are multiple Invariant Sections with the same name but
636 different contents, make the title of each such section unique by
637 adding at the end of it, in parentheses, the name of the original
638 author or publisher of that section if known, or else a unique number.
639 Make the same adjustment to the section titles in the list of
640 Invariant Sections in the license notice of the combined work.
642 In the combination, you must combine any sections Entitled "History"
643 in the various original documents, forming one section Entitled
644 "History"; likewise combine any sections Entitled "Acknowledgements",
645 and any sections Entitled "Dedications".  You must delete all sections
646 Entitled "Endorsements".
649 6. COLLECTIONS OF DOCUMENTS
651 You may make a collection consisting of the Document and other documents
652 released under this License, and replace the individual copies of this
653 License in the various documents with a single copy that is included in
654 the collection, provided that you follow the rules of this License for
655 verbatim copying of each of the documents in all other respects.
657 You may extract a single document from such a collection, and distribute
658 it individually under this License, provided you insert a copy of this
659 License into the extracted document, and follow this License in all
660 other respects regarding verbatim copying of that document.
663 7. AGGREGATION WITH INDEPENDENT WORKS
665 A compilation of the Document or its derivatives with other separate
666 and independent documents or works, in or on a volume of a storage or
667 distribution medium, is called an "aggregate" if the copyright
668 resulting from the compilation is not used to limit the legal rights
669 of the compilation's users beyond what the individual works permit.
670 When the Document is included in an aggregate, this License does not
671 apply to the other works in the aggregate which are not themselves
672 derivative works of the Document.
674 If the Cover Text requirement of section 3 is applicable to these
675 copies of the Document, then if the Document is less than one half of
676 the entire aggregate, the Document's Cover Texts may be placed on
677 covers that bracket the Document within the aggregate, or the
678 electronic equivalent of covers if the Document is in electronic form.
679 Otherwise they must appear on printed covers that bracket the whole
680 aggregate.
683 8. TRANSLATION
685 Translation is considered a kind of modification, so you may
686 distribute translations of the Document under the terms of section 4.
687 Replacing Invariant Sections with translations requires special
688 permission from their copyright holders, but you may include
689 translations of some or all Invariant Sections in addition to the
690 original versions of these Invariant Sections.  You may include a
691 translation of this License, and all the license notices in the
692 Document, and any Warranty Disclaimers, provided that you also include
693 the original English version of this License and the original versions
694 of those notices and disclaimers.  In case of a disagreement between
695 the translation and the original version of this License or a notice
696 or disclaimer, the original version will prevail.
698 If a section in the Document is Entitled "Acknowledgements",
699 "Dedications", or "History", the requirement (section 4) to Preserve
700 its Title (section 1) will typically require changing the actual
701 title.
704 9. TERMINATION
706 You may not copy, modify, sublicense, or distribute the Document except
707 as expressly provided for under this License.  Any other attempt to
708 copy, modify, sublicense or distribute the Document is void, and will
709 automatically terminate your rights under this License.  However,
710 parties who have received copies, or rights, from you under this
711 License will not have their licenses terminated so long as such
712 parties remain in full compliance.
715 10. FUTURE REVISIONS OF THIS LICENSE
717 The Free Software Foundation may publish new, revised versions
718 of the GNU Free Documentation License from time to time.  Such new
719 versions will be similar in spirit to the present version, but may
720 differ in detail to address new problems or concerns.  See
721 http://www.gnu.org/copyleft/.
723 Each version of the License is given a distinguishing version number.
724 If the Document specifies that a particular numbered version of this
725 License "or any later version" applies to it, you have the option of
726 following the terms and conditions either of that specified version or
727 of any later version that has been published (not as a draft) by the
728 Free Software Foundation.  If the Document does not specify a version
729 number of this License, you may choose any version ever published (not
730 as a draft) by the Free Software Foundation.
733 ADDENDUM: How to use this License for your documents
735 To use this License in a document you have written, include a copy of
736 the License in the document and put the following copyright and
737 license notices just after the title page:
739     Copyright (c)  YEAR  YOUR NAME.
740     Permission is granted to copy, distribute and/or modify this document
741     under the terms of the GNU Free Documentation License, Version 1.2
742     or any later version published by the Free Software Foundation;
743     with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
744     A copy of the license is included in the section entitled "GNU
745     Free Documentation License".
747 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
748 replace the "with...Texts." line with this:
750     with the Invariant Sections being LIST THEIR TITLES, with the
751     Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
753 If you have Invariant Sections without Cover Texts, or some other
754 combination of the three, merge those two alternatives to suit the
755 situation.
757 If your document contains nontrivial examples of program code, we
758 recommend releasing these examples in parallel under your choice of
759 free software license, such as the GNU General Public License,
760 to permit their use in free software.