comparison lisp/bytecomp.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 90a0084b3541
children b9167d522a9a
comparison
equal deleted inserted replaced
5280:59a6419f7504 5402:308d34e9f07d
12 12
13 (defconst byte-compile-version "2.28 XEmacs; 2009-08-09.") 13 (defconst byte-compile-version "2.28 XEmacs; 2009-08-09.")
14 14
15 ;; This file is part of XEmacs. 15 ;; This file is part of XEmacs.
16 16
17 ;; XEmacs is free software; you can redistribute it and/or modify it 17 ;; XEmacs is free software: you can redistribute it and/or modify it
18 ;; under the terms of the GNU General Public License as published by 18 ;; under the terms of the GNU General Public License as published by the
19 ;; the Free Software Foundation; either version 2, or (at your option) 19 ;; Free Software Foundation, either version 3 of the License, or (at your
20 ;; any later version. 20 ;; option) any later version.
21 21
22 ;; XEmacs is distributed in the hope that it will be useful, but 22 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
23 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 23 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
25 ;; General Public License for more details. 25 ;; for more details.
26 26
27 ;; You should have received a copy of the GNU General Public License 27 ;; You should have received a copy of the GNU General Public License
28 ;; along with XEmacs; see the file COPYING. If not, write to the 28 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
29 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
30 ;; Boston, MA 02111-1307, USA.
31 29
32 ;;; Synched up with: FSF 19.30. 30 ;;; Synched up with: FSF 19.30.
33 31
34 ;;; Commentary: 32 ;;; Commentary:
35 33