From: Oliver Seidel Date: Tue, 5 Aug 1997 22:39:04 +0000 (+0000) Subject: Made todomode.el available under GPL. X-Git-Tag: emacs-20.1~766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=595b2334eea1cec16874cfc04dab4e5062b91337;p=emacs.git Made todomode.el available under GPL. --- diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 09998719a27..af81c6d7ca4 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -2,13 +2,38 @@ ;; --------------------------------------------------------------------------- -;; Note: You may copy this file freely for non-commercial use; otherwise, -;; please contact (address) O Seidel, Lessingstr 8, Eschborn, FRG -;; (e-mail ) Oliver.Seidel@cl.cam.ac.uk (2 Aug 1997) +;; Copyright (C) 1997 Oliver Seidel -;; $Id: todomode.el,v 1.6 1997/08/05 16:47:01 os10000 Exp os10000 $ +;; Keywords: todo-mode + +;; todomode.el 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. + +;; todomode.el 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, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;; --------------------------------------------------------------------------- + +;; Contact information: (address) O Seidel, Lessingstr 8, Eschborn, FRG +;; (e-mail ) Oliver.Seidel@cl.cam.ac.uk (2 Aug 1997) + +;; $Id: todomode.el,v 1.7 1997/08/05 22:34:14 os10000 Exp os10000 $ ;; ;; $Log: todomode.el,v $ +;; Revision 1.7 1997/08/05 22:34:14 os10000 +;; Fixed insertion routine with help from Trey Jackson +;; ; added todo-ins-thresh; +;; fixed keyboard layout to remove unwanted keys. +;; ;; Revision 1.6 1997/08/05 16:47:01 os10000 ;; Incorporated menus for XEmacs from Allan.Cochrane@soton.sc.philips.com, ;; fixed TYPO, fixed todo-file-cmd, cleaned up rcs history.