Mercurial > hg > xemacs-beta
comparison lisp/help-macro.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 | 445bd1969ed0 |
children | 3bc58dc9d688 |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
7 ;; Created: : Mon Oct 1 11:42:39 1990 | 7 ;; Created: : Mon Oct 1 11:42:39 1990 |
8 ;; Adapted-By: ESR | 8 ;; Adapted-By: ESR |
9 | 9 |
10 ;; This file is part of XEmacs. | 10 ;; This file is part of XEmacs. |
11 | 11 |
12 ;; XEmacs is free software; you can redistribute it and/or modify | 12 ;; XEmacs is free software: you can redistribute it and/or modify it |
13 ;; it under the terms of the GNU General Public License as published by | 13 ;; under the terms of the GNU General Public License as published by the |
14 ;; the Free Software Foundation; either version 2, or (at your option) | 14 ;; Free Software Foundation, either version 3 of the License, or (at your |
15 ;; any later version. | 15 ;; option) any later version. |
16 | 16 |
17 ;; XEmacs is distributed in the hope that it will be useful, | 17 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 19 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
20 ;; GNU General Public License for more details. | 20 ;; for more details. |
21 | 21 |
22 ;; You should have received a copy of the GNU General Public License | 22 ;; You should have received a copy of the GNU General Public License |
23 ;; along with XEmacs; see the file COPYING. If not, write to the | 23 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
25 ;; Boston, MA 02111-1307, USA. | |
26 | 24 |
27 ;;; Commentary: | 25 ;;; Commentary: |
28 | 26 |
29 ;;; Synched up with: FSF 20.2. | 27 ;;; Synched up with: FSF 20.2. |
30 | 28 |