r7061: initial property settings
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
md5.asd
md5.lisp

diff --git a/md5.asd b/md5.asd
index 825e132c8a8ee27e0292db9c1bc85759924a42fa..6bd251f990ba417c5a564598fedf85b335e5d5f1 100644 (file)
--- 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.
 ;;;; *************************************************************************
index d52565063f458e7e5c2bd1787b8d28ef565e3452..e0f87b78c2f4cf0bd92c2f04debe535f7db665e9 100644 (file)
--- 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,