#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 21:33:09 +0100
changeset 6757 78d263683942
parent 6756 8dfdd5d43579
child 6758 28d5c06d1008
#OTHER by cg added: #copyright
EditTextViewCompletionSupport.st
--- a/EditTextViewCompletionSupport.st	Fri Dec 13 21:31:33 2019 +0100
+++ b/EditTextViewCompletionSupport.st	Fri Dec 13 21:33:09 2019 +0100
@@ -1,5 +1,14 @@
-"{ Encoding: utf8 }"
+"
+ COPYRIGHT (c) 2018 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:libwidg' }"
 
 "{ NameSpace: Smalltalk }"
@@ -14,6 +23,21 @@
 
 !EditTextViewCompletionSupport class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2018 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 abstract supperclass to support completion in text views.