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 | 55383ed9b1e8a412476319e9d62767a8e45cfd9c (patch) | |
tree | 62a5688ce5c2b5289af4d19752b24a0dd4a61654 /tests/llength.test | |
parent | a73325fed064919a3d1975ec1d9b62656cf9a789 (diff) | |
download | tcl-55383ed9b1e8a412476319e9d62767a8e45cfd9c.zip tcl-55383ed9b1e8a412476319e9d62767a8e45cfd9c.tar.gz tcl-55383ed9b1e8a412476319e9d62767a8e45cfd9c.tar.bz2 |
Now that all Tcl source files are UTF-8 by default, we can use the ©-sign whenever reasonable.
Diffstat (limited to 'tests/llength.test')
-rw-r--r-- | tests/llength.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/llength.test b/tests/llength.test index a2770c0..a489590 100644 --- a/tests/llength.test +++ b/tests/llength.test @@ -4,9 +4,9 @@ # 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) 1991-1993 The Regents of the University of California. -# Copyright (c) 1994 Sun Microsystems, Inc. -# Copyright (c) 1998-1999 by Scriptics Corporation. +# Copyright © 1991-1993 The Regents of the University of California. +# Copyright © 1994 Sun Microsystems, Inc. +# Copyright © 1998-1999 by Scriptics Corporation. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |