UIObjectView.st
changeset 156 b332d7117c40
parent 153 4be1d6d20a35
child 175 0b0b4d99e3e7
--- a/UIObjectView.st	Tue Jun 17 12:34:33 1997 +0200
+++ b/UIObjectView.st	Tue Jun 17 12:39:23 1997 +0200
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1995 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.
+"
+
+
+
 ObjectView subclass:#UIObjectView
 	instanceVariableNames:'saveSelection inputView enableChannel undoHistory copiedExtent
 		copiedLayout actionData createClass clipChildren
@@ -23,6 +37,22 @@
 
 !UIObjectView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1995 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
 "
     buildIn view used by the UIPainter; it provides all services for creating, deleting
@@ -31,6 +61,9 @@
     [see also:]
         UIBuilder
         UIPainterView
+
+    [author:]
+        Claus Atzkern
 "
 
 ! !
@@ -2355,6 +2388,9 @@
     [see also:]
         UIObjectView
         UIPainterView
+
+    [author:]
+        Claus Atzkern
 "
 
 
@@ -2557,6 +2593,9 @@
 
     [see also:]
         UndoHistory
+
+    [author:]
+        Claus Atzkern
 "
 
 ! !