diff options
author | das <das> | 2009-04-14 00:56:05 (GMT) |
---|---|---|
committer | das <das> | 2009-04-14 00:56:05 (GMT) |
commit | e3e011e82f709cb9995c172a106650db084b2360 (patch) | |
tree | 772be8e275b16fe43129a067eb9ee199c7d20f0d /macosx/tkAboutDlg.r | |
parent | 2bec2a4b962e25529e86cf4340ca12e807a0c44d (diff) | |
download | tk-e3e011e82f709cb9995c172a106650db084b2360.zip tk-e3e011e82f709cb9995c172a106650db084b2360.tar.gz tk-e3e011e82f709cb9995c172a106650db084b2360.tar.bz2 |
update Apple copyright notice for 2009-04-10 changes
Diffstat (limited to 'macosx/tkAboutDlg.r')
-rw-r--r-- | macosx/tkAboutDlg.r | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/tkAboutDlg.r b/macosx/tkAboutDlg.r index 89ca606..db1a9ca 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.10 2009/01/08 23:44:41 das Exp $ + * RCS: @(#) $Id: tkAboutDlg.r,v 1.11 2009/04/14 00:56:05 das Exp $ */ /* @@ -47,11 +47,11 @@ 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-2009 Tcl Core Team." "\n\n" + "© 1987-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" + "© 2001-2009 Apple Inc." "\n\n" + "© 2001-2002 Jim Ingham & Ian Reid" "\n" + "© 1998-2000 Jim Ingham & Ray Johnson" "\n" "© 1998-2000 Scriptics Inc." "\n" "© 1996-1997 Sun Microsystems Inc."}, { 20, 24, 120, 92}, Picture {enabled, 128} |