WinBuilder.st
changeset 89 7e0f9f6e8040
parent 86 38cc61653cb2
child 99 a656b0c9dd21
--- a/WinBuilder.st	Thu Aug 10 20:44:27 1995 +0200
+++ b/WinBuilder.st	Thu Aug 10 20:46:47 1995 +0200
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1995 by Claus Gittinger
+              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:#WindowBuilder 
 	 instanceVariableNames:'topView application bindings aspects focusSequence'
 	 classVariableNames:''
@@ -7,6 +20,26 @@
 
 !WindowBuilder class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1995 by Claus Gittinger
+              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.
+"
+!
+
+version
+"
+$Header#
+"
+!
+
 documentation
 "
     a no-op class, for systems which do not use the UIBuilder.