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