From 8b55e3d2a8f87eff537b7602c4ac0c447b5aca55 Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Sun, 7 Sep 2003 06:34:45 +0000
Subject: [PATCH] r7061: initial property settings

---
 base64.asd   | 2 +-
 decode.lisp  | 2 +-
 encode.lisp  | 4 ++--
 package.lisp | 2 +-
 tests.lisp   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/base64.asd b/base64.asd
index 8e04e81..f50650b 100644
--- a/base64.asd
+++ b/base64.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: base64.asd,v 1.23 2003/08/25 16:27:23 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
diff --git a/decode.lisp b/decode.lisp
index beeba5c..6503b78 100644
--- a/decode.lisp
+++ b/decode.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: decode.lisp,v 1.6 2003/06/12 14:05:11 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file implements the Base64 transfer encoding algorithm as
 ;;;; defined in RFC 1521 by Borensten & Freed, September 1993.
diff --git a/encode.lisp b/encode.lisp
index d7c918a..f5276a8 100644
--- a/encode.lisp
+++ b/encode.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: encode.lisp,v 1.7 2003/06/12 14:05:11 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file implements the Base64 transfer encoding algorithm as
 ;;;; defined in RFC 1521 by Borensten & Freed, September 1993.
@@ -26,7 +26,7 @@
 ;;;;   - Renamed functions now that supporting integer conversions
 ;;;;   - URI-compatible encoding using :uri key
 ;;;;
-;;;; $Id: encode.lisp,v 1.7 2003/06/12 14:05:11 kevin Exp $
+;;;; $Id$
 
 (in-package #:cl-base64)
 
diff --git a/package.lisp b/package.lisp
index e91e80d..6f4fa2c 100644
--- a/package.lisp
+++ b/package.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: package.lisp,v 1.5 2003/06/12 14:05:11 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; *************************************************************************
 
diff --git a/tests.lisp b/tests.lisp
index a6f5b65..9c0d4f5 100644
--- a/tests.lisp
+++ b/tests.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Jan 2003
 ;;;;
-;;;; $Id: tests.lisp,v 1.2 2003/08/25 16:27:23 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
-- 
GitLab