summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-01-18 00:07:37 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-01-18 00:07:37 (GMT)
commit6fb271b7c3cfc363fb177cc58fdebcfe3cfe6f47 (patch)
treef6b5cbde5132b817a15c3002f1c55b756afa6fa8 /tools
parent3bdc4a1e6ef4b550f7b641506f8fef0d572b06fe (diff)
downloadtcl-6fb271b7c3cfc363fb177cc58fdebcfe3cfe6f47.zip
tcl-6fb271b7c3cfc363fb177cc58fdebcfe3cfe6f47.tar.gz
tcl-6fb271b7c3cfc363fb177cc58fdebcfe3cfe6f47.tar.bz2
The converter author should not be assigned copyright for transformed documents
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tcltk-man2html.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 8ed5e08..4379f22 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -1575,7 +1575,6 @@ proc make-man-pages {html args} {
set manual(section-toc) {}
set manual(section-toc-n) 1
set manual(copyrights) {}
- lappend manual(copyrights) "Copyright &copy; 1995-1997 Roger E. Critchlow Jr."
lappend manual(all-pages) $manual(wing-file)/$manual(tail)
manreport 100 $manual(name)
while {[gets $manual(infp) line] >= 0} {