diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-11 08:25:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-11 08:25:14 (GMT) |
commit | a17bf04dbaed1c0e4f72473b0032b735549a51d1 (patch) | |
tree | 27b96c7f8d81950e5f01b2cff742b2064a67ffa6 /generic/tclTestObj.c | |
parent | 259f659ad6c91b21b8d204dcb2582de218f9742c (diff) | |
parent | 2120b2e775e349a97d6dff9aabb69ca9fff5444b (diff) | |
download | tcl-a17bf04dbaed1c0e4f72473b0032b735549a51d1.zip tcl-a17bf04dbaed1c0e4f72473b0032b735549a51d1.tar.gz tcl-a17bf04dbaed1c0e4f72473b0032b735549a51d1.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r-- | generic/tclTestObj.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c index 79a164c..a199ea0 100644 --- a/generic/tclTestObj.c +++ b/generic/tclTestObj.c @@ -6,9 +6,9 @@ * These commands are not normally included in Tcl applications; they're * only used for testing. * - * Copyright (c) 1995-1998 Sun Microsystems, Inc. - * Copyright (c) 1999 by Scriptics Corporation. - * Copyright (c) 2005 by Kevin B. Kenny. All rights reserved. + * Copyright © 1995-1998 Sun Microsystems, Inc. + * Copyright © 1999 Scriptics Corporation. + * Copyright © 2005 Kevin B. Kenny. All rights reserved. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. |