diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-18 00:07:37 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-18 00:07:37 (GMT) |
commit | 6fb271b7c3cfc363fb177cc58fdebcfe3cfe6f47 (patch) | |
tree | f6b5cbde5132b817a15c3002f1c55b756afa6fa8 /tools/tcltk-man2html.tcl | |
parent | 3bdc4a1e6ef4b550f7b641506f8fef0d572b06fe (diff) | |
download | tcl-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/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 1 |
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 © 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} { |