LazyMethod.st
changeset 135 aa4f7b8f121e
parent 126 aca2139a3526
child 142 c5fd93e97594
--- a/LazyMethod.st	Sun Nov 05 18:20:13 1995 +0100
+++ b/LazyMethod.st	Sat Nov 11 16:31:47 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Kernel-Methods'
 !
 
-LazyMethod comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libcomp/LazyMethod.st,v 1.14 1995-10-24 15:54:57 cg Exp $
-'!
-
 !LazyMethod class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libcomp/LazyMethod.st,v 1.14 1995-10-24 15:54:57 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libcomp/LazyMethod.st,v 1.15 1995-11-11 15:30:27 cg Exp $'
 !
 
 documentation