summaryrefslogtreecommitdiffstats
path: root/mac/tclMacResource.r
diff options
context:
space:
mode:
authorjingham <jingham>1999-08-16 00:09:30 (GMT)
committerjingham <jingham>1999-08-16 00:09:30 (GMT)
commit30837613203be6e4dfade2c87a057e292e2fb67d (patch)
treeebb497d296abe67748ba47f76c439bc53d9bf852 /mac/tclMacResource.r
parent9f4a83262cb3252ba98822843a7d8a9e6f261eb4 (diff)
downloadtcl-30837613203be6e4dfade2c87a057e292e2fb67d.zip
tcl-30837613203be6e4dfade2c87a057e292e2fb67d.tar.gz
tcl-30837613203be6e4dfade2c87a057e292e2fb67d.tar.bz2
Update copyrights and add my name to Ray's in the credits (blush).
Diffstat (limited to 'mac/tclMacResource.r')
-rw-r--r--mac/tclMacResource.r6
1 files changed, 3 insertions, 3 deletions
diff --git a/mac/tclMacResource.r b/mac/tclMacResource.r
index f9376db..acfae99 100644
--- a/mac/tclMacResource.r
+++ b/mac/tclMacResource.r
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacResource.r,v 1.3 1999/04/16 00:47:21 stanton Exp $
+ * RCS: @(#) $Id: tclMacResource.r,v 1.4 1999/08/16 00:09:30 jingham Exp $
*/
#include <Types.r>
@@ -44,14 +44,14 @@ resource 'vers' (1) {
TCL_MAJOR_VERSION, MINOR_VERSION,
RELEASE_LEVEL, 0x00, verUS,
TCL_PATCH_LEVEL,
- TCL_PATCH_LEVEL ", by Ray Johnson © Sun Microsystems"
+ TCL_PATCH_LEVEL ", by Ray Johnson & Jim Ingham © Scriptics Inc."
};
resource 'vers' (2) {
TCL_MAJOR_VERSION, MINOR_VERSION,
RELEASE_LEVEL, 0x00, verUS,
TCL_PATCH_LEVEL,
- "Simple Tcl Shell " TCL_PATCH_LEVEL " © 1996"
+ "Simple Tcl Shell " TCL_PATCH_LEVEL " © 1996 - 1999"
};