r7061: initial property settings
[cl-base64.git] / encode.lisp
index d7c918a1131bed7d4fc09148568dbd14b1e9e5a6..f5276a885faff2e81da6f5dee272818d36a02aa4 100644 (file)
@@ -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)