Timestamp.st
changeset 528 a083413dfbe8
parent 423 7a4bfd3cc267
child 569 7134eb78cf48
--- a/Timestamp.st	Sat Nov 11 15:25:35 1995 +0100
+++ b/Timestamp.st	Sat Nov 11 15:28:26 1995 +0100
@@ -19,13 +19,6 @@
 	 category:'Magnitude-General'
 !
 
-AbsoluteTime comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.15 1995-09-08 16:45:07 claus Exp $
-'!
-
 !AbsoluteTime class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.15 1995-09-08 16:45:07 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.16 1995-11-11 14:26:22 cg Exp $'
 !
 
 documentation