diff options
author | jingham <jingham> | 1999-08-16 00:09:26 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-08-16 00:09:26 (GMT) |
commit | 9f4a83262cb3252ba98822843a7d8a9e6f261eb4 (patch) | |
tree | 9f396857e8d76a8b7e766f83f5134625f096bc9a /mac | |
parent | 08502fc8e054cea6ab7a7aaaf234c42a645413a1 (diff) | |
download | tcl-9f4a83262cb3252ba98822843a7d8a9e6f261eb4.zip tcl-9f4a83262cb3252ba98822843a7d8a9e6f261eb4.tar.gz tcl-9f4a83262cb3252ba98822843a7d8a9e6f261eb4.tar.bz2 |
Update the copyrights.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tclMacOSA.r | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mac/tclMacOSA.r b/mac/tclMacOSA.r index 6521ac8..7343764 100644 --- a/mac/tclMacOSA.r +++ b/mac/tclMacOSA.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: tclMacOSA.r,v 1.2 1998/09/14 18:40:05 stanton Exp $ + * RCS: @(#) $Id: tclMacOSA.r,v 1.3 1999/08/16 00:09:26 jingham Exp $ */ #include <Types.r> @@ -39,14 +39,14 @@ resource 'vers' (1) { SCRIPT_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, SCRIPT_PATCH_LEVEL, - SCRIPT_PATCH_LEVEL ", by Jim Ingham & Ray Johnson © Sun Microsystems" + SCRIPT_PATCH_LEVEL ", by Jim Ingham © Cygnus Solutions" }; resource 'vers' (2) { SCRIPT_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, SCRIPT_PATCH_LEVEL, - "Tclapplescript " SCRIPT_PATCH_LEVEL " © 1996-1997" + "Tclapplescript " SCRIPT_PATCH_LEVEL " © 1996-1999" }; /* |