diff -r 4afd107bc911 -r 1db7742d33ad BoundedWrapper.st --- a/BoundedWrapper.st Thu Jan 19 12:00:14 2017 +0000 +++ b/BoundedWrapper.st Mon Jan 23 12:42:33 2017 +0000 @@ -1,5 +1,18 @@ +" + COPYRIGHT (c) Claus Gittinger / 2006 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:libview2' }" +"{ NameSpace: Smalltalk }" + LayoutWrapper subclass:#BoundedWrapper instanceVariableNames:'extent' classVariableNames:'' @@ -9,6 +22,20 @@ !BoundedWrapper class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) Claus Gittinger / 2006 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 " a dummy class - only existing to provide a compatible home @@ -37,3 +64,4 @@ version ^ '$Header: /cvs/stx/stx/libview2/BoundedWrapper.st,v 1.4 2003-08-18 12:13:51 cg Exp $' ! ! +