X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Frecording.lisp;h=5f0f495815652c34b39fa95d219b8849546d11cc;hb=4c8798b240b899e6737b765983de0fb254560bae;hp=b7565f97f3b263c04ebf22734335ead2410151fb;hpb=ce0e343835a040406678dff74a62d1b0cb56f317;p=clsql.git diff --git a/base/recording.lisp b/base/recording.lisp index b7565f9..5f0f495 100644 --- a/base/recording.lisp +++ b/base/recording.lisp @@ -1,14 +1,17 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; -;;;; CLSQL-USQL broadcast streams which can be used to monitor the +;;;; CLSQL broadcast streams which can be used to monitor the ;;;; flow of commands to, and results from, a database. ;;;; -;;;; ====================================================================== +;;;; 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)