summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-01-13 17:09:53 (GMT)
committerdkf <dkf@noemail.net>2010-01-13 17:09:53 (GMT)
commitcc18c66f222c247eddba40e45841149827a0f16d (patch)
tree483c0f99e7dd43026170c2ce92acafae525a6f2e /tools
parent88587c69710c7642c15dae47b4757cdf9dde6119 (diff)
downloadtcl-cc18c66f222c247eddba40e45841149827a0f16d.zip
tcl-cc18c66f222c247eddba40e45841149827a0f16d.tar.gz
tcl-cc18c66f222c247eddba40e45841149827a0f16d.tar.bz2
Add copyrights/version trackers.
FossilOrigin-Name: 11a0cd151ba6f8e82eaaa6a8b0107c1442d337eb
Diffstat (limited to 'tools')
-rw-r--r--tools/tcltk-man2html-utils.tcl4
-rwxr-xr-xtools/tcltk-man2html.tcl3
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"