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)
imap.lisp
postoffice.asd
smtp.lisp

index 1d9f7d6d3c32cab7cc49d7871311179eecc2b240..634fb5dfce6808557f8f4e8c660a7d0cb9d50971 100644 (file)
--- a/imap.lisp
+++ b/imap.lisp
@@ -19,7 +19,7 @@
 ;; Commercial Software developed at private expense as specified in
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
 ;;
-;; $Id: imap.lisp,v 1.2 2003/05/31 13:41:10 kevin Exp $
+;; $Id$
 
 ;; Description:
 ;;
index 1831bdd029fcabf476973aa5d1660c0619780819..d80a4e27be89e86c85608556ba22c1cd73612fcd 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: postoffice.asd,v 1.1 2003/05/28 21:11:39 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
index 88dc4942f1332950a0238cb5be4e8199b11c32ec..d639abbcb02f287296ed0fa0476702e4c0db277b 100644 (file)
--- a/smtp.lisp
+++ b/smtp.lisp
@@ -23,7 +23,7 @@
 ;; Suite 330, Boston, MA  02111-1307  USA
 ;;
 ;;
-;; $Id: smtp.lisp,v 1.4 2002/10/16 02:10:56 kevin Exp $
+;; $Id$
 
 ;; Description:
 ;;   send mail to an smtp server.  See rfc821 for the spec.