[elephant-cvs] CVS elephant/src/db-clsql
ieslick
ieslick at common-lisp.net
Thu Apr 12 02:47:31 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/db-clsql
In directory clnet:/tmp/cvs-serv28241/src/db-clsql
Modified Files:
package.lisp sql-collections.lisp sql-controller.lisp
sql-transaction.lisp
Log Message:
Mostly documentation edits + fixing copyright in all source files
--- /project/elephant/cvsroot/elephant/src/db-clsql/package.lisp 2007/04/01 22:01:51 1.3
+++ /project/elephant/cvsroot/elephant/src/db-clsql/package.lisp 2007/04/12 02:47:24 1.4
@@ -1,6 +1,6 @@
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;
-;;; sql-controller.lisp -- Interface to a CLSQL based object store.
+;;; src/db-clsql/package.lisp - imports for the CLSQL data store
;;;
;;; Initial version 10/12/2005 by Robert L. Read
;;; <read at robertlread.net>
--- /project/elephant/cvsroot/elephant/src/db-clsql/sql-collections.lisp 2007/02/26 19:55:11 1.12
+++ /project/elephant/cvsroot/elephant/src/db-clsql/sql-collections.lisp 2007/04/12 02:47:24 1.13
@@ -9,7 +9,7 @@
;;;
;;; Elephant: an object-oriented database for Common Lisp
;;;
-;;; Copyright (c) 2005 by Robert L. Read
+;;; Copyright (c) 2005-2007 by Robert L. Read
;;; <rread at common-lisp.net>
;;;
;;; Elephant users are granted the rights to distribute and use this software
--- /project/elephant/cvsroot/elephant/src/db-clsql/sql-controller.lisp 2007/03/23 16:06:43 1.23
+++ /project/elephant/cvsroot/elephant/src/db-clsql/sql-controller.lisp 2007/04/12 02:47:24 1.24
@@ -9,7 +9,7 @@
;;;
;;; Elephant: an object-oriented database for Common Lisp
;;;
-;;; Copyright (c) 2005 by Robert L. Read
+;;; Copyright (c) 2005-2007 by Robert L. Read
;;;
;;; Elephant users are granted the rights to distribute and use this software
;;; as governed by the terms of the Lisp Lesser GNU Public License
--- /project/elephant/cvsroot/elephant/src/db-clsql/sql-transaction.lisp 2007/02/20 02:33:59 1.5
+++ /project/elephant/cvsroot/elephant/src/db-clsql/sql-transaction.lisp 2007/04/12 02:47:24 1.6
@@ -2,15 +2,15 @@
;;;
;;; sql-transactions.lisp -- Top level transaction support for elephant sql
;;;
-;;; Initial version 8/26/2004 by Ben Lee
-;;; <blee at common-lisp.net>
+;;; Initial version 10/12/2005 by Robert L. Read
+;;; <read at robertlread.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>
+;;; Copyright (c) 2005-2007 by Robert L. Read
+;;; Portions Copyright (c) 2006-2007 by Ian Eslick
;;;
;;; Elephant users are granted the rights to distribute and use this software
;;; as governed by the terms of the Lisp Lesser GNU Public License
More information about the Elephant-cvs
mailing list