diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-20 14:48:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-20 14:48:57 (GMT) |
commit | ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1 (patch) | |
tree | ebb83d232ab9e107590bd5d3198a487bd4348330 /tools/man2help2.tcl | |
parent | 32beb1556e0258bf902bdc357dc90597ae7264f8 (diff) | |
download | tcl-ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1.zip tcl-ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1.tar.gz tcl-ee4dcff50ff6a4f59fec5e4a7dbfe9ca51ac73a1.tar.bz2 |
Don't use "Copyright <year> _by_" any more. This results in more consistant copyright statements in the (html) documentation
Diffstat (limited to 'tools/man2help2.tcl')
-rw-r--r-- | tools/man2help2.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl index 91c81be..655e55b 100644 --- a/tools/man2help2.tcl +++ b/tools/man2help2.tcl @@ -4,7 +4,7 @@ # the man page conversion. It converts the man format input to rtf # form suitable for use by the Windows help compiler. # -# Copyright (c) 1996 by Sun Microsystems, Inc. +# Copyright (c) 1996 Sun Microsystems, Inc. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |