aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c
diff options
context:
space:
mode:
authorGlenn Morris2008-05-14 07:50:26 +0000
committerGlenn Morris2008-05-14 07:50:26 +0000
commit9ec0b715e262f45bb434f2c068a86de2c42528e3 (patch)
tree16fcea79c98fd3f95f3053ee101458a54bbf6e33 /src/character.c
parent2fc5063f5788720684b1a8e1098ede7241820fb1 (diff)
downloademacs-9ec0b715e262f45bb434f2c068a86de2c42528e3.tar.gz
emacs-9ec0b715e262f45bb434f2c068a86de2c42528e3.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/character.c b/src/character.c
index 828e2208132..7f09ecd4857 100644
--- a/src/character.c
+++ b/src/character.c
@@ -9,10 +9,10 @@
9 9
10This file is part of GNU Emacs. 10This file is part of GNU Emacs.
11 11
12GNU Emacs is free software; you can redistribute it and/or modify 12GNU Emacs is free software: you can redistribute it and/or modify
13it under the terms of the GNU General Public License as published by 13it under the terms of the GNU General Public License as published by
14the Free Software Foundation; either version 3, or (at your option) 14the Free Software Foundation, either version 3 of the License, or
15any later version. 15(at your option) any later version.
16 16
17GNU Emacs is distributed in the hope that it will be useful, 17GNU Emacs is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of 18but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,9 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20GNU General Public License for more details. 20GNU General Public License for more details.
21 21
22You should have received a copy of the GNU General Public License 22You should have received a copy of the GNU General Public License
23along with GNU Emacs; see the file COPYING. If not, write to the 23along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25Boston, MA 02110-1301, USA. */
26 24
27/* At first, see the document in `character.h' to understand the code 25/* At first, see the document in `character.h' to understand the code
28 in this file. */ 26 in this file. */