X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fdatabase.lisp;h=78b6faafa2867d7846eeef96675b06e8e0e4d3e1;hb=d68d59f99911564ac2af867561fefef107cb14e8;hp=e8845ae4346d531a81d536791309025044fec983;hpb=10880a673c08e936462c8473a4508de2acce0826;p=clsql.git diff --git a/base/database.lisp b/base/database.lisp index e8845ae..78b6faa 100644 --- a/base/database.lisp +++ b/base/database.lisp @@ -1,7 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: $ +;;;; $Id$ +;;;; +;;;; Base database functions +;;;; +;;;; 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)