/[d-i]/trunk/manual/en/appendix/gpl.xml
ViewVC logotype

Contents of /trunk/manual/en/appendix/gpl.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36843 - (hide annotations) (download) (as text)
Sun Apr 30 23:54:20 2006 UTC (7 years ago) by fjp
File MIME type: text/xml
File size: 19566 byte(s)
Use double quotes as poxml chokes on single ones
1 toff 3353 <!-- retain these comments for translator revision tracking -->
2 joeyh 11648 <!-- $Id$ -->
3 toff 3352
4 fjpop-guest 22661 <appendix id="appendix-gpl"><title>GNU General Public License</title>
5    
6 toff 3352 <para>
7    
8     Version 2, June 1991
9    
10     </para><para>
11    
12 fjpop-guest 22661 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13     &mdash;
14 fjp 29618 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
15 fjpop-guest 22661 </para><para>
16    
17     Everyone is permitted to copy and distribute verbatim copies
18     of this license document, but changing it is not allowed.
19    
20 toff 3352 </para>
21    
22 fjpop-guest 22661 <sect1><title>Preamble</title>
23 toff 3352 <para>
24    
25     The licenses for most software are designed to take away your freedom
26     to share and change it. By contrast, the gnu General Public License
27     is intended to guarantee your freedom to share and change free
28 fjpop-guest 25496 software &mdash; to make sure the software is free for all its users. This
29 toff 3352 General Public License applies to most of the Free Software
30     Foundation's software and to any other program whose authors commit
31     to using it. (Some other Free Software Foundation software is covered
32     by the gnu Library General Public License instead.) You can apply it
33     to your programs, too.
34    
35     </para><para>
36    
37     When we speak of free software, we are referring to freedom, not
38     price. Our General Public Licenses are designed to make sure that you
39     have the freedom to distribute copies of free software (and charge
40     for this service if you wish), that you receive source code or can
41     get it if you want it, that you can change the software or use pieces
42     of it in new free programs; and that you know you can do these
43     things.
44    
45     </para><para>
46    
47     To protect your rights, we need to make restrictions that forbid
48     anyone to deny you these rights or to ask you to surrender the
49     rights. These restrictions translate to certain responsibilities for
50     you if you distribute copies of the software, or if you modify it.
51    
52     </para><para>
53    
54     For example, if you distribute copies of such a program, whether
55     gratis or for a fee, you must give the recipients all the rights that
56     you have. You must make sure that they, too, receive or can get the
57     source code. And you must show them these terms so they know their
58     rights.
59    
60     </para><para>
61    
62     We protect your rights with two steps: (1) copyright the software,
63     and (2) offer you this license which gives you legal permission to
64     copy, distribute and/or modify the software.
65    
66     </para><para>
67    
68     Also, for each author's protection and ours, we want to make certain
69     that everyone understands that there is no warranty for this free
70     software. If the software is modified by someone else and passed on,
71     we want its recipients to know that what they have is not the
72     original, so that any problems introduced by others will not reflect
73     on the original authors' reputations.
74    
75     </para><para>
76    
77     Finally, any free program is threatened constantly by software
78     patents. We wish to avoid the danger that redistributors of a free
79     program will individually obtain patent licenses, in effect making
80     the program proprietary. To prevent this, we have made it clear that
81     any patent must be licensed for everyone's free use or not licensed
82     at all.
83    
84     </para><para>
85    
86     The precise terms and conditions for copying, distribution and
87     modification follow.
88    
89     </para>
90 fjpop-guest 22661 </sect1>
91 toff 3352
92 fjpop-guest 22661 <sect1><title>GNU GENERAL PUBLIC LICENSE</title>
93 toff 3352 <para>
94    
95 fjp 36843 <emphasis role="bold">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION
96 fjp 36834 AND MODIFICATION</emphasis>
97 toff 3352
98 fjp 36834 </para><para>
99 toff 3352
100 fjp 36843 <emphasis role="bold">0.</emphasis>
101 toff 3352 This License applies to any program or other work which contains a
102     notice placed by the copyright holder saying it may be distributed
103     under the terms of this General Public License. The "Program", below,
104     refers to any such program or work, and a "work based on the Program"
105     means either the Program or any derivative work under copyright law:
106     that is to say, a work containing the Program or a portion of it,
107     either verbatim or with modifications and/or translated into another
108     language. (Hereinafter, translation is included without limitation in
109     the term "modification".) Each licensee is addressed as "you".
110    
111     </para><para>
112    
113     Activities other than copying, distribution and modification are not
114     covered by this License; they are outside its scope. The act of
115     running the Program is not restricted, and the output from the
116     Program is covered only if its contents constitute a work based on
117     the Program (independent of having been made by running the Program).
118     Whether that is true depends on what the Program does.
119    
120 fjp 36834 </para><para>
121 toff 3352
122 fjp 36843 <emphasis role="bold">1.</emphasis>
123 toff 3352 You may copy and distribute verbatim copies of the Program's
124     source code as you receive it, in any medium, provided that you
125     conspicuously and appropriately publish on each copy an appropriate
126     copyright notice and disclaimer of warranty; keep intact all the
127     notices that refer to this License and to the absence of any
128     warranty; and give any other recipients of the Program a copy of this
129     License along with the Program.
130    
131     </para><para>
132    
133     You may charge a fee for the physical act of transferring a copy, and
134     you may at your option offer warranty protection in exchange for a
135     fee.
136    
137 fjp 36834 </para><para>
138 toff 3352
139 fjp 36843 <emphasis role="bold">2.</emphasis>
140 toff 3352 You may modify your copy or copies of the Program or any portion
141     of it, thus forming a work based on the Program, and copy and
142     distribute such modifications or work under the terms of Section 1
143     above, provided that you also meet all of these conditions:
144    
145 fjp 36834 </para>
146     <orderedlist numeration='loweralpha'><listitem><para>
147 toff 3352
148 fjp 36834 You must cause the modified files to carry prominent notices
149 toff 3352 stating that you changed the files and the date of any change.
150    
151 fjp 36834 </para></listitem>
152     <listitem><para>
153 toff 3352
154 fjp 36834 You must cause any work that you distribute or publish, that in
155 toff 3352 whole or in part contains or is derived from the Program or any part
156     thereof, to be licensed as a whole at no charge to all third parties
157     under the terms of this License.
158    
159 fjp 36834 </para></listitem>
160     <listitem><para>
161 toff 3352
162 fjp 36834 If the modified program normally reads commands interactively when
163 toff 3352 run, you must cause it, when started running for such interactive use
164     in the most ordinary way, to print or display an announcement
165     including an appropriate copyright notice and a notice that there is
166     no warranty (or else, saying that you provide a warranty) and that
167     users may redistribute the program under these conditions, and
168     telling the user how to view a copy of this License. (Exception: if
169     the Program itself is interactive but does not normally print such an
170     announcement, your work based on the Program is not required to print
171     an announcement.)
172    
173 fjp 36834 </para></listitem></orderedlist>
174     <para>
175 toff 3352
176     These requirements apply to the modified work as a whole. If
177     identifiable sections of that work are not derived from the Program,
178     and can be reasonably considered independent and separate works in
179     themselves, then this License, and its terms, do not apply to those
180     sections when you distribute them as separate works. But when you
181     distribute the same sections as part of a whole which is a work based
182     on the Program, the distribution of the whole must be on the terms of
183     this License, whose permissions for other licensees extend to the
184     entire whole, and thus to each and every part regardless of who wrote
185     it.
186    
187     </para><para>
188    
189     Thus, it is not the intent of this section to claim rights or contest
190     your rights to work written entirely by you; rather, the intent is to
191     exercise the right to control the distribution of derivative or
192     collective works based on the Program.
193    
194     </para><para>
195    
196     In addition, mere aggregation of another work not based on the
197     Program with the Program (or with a work based on the Program) on a
198     volume of a storage or distribution medium does not bring the other
199     work under the scope of this License.
200    
201 fjp 36834 </para><para>
202 toff 3352
203 fjp 36843 <emphasis role="bold">3.</emphasis>
204 toff 3352 You may copy and distribute the Program (or a work based on it,
205     under Section 2) in object code or executable form under the terms of
206     Sections 1 and 2 above provided that you also do one of the
207     following:
208    
209 fjp 36834 </para>
210     <orderedlist numeration='loweralpha'><listitem><para>
211 toff 3352
212 fjp 36834 Accompany it with the complete corresponding machine-readable
213 toff 3352 source code, which must be distributed under the terms of Sections 1
214     and 2 above on a medium customarily used for software interchange;
215     or,
216    
217 fjp 36834 </para></listitem>
218     <listitem><para>
219 toff 3352
220 fjp 36834 Accompany it with a written offer, valid for at least three years,
221 toff 3352 to give any third party, for a charge no more than your cost of
222     physically performing source distribution, a complete
223     machine-readable copy of the corresponding source code, to be
224     distributed under the terms of Sections 1 and 2 above on a medium
225     customarily used for software interchange; or,
226    
227 fjp 36834 </para></listitem>
228     <listitem><para>
229 toff 3352
230 fjp 36834 Accompany it with the information you received as to the offer to
231 toff 3352 distribute corresponding source code. (This alternative is allowed
232     only for noncommercial distribution and only if you received the
233     program in object code or executable form with such an offer, in
234     accord with Subsection b above.)
235    
236 fjp 36834 </para></listitem></orderedlist>
237     <para>
238 toff 3352
239     The source code for a work means the preferred form of the work for
240     making modifications to it. For an executable work, complete source
241     code means all the source code for all modules it contains, plus any
242     associated interface definition files, plus the scripts used to
243     control compilation and installation of the executable. However, as a
244     special exception, the source code distributed need not include
245     anything that is normally distributed (in either source or binary
246     form) with the major components (compiler, kernel, and so on) of the
247     operating system on which the executable runs, unless that component
248     itself accompanies the executable.
249    
250     </para><para>
251    
252     If distribution of executable or object code is made by offering
253     access to copy from a designated place, then offering equivalent
254     access to copy the source code from the same place counts as
255     distribution of the source code, even though third parties are not
256     compelled to copy the source along with the object code.
257    
258 fjp 36834 </para><para>
259 toff 3352
260 fjp 36843 <emphasis role="bold">4.</emphasis>
261 toff 3352 You may not copy, modify, sublicense, or distribute the Program
262     except as expressly provided under this License. Any attempt
263     otherwise to copy, modify, sublicense or distribute the Program is
264     void, and will automatically terminate your rights under this
265     License. However, parties who have received copies, or rights, from
266     you under this License will not have their licenses terminated so
267     long as such parties remain in full compliance.
268    
269 fjp 36834 </para><para>
270 toff 3352
271 fjp 36843 <emphasis role="bold">5.</emphasis>
272 toff 3352 You are not required to accept this License, since you have not
273     signed it. However, nothing else grants you permission to modify or
274     distribute the Program or its derivative works. These actions are
275     prohibited by law if you do not accept this License. Therefore, by
276     modifying or distributing the Program (or any work based on the
277     Program), you indicate your acceptance of this License to do so, and
278     all its terms and conditions for copying, distributing or modifying
279     the Program or works based on it.
280    
281 fjp 36834 </para><para>
282 toff 3352
283 fjp 36843 <emphasis role="bold">6.</emphasis>
284 toff 3352 Each time you redistribute the Program (or any work based on the
285     Program), the recipient automatically receives a license from the
286     original licensor to copy, distribute or modify the Program subject
287     to these terms and conditions. You may not impose any further
288     restrictions on the recipients' exercise of the rights granted
289     herein. You are not responsible for enforcing compliance by third
290     parties to this License.
291    
292 fjp 36834 </para><para>
293 toff 3352
294 fjp 36843 <emphasis role="bold">7.</emphasis>
295 toff 3352 If, as a consequence of a court judgment or allegation of patent
296     infringement or for any other reason (not limited to patent issues),
297     conditions are imposed on you (whether by court order, agreement or
298     otherwise) that contradict the conditions of this License, they do
299     not excuse you from the conditions of this License. If you cannot
300     distribute so as to satisfy simultaneously your obligations under
301     this License and any other pertinent obligations, then as a
302     consequence you may not distribute the Program at all. For example,
303     if a patent license would not permit royalty-free redistribution of
304     the Program by all those who receive copies directly or indirectly
305     through you, then the only way you could satisfy both it and this
306     License would be to refrain entirely from distribution of the
307     Program.
308    
309     </para><para>
310    
311     If any portion of this section is held invalid or unenforceable under
312     any particular circumstance, the balance of the section is intended
313     to apply and the section as a whole is intended to apply in other
314     circumstances.
315    
316     </para><para>
317    
318     It is not the purpose of this section to induce you to infringe any
319     patents or other property right claims or to contest validity of any
320     such claims; this section has the sole purpose of protecting the
321     integrity of the free software distribution system, which is
322     implemented by public license practices. Many people have made
323     generous contributions to the wide range of software distributed
324     through that system in reliance on consistent application of that
325     system; it is up to the author/donor to decide if he or she is
326     willing to distribute software through any other system and a
327     licensee cannot impose that choice.
328    
329     </para><para>
330    
331     This section is intended to make thoroughly clear what is believed to
332     be a consequence of the rest of this License.
333    
334 fjp 36834 </para><para>
335 toff 3352
336 fjp 36843 <emphasis role="bold">8.</emphasis>
337 toff 3352 If the distribution and/or use of the Program is restricted in
338     certain countries either by patents or by copyrighted interfaces, the
339     original copyright holder who places the Program under this License
340     may add an explicit geographical distribution limitation excluding
341     those countries, so that distribution is permitted only in or among
342     countries not thus excluded. In such case, this License incorporates
343     the limitation as if written in the body of this License.
344    
345 fjp 36834 </para><para>
346 toff 3352
347 fjp 36843 <emphasis role="bold">9.</emphasis>
348 toff 3352 The Free Software Foundation may publish revised and/or new
349     versions of the General Public License from time to time. Such new
350     versions will be similar in spirit to the present version, but may
351     differ in detail to address new problems or concerns. Each version is
352     given a distinguishing version number. If the Program specifies a
353     version number of this License which applies to it and "any later
354     version", you have the option of following the terms and conditions
355     either of that version or of any later version published by the Free
356     Software Foundation. If the Program does not specify a version number
357     of this License, you may choose any version ever published by the
358     Free Software Foundation.
359    
360 fjp 36834 </para><para>
361 toff 3352
362 fjp 36843 <emphasis role="bold">10.</emphasis>
363 toff 3352 If you wish to incorporate parts of the Program into other free
364     programs whose distribution conditions are different, write to the
365     author to ask for permission. For software which is copyrighted by
366     the Free Software Foundation, write to the Free Software Foundation;
367     we sometimes make exceptions for this. Our decision will be guided by
368     the two goals of preserving the free status of all derivatives of our
369     free software and of promoting the sharing and reuse of software
370     generally.
371    
372     </para><para>
373    
374 fjp 36843 <emphasis role="bold">NO WARRANTY</emphasis>
375 toff 3352
376 fjp 36834 </para><para>
377 toff 3352
378 fjp 36843 <emphasis role="bold">11.</emphasis>
379 fjp 36834 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
380     WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
381     EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
382     OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY
383     KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
384     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
385     PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
386     PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
387     THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
388 toff 3352
389 fjp 36834 </para><para>
390 toff 3352
391 fjp 36843 <emphasis role="bold">12.</emphasis>
392 fjp 36834 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
393     WRITING WILL AND COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
394     AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
395     FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
396     CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
397     PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
398     RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
399     FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
400     SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
401     SUCH DAMAGES.
402 toff 3352
403 fjp 36834 </para><para>
404 toff 3352
405 fjp 36843 <emphasis role="bold">END OF TERMS AND CONDITIONS</emphasis>
406 toff 3352
407     </para>
408 fjpop-guest 22661 </sect1>
409 toff 3352
410 fjpop-guest 22661 <sect1><title>How to Apply These Terms to Your New Programs</title>
411 toff 3352 <para>
412    
413     If you develop a new program, and you want it to be of the greatest
414     possible use to the public, the best way to achieve this is to make
415     it free software which everyone can redistribute and change under
416     these terms.
417    
418     </para><para>
419    
420     To do so, attach the following notices to the program. It is safest
421     to attach them to the start of each source file to most effectively
422     convey the exclusion of warranty; and each file should have at least
423     the "copyright" line and a pointer to where the full notice is found.
424    
425     </para><para>
426    
427     one line to give the program's name and a brief idea of what it
428     does.
429    
430     </para><para>
431    
432     Copyright (C) year name of author
433    
434     </para><para>
435    
436     This program is free software; you can redistribute it and/or modify
437     it under the terms of the gnu General Public License as published by
438     the Free Software Foundation; either version 2 of the License, or (at
439     your option) any later version.
440    
441     </para><para>
442    
443 fjp 28672 This program is distributed in the hope that it will be useful, but
444 toff 3352 without any warranty; without even the implied warranty of
445     merchantability or fitness for a particular purpose. See the gnu
446     General Public License for more details.
447    
448     </para><para>
449    
450     You should have received a copy of the gnu General Public License
451     along with this program; if not, write to the Free Software
452 fjp 29618 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
453     MA 02110-1301, USA.
454 toff 3352
455     </para><para>
456    
457     Also add information on how to contact you by electronic and paper
458     mail.
459    
460     </para><para>
461    
462     If the program is interactive, make it output a short notice like
463     this when it starts in an interactive mode:
464    
465     </para><para>
466    
467     Gnomovision version 69, Copyright (C) year name of author
468    
469     </para><para>
470    
471     Gnomovision comes with absolutely no warranty; for details type `show
472     w'.
473    
474     </para><para>
475    
476     This is free software, and you are welcome to redistribute it under
477     certain conditions; type `show c' for details.
478    
479     </para><para>
480    
481     The hypothetical commands `show w' and `show c' should show the
482     appropriate parts of the General Public License. Of course, the
483     commands you use may be called something other than `show w' and
484 fjpop-guest 25496 `show c'; they could even be mouse-clicks or menu items &mdash; whatever
485 toff 3352 suits your program.
486    
487     </para><para>
488    
489     You should also get your employer (if you work as a programmer) or
490     your school, if any, to sign a "copyright disclaimer" for the
491     program, if necessary. Here is a sample; alter the names:
492    
493     </para><para>
494    
495     Yoyodyne, Inc., hereby disclaims all copyright interest in the
496     program `Gnomovision' (which makes passes at compilers) written by
497     James Hacker.
498    
499     </para><para>
500    
501     signature of Ty Coon, 1 April 1989
502    
503     </para><para>
504    
505     Ty Coon, President of Vice
506    
507     </para><para>
508    
509     This General Public License does not permit incorporating your
510     program into proprietary programs. If your program is a subroutine
511     library, you may consider it more useful to permit linking
512     proprietary applications with the library. If this is what you want
513     to do, use the gnu Library General Public License instead of this
514     License.
515    
516     </para>
517     </sect1>
518 fjpop-guest 22661 </appendix>

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.5