[elephant-cvs] CVS update: elephant/elephant.asd

blee at common-lisp.net blee at common-lisp.net
Sun Aug 29 07:45:51 UTC 2004


Update of /project/elephant/cvsroot/elephant
In directory common-lisp.net:/tmp/cvs-serv30116

Modified Files:
	elephant.asd 
Log Message:
license, new metaclass / util files

Date: Sun Aug 29 09:45:50 2004
Author: blee

Index: elephant/elephant.asd
diff -u elephant/elephant.asd:1.2 elephant/elephant.asd:1.3
--- elephant/elephant.asd:1.2	Sat Aug 28 08:37:57 2004
+++ elephant/elephant.asd	Sun Aug 29 09:45:49 2004
@@ -1,15 +1,40 @@
-;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; *************************************************************************
-;;;; Name:     elephant.asd
-;;;; Author:   Ben Lee <blee at common-lisp.net>
-;;;; Created:  Aug 2004
-;;;;
-;;;; This file, part of Elephant, is Copyright (c) 2004 by Ben Lee
-;;;;
-;;;; Elephant users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; *************************************************************************
+;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;
+;;; elephant.asd -- ASDF system definition for elephant
+;;; 
+;;; Initial version 8/26/2004 by Ben Lee
+;;; <ablumberg at common-lisp.net>
+;;; 
+;;; part of
+;;;
+;;; Elephant: an object-oriented database for Common Lisp
+;;;
+;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee
+;;; <ablumberg at common-lisp.net> <blee at common-lisp.net>
+;;;
+;;; This program is free software; you can redistribute it
+;;; and/or modify it under the terms of the GNU General
+;;; Public License as published by the Free Software
+;;; Foundation; either version 2 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be
+;;; useful, but WITHOUT ANY WARRANTY; without even the
+;;; implied warranty of MERCHANTABILITY or FITNESS FOR A
+;;; PARTICULAR PURPOSE. See the GNU General Public License
+;;; for more details.
+;;;
+;;; The GNU General Public License can be found in the file
+;;; LICENSE which should have been distributed with this
+;;; code.  It can also be found at
+;;;
+;;; http://www.opensource.org/licenses/gpl-license.php
+;;;
+;;; You should have received a copy of the GNU General
+;;; Public License along with this program; if not, write
+;;; to the Free Software Foundation, Inc., 59 Temple Place,
+;;; Suite 330, Boston, MA 02111-1307 USA
+;;;
 
 (defsystem elephant
   :name "elephant"
@@ -25,6 +50,8 @@
 	    :components
 	    ((:file "sleepycat")
 	     (:file "elephant")
+	     (:file "utils")
+	     (:file "metaclasses") 
 	     (:file "classes") 
 	     (:file "collections")
 	     (:file "controller")





More information about the Elephant-cvs mailing list