aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
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/buffer.h
parent5ac58e4c9355b638a249d55fdffa03e39cf1db03 (diff)
downloademacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.tar.gz
emacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/buffer.h b/src/buffer.h
index a12e72374ed..6926ca1a0cf 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -5,10 +5,10 @@
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA. */
22 20
23 21
24/* Accessing the parameters of the current buffer. */ 22/* Accessing the parameters of the current buffer. */