r10433: remove package not included
[cl-photo.git] / package.lisp
index e53e48c604ae0628cc80375499a3aa7c95bbae49..283f0e0f708e11ecb3e5f910e46cb0a1e12a18c4 100755 (executable)
@@ -7,23 +7,32 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  April 2005
 ;;;;
-;;;; $Id: package.lisp 8596 2004-02-03 18:32:50Z kevin $
+;;;; $Id$
 ;;;;
-;;;; This file, part of cl-photo, is Copyright (c) 2005 by Kevin Rosenberg.
-;;;; Rights of modification and redistribution are in the LICENSE file.
+;;;; This file, part of cl-photo, is Copyright (c) 2005 by Kevin M. Rosenberg
+;;;;
+;;;; cl-photo users are granted the rights to distribute and use this software
+;;;; as governed by the terms of the GNU General Public License v2
+;;;; (http://www.gnu.org/licenses/gpl.html)
 ;;;;
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
 
 (defpackage #:photo
-  (:use #:common-lisp #:kmrcl)
+  (:use #:common-lisp)
   (:export
 
    ;; fov.lisp
-   #:fov
-   #:fov-format
+   #:aov
+   #:aov-format
+   #:aov-distance
 
    ;; dof.lisp
+   #:coc-format
+   #:coc-sensor
+   #:coc-airy
+   #:dof
+   #:hyperfocal
    ))