Link.st
changeset 530 07d0bce293c9
parent 384 cc3d110ea879
child 607 a9a526c51233
--- a/Link.st	Sat Nov 11 15:31:28 1995 +0100
+++ b/Link.st	Sat Nov 11 16:28:41 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Support'
 !
 
-Link comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/Link.st,v 1.8 1995-08-11 03:01:32 claus Exp $
-'!
-
 !Link class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic/Link.st,v 1.8 1995-08-11 03:01:32 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic/Link.st,v 1.9 1995-11-11 15:23:51 cg Exp $'
 !
 
 documentation