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/tkMacApplication.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/tkMacApplication.r')
-rw-r--r-- | mac/tkMacApplication.r | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mac/tkMacApplication.r b/mac/tkMacApplication.r index ce23919..ddf75ff 100644 --- a/mac/tkMacApplication.r +++ b/mac/tkMacApplication.r @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacApplication.r,v 1.2 1998/09/14 18:23:34 stanton Exp $ + * RCS: @(#) $Id: tkMacApplication.r,v 1.3 1999/08/16 00:09:09 jingham Exp $ */ #include <Types.r> @@ -43,14 +43,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" }; #define TK_APP_RESOURCES 128 |