added copyright
authorClaus Gittinger <cg@exept.de>
Thu, 26 Feb 1998 02:38:46 +0100
changeset 790 da146a1929ae
parent 789 c2401c3c9e29
child 791 59f9fa223b0e
added copyright
GridBagLayoutView.st
--- a/GridBagLayoutView.st	Thu Feb 26 02:36:13 1998 +0100
+++ b/GridBagLayoutView.st	Thu Feb 26 02:38:46 1998 +0100
@@ -1,3 +1,18 @@
+"
+ COPYRIGHT (c) 1998 by Andreas Vogel / 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.
+"
+
+
+
+
 PanelView subclass:#GridBagLayoutView
 	instanceVariableNames:'columnWidths rowHeights columnWeights rowWeights layoutInfo'
 	classVariableNames:''
@@ -7,6 +22,23 @@
 
 !GridBagLayoutView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1998 by Andreas Vogel / 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
 "
 GridBagLayout is a flexible layout manager that aligns components vertically and horizontally,
@@ -150,10 +182,6 @@
 
 
 "
-!
-
-history
-    "Created: / 20.1.1998 / 00:08:17 / av"
 ! !
 
 !GridBagLayoutView class methodsFor:'instance creation'!
@@ -815,5 +843,5 @@
 !GridBagLayoutView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GridBagLayoutView.st,v 1.1 1998-02-03 18:13:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GridBagLayoutView.st,v 1.2 1998-02-26 01:38:46 cg Exp $'
 ! !