From 1d6c29ab81a2bb80496fb37d1eb70928b181ff35 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 7 Sep 2003 06:34:45 +0000 Subject: [PATCH] r7061: initial property settings --- md5.asd | 2 +- md5.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.34.1