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/tcltk-man2html-utils.tcl | |
parent | 45fb9309c54f3ba69e806ef3bd4a83e9267f6ae6 (diff) | |
download | tcl-cb4fb6d90a6d89a85e94d2907016d54a8280ae26.zip tcl-cb4fb6d90a6d89a85e94d2907016d54a8280ae26.tar.gz tcl-cb4fb6d90a6d89a85e94d2907016d54a8280ae26.tar.bz2 |
Add copyrights/version trackers.
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 4 |
1 files changed, 4 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 |