diff options
author | hobbs <hobbs> | 2000-11-02 22:55:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-02 22:55:16 (GMT) |
commit | dc8fe31389c70bb41a3923b4d10ddc092b78522a (patch) | |
tree | 7cc1d31773fbed57dc1e188deea08eb6fe5c2973 /library | |
parent | 3bf4145cecc6c61c96ba78ffb51c882afb0bc9ba (diff) | |
download | tk-dc8fe31389c70bb41a3923b4d10ddc092b78522a.zip tk-dc8fe31389c70bb41a3923b4d10ddc092b78522a.tar.gz tk-dc8fe31389c70bb41a3923b4d10ddc092b78522a.tar.bz2 |
updated copyright
Diffstat (limited to 'library')
-rw-r--r-- | library/console.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/console.tcl b/library/console.tcl index db27d34..472dcf5 100644 --- a/library/console.tcl +++ b/library/console.tcl @@ -4,10 +4,10 @@ # can be used by non-unix systems that do not have built-in support # for shells. # -# RCS: @(#) $Id: console.tcl,v 1.9 2000/06/30 06:38:38 ericm Exp $ +# RCS: @(#) $Id: console.tcl,v 1.10 2000/11/02 22:55:16 hobbs Exp $ # -# Copyright (c) 1998-1999 Scriptics Corp. # Copyright (c) 1995-1997 Sun Microsystems, Inc. +# Copyright (c) 1998-2000 Ajuba Solutions. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -476,7 +476,7 @@ proc tkConsoleExit {} { proc tkConsoleAbout {} { global tk_patchLevel tk_messageBox -type ok -message "[::msgcat::mc {Tcl for Windows}] -Copyright \251 2000 Scriptics Corporation +Copyright \251 2000 Ajuba Solutions Tcl [info patchlevel] Tk $tk_patchLevel" |