aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris2008-05-15 03:28:14 +0000
committerGlenn Morris2008-05-15 03:28:14 +0000
commitb9b1cc1463ecd712077a63f83eb28cddfe85ac47 (patch)
tree82237ebba83754f4a3a4c32ffefeb51cfa1d2c87 /src/Makefile.in
parent5ac58e4c9355b638a249d55fdffa03e39cf1db03 (diff)
downloademacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.tar.gz
emacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index bfeba06787f..48a6e6badb4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -5,10 +5,10 @@
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
8# GNU Emacs is free software; you can redistribute it and/or modify 8# GNU Emacs is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option) 10# the Free Software Foundation, either version 3 of the License, or
11# any later version. 11# (at your option) any later version.
12 12
13# GNU Emacs is distributed in the hope that it will be useful, 13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to 19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21# Boston, MA 02110-1301, USA.
22 20
23 21
24# Note that this file is edited by msdos/sed1v2.inp for MSDOS. That 22# Note that this file is edited by msdos/sed1v2.inp for MSDOS. That