*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 30 Aug 2003 14:36:13 +0200
changeset 1321 ca932dd9f564
parent 1320 f346fa1fdb3a
child 1322 8ff0023c7694
*** empty log message ***
MethodDefinitionChange.st
--- a/MethodDefinitionChange.st	Fri Aug 29 18:34:25 2003 +0200
+++ b/MethodDefinitionChange.st	Sat Aug 30 14:36:13 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2000 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:libbasic3' }"
 
 MethodChange subclass:#MethodDefinitionChange
@@ -7,6 +19,21 @@
 	category:'System-Changes'
 !
 
+!MethodDefinitionChange class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2000 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.
+"
+! !
 
 !MethodDefinitionChange methodsFor:'accessing'!
 
@@ -31,5 +58,5 @@
 !MethodDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodDefinitionChange.st,v 1.2 2003-04-09 10:50:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodDefinitionChange.st,v 1.3 2003-08-30 12:36:13 cg Exp $'
 ! !