From: Marcus Pearce Date: Mon, 24 May 2004 21:35:49 +0000 (+0000) Subject: r9459: X-Git-Tag: v3.8.6~389 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=b9307c6d87a2d84d2a2b47891b753c4fc1a13b13 r9459: --- diff --git a/sql/expressions.lisp b/sql/expressions.lisp index fb9f3f7..a64f9bf 100644 --- a/sql/expressions.lisp +++ b/sql/expressions.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: +;;;; $Id: $ ;;;; ;;;; Classes defining SQL expressions and methods for formatting the ;;;; appropriate SQL commands. diff --git a/sql/fddl.lisp b/sql/fddl.lisp index 608a114..8f6c178 100644 --- a/sql/fddl.lisp +++ b/sql/fddl.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: +;;;; $Id: $ ;;;; ;;;; The CLSQL Functional Data Definition Language (FDDL) ;;;; including functions for schema manipulation. Currently supported diff --git a/sql/fdml.lisp b/sql/fdml.lisp index 1593030..3f3061c 100644 --- a/sql/fdml.lisp +++ b/sql/fdml.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: +;;;; $Id: $ ;;;; ;;;; The CLSQL Functional Data Manipulation Language (FDML). ;;;; diff --git a/sql/ooddl.lisp b/sql/ooddl.lisp index d37470d..0bfcd4a 100644 --- a/sql/ooddl.lisp +++ b/sql/ooddl.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: +;;;; $Id: $ ;;;; ;;;; The CLSQL Object Oriented Data Definitional Language (OODDL) ;;;; diff --git a/sql/oodml.lisp b/sql/oodml.lisp index d44b90b..3a005ad 100644 --- a/sql/oodml.lisp +++ b/sql/oodml.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: +;;;; $Id: $ ;;;; ;;;; The CLSQL Object Oriented Data Manipulation Language (OODML). ;;;;