diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 08:25:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 08:25:48 (GMT) |
commit | 12205b1a5dc7dec89c4d98da738000e9204244d5 (patch) | |
tree | 62a5688ce5c2b5289af4d19752b24a0dd4a61654 /tests/clock.test | |
parent | 96ce3fb88ab226db7cd489a8323cd5a77ad75a3c (diff) | |
download | tcl-12205b1a5dc7dec89c4d98da738000e9204244d5.zip tcl-12205b1a5dc7dec89c4d98da738000e9204244d5.tar.gz tcl-12205b1a5dc7dec89c4d98da738000e9204244d5.tar.bz2 |
Now that all Tcl source files are UTF-8 by default, we can use the ©-sign whenever reasonable.
Diffstat (limited to 'tests/clock.test')
-rw-r--r-- | tests/clock.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clock.test b/tests/clock.test index bb72878..4283020 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -6,7 +6,7 @@ # built-in commands. Sourcing this file into Tcl runs the tests and # generates output for errors. No output means no errors were found. # -# Copyright (c) 2004 by Kevin B. Kenny. All rights reserved. +# Copyright © 2004 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. |