Mercurial > hg > xemacs-beta
comparison lisp/cmdloop.el @ 5402:308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 14 Oct 2010 17:15:20 +0200 |
parents | 9fa29ec759e3 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
8 ;; Maintainer: XEmacs Development Team | 8 ;; Maintainer: XEmacs Development Team |
9 ;; Keywords: internal, dumped | 9 ;; Keywords: internal, dumped |
10 | 10 |
11 ;; This file is part of XEmacs. | 11 ;; This file is part of XEmacs. |
12 | 12 |
13 ;; XEmacs is free software; you can redistribute it and/or modify it | 13 ;; XEmacs is free software: you can redistribute it and/or modify it |
14 ;; under the terms of the GNU General Public License as published by | 14 ;; under the terms of the GNU General Public License as published by the |
15 ;; the Free Software Foundation; either version 2, or (at your option) | 15 ;; Free Software Foundation, either version 3 of the License, or (at your |
16 ;; any later version. | 16 ;; option) any later version. |
17 | 17 |
18 ;; XEmacs is distributed in the hope that it will be useful, but | 18 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
19 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 19 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 20 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
21 ;; General Public License for more details. | 21 ;; for more details. |
22 | 22 |
23 ;; 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 |
24 ;; along with XEmacs; see the file COPYING. If not, write to the | 24 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
25 ;; Free Software Foundation, 59 Temple Place - Suite 330, | |
26 ;; Boston, MA 02111-1307, USA. | |
27 | 25 |
28 ;;; Synched up with: FSF 19.30. (Some of the stuff below is in FSF's subr.el.) | 26 ;;; Synched up with: FSF 19.30. (Some of the stuff below is in FSF's subr.el.) |
29 ;;; Some parts synched with FSF 21.2. | 27 ;;; Some parts synched with FSF 21.2. |
30 | 28 |
31 ;;; Commentary: | 29 ;;; Commentary: |