diff options
author | hobbs <hobbs@noemail.net> | 2002-04-10 19:56:49 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-04-10 19:56:49 (GMT) |
commit | 2e4f1b468da5485b06bd94b563c196abe4272258 (patch) | |
tree | bd5125d7a5f8b86149d2c1d953a781ca00964352 /tests/all.tcl | |
parent | ac10954591afad713581eb80a35bdb3fda695ef3 (diff) | |
download | tk-2e4f1b468da5485b06bd94b563c196abe4272258.zip tk-2e4f1b468da5485b06bd94b563c196abe4272258.tar.gz tk-2e4f1b468da5485b06bd94b563c196abe4272258.tar.bz2 |
fixed copyright notice
FossilOrigin-Name: 63e855e6d22dc2c8688fab35f2182311d6dd2639
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 5e77969..0dc8c6d 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -5,9 +5,11 @@ # in this directory. # # Copyright (c) 1998-1999 by Scriptics Corporation. -# 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.4 1999/04/21 21:53:29 rjohnson Exp $ +# RCS: @(#) $Id: all.tcl,v 1.5 2002/04/10 19:56:50 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] |