aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/coding.h b/src/coding.h
index dae16a9ea88..d125d57d02b 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -11,10 +11,10 @@
11 11
12This file is part of GNU Emacs. 12This file is part of GNU Emacs.
13 13
14GNU Emacs is free software; you can redistribute it and/or modify 14GNU Emacs is free software: you can redistribute it and/or modify
15it under the terms of the GNU General Public License as published by 15it under the terms of the GNU General Public License as published by
16the Free Software Foundation; either version 3, or (at your option) 16the Free Software Foundation, either version 3 of the License, or
17any later version. 17(at your option) any later version.
18 18
19GNU Emacs is distributed in the hope that it will be useful, 19GNU Emacs is distributed in the hope that it will be useful,
20but WITHOUT ANY WARRANTY; without even the implied warranty of 20but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,9 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22GNU General Public License for more details. 22GNU General Public License for more details.
23 23
24You should have received a copy of the GNU General Public License 24You should have received a copy of the GNU General Public License
25along with GNU Emacs; see the file COPYING. If not, write to 25along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27Boston, MA 02110-1301, USA. */
28 26
29#ifndef EMACS_CODING_H 27#ifndef EMACS_CODING_H
30#define EMACS_CODING_H 28#define EMACS_CODING_H