r3726: *** empty log message ***
[cl-base64.git] / base64.asd
index 565cb5e5a287d8e102860622c982f9b892cec4b6..fe08b4f4a5e1e9dfb11667253e75dff5c361f8d8 100644 (file)
@@ -7,21 +7,21 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: base64.asd,v 1.1 2002/12/29 06:08:15 kevin Exp $
+;;;; $Id: base64.asd,v 1.2 2002/12/29 06:14:49 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :asdf)
 
 (defsystem :base64
   :name "cl-base64"
-  :author "Kevin M. Rosenberg and Juri Pakaste"
+  :author "Kevin M. Rosenberg based on code by Juri Pakaste"
   :version "1.0"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
-  :licence "Public domain"
-  :description "Base64 encode and decoding"
+  :licence "BSD-style"
+  :description "Base64 encoding and decoding with URI support."
   
   :perform (load-op :after (op base64)
            (pushnew :base64 cl:*features*))
   
   :components
-  ((:file "base64")))
+  ((:file "src")))