diff options
author | rjohnson <rjohnson> | 1998-08-10 17:21:31 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-08-10 17:21:31 (GMT) |
commit | 8b968fdc237d4449b320d01722aed97cdd94bb56 (patch) | |
tree | 2f300c8daf5b47e80b150ec5f5d820792a36f487 /generic/tclBasic.c | |
parent | e8528498a5d946c891689b8b82c5aa5f98fa534f (diff) | |
download | tcl-8b968fdc237d4449b320d01722aed97cdd94bb56.zip tcl-8b968fdc237d4449b320d01722aed97cdd94bb56.tar.gz tcl-8b968fdc237d4449b320d01722aed97cdd94bb56.tar.bz2 |
updated copyright info & sccs ids
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 3e4e36d..e8f1d72 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -7,11 +7,12 @@ * * Copyright (c) 1987-1994 The Regents of the University of California. * Copyright (c) 1994-1997 Sun Microsystems, Inc. + * Copyright (c) 1998 by Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tclBasic.c,v 1.11 1998/08/10 17:18:18 rjohnson Exp $ + * SCCS: %Z% $Id: tclBasic.c,v 1.12 1998/08/10 17:21:31 rjohnson Exp $ */ #include "tclInt.h" |