diff options
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index 65d903e..f7b35c2 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,10 +3,11 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# RCS: @(#) $Id: init.tcl,v 1.22 1998/11/12 05:54:02 welch Exp $ +# RCS: @(#) $Id: init.tcl,v 1.23 1999/01/04 19:25:02 rjohnson Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. +# Copyright (c) 1998-1999 Scriptics Corporation. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |