X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-loader.lisp;h=c63a6733cbab1f76e42d8b410292f7630a17a07d;hp=b7f3b84a42238af985fea2c62ed5ce449bdbac96;hb=48652576baf88a7dcde5649cec889228aa7b5133;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b diff --git a/db-oracle/oracle-loader.lisp b/db-oracle/oracle-loader.lisp index b7f3b84..c63a673 100644 --- a/db-oracle/oracle-loader.lisp +++ b/db-oracle/oracle-loader.lisp @@ -1,12 +1,20 @@ -;;; -*- Mode: Lisp -*- -;;; $Id: oracle-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ -;;; -;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases -;;; This is copyrighted software. See documentation for terms. -;;; -;;; oracle-loader.cl --- Foreign Object Loader for Oracle +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: oracle-loader.lisp +;;;; Purpose: Foreign library loader for CLSQL Oracle interface +;;;; +;;;; $Id$ +;;;; +;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; +;;;; 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) +(in-package #:clsql-oracle) ;; Load the foreign library