
Update of /project/elephant/cvsroot/elephant/src/utils In directory clnet:/tmp/cvs-serv28241/src/utils Modified Files: convenience.lisp locks.lisp os.lisp package.lisp Log Message: Mostly documentation edits + fixing copyright in all source files --- /project/elephant/cvsroot/elephant/src/utils/convenience.lisp 2007/03/30 17:45:42 1.6 +++ /project/elephant/cvsroot/elephant/src/utils/convenience.lisp 2007/04/12 02:47:51 1.7 @@ -1,9 +1,23 @@ - -;; Copyright Ian Eslick -;; License: LGPL -;; -;; A collection of handy utilities for compacting code complexity in elephant -;; +;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;; +;;; convenience.lisp -- A set of convenience functions for Elephant +;;; +;;; By Ian Eslick, <ieslick common-lisp net> +;;; +;;; part of +;;; +;;; Elephant: an object-oriented database for Common Lisp +;;; +;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee +;;; <ablumberg@common-lisp.net> <blee@common-lisp.net> +;;; +;;; Portions Copyright (c) 2005-2007 by Robert Read and Ian Eslick +;;; <rread common-lisp net> <ieslick common-lisp net> +;;; +;;; 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. +;;; (in-package :elephant-utils) --- /project/elephant/cvsroot/elephant/src/utils/locks.lisp 2007/02/09 17:11:53 1.2 +++ /project/elephant/cvsroot/elephant/src/utils/locks.lisp 2007/04/12 02:47:51 1.3 @@ -1,14 +1,19 @@ ;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;; -;;; cross-platform.lisp -- convert Lisp data to/from byte arrays +;;; locks.lisp -- A generic interface to lisp/os locks ;;; -;;; Initial version 8/26/2004 by Ben Lee -;;; <blee@common-lisp.net> +;;; By Ian Eslick, <ieslick common-lisp net> ;;; ;;; part of ;;; ;;; Elephant: an object-oriented database for Common Lisp ;;; +;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee +;;; <ablumberg@common-lisp.net> <blee@common-lisp.net> +;;; +;;; Portions Copyright (c) 2005-2007 by Robert Read and Ian Eslick +;;; <rread common-lisp net> <ieslick common-lisp net> +;;; ;;; 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. --- /project/elephant/cvsroot/elephant/src/utils/os.lisp 2007/02/16 03:43:48 1.2 +++ /project/elephant/cvsroot/elephant/src/utils/os.lisp 2007/04/12 02:47:51 1.3 @@ -1,3 +1,24 @@ +;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;; +;;; os.lisp -- A set of convenience functions for cross-platform os functions +;;; that elephant requires +;;; +;;; By Ian Eslick, <ieslick common-lisp net> +;;; +;;; part of +;;; +;;; Elephant: an object-oriented database for Common Lisp +;;; +;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee +;;; <ablumberg@common-lisp.net> <blee@common-lisp.net> +;;; +;;; Portions Copyright (c) 2005-2007 by Robert Read and Ian Eslick +;;; <rread common-lisp net> <ieslick common-lisp net> +;;; +;;; 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. +;;; (in-package :elephant-utils) --- /project/elephant/cvsroot/elephant/src/utils/package.lisp 2007/03/30 17:45:42 1.6 +++ /project/elephant/cvsroot/elephant/src/utils/package.lisp 2007/04/12 02:47:51 1.7 @@ -12,6 +12,9 @@ ;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee ;;; <ablumberg@common-lisp.net> <blee@common-lisp.net> ;;; +;;; Portions Copyright (c) 2005-2007 by Robert Read and Ian Eslick +;;; <rread common-lisp net> <ieslick common-lisp net> +;;; ;;; 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.
participants (1)
-
ieslick