diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-02 14:41:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-02 14:41:53 (GMT) |
commit | 6fc4828aadc3d97a83a14a07a637415b9dafa8c6 (patch) | |
tree | 0a44b9a95b4a0c9b733dc470caa446fd6f874c8a /library/tcltest/tcltest.tcl | |
parent | fdf0eab42848aced45b470262cc3507d2f9a8c5f (diff) | |
download | tcl-6fc4828aadc3d97a83a14a07a637415b9dafa8c6.zip tcl-6fc4828aadc3d97a83a14a07a637415b9dafa8c6.tar.gz tcl-6fc4828aadc3d97a83a14a07a637415b9dafa8c6.tar.bz2 |
(c) -> ©, now that TIP #587 is accepted
Diffstat (limited to 'library/tcltest/tcltest.tcl')
-rw-r--r-- | library/tcltest/tcltest.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index eb47963..72c7b94 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -10,9 +10,9 @@ # initially implemented by Mary Ann May-Pumphrey of Sun # Microsystems. # -# Copyright (c) 1994-1997 Sun Microsystems, Inc. -# Copyright (c) 1998-1999 Scriptics Corporation. -# Copyright (c) 2000 Ajuba Solutions +# Copyright © 1994-1997 Sun Microsystems, Inc. +# Copyright © 1998-1999 Scriptics Corporation. +# Copyright © 2000 Ajuba Solutions # Contributions from Don Porter, NIST, 2002. (not subject to US copyright) # All rights reserved. |