copyright
authorClaus Gittinger <cg@exept.de>
Tue, 22 Jan 2008 23:32:08 +0100
changeset 2377 4a5d442f4a2b
parent 2376 bd1615a0d2af
child 2378 d2cfc503d936
copyright
TransparentBox.st
--- a/TransparentBox.st	Tue Jan 22 16:54:28 2008 +0100
+++ b/TransparentBox.st	Tue Jan 22 23:32:08 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2004 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' }"
 
 View subclass:#TransparentBox
@@ -9,6 +20,20 @@
 
 !TransparentBox class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2004 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
 "
     | tv b1 b2 |
@@ -96,5 +121,5 @@
 !TransparentBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TransparentBox.st,v 1.3 2004-07-16 14:41:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TransparentBox.st,v 1.4 2008-01-22 22:32:08 cg Exp $'
 ! !