diff options
author | hobbs <hobbs> | 2002-04-10 19:56:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-10 19:56:50 (GMT) |
commit | 7c0a8d65834f1edbb4ff83719fb790a47a54f5db (patch) | |
tree | bd5125d7a5f8b86149d2c1d953a781ca00964352 /tests | |
parent | e3335f9e8ceec937cdc22d6ff4d1dddcd43c9e89 (diff) | |
download | tk-7c0a8d65834f1edbb4ff83719fb790a47a54f5db.zip tk-7c0a8d65834f1edbb4ff83719fb790a47a54f5db.tar.gz tk-7c0a8d65834f1edbb4ff83719fb790a47a54f5db.tar.bz2 |
fixed copyright notice
Diffstat (limited to 'tests')
-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] |