comparison lisp/progmodes/cc-langs.el @ 94673:52b7a8c22af5

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 07:18:39 +0000
parents 3af508d0bd74
children 8c3cc772f767
comparison
equal deleted inserted replaced
94672:0e2d838cfad2 94673:52b7a8c22af5
14 ;; Version: See cc-mode.el 14 ;; Version: See cc-mode.el
15 ;; Keywords: c languages oop 15 ;; Keywords: c languages oop
16 16
17 ;; This file is part of GNU Emacs. 17 ;; This file is part of GNU Emacs.
18 18
19 ;; GNU Emacs is free software; you can redistribute it and/or modify 19 ;; GNU Emacs is free software: you can redistribute it and/or modify
20 ;; it under the terms of the GNU General Public License as published by 20 ;; it under the terms of the GNU General Public License as published by
21 ;; the Free Software Foundation; either version 3, or (at your option) 21 ;; the Free Software Foundation, either version 3 of the License, or
22 ;; any later version. 22 ;; (at your option) any later version.
23 23
24 ;; GNU Emacs is distributed in the hope that it will be useful, 24 ;; GNU Emacs is distributed in the hope that it will be useful,
25 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 25 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
26 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 ;; GNU General Public License for more details. 27 ;; GNU General Public License for more details.
28 28
29 ;; You should have received a copy of the GNU General Public License 29 ;; You should have received a copy of the GNU General Public License
30 ;; along with this program; see the file COPYING. If not, write to 30 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
31 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32 ;; Boston, MA 02110-1301, USA.
33 31
34 ;;; Commentary: 32 ;;; Commentary:
35 33
36 ;; HACKERS NOTE: There's heavy macro magic here. If you need to make 34 ;; HACKERS NOTE: There's heavy macro magic here. If you need to make
37 ;; changes in this or other files containing `c-lang-defconst' but 35 ;; changes in this or other files containing `c-lang-defconst' but