From 225c02af1ae1c9c6f0b6c29eaf8319d48caae89f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 25 May 2004 04:26:44 +0000 Subject: [PATCH] r9467: add properties --- sql/expressions.lisp | 2 +- sql/fddl.lisp | 2 +- sql/fdml.lisp | 2 +- sql/ooddl.lisp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/expressions.lisp b/sql/expressions.lisp index a64f9bf..80d735c 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 8f6c178..bc68a81 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 3f3061c..283f2dd 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 0bfcd4a..d2158cc 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) ;;;; -- 2.34.1