GridBagConstraints.st
changeset 1431 0cc20a8f2f7c
parent 721 c33e43c9fe66
child 2840 93e2b635838d
--- a/GridBagConstraints.st	Tue Jul 06 15:40:09 1999 +0200
+++ b/GridBagConstraints.st	Tue Jul 06 18:51:00 1999 +0200
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1998 by Andreas Vogel
+ COPYRIGHT (c) 1998 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.
+"
+
+
 Object subclass:#GridBagConstraints
 	instanceVariableNames:'insets gridX gridY gridWidth gridHeight weightX weightY anchor
 		fill ipadX ipadY tempX tempY tempWidth tempHeight minWidth
@@ -9,6 +23,22 @@
 
 !GridBagConstraints class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1998 by Andreas Vogel
+ COPYRIGHT (c) 1998 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
 "
     The GridBagConstraints class holds the constraints for each child under control of the layouter
@@ -25,10 +55,6 @@
     [author:]
 	Andreas Vogel
 "
-!
-
-history
-    "Created: / 19.1.1998 / 13:31:29 / av"
 ! !
 
 !GridBagConstraints class methodsFor:'instance creation'!
@@ -499,5 +525,5 @@
 !GridBagConstraints class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GridBagConstraints.st,v 1.1 1998-02-03 18:13:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GridBagConstraints.st,v 1.2 1999-07-06 16:49:58 cg Exp $'
 ! !