diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 17:09:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 17:09:53 (GMT) |
commit | cb4fb6d90a6d89a85e94d2907016d54a8280ae26 (patch) | |
tree | 483c0f99e7dd43026170c2ce92acafae525a6f2e /tools | |
parent | 45fb9309c54f3ba69e806ef3bd4a83e9267f6ae6 (diff) | |
download | tcl-cb4fb6d90a6d89a85e94d2907016d54a8280ae26.zip tcl-cb4fb6d90a6d89a85e94d2907016d54a8280ae26.tar.gz tcl-cb4fb6d90a6d89a85e94d2907016d54a8280ae26.tar.bz2 |
Add copyrights/version trackers.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 4 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index 5386ffc..9ed16d3 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -3,6 +3,10 @@ ## functions are specifically intended to work with the format as used ## by Tcl and Tk; they do not cope with arbitrary nroff markup. ## +## Copyright (c) 1995-1997 Roger E. Critchlow Jr +## Copyright (c) 2004-2010 Donal K. Fellows +## +## CVS: $Id: tcltk-man2html-utils.tcl,v 1.4 2010/01/13 17:09:53 dkf Exp $ set ::manual(report-level) 1 diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 3ef0d3e..9fc1228 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -16,6 +16,9 @@ package require Tcl 8.6 # try to use this, you'll be very much on your own. # # Copyright (c) 1995-1997 Roger E. Critchlow Jr +# Copyright (c) 2004-2010 Donal K. Fellows +# +# CVS: $Id: tcltk-man2html.tcl,v 1.40 2010/01/13 17:09:53 dkf Exp $ set Version "0.40" |