diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-11 00:15:39 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-11 00:15:39 +0000 |
commit | 7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935 (patch) | |
tree | f90f40a5a475df6b670ab287990735f67960d18c /mac | |
parent | db3788ea1b767860abdf5459f873bf2c9d549e63 (diff) | |
download | emacs-7f6d64f85a9bd86a15eeba8aa828b3f8a2e1d935.tar.gz |
Switch to standard GPL text for license.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/ChangeLog | 19 | ||||
-rw-r--r-- | mac/INSTALL | 29 | ||||
-rw-r--r-- | mac/README | 28 |
3 files changed, 54 insertions, 22 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index c498736a1a1..735ea36e28b 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -873,7 +873,22 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. - Copying and distribution of this file, with or without modification, - are permitted provided the copyright notice and this notice are preserved. + + This file is part of GNU Emacs. + + GNU Emacs is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GNU Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf diff --git a/mac/INSTALL b/mac/INSTALL index 35455bb030d..3711a7e1e2d 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -2,17 +2,8 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +See the end of the file for license conditions. - Permission is granted to anyone to make or distribute verbatim - copies of this document as received, in any medium, provided that - the copyright notice and permission notice are preserved, and that - the distributor grants the recipient permission for further - redistribution as permitted by this notice. - - Permission is granted to distribute modified versions of this - document, or of portions of it, under the above conditions, - provided also that they carry prominent notices stating who last - changed them. * BUILDING EMACS ON MAC OS X @@ -218,3 +209,21 @@ with PowerPC builds of Emacs; you will have to recompile for Intel. Therefore, builds of Emacs are architecture specific. Enjoy! + + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. diff --git a/mac/README b/mac/README index 419ba75b043..1d8cc40e545 100644 --- a/mac/README +++ b/mac/README @@ -2,17 +2,8 @@ Emacs for Mac OS Classic and Mac OS X Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +See the end of the file for license conditions. - Permission is granted to anyone to make or distribute verbatim - copies of this document as received, in any medium, provided that - the copyright notice and permission notice are preserved, and that - the distributor grants the recipient permission for further - redistribution as permitted by this notice. - - Permission is granted to distribute modified versions of this - document, or of portions of it, under the above conditions, - provided also that they carry prominent notices stating who last - changed them. This directory contains the files needed to build Emacs on the Mac OS Classic and Mac OS X. Many of the major features of the Unix version @@ -53,3 +44,20 @@ emacs-pretest-bug@gnu.org. Steven <steven.tamm@mac.com> + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. |