X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-ooddl.lisp;h=9883b7aff4fb58c89a589d0c5f1f919eac4acbed;hp=7089eba9b437b3de0b68f908bc26ad487b959249;hb=72c5d9d0555b01290409dc2607935db823fa1f10;hpb=a443a60adefa64f590d2803e85c7e4657e806225 diff --git a/tests/test-ooddl.lisp b/tests/test-ooddl.lisp index 7089eba..9883b7a 100644 --- a/tests/test-ooddl.lisp +++ b/tests/test-ooddl.lisp @@ -4,14 +4,15 @@ ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 ;;;; Updated: $Id$ -;;;; ====================================================================== -;;;; -;;;; Description ========================================================== -;;;; ====================================================================== ;;;; ;;;; Tests for the CLSQL Object Oriented Data Definition Language ;;;; (OODDL). ;;;; +;;;; This file is part of CLSQL. +;;;; +;;;; 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. ;;;; ======================================================================