changeset 184:c3060611e9af

Added copyleft and warnings.
author Sebastian Kremer <sk@thp.uni-koeln.de>
date Sat, 02 Feb 1991 13:30:43 +0000
parents 121e45aa6ad0
children 7811acc9c926
files lisp/ls-lisp.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ls-lisp.el	Sat Feb 02 13:10:10 1991 +0000
+++ b/lisp/ls-lisp.el	Sat Feb 02 13:30:43 1991 +0000
@@ -1,5 +1,7 @@
-;;;; dired-lisp.el - emulate ls completely in Emacs Lisp
-;;;; Copyright (C) 1990 Sebastian Kremer
+;;;; dired-lisp.el - emulate ls completely in Emacs Lisp. $Revision$
+;;;; Copyright (C) 1991 Sebastian Kremer <sk@thp.uni-koeln.de>
+
+;;;; READ THE WARNING BELOW BEFORE USING THIS PROGRAM!
 
 ;;;; Useful if you cannot afford to fork Emacs on a real memory UNIX,
 ;;;; under VMS, or if you don't have the ls program.