summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2023-05-24 23:17:17 (GMT)
committergriffin <briang42@easystreet.net>2023-05-24 23:17:17 (GMT)
commitba261e8e87cd9fb904172ca5a43fadb8f163666a (patch)
tree07f644f0eb19d93b953c156179e27db3c292384f /tools/tcltk-man2html-utils.tcl
parentc3f8318a3f328bd39244bc8f88ed606848ec5b85 (diff)
parent231fd112f959c258117188b044681643f30129f1 (diff)
downloadtcl-ba261e8e87cd9fb904172ca5a43fadb8f163666a.zip
tcl-ba261e8e87cd9fb904172ca5a43fadb8f163666a.tar.gz
tcl-ba261e8e87cd9fb904172ca5a43fadb8f163666a.tar.bz2
merge trunk
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
-rw-r--r--tools/tcltk-man2html-utils.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl
index 78aa8ec..c658d71 100644
--- a/tools/tcltk-man2html-utils.tcl
+++ b/tools/tcltk-man2html-utils.tcl
@@ -1271,7 +1271,7 @@ proc output-directive {line} {
##
proc merge-copyrights {l1 l2} {
set merge {}
- set re1 {^Copyright +(?:\(c\)|\\\(co|&copy;) +(\w.*?)(?:all rights reserved)?(?:\. )*$}
+ set re1 {^Copyright +(?:\(c\)|\\\(co|©|&copy;) +(\w.*?)(?:all rights reserved)?(?:\. )*$}
set re2 {^(\d+) +(?:by +)?(\w.*)$} ;# date who
set re3 {^(\d+)-(\d+) +(?:by +)?(\w.*)$} ;# from to who
set re4 {^(\d+), *(\d+) +(?:by +)?(\w.*)$} ;# date1 date2 who