comparison lisp/progmodes/cc-subword.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 107ccd98fa12
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
94672:0e2d838cfad2 94673:52b7a8c22af5
2 2
3 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 ;; Author: Masatake YAMATO 5 ;; Author: Masatake YAMATO
6 6
7 ;; This program is free software; you can redistribute it and/or modify 7 ;; This file is part of GNU Emacs.
8
9 ;; GNU Emacs is free software: you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by 10 ;; it under the terms of the GNU General Public License as published by
9 ;; the Free Software Foundation; either version 3, or (at your option) 11 ;; the Free Software Foundation, either version 3 of the License, or
10 ;; any later version. 12 ;; (at your option) any later version.
11 13
12 ;; This program is distributed in the hope that it will be useful, 14 ;; GNU Emacs is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
16 18
17 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
18 ;; along with this program; see the file COPYING. If not, write to 20 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
21 21
22 ;;; Commentary: 22 ;;; Commentary:
23 23
24 ;; This package provides `subword' oriented commands and a minor mode 24 ;; This package provides `subword' oriented commands and a minor mode
25 ;; (`c-subword-mode') that substitutes the common word handling 25 ;; (`c-subword-mode') that substitutes the common word handling