summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-08-10 17:21:31 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-08-10 17:21:31 (GMT)
commit4eeda5eb79db26f44daebe475e525ca74ec7e61e (patch)
tree2f300c8daf5b47e80b150ec5f5d820792a36f487 /generic
parente35baaf05ed3b359942d97524ba40a0f7270e432 (diff)
downloadtcl-4eeda5eb79db26f44daebe475e525ca74ec7e61e.zip
tcl-4eeda5eb79db26f44daebe475e525ca74ec7e61e.tar.gz
tcl-4eeda5eb79db26f44daebe475e525ca74ec7e61e.tar.bz2
updated copyright info & sccs ids
FossilOrigin-Name: bbaf63a188fdb358c1a621e629a2ecb83b96b753
Diffstat (limited to 'generic')
-rw-r--r--generic/tclBasic.c3
-rw-r--r--generic/tclNamesp.c8
2 files changed, 4 insertions, 7 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"
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index 3108197..6d56190 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -9,16 +9,12 @@
*
* Copyright (c) 1993-1997 Lucent Technologies.
* Copyright (c) 1997 Sun Microsystems, Inc.
- *
- * Originally implemented by
- * Michael J. McLennan
- * Bell Labs Innovations for Lucent Technologies
- * mmclennan@lucent.com
+ * 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: @(#) tclNamesp.c 1.29 97/08/04 09:32:38
+ * SCCS: %Z% $Id: tclNamesp.c,v 1.6 1998/08/10 17:21:41 rjohnson Exp $
*/
#include "tclInt.h"