# HG changeset patch # User Claus Gittinger # Date 1062246973 -7200 # Node ID ca932dd9f564e3558f463291541323897bbae276 # Parent f346fa1fdb3aef43a8a272777c38d6f98bb72fa9 *** empty log message *** diff -r f346fa1fdb3a -r ca932dd9f564 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 $' ! !