X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fbasic-sql.lisp;h=4610c4208793c21cf3e85d57ddb8564b4392880f;hb=d68d59f99911564ac2af867561fefef107cb14e8;hp=ea9245e5aa8e03b8a070e1b0ff68a20eaa096592;hpb=10880a673c08e936462c8473a4508de2acce0826;p=clsql.git diff --git a/base/basic-sql.lisp b/base/basic-sql.lisp index ea9245e..4610c42 100644 --- a/base/basic-sql.lisp +++ b/base/basic-sql.lisp @@ -1,6 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* -;;;; $Id: $ +;;;; +;;;; $Id$ +;;;; +;;;; Base SQL 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)