summaryrefslogtreecommitdiffstats
path: root/tools/man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-20 14:48:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-20 14:48:57 (GMT)
commitee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1 (patch)
treeebb83d232ab9e107590bd5d3198a487bd4348330 /tools/man2html.tcl
parent32beb1556e0258bf902bdc357dc90597ae7264f8 (diff)
downloadtcl-ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1.zip
tcl-ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1.tar.gz
tcl-ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1.tar.bz2
Don't use "Copyright &lt;year> _by_" any more. This results in more consistant copyright statements in the (html) documentation
Diffstat (limited to 'tools/man2html.tcl')
-rw-r--r--tools/man2html.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/man2html.tcl b/tools/man2html.tcl
index 2d03ab6..28a6751 100644
--- a/tools/man2html.tcl
+++ b/tools/man2html.tcl
@@ -7,7 +7,7 @@ exec tclsh "$0" ${1+"$@"}
# This file contains procedures that work in conjunction with the
# man2tcl program to generate a HTML files from Tcl manual entries.
#
-# Copyright (c) 1996 by Sun Microsystems, Inc.
+# Copyright (c) 1996 Sun Microsystems, Inc.
# sarray -