Mercurial > hg > xemacs-beta
comparison lisp/byte-optimize.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 | 0d43872986b6 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
7 ;; Martin Buchholz <martin@xemacs.org> | 7 ;; Martin Buchholz <martin@xemacs.org> |
8 ;; Keywords: internal | 8 ;; Keywords: internal |
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: FSF 20.7 except where marked. | 25 ;;; Synched up with: FSF 20.7 except where marked. |
28 ;;; [[ Synched up with: FSF 20.7. ]] | 26 ;;; [[ Synched up with: FSF 20.7. ]] |
29 ;;; DO NOT PUT IN AN INVALID SYNC MESSAGE WHEN YOU DO A PARTIAL SYNC. --ben | 27 ;;; DO NOT PUT IN AN INVALID SYNC MESSAGE WHEN YOU DO A PARTIAL SYNC. --ben |
30 | 28 |