From 105606732f2cc5681c7eb76da58a11988ba64d96 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 10 May 2004 21:45:28 +0000 Subject: [PATCH] r9311: more header fixes --- db-oracle/alien-resources.lisp | 2 +- db-oracle/oracle-constants.lisp | 17 +++++++++++++++-- db-oracle/oracle-loader.lisp | 2 +- db-oracle/oracle-objects.lisp | 2 +- db-oracle/oracle-package.lisp | 2 +- db-oracle/oracle-sql.lisp | 2 +- db-oracle/oracle.lisp | 2 +- 7 files changed, 21 insertions(+), 8 deletions(-) diff --git a/db-oracle/alien-resources.lisp b/db-oracle/alien-resources.lisp index 3778526..8099b02 100644 --- a/db-oracle/alien-resources.lisp +++ b/db-oracle/alien-resources.lisp @@ -6,7 +6,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; 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 diff --git a/db-oracle/oracle-constants.lisp b/db-oracle/oracle-constants.lisp index 02bf412..692b55b 100644 --- a/db-oracle/oracle-constants.lisp +++ b/db-oracle/oracle-constants.lisp @@ -1,5 +1,18 @@ -;;; -*- Mode: Lisp -*- -;;; $Id$ +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: oracle-constants.lisp +;;;; Purpose: Constants for CLSQL Oracle interface +;;;; +;;;; $Id$ +;;;; +;;;; 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-oracle) diff --git a/db-oracle/oracle-loader.lisp b/db-oracle/oracle-loader.lisp index c63a673..1d16a7c 100644 --- a/db-oracle/oracle-loader.lisp +++ b/db-oracle/oracle-loader.lisp @@ -7,7 +7,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; 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 diff --git a/db-oracle/oracle-objects.lisp b/db-oracle/oracle-objects.lisp index e899318..4e58aa5 100644 --- a/db-oracle/oracle-objects.lisp +++ b/db-oracle/oracle-objects.lisp @@ -6,7 +6,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; 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 diff --git a/db-oracle/oracle-package.lisp b/db-oracle/oracle-package.lisp index 681617a..22314a2 100644 --- a/db-oracle/oracle-package.lisp +++ b/db-oracle/oracle-package.lisp @@ -7,7 +7,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; 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 diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index 01d311d..686f213 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -6,7 +6,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; 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 diff --git a/db-oracle/oracle.lisp b/db-oracle/oracle.lisp index 9dc8a79..2ff60f8 100644 --- a/db-oracle/oracle.lisp +++ b/db-oracle/oracle.lisp @@ -7,7 +7,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; 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 -- 2.34.1