diff -r 21543455e209 -r 81f38cd168a7 FlyByWindowInformation.st --- a/FlyByWindowInformation.st Wed Sep 23 20:16:37 2009 +0200 +++ b/FlyByWindowInformation.st Tue Sep 29 21:32:51 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' }" FlyByHelp subclass:#FlyByWindowInformation @@ -9,6 +20,20 @@ !FlyByWindowInformation 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. +" +! + examples " self shownInformationOfViewUnderMouseUntilButtonIsPressed @@ -200,4 +225,8 @@ version ^ '$Header$' +! + +version_CVS + ^ '$Header$' ! !