X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Ftransaction.lisp;h=236705da1ad70cfb7c842fa73bf27613e09c7dbd;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hp=9a914551d74c0db051499fadcd1594708e5655c3;hpb=ce0e343835a040406678dff74a62d1b0cb56f317;p=clsql.git diff --git a/base/transaction.lisp b/base/transaction.lisp index 9a91455..236705d 100644 --- a/base/transaction.lisp +++ b/base/transaction.lisp @@ -1,7 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: transactions.lisp 7061 2003-09-07 06:34:45Z kevin $ +;;;; $Id$ +;;;; +;;;; Transaction support +;;;; +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL 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 #:clsql-base-sys)