X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle.lisp;h=2ff60f86182172fb6b173f29aaf4f6db605c16fc;hb=8a8ee2d7d791b7a3efaed06420802a925d16fca3;hp=94c933de2ace070c53e9cdb9099bfb2f29f2079e;hpb=5691bb90517d7c565a141d131da76c3de1f8d566;p=clsql.git diff --git a/db-oracle/oracle.lisp b/db-oracle/oracle.lisp index 94c933d..2ff60f8 100644 --- a/db-oracle/oracle.lisp +++ b/db-oracle/oracle.lisp @@ -1,13 +1,18 @@ -;;; -*- Mode: Lisp -*- -;;; $Id$ - -;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases -;;; This is copyrighted software. See documentation for terms. -;;; -;;; oracle.lisp --- FFI interface to Oracle on Unix -;;; -;;; The present content of this file is orented specifically towards -;;; Oracle 8.0.5.1 under Linux, linking against libclntsh.so +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: oracle.lisp +;;;; Purpose: Package definition 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)