diff options
author | das <das@noemail.net> | 2009-01-08 23:48:31 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2009-01-08 23:48:31 (GMT) |
commit | 68a86a9d2a7eedfd52c4bca2314095499d0e1053 (patch) | |
tree | 916f9df037cc75fdcc28f9674c78b2eb7bcbe47c | |
parent | 22034a4e923d6dfb96b2c76d8ed2c16eebfea29e (diff) | |
download | tk-68a86a9d2a7eedfd52c4bca2314095499d0e1053.zip tk-68a86a9d2a7eedfd52c4bca2314095499d0e1053.tar.gz tk-68a86a9d2a7eedfd52c4bca2314095499d0e1053.tar.bz2 |
adjust copyright year
FossilOrigin-Name: e0707e03c2d13b833d9999eba74684ecff20a12f
-rw-r--r-- | macosx/tkAboutDlg.r | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkAboutDlg.r b/macosx/tkAboutDlg.r index c33ff94..f140a02 100644 --- a/macosx/tkAboutDlg.r +++ b/macosx/tkAboutDlg.r @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkAboutDlg.r,v 1.3.2.6 2008/02/27 22:45:36 das Exp $ + * RCS: @(#) $Id: tkAboutDlg.r,v 1.3.2.7 2009/01/08 23:48:32 das Exp $ */ /* @@ -47,8 +47,8 @@ resource 'DITL' (128, "About Box", purgeable) { {232, 147, 252, 217}, Button {enabled, "Ok"}, { 20, 108, 212, 344}, StaticText {disabled, "Tcl " TCL_PATCH_LEVEL " & Tk " TK_PATCH_LEVEL "\n\n" - "© 2002-2008 Tcl Core Team." "\n\n" - "© 2002-2008 Daniel A. Steffen." "\n\n" + "© 2002-2009 Tcl Core Team." "\n\n" + "© 2002-2009 Daniel A. Steffen." "\n\n" "Jim Ingham & Ian Reid" "\n" "© 2001-2002 Apple Computer, Inc." "\n\n" "Jim Ingham & Ray Johnson" "\n" |