#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2017 21:46:40 +0100
changeset 4325 ccba8c047f87
parent 4324 c3d7f79e34b0
child 4326 5aca213f1a71
#DOCUMENTATION by cg class: RandomBlumBlumShub added: #copyright
RandomBlumBlumShub.st
--- a/RandomBlumBlumShub.st	Wed Feb 15 21:45:55 2017 +0100
+++ b/RandomBlumBlumShub.st	Wed Feb 15 21:46:40 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2014 Claus Gittinger
+              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' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#RandomBlumBlumShub
 	instanceVariableNames:'p q m seed'
 	classVariableNames:''
@@ -9,6 +22,20 @@
 
 !RandomBlumBlumShub class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2014 Claus Gittinger
+              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
 "
     NO WARRANTY
@@ -104,10 +131,10 @@
 !RandomBlumBlumShub class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomBlumBlumShub.st,v 1.1 2014-10-02 16:24:30 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomBlumBlumShub.st,v 1.1 2014-10-02 16:24:30 cg Exp $'
+    ^ '$Header$'
 ! !