r10608: update license
[uffi.git] / tests / package.lisp
index 7db77f2d4f2b9f5ec6c402aaa93e8f05d5c6fc9c..a5dc18662fb990d593b19c4529319ebcdceb5ccb 100644 (file)
@@ -7,11 +7,14 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2003/04/29 12:42:03 kevin Exp $
+;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg
+;;;;
+;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:uffi-tests
-  (:use #:asdf #:cl #:uffi #:rtest))
+  (:use #:asdf #:cl #:uffi #:rtest)
+  (:shadowing-import-from #:uffi #:run-shell-command))
 
 (in-package #:uffi-tests)