ClassInstVarDefinitionChange.st
changeset 798 999fff0aa0d0
parent 797 67738477acda
child 891 1e13b370d6d7
--- a/ClassInstVarDefinitionChange.st	Mon Jul 12 14:03:59 1999 +0200
+++ b/ClassInstVarDefinitionChange.st	Mon Jul 12 14:06:43 1999 +0200
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1999 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.
+"
+
+
 ClassChange subclass:#ClassInstVarDefinitionChange
 	instanceVariableNames:''
 	classVariableNames:''
@@ -5,6 +18,22 @@
 	category:'System-Changes'
 !
 
+!ClassInstVarDefinitionChange class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1999 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.
+"
+
+! !
 
 !ClassInstVarDefinitionChange methodsFor:'comparing'!
 
@@ -46,5 +75,5 @@
 !ClassInstVarDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassInstVarDefinitionChange.st,v 1.1 1999-07-12 12:03:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassInstVarDefinitionChange.st,v 1.2 1999-07-12 12:06:38 cg Exp $'
 ! !