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/fix_tommath_h.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/fix_tommath_h.tcl')
-rwxr-xr-x | tools/fix_tommath_h.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fix_tommath_h.tcl b/tools/fix_tommath_h.tcl index 04bf857..8e92400 100755 --- a/tools/fix_tommath_h.tcl +++ b/tools/fix_tommath_h.tcl @@ -3,7 +3,7 @@ # Changes to 'tommath.h' to make it conform with Tcl's linking # conventions. # -# Copyright (c) 2005 by Kevin B. Kenny. All rights reserved. +# Copyright (c) 2005 Kevin B. Kenny. All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |