From: Kevin M. Rosenberg Date: Thu, 29 Jan 2004 23:30:50 +0000 (+0000) Subject: r8573: set file properties X-Git-Tag: debian-0.1.1-4~4 X-Git-Url: http://git.kpe.io/?p=cl-rss.git;a=commitdiff_plain;h=34a0917a07e7a6e3c20b58939e655c7f7066356e r8573: set file properties --- diff --git a/main.lisp b/main.lisp index f469ee7..fb93f7d 100644 --- a/main.lisp +++ b/main.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2003 ;;;; -;;;; $Id: rss.asd 7061 2003-09-07 06:34:45Z kevin $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:rss) diff --git a/package.lisp b/package.lisp index e4fe907..197e565 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2003 ;;;; -;;;; $Id: rss.asd 7061 2003-09-07 06:34:45Z kevin $ +;;;; $Id$ ;;;; ************************************************************************* (in-package cl-user) diff --git a/rss.asd b/rss.asd index 0ea397d..e34fcbb 100644 --- a/rss.asd +++ b/rss.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: rss.asd 7061 2003-09-07 06:34:45Z kevin $ +;;;; $Id$ ;;;; ************************************************************************* (defpackage #:rss-system (:use #:asdf #:cl))