Skip to content

Commit 55383ed

Browse files
author
jan.nijtmans
committed
Now that all Tcl source files are UTF-8 by default, we can use the ©-sign whenever reasonable.
1 parent a73325f commit 55383ed

File tree

148 files changed

+337
-337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+337
-337
lines changed

library/auto.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# utility procs formerly in init.tcl dealing with auto execution of commands
44
# and can be auto loaded themselves.
55
#
6-
# Copyright (c) 1991-1993 The Regents of the University of California.
7-
# Copyright (c) 1994-1998 Sun Microsystems, Inc.
6+
# Copyright © 1991-1993 The Regents of the University of California.
7+
# Copyright © 1994-1998 Sun Microsystems, Inc.
88
#
99
# See the file "license.terms" for information on usage and redistribution of
1010
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/clock.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#----------------------------------------------------------------------
1111
#
12-
# Copyright (c) 2004-2007 Kevin B. Kenny
12+
# Copyright © 2004-2007 Kevin B. Kenny
1313
# See the file "license.terms" for information on usage and redistribution
1414
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1515
#

library/history.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Implementation of the history command.
44
#
5-
# Copyright (c) 1997 Sun Microsystems, Inc.
5+
# Copyright © 1997 Sun Microsystems, Inc.
66
#
77
# See the file "license.terms" for information on usage and redistribution of
88
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/init.tcl

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Default system startup file for Tcl-based applications. Defines
44
# "unknown" procedure and auto-load facilities.
55
#
6-
# Copyright (c) 1991-1993 The Regents of the University of California.
7-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
8-
# Copyright (c) 1998-1999 Scriptics Corporation.
9-
# Copyright (c) 2004 Kevin B. Kenny.
10-
# Copyright (c) 2018 Sean Woods
6+
# Copyright © 1991-1993 The Regents of the University of California.
7+
# Copyright © 1994-1996 Sun Microsystems, Inc.
8+
# Copyright © 1998-1999 Scriptics Corporation.
9+
# Copyright © 2004 Kevin B. Kenny.
10+
# Copyright © 2018 Sean Woods
1111
#
1212
# All rights reserved.
1313
#

library/msgcat/msgcat.tcl

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# message catalog facility for Tcl programs. It should be
55
# loaded with the command "package require msgcat".
66
#
7-
# Copyright (c) 2010-2018 Harald Oehlmann.
8-
# Copyright (c) 1998-2000 Ajuba Solutions.
9-
# Copyright (c) 1998 Mark Harrison.
7+
# Copyright © 2010-2018 Harald Oehlmann.
8+
# Copyright © 1998-2000 Ajuba Solutions.
9+
# Copyright © 1998 Mark Harrison.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution
1212
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/package.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# utility procs formerly in init.tcl which can be loaded on demand
44
# for package management.
55
#
6-
# Copyright (c) 1991-1993 The Regents of the University of California.
7-
# Copyright (c) 1994-1998 Sun Microsystems, Inc.
6+
# Copyright © 1991-1993 The Regents of the University of California.
7+
# Copyright © 1994-1998 Sun Microsystems, Inc.
88
#
99
# See the file "license.terms" for information on usage and redistribution
1010
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/parray.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# parray:
22
# Print the contents of a global array on stdout.
33
#
4-
# Copyright (c) 1991-1993 The Regents of the University of California.
5-
# Copyright (c) 1994 Sun Microsystems, Inc.
4+
# Copyright © 1991-1993 The Regents of the University of California.
5+
# Copyright © 1994 Sun Microsystems, Inc.
66
#
77
# See the file "license.terms" for information on usage and redistribution
88
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/safe.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# See the safe.n man page for details.
99
#
10-
# Copyright (c) 1996-1997 Sun Microsystems, Inc.
10+
# Copyright © 1996-1997 Sun Microsystems, Inc.
1111
#
1212
# See the file "license.terms" for information on usage and redistribution of
1313
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/word.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# strings. This file is primarily needed so Tk text and entry widgets behave
55
# properly for different platforms.
66
#
7-
# Copyright (c) 1996 Sun Microsystems, Inc.
8-
# Copyright (c) 1998 Scritpics Corporation.
7+
# Copyright © 1996 Sun Microsystems, Inc.
8+
# Copyright © 1998 Scritpics Corporation.
99
#
1010
# See the file "license.terms" for information on usage and redistribution
1111
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests-perf/clock.perf.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# ------------------------------------------------------------------------
1111
#
12-
# Copyright (c) 2014 Serg G. Brester (aka sebres)
12+
# Copyright © 2014 Serg G. Brester (aka sebres)
1313
#
1414
# See the file "license.terms" for information on usage and redistribution
1515
# of this file.

tests-perf/test-performance.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# ------------------------------------------------------------------------
1111
#
12-
# Copyright (c) 2014 Serg G. Brester (aka sebres)
12+
# Copyright © 2014 Serg G. Brester (aka sebres)
1313
#
1414
# See the file "license.terms" for information on usage and redistribution
1515
# of this file.

