Rectangle.st
changeset 530 07d0bce293c9
parent 421 a0807a38319d
child 637 f71df465819c
--- a/Rectangle.st	Sat Nov 11 15:31:28 1995 +0100
+++ b/Rectangle.st	Sat Nov 11 16:28:41 1995 +0100
@@ -17,13 +17,6 @@
        category:'Graphics-Geometry'
 !
 
-Rectangle comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.26 1995-09-03 15:06:06 claus Exp $
-'!
-
 !Rectangle class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.26 1995-09-03 15:06:06 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.27 1995-11-11 15:26:21 cg Exp $'
 !
 
 documentation