diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-13 16:59:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-13 16:59:33 (GMT) |
commit | d06a5c4c22214e8bcdab307afca8c8698c6831eb (patch) | |
tree | 6ea5cbab79d2c102863c12c9e7c8e5708a9e48fd /generic/tclStringObj.c | |
parent | 29be47f4511520e0e8efac664661d17195c8fea1 (diff) | |
parent | 56c8c7f4a2740ed010d79e0de78b0f1ed9d88c82 (diff) | |
download | tcl-d06a5c4c22214e8bcdab307afca8c8698c6831eb.zip tcl-d06a5c4c22214e8bcdab307afca8c8698c6831eb.tar.gz tcl-d06a5c4c22214e8bcdab307afca8c8698c6831eb.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r-- | generic/tclStringObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c index 522a740..10af942 100644 --- a/generic/tclStringObj.c +++ b/generic/tclStringObj.c @@ -27,8 +27,8 @@ * internal representation to keep track of how much space is used vs. * allocated. * - * Copyright (c) 1995-1997 Sun Microsystems, Inc. - * Copyright (c) 1999 by Scriptics Corporation. + * Copyright © 1995-1997 Sun Microsystems, Inc. + * Copyright © 1999 Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. |