X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=283f0e0f708e11ecb3e5f910e46cb0a1e12a18c4;hb=68888264bfdedb86e9bbceee6479e938cb854a51;hp=ee7dcdda0e9f870f95b202ebca3977fb78b583d0;hpb=2502270d59bbf71c29d82486997d38a3981b307c;p=cl-photo.git diff --git a/package.lisp b/package.lisp index ee7dcdd..283f0e0 100755 --- a/package.lisp +++ b/package.lisp @@ -9,21 +9,30 @@ ;;;; ;;;; $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 ))