summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorjingham <jingham>1999-08-16 00:09:22 (GMT)
committerjingham <jingham>1999-08-16 00:09:22 (GMT)
commit08502fc8e054cea6ab7a7aaaf234c42a645413a1 (patch)
tree0d02be624d00ee6281c7f55a3babc79ceddd069f /mac
parent24495e08d6852bd141a96cb0b858094a88f46f5f (diff)
downloadtcl-08502fc8e054cea6ab7a7aaaf234c42a645413a1.zip
tcl-08502fc8e054cea6ab7a7aaaf234c42a645413a1.tar.gz
tcl-08502fc8e054cea6ab7a7aaaf234c42a645413a1.tar.bz2
Update copyrights and add my name to Ray's in the credits (blush).
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacLibrary.r8
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/tclMacLibrary.r b/mac/tclMacLibrary.r
index eda1f7f..c526f17 100644
--- a/mac/tclMacLibrary.r
+++ b/mac/tclMacLibrary.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: tclMacLibrary.r,v 1.3 1999/04/16 00:47:20 stanton Exp $
+ * RCS: @(#) $Id: tclMacLibrary.r,v 1.4 1999/08/16 00:09:22 jingham Exp $
*/
#include <Types.r>
@@ -42,14 +42,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,
- "Tcl Library " TCL_PATCH_LEVEL " © 1996"
+ "Tcl Library " TCL_PATCH_LEVEL " © 1996-1997 Sun Microsystems, 1998-1999 Scriptics Inc."
};
/*
@@ -96,7 +96,7 @@ resource 'FREF' (TCL_LIBRARY_RESOURCES, purgeable)
type TCL_CREATOR as 'STR ';
resource TCL_CREATOR (0, purgeable) {
- "Tcl Library " TCL_PATCH_LEVEL " © 1996"
+ "Tcl Library " TCL_PATCH_LEVEL " © 1996-1999"
};
/*