comparison lisp/progmodes/cc-bytecomp.el @ 38401:64d8d90d180d

Fix license commentary.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 13 Jul 2001 12:59:13 +0000
parents 32a4317c6aa5
children 7a94f1c588c4
comparison
equal deleted inserted replaced
38400:206866fa292a 38401:64d8d90d180d
6 ;; Maintainer: bug-cc-mode@gnu.org 6 ;; Maintainer: bug-cc-mode@gnu.org
7 ;; Created: 15-Jul-2000 7 ;; Created: 15-Jul-2000
8 ;; Version: See cc-mode.el 8 ;; Version: See cc-mode.el
9 ;; Keywords: c languages oop 9 ;; Keywords: c languages oop
10 10
11 ;; This program is free software; you can redistribute it and/or modify 11 ;; This file is part of GNU Emacs.
12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 14 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2 of the License, or 15 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; (at your option) any later version. 16 ;; any later version.
15 17
16 ;; This program is distributed in the hope that it will be useful, 18 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 21 ;; GNU General Public License for more details.
20 22
21 ;; You should have received a copy of the GNU General Public License 23 ;; You should have received a copy of the GNU General Public License
22 ;; along with this program; see the file COPYING. If not, write to 24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA. 26 ;; Boston, MA 02111-1307, USA.
25 27
26 ;;; Commentary: 28 ;;; Commentary:
27 29
28 ;; This file is used to ensure that the CC Mode files are correctly 30 ;; This file is used to ensure that the CC Mode files are correctly