added: #copyright
authorClaus Gittinger <cg@exept.de>
Tue, 29 Sep 2009 21:32:09 +0200
changeset 3756 c0660afa7da3
parent 3755 dca9622d2aa9
child 3757 05d3a8228fdd
added: #copyright
HierarchicalDropTargetController.st
--- a/HierarchicalDropTargetController.st	Tue Sep 29 10:00:20 2009 +0200
+++ b/HierarchicalDropTargetController.st	Tue Sep 29 21:32:09 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:libwidg2' }"
 
 Object subclass:#HierarchicalDropTargetController
@@ -8,6 +19,21 @@
 	category:'Interface-DragAndDrop'
 !
 
+!HierarchicalDropTargetController 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.
+"
+! !
 
 !HierarchicalDropTargetController class methodsFor:'instance creation'!
 
@@ -244,5 +270,9 @@
 !HierarchicalDropTargetController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalDropTargetController.st,v 1.3 2008-06-05 08:47:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalDropTargetController.st,v 1.4 2009-09-29 19:32:09 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalDropTargetController.st,v 1.4 2009-09-29 19:32:09 cg Exp $'
 ! !