TextClassifier.st
changeset 4273 6b1c8dd09469
parent 3682 1629a0dc2875
--- a/TextClassifier.st	Tue Jan 24 01:05:39 2017 +0100
+++ b/TextClassifier.st	Tue Jan 24 01:06:07 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 }"
@@ -12,6 +23,21 @@
 
 !TextClassifier 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 text classification.