diff options
author | hobbs <hobbs> | 2002-04-10 19:57:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-10 19:57:15 (GMT) |
commit | 17a0550d8c4b32d1c7dda1d2fab36bb5d30ca401 (patch) | |
tree | 6bb6b83345fe21fbe99378049acd0225737804b8 /tests/all.tcl | |
parent | af6743e1fd92921c5af1c44f808c49d2e671a8b3 (diff) | |
download | tcl-17a0550d8c4b32d1c7dda1d2fab36bb5d30ca401.zip tcl-17a0550d8c4b32d1c7dda1d2fab36bb5d30ca401.tar.gz tcl-17a0550d8c4b32d1c7dda1d2fab36bb5d30ca401.tar.bz2 |
fixed copyright notice
Diffstat (limited to 'tests/all.tcl')
-rw-r--r-- | tests/all.tcl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 4c407fb..3faa12a 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -6,9 +6,11 @@ # # Copyright (c) 1998-1999 by Scriptics Corporation. # Copyright (c) 2000 by Ajuba Solutions -# All rights reserved. +# +# See the file "license.terms" for information on usage and redistribution +# of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: all.tcl,v 1.15 2001/11/23 01:25:35 das Exp $ +# RCS: @(#) $Id: all.tcl,v 1.16 2002/04/10 19:57:15 hobbs Exp $ set tcltestVersion [package require tcltest] namespace import -force tcltest::* |