stx_libview.st
changeset 5252 3ccca8d9bed2
parent 5251 6b223fe54a68
child 5282 cb38c0f13693
--- a/stx_libview.st	Mon May 11 08:41:10 2009 +0200
+++ b/stx_libview.st	Mon May 11 08:43:59 2009 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 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:libview' }"
 
 LibraryDefinition subclass:#stx_libview
@@ -9,9 +20,23 @@
 
 !stx_libview class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 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
 "
-    Build-Information for creation of the st/x standard library: stx_libview3.
+    Build-Information for creation of the st/x standard library: stx_libview.
     This library contains low level interfaces to the underlying graphic system
     and representations of windows, colors, bitmaps etc.
 "
@@ -334,5 +359,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.31 2009-05-11 06:41:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.32 2009-05-11 06:43:59 cg Exp $'
 ! !