Workspace.st
changeset 174 d80a6cc3f9b2
parent 160 0f356ac274e0
child 201 d2888811c664
--- a/Workspace.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/Workspace.st	Sat Nov 11 17:23:54 1995 +0100
@@ -19,13 +19,6 @@
        category:'Interface-Workspace'
 !
 
-Workspace comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.28 1995-09-14 17:44:12 claus Exp $
-'!
-
 !Workspace class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.28 1995-09-14 17:44:12 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.29 1995-11-11 16:23:51 cg Exp $'
 !
 
 documentation