Mercurial > hg > xemacs-beta
comparison lisp/cus-edit.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 | fd36a980d701 |
children | ac37a5f7e5be |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
10 ;; Version: 1.9960-x | 10 ;; Version: 1.9960-x |
11 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ | 11 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ |
12 | 12 |
13 ;; This file is part of XEmacs. | 13 ;; This file is part of XEmacs. |
14 | 14 |
15 ;; XEmacs is free software; you can redistribute it and/or modify | 15 ;; XEmacs is free software: you can redistribute it and/or modify it |
16 ;; it under the terms of the GNU General Public License as published by | 16 ;; under the terms of the GNU General Public License as published by the |
17 ;; the Free Software Foundation; either version 2, or (at your option) | 17 ;; Free Software Foundation, either version 3 of the License, or (at your |
18 ;; any later version. | 18 ;; option) any later version. |
19 | 19 |
20 ;; XEmacs is distributed in the hope that it will be useful, | 20 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 21 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 22 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
23 ;; GNU General Public License for more details. | 23 ;; for more details. |
24 | 24 |
25 ;; You should have received a copy of the GNU General Public License | 25 ;; You should have received a copy of the GNU General Public License |
26 ;; along with XEmacs; see the file COPYING. If not, write to the | 26 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
27 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
28 ;; Boston, MA 02111-1307, USA. | |
29 | 27 |
30 ;;; Commentary: | 28 ;;; Commentary: |
31 ;; | 29 ;; |
32 ;; This file implements the code to create and edit customize buffers. | 30 ;; This file implements the code to create and edit customize buffers. |
33 ;; | 31 ;; |