37
37
38
38
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
39
39
40
- GNU GENERAL PUBLIC LICENSE
41
- Version 2, June 1991
42
-
43
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
44
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
40
+ GNU GENERAL PUBLIC LICENSE
41
+ Version 2, June 1991
45
42
43
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
44
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
46
45
Everyone is permitted to copy and distribute verbatim copies
47
46
of this license document, but changing it is not allowed.
48
47
49
- Preamble
48
+ Preamble
50
49
51
50
The licenses for most software are designed to take away your
52
51
freedom to share and change it. By contrast, the GNU General Public
@@ -55,7 +54,7 @@ software--to make sure the software is free for all its users. This
55
54
General Public License applies to most of the Free Software
56
55
Foundation's software and to any other program whose authors commit to
57
56
using it. (Some other Free Software Foundation software is covered by
58
- the GNU Library General Public License instead.) You can apply it to
57
+ the GNU Lesser General Public License instead.) You can apply it to
59
58
your programs, too.
60
59
61
60
When we speak of free software, we are referring to freedom, not
@@ -96,7 +95,7 @@ patent must be licensed for everyone's free use or not licensed at all.
96
95
The precise terms and conditions for copying, distribution and
97
96
modification follow.
98
97
99
- GNU GENERAL PUBLIC LICENSE
98
+ GNU GENERAL PUBLIC LICENSE
100
99
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
101
100
102
101
0. This License applies to any program or other work which contains
@@ -160,6 +159,7 @@ distribute the same sections as part of a whole which is a work based
160
159
on the Program, the distribution of the whole must be on the terms of
161
160
this License, whose permissions for other licensees extend to the
162
161
entire whole, and thus to each and every part regardless of who wrote it.
162
+
163
163
Thus, it is not the intent of this section to claim rights or contest
164
164
your rights to work written entirely by you; rather, the intent is to
165
165
exercise the right to control the distribution of derivative or
@@ -294,7 +294,7 @@ make exceptions for this. Our decision will be guided by the two goals
294
294
of preserving the free status of all derivatives of our free software and
295
295
of promoting the sharing and reuse of software generally.
296
296
297
- NO WARRANTY
297
+ NO WARRANTY
298
298
299
299
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
300
300
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
@@ -316,8 +316,66 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
316
316
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
317
317
POSSIBILITY OF SUCH DAMAGES.
318
318
319
- END OF TERMS AND CONDITIONS
319
+ END OF TERMS AND CONDITIONS
320
+
321
+ How to Apply These Terms to Your New Programs
322
+
323
+ If you develop a new program, and you want it to be of the greatest
324
+ possible use to the public, the best way to achieve this is to make it
325
+ free software which everyone can redistribute and change under these terms.
326
+
327
+ To do so, attach the following notices to the program. It is safest
328
+ to attach them to the start of each source file to most effectively
329
+ convey the exclusion of warranty; and each file should have at least
330
+ the "copyright" line and a pointer to where the full notice is found.
331
+
332
+ <one line to give the program's name and a brief idea of what it does.>
333
+ Copyright (C) <year> <name of author>
334
+
335
+ This program is free software; you can redistribute it and/or modify
336
+ it under the terms of the GNU General Public License as published by
337
+ the Free Software Foundation; either version 2 of the License, or
338
+ (at your option) any later version.
339
+
340
+ This program is distributed in the hope that it will be useful,
341
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
342
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
343
+ GNU General Public License for more details.
344
+
345
+ You should have received a copy of the GNU General Public License along
346
+ with this program; if not, write to the Free Software Foundation, Inc.,
347
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
348
+
349
+ Also add information on how to contact you by electronic and paper mail.
350
+
351
+ If the program is interactive, make it output a short notice like this
352
+ when it starts in an interactive mode:
353
+
354
+ Gnomovision version 69, Copyright (C) year name of author
355
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
356
+ This is free software, and you are welcome to redistribute it
357
+ under certain conditions; type `show c' for details.
358
+
359
+ The hypothetical commands `show w' and `show c' should show the appropriate
360
+ parts of the General Public License. Of course, the commands you use may
361
+ be called something other than `show w' and `show c'; they could even be
362
+ mouse-clicks or menu items--whatever suits your program.
363
+
364
+ You should also get your employer (if you work as a programmer) or your
365
+ school, if any, to sign a "copyright disclaimer" for the program, if
366
+ necessary. Here is a sample; alter the names:
367
+
368
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
369
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
370
+
371
+ <signature of Ty Coon>, 1 April 1989
372
+ Ty Coon, President of Vice
320
373
374
+ This General Public License does not permit incorporating your program into
375
+ proprietary programs. If your program is a subroutine library, you may
376
+ consider it more useful to permit linking proprietary applications with the
377
+ library. If this is what you want to do, use the GNU Lesser General
378
+ Public License instead of this License.
321
379
322
380
WRITTEN OFFER
323
381
0 commit comments