summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 08:25:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 08:25:48 (GMT)
commit55383ed9b1e8a412476319e9d62767a8e45cfd9c (patch)
tree62a5688ce5c2b5289af4d19752b24a0dd4a61654 /library/init.tcl
parenta73325fed064919a3d1975ec1d9b62656cf9a789 (diff)
downloadtcl-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 'library/init.tcl')
-rw-r--r--library/init.tcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 45178de..52b97d8 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -3,11 +3,11 @@
# Default system startup file for Tcl-based applications. Defines
# "unknown" procedure and auto-load facilities.
#
-# Copyright (c) 1991-1993 The Regents of the University of California.
-# Copyright (c) 1994-1996 Sun Microsystems, Inc.
-# Copyright (c) 1998-1999 Scriptics Corporation.
-# Copyright (c) 2004 Kevin B. Kenny.
-# Copyright (c) 2018 Sean Woods
+# Copyright © 1991-1993 The Regents of the University of California.
+# Copyright © 1994-1996 Sun Microsystems, Inc.
+# Copyright © 1998-1999 Scriptics Corporation.
+# Copyright © 2004 Kevin B. Kenny.
+# Copyright © 2018 Sean Woods
#
# All rights reserved.
#