r2960: *** empty log message ***
[umlisp.git] / parse-2002.lisp
index 6f593ebeedef63241b5621ccd5e77a907a631f9a..07f9b9cd3f992bfd73786511391c9631f0ae4712 100644 (file)
@@ -1,11 +1,24 @@
- ;;; UMLS-Parse
-;;; Lisp Routines for parsing UMLS files
-;;;   and inserting into SQL databases
-;;;
-;;; Copyright (c) 2001 Kevin M. Rosenberg, M.D.
-;;; $Id: parse-2002.lisp,v 1.2 2002/10/09 00:34:47 kevin Exp $
+;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          parse-2002.lisp
+;;;; Purpose:       Parsing and SQL insertion routines for UMLisp which may
+;;;;                change from year to year
+;;;; Programmer:    Kevin M. Rosenberg
+;;;; Date Started:  Apr 2000
+;;;;
+;;;; $Id: parse-2002.lisp,v 1.3 2002/10/09 23:03:41 kevin Exp $
+;;;;
+;;;; This file, part of UMLisp, is
+;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
+;;;;
+;;;; UMLisp users are granted the rights to distribute and use this software
+;;;; as governed by the terms of the GNU General Public License.
+;;;; *************************************************************************
 
 (in-package :umlisp)
+(declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3)))
 
 ;;; Pre-read data for custom fields into hash tables
 (defvar *parse-hash-init?* nil)