X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-concurrency%2Ftests%2Ftest-utils.lisp;h=a6e441490e48bbe305fa748023dbed42a17186fa;hb=6548750bc1ca4d832afed1744cdc7133b232c6f2;hp=bc21ebc5f8949f72b0e56dd0f7810c9713f42885;hpb=7be549a3b25b8808defdea3a5e213b1747e236a5;p=sbcl.git diff --git a/contrib/sb-concurrency/tests/test-utils.lisp b/contrib/sb-concurrency/tests/test-utils.lisp index bc21ebc..a6e4414 100644 --- a/contrib/sb-concurrency/tests/test-utils.lisp +++ b/contrib/sb-concurrency/tests/test-utils.lisp @@ -1,3 +1,14 @@ +;;;; -*- Lisp -*- +;;;; +;;;; This software is part of the SBCL system. See the README file for +;;;; more information. +;;;; +;;;; This software is derived from the CMU CL system, which was +;;;; written at Carnegie Mellon University and released into the +;;;; public domain. The software is in the public domain and is +;;;; provided with absolutely no warranty. See the COPYING and CREDITS +;;;; files for more information. + (in-package :sb-concurrency-test) #+sb-thread @@ -23,4 +34,4 @@ (ignore-errors (terminate-thread thread)))) -) ;; #+sb-thread (progn ... \ No newline at end of file +) ;; #+sb-thread (progn ...