Random.st
changeset 20 8c7b2e4bb9a9
parent 17 f3e4377c8e1f
child 31 e223f3cf2995
--- a/Random.st	Fri Feb 25 14:00:36 1994 +0100
+++ b/Random.st	Fri Feb 25 14:03:31 1994 +0100
@@ -1,8 +1,10 @@
 "
-Notice: although beeing included here,
+Notice: although being included here,
         this file is NOT covered by the ST/X license, but by
         the FSF copyLeft below.
         You can redistribute it under the terms stated there ...
+        Also, the price you pay for ST/X does not include a charge for
+        this file.
 "
 
 "======================================================================
@@ -32,7 +34,7 @@
 |     Change Log
 | ============================================================================
 | Author       Date       Change 
-| claus      10 Jan 94    added more comments, blocked contents
+| claus      10 Jan 94    added more comments, added 'contents'
 | claus       5 Apr 90    brought into Smalltalk/X
 | sbyrne     19 Sep 89    Converted to use real method categories.
 | sbyrne      3 Jul 89    created.
@@ -53,7 +55,7 @@
 
 random numbers - thanks to Steves GNU Smalltalk
 
-$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.4 1994-01-17 09:11:57 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.5 1994-02-25 13:03:31 claus Exp $
 '!
 
 !Random class methodsFor: 'instance creation'!