diff options
author | das <das> | 2008-02-27 22:45:36 (GMT) |
---|---|---|
committer | das <das> | 2008-02-27 22:45:36 (GMT) |
commit | 4adb7fb5da704613552ea3413c332a1af1cf9def (patch) | |
tree | 34797cbf635e6a2ac3355ea014466449e0b23977 | |
parent | 272d56b4d4d87fc6632e541053a413515fc4821c (diff) | |
download | tk-4adb7fb5da704613552ea3413c332a1af1cf9def.zip tk-4adb7fb5da704613552ea3413c332a1af1cf9def.tar.gz tk-4adb7fb5da704613552ea3413c332a1af1cf9def.tar.bz2 |
fix copyright year
-rw-r--r-- | macosx/tkAboutDlg.r | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tkAboutDlg.r b/macosx/tkAboutDlg.r index f573a67..c33ff94 100644 --- a/macosx/tkAboutDlg.r +++ b/macosx/tkAboutDlg.r @@ -4,12 +4,12 @@ * This file creates resources for the Tk "About Box" dialog. * * Copyright (c) 1996 Sun Microsystems, Inc. - * Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net> + * Copyright (c) 2006-2008 Daniel A. Steffen <das@users.sourceforge.net> * * 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.5 2007/04/29 02:26:47 das Exp $ + * RCS: @(#) $Id: tkAboutDlg.r,v 1.3.2.6 2008/02/27 22:45:36 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-2007 Tcl Core Team." "\n\n" - "© 2002-2007 Daniel A. Steffen." "\n\n" + "© 2002-2008 Tcl Core Team." "\n\n" + "© 2002-2008 Daniel A. Steffen." "\n\n" "Jim Ingham & Ian Reid" "\n" "© 2001-2002 Apple Computer, Inc." "\n\n" "Jim Ingham & Ray Johnson" "\n" |