comparison lisp/type-break.el @ 9355:8ac258bc59ef

Assign copyright to FSF, and change comments to reflect that type-break is now part of GNU Emacs.
author Noah Friedman <friedman@splode.com>
date Thu, 06 Oct 1994 19:12:46 +0000
parents 3d566eab9870
children 8d2051b79879
comparison
equal deleted inserted replaced
9354:1ce43418547c 9355:8ac258bc59ef
1 ;;; type-break.el --- encourage rests from typing at appropriate intervals 1 ;;; type-break.el --- encourage rests from typing at appropriate intervals
2 2
3 ;;; Copyright (C) 1994 Noah S. Friedman 3 ;; Copyright (C) 1994 Free Software Foundation, Inc.
4 4
5 ;;; Author: Noah Friedman <friedman@prep.ai.mit.edu> 5 ;; Author: Noah Friedman <friedman@prep.ai.mit.edu>
6 ;;; Maintainer: friedman@prep.ai.mit.edu 6 ;; Maintainer: friedman@prep.ai.mit.edu
7 ;;; Keywords: extensions, timers 7 ;; Keywords: extensions, timers
8 ;;; Status: known to work in GNU Emacs 19.25 or later. 8 ;; Status: known to work in GNU Emacs 19.25 or later.
9 ;;; Created: 1994-07-13 9 ;; Created: 1994-07-13
10 10 ;; $Id$
11 ;;; LCD Archive Entry: 11
12 ;;; type-break|Noah Friedman|friedman@prep.ai.mit.edu| 12 ;; This file is part of GNU Emacs.
13 ;;; encourage rests from typing at appropriate intervals| 13
14 ;;; $Date$|$Revision$|| 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 15 ;; it under the terms of the GNU General Public License as published by
16 ;;; $Id$ 16 ;; the Free Software Foundation; either version 2, or (at your option)
17 17 ;; any later version.
18 ;;; This program is free software; you can redistribute it and/or modify 18
19 ;;; it under the terms of the GNU General Public License as published by 19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;;; the Free Software Foundation; either version 2, or (at your option) 20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;;; any later version. 21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;;; 22 ;; GNU General Public License for more details.
23 ;;; This program is distributed in the hope that it will be useful, 23
24 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 24 ;; You should have received a copy of the GNU General Public License
25 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 ;; along with GNU Emacs; see the file COPYING. If not, write to
26 ;;; GNU General Public License for more details. 26 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
27 ;;;
28 ;;; You should have received a copy of the GNU General Public License
29 ;;; along with this program; if not, you can either send email to this
30 ;;; program's maintainer or write to: The Free Software Foundation,
31 ;;; Inc.; 675 Massachusetts Avenue; Cambridge, MA 02139, USA.
32 27
33 ;;; Commentary: 28 ;;; Commentary:
34 29
35 ;;; The docstring for the function `type-break-mode' summarizes most of the 30 ;;; The docstring for the function `type-break-mode' summarizes most of the
36 ;;; details of the interface. 31 ;;; details of the interface.