Depth16Image.st
changeset 219 9ff0660f447f
parent 193 3abcc2ee1641
child 281 4f04a56b1641
--- a/Depth16Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth16Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth16Image comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.1 1995-10-23 16:58:37 cg Exp $
-'!
-
 !Depth16Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.1 1995-10-23 16:58:37 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.2 1995-11-11 15:49:03 cg Exp $'
 !
 
 documentation