summaryrefslogtreecommitdiffstats
path: root/mac
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
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')
-rw-r--r--mac/tclMacResource.r6
-rw-r--r--mac/tclMacTclCode.r1
2 files changed, 4 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"
};
diff --git a/mac/tclMacTclCode.r b/mac/tclMacTclCode.r
index 1a8f3ca..c3a0c22 100644
--- a/mac/tclMacTclCode.r
+++ b/mac/tclMacTclCode.r
@@ -34,3 +34,4 @@ read 'TEXT' (TCL_LIBRARY_RESOURCES + 1, "Auto", purgeable) "::library:auto.tcl";
read 'TEXT' (TCL_LIBRARY_RESOURCES + 2, "Package", purgeable,preload) "::library:package.tcl";
read 'TEXT' (TCL_LIBRARY_RESOURCES + 3, "History", purgeable) "::library:history.tcl";
read 'TEXT' (TCL_LIBRARY_RESOURCES + 4, "Word", purgeable,preload) "::library:word.tcl";
+read 'TEXT' (TCL_LIBRARY_RESOURCES + 5, "Parray", purgeable,preload) "::library:parray.tcl";