diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-22 11:34:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-22 11:34:29 (GMT) |
commit | 3d9033b6487dde4a228e9f4ce012c30b99d7fd39 (patch) | |
tree | 9e5baf22ea12154457eb3d4779b851ca0d45a8b3 /tests/tk.test | |
parent | 99dd3b0ca9c97c731ff6a12a2a3d6636fcc1d5dd (diff) | |
parent | 2c164d30542b80763739f5a3415ada25c7ca6ddd (diff) | |
download | tk-3d9033b6487dde4a228e9f4ce012c30b99d7fd39.zip tk-3d9033b6487dde4a228e9f4ce012c30b99d7fd39.tar.gz tk-3d9033b6487dde4a228e9f4ce012c30b99d7fd39.tar.bz2 |
Merge trunk
Diffstat (limited to 'tests/tk.test')
-rw-r--r-- | tests/tk.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tk.test b/tests/tk.test index 481e9b3..35c9c4c 100644 --- a/tests/tk.test +++ b/tests/tk.test @@ -1,9 +1,9 @@ # This file is a Tcl script to test the tk command. # It is organized in the standard fashion for Tcl tests. # -# Copyright (c) 1997 Sun Microsystems, Inc. -# Copyright (c) 1998-1999 by Scriptics Corporation. -# Copyright (c) 2002 ActiveState Corporation. +# Copyright © 1997 Sun Microsystems, Inc. +# Copyright © 1998-1999 by Scriptics Corporation. +# Copyright © 2002 ActiveState Corporation. package require tcltest 2.2 eval tcltest::configure $argv |