summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-05-01 13:31:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-05-01 13:31:30 (GMT)
commit10c71dc8b9b6b31ccb669be71f22adafdddfce6e (patch)
tree90d66b283df3f7aa866b5af28b39718117e3e1c5
parent530e4b3bb9e1b9acd0231c4da1a29d73180a20d5 (diff)
downloadtcl-10c71dc8b9b6b31ccb669be71f22adafdddfce6e.zip
tcl-10c71dc8b9b6b31ccb669be71f22adafdddfce6e.tar.gz
tcl-10c71dc8b9b6b31ccb669be71f22adafdddfce6e.tar.bz2
Use modern copyright symbol, in line with rest of code
-rw-r--r--doc/configurable.n2
-rw-r--r--tests/ooProp.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configurable.n b/doc/configurable.n
index 9a2a478..dd1e09e 100644
--- a/doc/configurable.n
+++ b/doc/configurable.n
@@ -1,5 +1,5 @@
'\"
-'\" Copyright (c) 2019 Donal K. Fellows
+'\" Copyright © 2019 Donal K. Fellows
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/tests/ooProp.test b/tests/ooProp.test
index fd77997..8120f88 100644
--- a/tests/ooProp.test
+++ b/tests/ooProp.test
@@ -3,7 +3,7 @@
# Sourcing this file into Tcl runs the tests and generates output for errors.
# No output means no errors were found.
#
-# Copyright (c) 2019-2020 Donal K. Fellows
+# Copyright © 2019-2020 Donal K. Fellows
#
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.