comparison lisp/auto-save.el @ 5404:91b3aa59f49b

Convert lisp/ to GPLv3.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 15 Oct 2010 15:18:27 +0200
parents e38acbeb1cae
children b9167d522a9a
comparison
equal deleted inserted replaced
5403:cf70940883ca 5404:91b3aa59f49b
7 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> 7 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
8 ;; Maintainer: XEmacs Development Team 8 ;; Maintainer: XEmacs Development Team
9 ;; Keywords: extensions, dumped 9 ;; Keywords: extensions, dumped
10 ;; Version: 1.26 10 ;; Version: 1.26
11 11
12 ;; XEmacs is free software; you can redistribute it and/or modify it 12 ;; This file is part of XEmacs.
13 ;; under the terms of the GNU General Public License as published by 13
14 ;; the Free Software Foundation; either version 2, or (at your option) 14 ;; XEmacs is free software: you can redistribute it and/or modify it
15 ;; any later version. 15 ;; under the terms of the GNU General Public License as published by the
16 16 ;; Free Software Foundation, either version 3 of the License, or (at your
17 ;; XEmacs is distributed in the hope that it will be useful, but 17 ;; option) any later version.
18 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 18
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
20 ;; General Public License for more details. 20 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22 ;; for more details.
21 23
22 ;; 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
23 ;; along with XEmacs; see the file COPYING. If not, write to the Free 25 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25 ;; 02111-1307, USA.
26 26
27 ;;; Synched up with: Not in FSF 27 ;;; Synched up with: Not in FSF
28 28
29 ;;; Commentary: 29 ;;; Commentary:
30 30