From 029606f434b96829d759f4982b453ab0feda835d Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Tue, 22 Nov 2011 20:08:27 -0500 Subject: [PATCH] Clean up system file. Remove old CVS keywords, zap trailing whitespace, remove unneeded package definitions, and add :description. --- zpb-exif.asd | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/zpb-exif.asd b/zpb-exif.asd index 8afbda2..b3d14f0 100644 --- a/zpb-exif.asd +++ b/zpb-exif.asd @@ -1,8 +1,8 @@ -;;; +;;; ;;; zpb-exif.asd -;;; +;;; ;;; Created: 2005-12-08 by Zach Beane -;;; +;;; ;;; Copyright (c) 2005 Zachary Beane, All Rights Reserved ;;; ;;; Redistribution and use in source and binary forms, with or without @@ -28,15 +28,11 @@ ;;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -;;; -;;; $Id: zpb-exif.asd,v 1.2 2009/09/08 17:16:23 xach Exp $ - -(defpackage :zpb-exif-system - (:use :asdf :cl)) +;;; -(in-package :zpb-exif-system) -(defsystem :zpb-exif +(asdf:defsystem :zpb-exif :version "1.2.0" :author "Zachary Beane " + :description "Read EXIF data from image files" :components ((:file "exif"))) -- 2.11.4.GIT