diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-07 07:35:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-07 07:35:58 +0000 |
commit | b33ba8120b3548a3b95cdea5a9be8982380407fb (patch) | |
tree | aa3468c5533bdb063d674afe34e7914392bfc647 /Makefile.in | |
parent | 4f43e9371b08fdbf9eca28a97eab60b2632b94c0 (diff) | |
download | emacs-b33ba8120b3548a3b95cdea5a9be8982380407fb.tar.gz |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index 8307c9d4ce9..f298a7dd2b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,10 +8,10 @@ # This file is part of GNU Emacs. -# GNU Emacs is free software; you can redistribute it and/or modify +# 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 3, or (at your option) -# any later version. +# the Free Software Foundation, either version 3 of the License, 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 @@ -19,9 +19,9 @@ # 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. +# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + +### Commentary: # make all to compile and build Emacs. # make install to install it. |