X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-package.lisp;h=681617a63bc55db542feebcd7604c2a1922b429b;hp=1dbbde9ee7f6bca6ef94f9b72beb98aad8ae86c2;hb=48652576baf88a7dcde5649cec889228aa7b5133;hpb=69df048c1413aa55d9816ad4c7d6f32ae2d6c6cc diff --git a/db-oracle/oracle-package.lisp b/db-oracle/oracle-package.lisp index 1dbbde9..681617a 100644 --- a/db-oracle/oracle-package.lisp +++ b/db-oracle/oracle-package.lisp @@ -1,13 +1,23 @@ -;;; -*- Mode: Lisp -*- -;;; $Id$ -;;; -;;; This is copyrighted software. See documentation for terms. +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: oracle-package.cl +;;;; Purpose: Package definition 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 :cl-user) +(in-package #:cl-user) -(defpackage :clsql-oracle - (:nicknames :oracle) - (:use :common-lisp :clsql-sys "ALIEN" "C-CALL" "SYSTEM") +(defpackage #:clsql-oracle + (:use #:common-lisp #:clsql-base) (:export #:oracle-database #:*oracle-so-load-path* #:*oracle-so-libraries*)