r9457: Reworked CLSQL file structure.
[clsql.git] / db-oracle / oracle-constants.lisp
index a7c3cfa74539981c6a7ee0c365b09bc5cd0bb41d..692b55b9e16eee1ad6b65a989c4f06ee8af2b7cb 100644 (file)
@@ -1,7 +1,20 @@
-;;; -*- Mode: Lisp -*-
-;;; $Id: oracle-constants.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
-
-(in-package :clsql-oracle)
+;;;; -*- 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)
 
 (defconstant +oci-default+     #x00)   ; default value for parameters and attributes
 (defconstant +oci-threaded+    #x01)   ; application is in threaded environment