X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Frecording.lisp;fp=base%2Frecording.lisp;h=5f0f495815652c34b39fa95d219b8849546d11cc;hb=d68d59f99911564ac2af867561fefef107cb14e8;hp=37d14d3ff6c6d7bcbd94e237b2b15f1c3fcdaf42;hpb=10880a673c08e936462c8473a4508de2acce0826;p=clsql.git diff --git a/base/recording.lisp b/base/recording.lisp index 37d14d3..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 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)