Changeset 4166 for trunk/lispref/gpl.texi
- Timestamp:
- 2006年09月18日 20時48分14秒 (2 years ago)
- Files:
-
- trunk/lispref/gpl.texi (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/gpl.texi
r4131 r4166 24 24 Foundation's software and to any other program whose authors commit to 25 25 using it. (Some other Free Software Foundation software is covered by 26 the GNU L ibraryGeneral Public License instead.) You can apply it to26 the GNU Lesser General Public License instead.) You can apply it to 27 27 your programs, too. 28 28 … … 76 76 This License applies to any program or other work which contains 77 77 a notice placed by the copyright holder saying it may be distributed 78 under the terms of this General Public License. The ``Program ,''below,78 under the terms of this General Public License. The ``Program'', below, 79 79 refers to any such program or work, and a ``work based on the Program'' 80 80 means either the Program or any derivative work under copyright law: … … 82 82 either verbatim or with modifications and/or translated into another 83 83 language. (Hereinafter, translation is included without limitation in 84 the term ``modification .'') Each licensee is addressed as ``you.''84 the term ``modification''.) Each licensee is addressed as ``you''. 85 85 86 86 Activities other than copying, distribution and modification are not … … 275 275 Each version is given a distinguishing version number. If the Program 276 276 specifies a version number of this License which applies to it and ``any 277 later version ,''you have the option of following the terms and conditions277 later version'', you have the option of following the terms and conditions 278 278 either of that version or of any later version published by the Free 279 279 Software Foundation. If the Program does not specify a version number of … … 340 340 341 341 @smallexample 342 @var{one line to give the program's name and a nidea of what it does.}343 Copyright (C) @var{y ear} @var{name of author}342 @var{one line to give the program's name and a brief idea of what it does.} 343 Copyright (C) @var{yyyy} @var{name of author} 344 344 345 345 This program is free software; you can redistribute it and/or … … 365 365 366 366 @smallexample 367 Gnomovision version 69, Copyright (C) @var{year} @var{name of author} 368 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details 369 type `show w'. This is free software, and you are welcome 370 to redistribute it under certain conditions; type `show c' 371 for details. 367 Gnomovision version 69, Copyright (C) @var{yyyy} @var{name of author} 368 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 369 This is free software, and you are welcome to redistribute it 370 under certain conditions; type `show c' for details. 372 371 @end smallexample 373 372
