comparison src/ccl.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 4e76a03232e5
children e038c1a8307c
comparison
equal deleted inserted replaced
94993:b0b4e9fbfb37 94994:29adfc9354e7
7 National Institute of Advanced Industrial Science and Technology (AIST) 7 National Institute of Advanced Industrial Science and Technology (AIST)
8 Registration Number H13PRO009 8 Registration Number H13PRO009
9 9
10 This file is part of GNU Emacs. 10 This file is part of GNU Emacs.
11 11
12 GNU Emacs is free software; you can redistribute it and/or modify 12 GNU Emacs is free software: you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by 13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 3, or (at your option) 14 the Free Software Foundation, either version 3 of the License, or
15 any later version. 15 (at your option) any later version.
16 16
17 GNU Emacs is distributed in the hope that it will be useful, 17 GNU Emacs is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details. 20 GNU General Public License for more details.
21 21
22 You should have received a copy of the GNU General Public License 22 You should have received a copy of the GNU General Public License
23 along with GNU Emacs; see the file COPYING. If not, write to 23 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 24
25 Boston, MA 02110-1301, USA. */
26 25
27 #ifndef EMACS_CCL_H 26 #ifndef EMACS_CCL_H
28 #define EMACS_CCL_H 27 #define EMACS_CCL_H
29 28
30 /* Macros for exit status of CCL program. */ 29 /* Macros for exit status of CCL program. */