diff options
author | welch <welch> | 1998-08-13 13:43:41 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-13 13:43:41 (GMT) |
commit | d68ee6b7bc4ace8da902d08f5ecfa87caf914201 (patch) | |
tree | 333d98f4f6ba41314632586dd35c0630ba90c0ed /generic/tclNamesp.c | |
parent | 80170bc9b74c1e2469a8cac4706d2a5f818f09ce (diff) | |
download | tcl-d68ee6b7bc4ace8da902d08f5ecfa87caf914201.zip tcl-d68ee6b7bc4ace8da902d08f5ecfa87caf914201.tar.gz tcl-d68ee6b7bc4ace8da902d08f5ecfa87caf914201.tar.bz2 |
Restored attribution
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 6d56190..c9352b1 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -11,10 +11,15 @@ * Copyright (c) 1997 Sun Microsystems, Inc. * Copyright (c) 1998 by Scriptics Corporation. * + * Originally implemented by + * Michael J. McLennan + * Bell Labs Innovations for Lucent Technologies + * mmclennan@lucent.com + * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tclNamesp.c,v 1.6 1998/08/10 17:21:41 rjohnson Exp $ + * SCCS: %Z% $Id: tclNamesp.c,v 1.7 1998/08/13 13:43:41 welch Exp $ */ #include "tclInt.h" |