Update of /project/elephant/cvsroot/elephant In directory common-lisp.net:/tmp/cvs-serv24808
Modified Files: elephant.asd Log Message: berkeley-db license description
Date: Thu Sep 16 06:12:41 2004 Author: blee
Index: elephant/elephant.asd diff -u elephant/elephant.asd:1.5 elephant/elephant.asd:1.6 --- elephant/elephant.asd:1.5 Sat Sep 4 10:13:14 2004 +++ elephant/elephant.asd Thu Sep 16 06:12:41 2004 @@ -45,14 +45,15 @@ :author "Ben Lee blee@common-lisp.net" :version "0.1" :maintainer "Ben Lee blee@common-lisp.net" - :licence "Lessor Lisp General Public License" + :licence "GPL" :description "Object database for Common Lisp" - :long-description "An object-oriented database based on Berkeley DB, for CMUCL/SBCL, OpenMCL, Lispworks, and Allegro." + :long-description "An object-oriented database based on Berkeley DB, for CMUCL/SBCL, OpenMCL, and Allegro."
:components ((:module :src :components ((:file "sleepycat") + (:file "berkeley-db") (:file "elephant") (:file "utils") (:file "metaclasses")