X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsyntax.lisp;h=bf3ce15484487696cd7e8fb1d6e4b5da5aa4fab1;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hp=f3f8372ead60213381c58282821bb4c8ed757d10;hpb=7f0e4a65d1b425f2fa58fc7cce8296c1a6c52c2f;p=clsql.git diff --git a/sql/syntax.lisp b/sql/syntax.lisp index f3f8372..bf3ce15 100644 --- a/sql/syntax.lisp +++ b/sql/syntax.lisp @@ -1,19 +1,21 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: package.lisp -;;;; Updated: <04/04/2004 12:05:16 marcusp> -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; -;;;; CLSQL-USQL square bracket symbolic query syntax. Functions for +;;;; 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-usql-sys) +(in-package #:clsql-sys) (defvar *original-reader-enter* nil)