From: Kevin M. Rosenberg Date: Sun, 7 Sep 2003 06:34:45 +0000 (+0000) Subject: r7061: initial property settings X-Git-Tag: v1.8.5~7 X-Git-Url: http://git.kpe.io/?p=md5.git;a=commitdiff_plain;h=1d6c29ab81a2bb80496fb37d1eb70928b181ff35;ds=sidebyside r7061: initial property settings --- diff --git a/md5.asd b/md5.asd index 825e132..6bd251f 100644 --- a/md5.asd +++ b/md5.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: md5.asd,v 1.2 2003/05/06 04:56:48 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file can be freely copied and have been placed in the public domain. ;;;; ************************************************************************* diff --git a/md5.lisp b/md5.lisp index d525650..e0f87b7 100644 --- a/md5.lisp +++ b/md5.lisp @@ -5,7 +5,7 @@ ;;;; cmucl-help mailing-list hosted at cons.org, in November 2001 and ;;;; has been placed into the public domain. ;;;; -;;;; $Id: md5.lisp,v 1.6 2003/07/19 20:32:48 kevin Exp $ +;;;; $Id$ ;;;; ;;;; While the implementation should work on all conforming Common ;;;; Lisp implementations, it has only been optimized for CMU CL,