Smalltalk.st
changeset 5 67342904af11
parent 3 24d81bf47225
child 7 bf6f603119df
--- a/Smalltalk.st	Wed Oct 13 01:20:27 1993 +0100
+++ b/Smalltalk.st	Wed Oct 13 03:14:32 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1988-93 by Claus Gittinger
+ COPYRIGHT (c) 1988 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 Smalltalk comment:'
 
-COPYRIGHT (c) 1988-93 by Claus Gittinger
+COPYRIGHT (c) 1988 by Claus Gittinger
              All Rights Reserved
 
 This is one of the central classes in the system;
@@ -30,7 +30,7 @@
  - my implementation of globals is totally different
    (due to the need to be able to access globals from c-code as well).
 
-$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.3 1993-10-13 00:18:22 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.4 1993-10-13 02:13:47 claus Exp $
 '!
 
 Smalltalk at:#ErrorNumber put:nil!