comparison lisp/itimer.el @ 5404:91b3aa59f49b

Convert lisp/ to GPLv3.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 15 Oct 2010 15:18:27 +0200
parents d8c340c9adb6
children cc6f0266bc36
comparison
equal deleted inserted replaced
5403:cf70940883ca 5404:91b3aa59f49b
1 ;;; Interval timers for XEmacs 1 ;; Interval timers for XEmacs
2 ;;; Copyright (C) 1988, 1991, 1993, 1997, 1998 Kyle E. Jones 2 ;; Copyright (C) 1988, 1991, 1993, 1997, 1998 Kyle E. Jones
3 ;;; 3 ;;
4 ;;; This program is free software; you can redistribute it and/or modify 4 ;; XEmacs is free software: you can redistribute it and/or modify it
5 ;;; it under the terms of the GNU General Public License as published by 5 ;; under the terms of the GNU General Public License as published by the
6 ;;; the Free Software Foundation; either version 2, or (at your option) 6 ;; Free Software Foundation, either version 3 of the License, or (at your
7 ;;; any later version. 7 ;; option) any later version.
8 ;;; 8
9 ;;; This program is distributed in the hope that it will be useful, 9 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
10 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 10 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 ;;; GNU General Public License for more details. 12 ;; for more details.
13 ;;; 13
14 ;;; A copy of the GNU General Public License can be obtained from this 14 ;; You should have received a copy of the GNU General Public License
15 ;;; program's author (send electronic mail to kyle@uunet.uu.net) or from 15 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
16 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 16 ;;
17 ;;; 02139, USA. 17 ;; Send bug reports to kyle_jones@wonderworks.com
18 ;;;
19 ;;; Send bug reports to kyle_jones@wonderworks.com
20 18
21 (provide 'itimer) 19 (provide 'itimer)
22 20
23 (require 'lisp-float-type) 21 (require 'lisp-float-type)
24 22