BayesClassifier.st
changeset 4274 947603fffad1
parent 3683 1e4fc7b0ebca
--- a/BayesClassifier.st	Tue Jan 24 01:06:07 2017 +0100
+++ b/BayesClassifier.st	Tue Jan 24 01:06:35 2017 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2016 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' }"
 
 "{ NameSpace: Smalltalk }"
@@ -11,6 +22,21 @@
 
 !BayesClassifier class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2016 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
 "
     an initial experiment in bayes text classification.