Mercurial > emacs
changeset 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 | 1ce43418547c |
children | 28c6c3d7efb4 |
files | lisp/type-break.el |
diffstat | 1 files changed, 21 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/type-break.el Thu Oct 06 10:28:26 1994 +0000 +++ b/lisp/type-break.el Thu Oct 06 19:12:46 1994 +0000 @@ -1,34 +1,29 @@ ;;; type-break.el --- encourage rests from typing at appropriate intervals -;;; Copyright (C) 1994 Noah S. Friedman +;; Copyright (C) 1994 Free Software Foundation, Inc. -;;; Author: Noah Friedman <friedman@prep.ai.mit.edu> -;;; Maintainer: friedman@prep.ai.mit.edu -;;; Keywords: extensions, timers -;;; Status: known to work in GNU Emacs 19.25 or later. -;;; Created: 1994-07-13 +;; Author: Noah Friedman <friedman@prep.ai.mit.edu> +;; Maintainer: friedman@prep.ai.mit.edu +;; Keywords: extensions, timers +;; Status: known to work in GNU Emacs 19.25 or later. +;; Created: 1994-07-13 +;; $Id$ -;;; LCD Archive Entry: -;;; type-break|Noah Friedman|friedman@prep.ai.mit.edu| -;;; encourage rests from typing at appropriate intervals| -;;; $Date$|$Revision$|| - -;;; $Id$ +;; This file is part of GNU Emacs. -;;; This program is free software; you can redistribute it and/or modify -;;; it under the terms of the GNU General Public License as published by -;;; the Free Software Foundation; either version 2, or (at your option) -;;; any later version. -;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;;; GNU General Public License for more details. -;;; -;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, you can either send email to this -;;; program's maintainer or write to: The Free Software Foundation, -;;; Inc.; 675 Massachusetts Avenue; Cambridge, MA 02139, USA. +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: