diff options
| author | Glenn Morris | 2007-02-11 00:15:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-11 00:15:39 +0000 |
| commit | 7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935 (patch) | |
| tree | f90f40a5a475df6b670ab287990735f67960d18c /nt/INSTALL | |
| parent | db3788ea1b767860abdf5459f873bf2c9d549e63 (diff) | |
| download | emacs-7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935.tar.gz emacs-7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935.zip | |
Switch to standard GPL text for license.
Diffstat (limited to 'nt/INSTALL')
| -rw-r--r-- | nt/INSTALL | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 24d2e1ed8da..b0a1d923520 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | See the end of the file for copying permissions. | 6 | See the end of the file for license conditions. |
| 7 | 7 | ||
| 8 | * For the impatient | 8 | * For the impatient |
| 9 | 9 | ||
| @@ -419,17 +419,20 @@ | |||
| 419 | thread, so this should only be a problem if you've explicitly switched | 419 | thread, so this should only be a problem if you've explicitly switched |
| 420 | threads. | 420 | threads. |
| 421 | 421 | ||
| 422 | COPYING PERMISSIONS | 422 | |
| 423 | This file is part of GNU Emacs. | ||
| 423 | 424 | ||
| 424 | Permission is granted to anyone to make or distribute verbatim copies | 425 | GNU Emacs is free software; you can redistribute it and/or modify |
| 425 | of this document as received, in any medium, provided that the | 426 | it under the terms of the GNU General Public License as published by |
| 426 | copyright notice and permission notice are preserved, | 427 | the Free Software Foundation; either version 2, or (at your option) |
| 427 | and that the distributor grants the recipient permission | 428 | any later version. |
| 428 | for further redistribution as permitted by this notice. | ||
| 429 | 429 | ||
| 430 | Permission is granted to distribute modified versions | 430 | GNU Emacs is distributed in the hope that it will be useful, |
| 431 | of this document, or of portions of it, | 431 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 432 | under the above conditions, provided also that they | 432 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 433 | carry prominent notices stating who last changed them, | 433 | GNU General Public License for more details. |
| 434 | and that any new or changed statements about the activities | 434 | |
| 435 | of the Free Software Foundation are approved by the Foundation. | 435 | You should have received a copy of the GNU General Public License |
| 436 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 437 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 438 | Boston, MA 02110-1301, USA. | ||