tests-perf/timer-event.perf.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# ------------------------------------------------------------------------
1111
#
12-
# Copyright (c) 2014 Serg G. Brester (aka sebres)
12+
# Copyright © 2014 Serg G. Brester (aka sebres)
1313
#
1414
# See the file "license.terms" for information on usage and redistribution
1515
# of this file.

tests/all.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# tests. Execute it by invoking "source all.tcl" when running tcltest
55
# in this directory.
66
#
7-
# Copyright (c) 1998-1999 by Scriptics Corporation.
8-
# Copyright (c) 2000 by Ajuba Solutions
7+
# Copyright © 1998-1999 by Scriptics Corporation.
8+
# Copyright © 2000 by Ajuba Solutions
99
#
1010
# See the file "license.terms" for information on usage and redistribution
1111
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/append.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# commands. Sourcing this file into Tcl runs the tests and generates output
55
# for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1993 The Regents of the University of California.
8-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1991-1993 The Regents of the University of California.
8+
# Copyright © 1994-1996 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution of
1212
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/appendComp.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# commands. Sourcing this file into Tcl runs the tests and generates output
55
# for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1993 The Regents of the University of California.
8-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1991-1993 The Regents of the University of California.
8+
# Copyright © 1994-1996 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution of
1212
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/apply.test

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# built-in commands. Sourcing this file into Tcl runs the tests and
55
# generates output for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1993 The Regents of the University of California.
8-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
10-
# Copyright (c) 2005-2006 Miguel Sofer
7+
# Copyright © 1991-1993 The Regents of the University of California.
8+
# Copyright © 1994-1996 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
10+
# Copyright © 2005-2006 Miguel Sofer
1111
#
1212
# See the file "license.terms" for information on usage and redistribution
1313
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/assocd.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# built-in commands. Sourcing this file into Tcl runs the tests and
55
# generates output for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1994 The Regents of the University of California.
8-
# Copyright (c) 1994 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1991-1994 The Regents of the University of California.
8+
# Copyright © 1994 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution
1212
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/async.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# library procedures. Sourcing this file into Tcl runs the tests and
55
# generates output for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1993 The Regents of the University of California.
8-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1993 The Regents of the University of California.
8+
# Copyright © 1994-1996 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution
1212
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/autoMkindex.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# This file contains tests related to autoloading and generating the
44
# autoloading index.
55
#
6-
# Copyright (c) 1998 Lucent Technologies, Inc.
7-
# Copyright (c) 1998-1999 by Scriptics Corporation.
6+
# Copyright © 1998 Lucent Technologies, Inc.
7+
# Copyright © 1998-1999 by Scriptics Corporation.
88
#
99
# See the file "license.terms" for information on usage and redistribution of
1010
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -32,7 +32,7 @@ makeFile {# Test file for:
3232
# Note that procedures and itcl class definitions can be nested inside of
3333
# namespaces.
3434
#
35-
# Copyright (c) 1993-1998 Lucent Technologies, Inc.
35+
# Copyright © 1993-1998 Lucent Technologies, Inc.
3636

3737
# This shouldn't cause any problems
3838
namespace import -force blt::*

tests/basic.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Sourcing this file into Tcl runs the tests and generates output for
1010
# errors. No output means no errors were found.
1111
#
12-
# Copyright (c) 1997 Sun Microsystems, Inc.
13-
# Copyright (c) 1998-1999 by Scriptics Corporation.
12+
# Copyright © 1997 Sun Microsystems, Inc.
13+
# Copyright © 1998-1999 by Scriptics Corporation.
1414
#
1515
# See the file "license.terms" for information on usage and redistribution
1616
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/binary.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# commands. Sourcing this file into Tcl runs the tests and generates output
55
# for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1997 by Sun Microsystems, Inc.
8-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1997 by Sun Microsystems, Inc.
8+
# Copyright © 1998-1999 by Scriptics Corporation.
99
#
1010
# See the file "license.terms" for information on usage and redistribution of
1111
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/case.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# built-in commands. Sourcing this file into Tcl runs the tests and
55
# generates output for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1993 The Regents of the University of California.
8-
# Copyright (c) 1994 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1991-1993 The Regents of the University of California.
8+
# Copyright © 1994 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution
1212
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/chan.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# command. Sourcing this file into Tcl runs the tests and generates
33
# output for errors. No output means no errors were found.
44
#
5-
# Copyright (c) 2005 Donal K. Fellows
5+
# Copyright © 2005 Donal K. Fellows
66
#
77
# See the file "license.terms" for information on usage and redistribution
88
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/chanio.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# commands. Sourcing this file into Tcl runs the tests and generates output
77
# for errors. No output means no errors were found.
88
#
9-
# Copyright (c) 1991-1994 The Regents of the University of California.
10-
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
11-
# Copyright (c) 1998-1999 by Scriptics Corporation.
9+
# Copyright © 1991-1994 The Regents of the University of California.
10+
# Copyright © 1994-1997 Sun Microsystems, Inc.
11+
# Copyright © 1998-1999 by Scriptics Corporation.
1212
#
1313
# See the file "license.terms" for information on usage and redistribution of
1414
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/clock.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# built-in commands. Sourcing this file into Tcl runs the tests and
77
# generates output for errors. No output means no errors were found.
88
#
9-
# Copyright (c) 2004 by Kevin B. Kenny. All rights reserved.
9+
# Copyright © 2004 Kevin B. Kenny. All rights reserved.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution
1212
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/cmdAH.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# commands. Sourcing this file into Tcl runs the tests and generates output
55
# for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1996-1998 by Sun Microsystems, Inc.
8-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1996-1998 by Sun Microsystems, Inc.
8+
# Copyright © 1998-1999 by Scriptics Corporation.
99
#
1010
# See the file "license.terms" for information on usage and redistribution of
1111
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/cmdIL.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# tclCmdIL.c. Sourcing this file into Tcl runs the tests and generates output
33
# for errors. No output means no errors were found.
44
#
5-
# Copyright (c) 1997 Sun Microsystems, Inc.
6-
# Copyright (c) 1998-1999 by Scriptics Corporation.
5+
# Copyright © 1997 Sun Microsystems, Inc.
6+
# Copyright © 1998-1999 by Scriptics Corporation.
77
#
88
# See the file "license.terms" for information on usage and redistribution of
99
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/cmdInfo.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# and generates output for errors. No output means no errors were
77
# found.
88
#
9-
# Copyright (c) 1993 The Regents of the University of California.
10-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
11-
# Copyright (c) 1998-1999 by Scriptics Corporation.
9+
# Copyright © 1993 The Regents of the University of California.
10+
# Copyright © 1994-1996 Sun Microsystems, Inc.
11+
# Copyright © 1998-1999 by Scriptics Corporation.
1212
#
1313
# See the file "license.terms" for information on usage and redistribution
1414
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/cmdMZ.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# commands. Sourcing this file into Tcl runs the tests and generates output
55
# for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1993 The Regents of the University of California.
8-
# Copyright (c) 1994 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1991-1993 The Regents of the University of California.
8+
# Copyright © 1994 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution of
1212
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/compExpr-old.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# "compExpr.test". Sourcing this file into Tcl runs the tests and generates
77
# output for errors. No output means no errors were found.
88
#
9-
# Copyright (c) 1996-1997 Sun Microsystems, Inc.
10-
# Copyright (c) 1998-1999 by Scriptics Corporation.
9+
# Copyright © 1996-1997 Sun Microsystems, Inc.
10+
# Copyright © 1998-1999 by Scriptics Corporation.
1111
#
1212
# See the file "license.terms" for information on usage and redistribution
1313
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/compExpr.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# tclCompExpr.c. Sourcing this file into Tcl runs the tests and generates
33
# output for errors. No output means no errors were found.
44
#
5-
# Copyright (c) 1997 Sun Microsystems, Inc.
6-
# Copyright (c) 1998-1999 by Scriptics Corporation.
5+
# Copyright © 1997 Sun Microsystems, Inc.
6+
# Copyright © 1998-1999 by Scriptics Corporation.
77
#
88
# See the file "license.terms" for information on usage and redistribution of
99
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/compile.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# commands. Sourcing this file into Tcl runs the tests and generates output
66
# for errors. No output means no errors were found.
77
#
8-
# Copyright (c) 1997 by Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
8+
# Copyright © 1997 by Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 by Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution of
1212
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/concat.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# commands. Sourcing this file into Tcl runs the tests and generates output
55
# for errors. No output means no errors were found.
66
#
7-
# Copyright (c) 1991-1993 The Regents of the University of California.
8-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
9-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright © 1991-1993 The Regents of the University of California.
8+
# Copyright © 1994-1996 Sun Microsystems, Inc.
9+
# Copyright © 1998-1999 Scriptics Corporation.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution of
1212
# this file, and for a DISCLAIMER OF ALL WARRANTIES.

tests/config.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# built-in commands. Sourcing this file into Tcl runs the tests and
66
# generates output for errors. No output means no errors were found.
77
#
8-
# Copyright (c) 1991-1993 The Regents of the University of California.
9-
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
10-
# Copyright (c) 1998-1999 by Scriptics Corporation.
8+
# Copyright © 1991-1993 The Regents of the University of California.
9+
# Copyright © 1994-1996 Sun Microsystems, Inc.
10+
# Copyright © 1998-1999 Scriptics Corporation.
1111
#
1212
# See the file "license.terms" for information on usage and redistribution
1313
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

0 commit comments

Comments
 (0)