diff options
author | jingham <jingham> | 1999-08-16 00:09:09 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-08-16 00:09:09 (GMT) |
commit | 26fcdac702c8c6137e85127225239d9bae7a9fc9 (patch) | |
tree | 2365cffc88e36954710872b0c0a7121142b38756 /mac/tkMacResource.r | |
parent | 5437019c13a0fbd7a30d7f0fc9c4724e98dabc7e (diff) | |
download | tk-26fcdac702c8c6137e85127225239d9bae7a9fc9.zip tk-26fcdac702c8c6137e85127225239d9bae7a9fc9.tar.gz tk-26fcdac702c8c6137e85127225239d9bae7a9fc9.tar.bz2 |
Update copyrights and add my name to Ray's in the credits (blush).
Diffstat (limited to 'mac/tkMacResource.r')
-rw-r--r-- | mac/tkMacResource.r | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mac/tkMacResource.r b/mac/tkMacResource.r index 491ff72..f11d62b 100644 --- a/mac/tkMacResource.r +++ b/mac/tkMacResource.r @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacResource.r,v 1.4 1999/04/16 01:51:32 stanton Exp $ + * RCS: @(#) $Id: tkMacResource.r,v 1.5 1999/08/16 00:09:26 jingham Exp $ */ /* @@ -50,14 +50,14 @@ resource 'vers' (1) { TK_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, TK_PATCH_LEVEL, - TK_PATCH_LEVEL ", by Ray Johnson © 1993-1996" "\n" "Sun Microsystems Labratories" + TK_PATCH_LEVEL ", by Ray Johnson & Jim Ingham "\n© 1993-1997 Sun Microsystems" "\n 1998-1999 Scriptics Inc." }; resource 'vers' (2) { TK_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, TK_PATCH_LEVEL, - "Wish " TK_PATCH_LEVEL " © 1993-1996" + "Wish " TK_PATCH_LEVEL " © 1993-1999" }; @@ -134,8 +134,8 @@ resource 'DITL' (128, "About Box", purgeable) { "Wish - Windowing Shell" "\n" "based on Tcl " TCL_PATCH_LEVEL " & Tk " TK_PATCH_LEVEL "\n\n" "Ray Johnson & Jim Ingham" "\n" - "Sun Microsystems Labs" "\n" "ray.johnson@eng.sun.com" - "\n" "jim.ingham@eng.sun.com"}, + "Scriptics Inc." "\n" + "jim.ingham@cygnus.com"}, { 19, 24, 119, 92}, Picture {enabled, 128} } }; |