diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-16 05:49:14 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-16 05:49:14 +0000 |
commit | 8ae3715e3e98cf0e263d60eb3047ed9973d82299 (patch) | |
tree | 3953052f0d79facfa2c116af2f2827041f028d6c /doc/lispintro/makefile.w32-in | |
parent | 97c0352c515bc9501132e52b506aa58f2211c2c2 (diff) | |
download | emacs-8ae3715e3e98cf0e263d60eb3047ed9973d82299.tar.gz |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'doc/lispintro/makefile.w32-in')
-rw-r--r-- | doc/lispintro/makefile.w32-in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/lispintro/makefile.w32-in b/doc/lispintro/makefile.w32-in index 8d22c821ac2..827cb37c39b 100644 --- a/doc/lispintro/makefile.w32-in +++ b/doc/lispintro/makefile.w32-in @@ -1,13 +1,14 @@ #### -*- Makefile -*- for the Emacs Lisp Introduction manual. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. # 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 @@ -15,9 +16,8 @@ # 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/>. + srcdir = . |