comparison src/charset.h @ 94994:29adfc9354e7

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 May 2008 03:25:15 +0000
parents 754dcec40ffe
children 34d4840c6fd2
comparison
equal deleted inserted replaced
94993:b0b4e9fbfb37 94994:29adfc9354e7
10 National Institute of Advanced Industrial Science and Technology (AIST) 10 National Institute of Advanced Industrial Science and Technology (AIST)
11 Registration Number H13PRO009 11 Registration Number H13PRO009
12 12
13 This file is part of GNU Emacs. 13 This file is part of GNU Emacs.
14 14
15 GNU Emacs is free software; you can redistribute it and/or modify 15 GNU Emacs is free software: you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by 16 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation; either version 3, or (at your option) 17 the Free Software Foundation, either version 3 of the License, or
18 any later version. 18 (at your option) any later version.
19 19
20 GNU Emacs is distributed in the hope that it will be useful, 20 GNU Emacs is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details. 23 GNU General Public License for more details.
24 24
25 You should have received a copy of the GNU General Public License 25 You should have received a copy of the GNU General Public License
26 along with GNU Emacs; see the file COPYING. If not, write to 26 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
28 Boston, MA 02110-1301, USA. */
29 27
30 #ifndef EMACS_CHARSET_H 28 #ifndef EMACS_CHARSET_H
31 #define EMACS_CHARSET_H 29 #define EMACS_CHARSET_H
32 30
33 /* Index to arguments of Fdefine_charset_internal. */ 31 /* Index to arguments of Fdefine_charset_internal. */