Minor changes (added COPYING information and other minutiae).
substitutions.lisp
Sat Apr 2 04:05:18 UTC 2011 mantoniotti@common-lisp.net
* Minor changes (added COPYING information and other minutiae).
--- old-cl-unification/substitutions.lisp 2014-01-24 21:54:33.000000000 +0000
+++ new-cl-unification/substitutions.lisp 2014-01-24 21:54:34.000000000 +0000
@@ -4,6 +4,8 @@
;;;; General CL structures unifier.
;;;; Substitution definitions. Mostly a rehash of the usual SICP stuff.
+;;;; See file COPYING for copyright licensing information.
+
(in-package "CL.EXT.DACF.UNIFICATION") ; DACF = Data And Control Flow.
;;;---------------------------------------------------------------------------