Depth2Image.st
changeset 219 9ff0660f447f
parent 154 871a750ba914
child 280 c89f1cb9e8b9
--- a/Depth2Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth2Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth2Image comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.13 1995-07-02 16:15:28 claus Exp $
-'!
-
 !Depth2Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.13 1995-07-02 16:15:28 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.14 1995-11-11 15:49:19 cg Exp $'
 !
 
 documentation