From: Kevin M. Rosenberg Date: Sun, 7 Sep 2003 06:34:45 +0000 (+0000) Subject: r7061: initial property settings X-Git-Url: http://git.kpe.io/?p=postoffice.git;a=commitdiff_plain;h=7eded1aff6a3e38b36308fe2a223964a9fb42ea0 r7061: initial property settings --- diff --git a/imap.lisp b/imap.lisp index 1d9f7d6..634fb5d 100644 --- 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: ;; diff --git a/postoffice.asd b/postoffice.asd index 1831bdd..d80a4e2 100644 --- a/postoffice.asd +++ b/postoffice.asd @@ -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 ;;;; diff --git a/smtp.lisp b/smtp.lisp index 88dc494..d639abb 100644 --- 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.