Minor changes (added COPYING information and other minutiae).
unifier.lisp
Sat Apr 2 04:05:18 UTC 2011 mantoniotti@common-lisp.net
* Minor changes (added COPYING information and other minutiae).
--- old-cl-unification/unifier.lisp 2014-09-11 07:30:44.000000000 +0000
+++ new-cl-unification/unifier.lisp 2014-09-11 07:30:44.000000000 +0000
@@ -3,6 +3,8 @@
;;; unifier.lisp
;;; General CL structures unifier.
+;;;; See file COPYING for copyright licensing information.
+
(in-package "CL.EXT.DACF.UNIFICATION") ; DACF = Data And Control Flow.
(defgeneric unify (a b &optional env &key &allow-other-keys)