diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-02 14:41:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-02 14:41:53 (GMT) |
commit | 6fc4828aadc3d97a83a14a07a637415b9dafa8c6 (patch) | |
tree | 0a44b9a95b4a0c9b733dc470caa446fd6f874c8a /tools/tcltk-man2html.tcl | |
parent | fdf0eab42848aced45b470262cc3507d2f9a8c5f (diff) | |
download | tcl-6fc4828aadc3d97a83a14a07a637415b9dafa8c6.zip tcl-6fc4828aadc3d97a83a14a07a637415b9dafa8c6.tar.gz tcl-6fc4828aadc3d97a83a14a07a637415b9dafa8c6.tar.bz2 |
(c) -> ©, now that TIP #587 is accepted
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 0e87531..020aad9 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -19,8 +19,8 @@ if {[catch {package require Tcl 8.6-} msg]} { # into hypertext, not as a general solution to the problem. If you # 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 +# Copyright © 1995-1997 Roger E. Critchlow Jr +# Copyright © 2004-2010 Donal K. Fellows set ::Version "50/8.7" set ::CSSFILE "docs.css" |