ArithmeticValue.st
changeset 528 a083413dfbe8
parent 384 cc3d110ea879
child 701 a309e3ef7faf
--- a/ArithmeticValue.st	Sat Nov 11 15:25:35 1995 +0100
+++ b/ArithmeticValue.st	Sat Nov 11 15:28:26 1995 +0100
@@ -20,13 +20,6 @@
        category:'Magnitude-Numbers'
 !
 
-ArithmeticValue comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.15 1995-08-11 02:58:19 claus Exp $
-'!
-
 !ArithmeticValue class methodsFor:'documentation' !
 
 copyright
@@ -44,9 +37,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.15 1995-08-11 02:58:19 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.16 1995-11-11 14:26:28 cg Exp $'
 !
 
 documentation