X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fpcl.impure.lisp;h=848654086e8363176fc2c99f53c3242af47b8cfd;hb=21223eedf790450dc484907c2bedf2b9bdaa80bf;hp=d76233a8c1c15484f6f60de07118cb7e789ffc93;hpb=06cb0db045562ab583358e2ee7090c606e1dfe42;p=sbcl.git diff --git a/tests/pcl.impure.lisp b/tests/pcl.impure.lisp index d76233a..8486540 100644 --- a/tests/pcl.impure.lisp +++ b/tests/pcl.impure.lisp @@ -1,3 +1,16 @@ +;;;; miscellaneous side-effectful tests of CLOS + +;;;; This software is part of the SBCL system. See the README file for +;;;; more information. +;;;; +;;;; While most of SBCL is derived from the CMU CL system, the test +;;;; files (like this one) were written from scratch after the fork +;;;; from CMU CL. +;;;; +;;;; This software is in the public domain and is provided with +;;;; absolutely no warranty. See the COPYING and CREDITS files for +;;;; more information. + (defpackage "FOO" (:use "CL")) (in-package "FOO")