added: #copyright
authorClaus Gittinger <cg@exept.de>
Tue, 29 Sep 2009 22:09:04 +0200
changeset 2588 2b4338afd9d5
parent 2587 81f38cd168a7
child 2589 3b888b5f6791
added: #copyright
UIListEditor.st
--- a/UIListEditor.st	Tue Sep 29 21:32:51 2009 +0200
+++ b/UIListEditor.st	Tue Sep 29 22:09:04 2009 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2008 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:libtool2' }"
 
 SimpleDialog subclass:#UIListEditor
@@ -7,6 +18,21 @@
 	category:'Interface-UIPainter'
 !
 
+!UIListEditor class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2008 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.
+"
+! !
 
 !UIListEditor class methodsFor:'help specs'!
 
@@ -173,4 +199,8 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !