X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=sql%2Fsyntax.lisp;h=bf3ce15484487696cd7e8fb1d6e4b5da5aa4fab1;hb=73cf858d596ad1d51c745b478292433617cf9d72;hp=d634c9dfe801930a4e0c293f754b24f03785ecc5;hpb=d68d59f99911564ac2af867561fefef107cb14e8;p=clsql.git diff --git a/sql/syntax.lisp b/sql/syntax.lisp index d634c9d..bf3ce15 100644 --- a/sql/syntax.lisp +++ b/sql/syntax.lisp @@ -1,17 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: package.lisp -;;;; Updated: <04/04/2004 12:05:16 marcusp> -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; CLSQL square bracket symbolic query syntax. Functions for ;;;; enabling and disabling the syntax and for building SQL ;;;; expressions using the syntax. ;;;; -;;;; ====================================================================== +;;;; 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-sys)