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 /mac/INSTALL | |
| parent | db3788ea1b767860abdf5459f873bf2c9d549e63 (diff) | |
| download | emacs-7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935.tar.gz emacs-7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935.zip | |
Switch to standard GPL text for license.
Diffstat (limited to 'mac/INSTALL')
| -rw-r--r-- | mac/INSTALL | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/mac/INSTALL b/mac/INSTALL index 35455bb030d..3711a7e1e2d 100644 --- a/mac/INSTALL +++ b/mac/INSTALL | |||
| @@ -2,17 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007 Free Software Foundation, Inc. | 4 | 2006, 2007 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | ||
| 5 | 6 | ||
| 6 | Permission is granted to anyone to make or distribute verbatim | ||
| 7 | copies of this document as received, in any medium, provided that | ||
| 8 | the copyright notice and permission notice are preserved, and that | ||
| 9 | the distributor grants the recipient permission for further | ||
| 10 | redistribution as permitted by this notice. | ||
| 11 | |||
| 12 | Permission is granted to distribute modified versions of this | ||
| 13 | document, or of portions of it, under the above conditions, | ||
| 14 | provided also that they carry prominent notices stating who last | ||
| 15 | changed them. | ||
| 16 | 7 | ||
| 17 | * BUILDING EMACS ON MAC OS X | 8 | * BUILDING EMACS ON MAC OS X |
| 18 | 9 | ||
| @@ -218,3 +209,21 @@ with PowerPC builds of Emacs; you will have to recompile for Intel. | |||
| 218 | Therefore, builds of Emacs are architecture specific. | 209 | Therefore, builds of Emacs are architecture specific. |
| 219 | 210 | ||
| 220 | Enjoy! | 211 | Enjoy! |
| 212 | |||
| 213 | |||
| 214 | This file is part of GNU Emacs. | ||
| 215 | |||
| 216 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 217 | it under the terms of the GNU General Public License as published by | ||
| 218 | the Free Software Foundation; either version 2, or (at your option) | ||
| 219 | any later version. | ||
| 220 | |||
| 221 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 222 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 223 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 224 | GNU General Public License for more details. | ||
| 225 | |||
| 226 | You should have received a copy of the GNU General Public License | ||
| 227 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 228 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 229 | Boston, MA 02110-1301, USA. | ||