RandomGenerator.st
changeset 1925 1db437e31d6e
parent 1840 6cc7e54f6a62
child 2432 77c3b2c22e9c
--- a/RandomGenerator.st	Tue Jan 22 16:54:20 2008 +0100
+++ b/RandomGenerator.st	Tue Jan 22 16:55:21 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2007 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libbasic2' }"
 
 Object subclass:#RandomGenerator
@@ -9,6 +20,20 @@
 
 !RandomGenerator class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2007 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     This is a Random number generator, which uses either a OS random number generator,
@@ -305,7 +330,7 @@
 !RandomGenerator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.3 2007-01-24 15:26:41 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.4 2008-01-22 15:55:21 cg Exp $'
 ! !
 
 RandomGenerator initialize!