Mercurial > hg > xemacs-beta
comparison lisp/apropos.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 | 2e528066e2fc |
children | bbe4146603db |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
7 ;; Maintainer: SL Baur <steve@xemacs.org> | 7 ;; Maintainer: SL Baur <steve@xemacs.org> |
8 ;; Keywords: help | 8 ;; Keywords: help |
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 it | 12 ;; XEmacs is free software: you can redistribute it and/or modify it |
13 ;; 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, but | 17 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
18 ;; 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 GNU | 19 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
20 ;; 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 ;;; Synched up with: Last synched with FSF 19.34, diverged since. | 25 ;;; Synched up with: Last synched with FSF 19.34, diverged since. |
28 | 26 |
29 ;;; Commentary: | 27 ;;; Commentary: |
30 | 28 |