summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorjingham <jingham>1999-08-16 00:09:09 (GMT)
committerjingham <jingham>1999-08-16 00:09:09 (GMT)
commit5404016d81e3bb17a9538ed741b6dbc66303a5e7 (patch)
tree1f8ab9e3a26d42d23fb43944718b03da8e6d2acc /mac
parenteb0438e13645c7ae2cd20aacc45bf7b98fab45d9 (diff)
downloadtcl-5404016d81e3bb17a9538ed741b6dbc66303a5e7.zip
tcl-5404016d81e3bb17a9538ed741b6dbc66303a5e7.tar.gz
tcl-5404016d81e3bb17a9538ed741b6dbc66303a5e7.tar.bz2
Update copyrights and add my name to Ray's in the credits (blush).
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacApplication.r8
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/tclMacApplication.r b/mac/tclMacApplication.r
index 21e013e..f69b3b6 100644
--- a/mac/tclMacApplication.r
+++ b/mac/tclMacApplication.r
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacApplication.r,v 1.2 1998/09/14 18:40:04 stanton Exp $
+ * RCS: @(#) $Id: tclMacApplication.r,v 1.3 1999/08/16 00:09:09 jingham Exp $
*/
#include <Types.r>
@@ -42,21 +42,21 @@ 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,
- "Tcl Shell " TCL_PATCH_LEVEL " © 1996"
+ "Tcl Shell " TCL_PATCH_LEVEL " © 1996-1997 Sun Microsystems, 1998-1999 Scriptics Inc"
};
#define TCL_APP_CREATOR 'Tcl '
type TCL_APP_CREATOR as 'STR ';
resource TCL_APP_CREATOR (0, purgeable) {
- "Tcl Shell " TCL_PATCH_LEVEL " © 1996"
+ "Tcl Shell " TCL_PATCH_LEVEL " © 1996-1999"
};
/*