uff - version methods changed to return stings
authorClaus Gittinger <cg@exept.de>
Sat, 11 Nov 1995 16:22:01 +0100
changeset 112 3e18f2cfe430
parent 111 92392ae9a0f0
child 113 c411109c7205
uff - version methods changed to return stings
CacheDict.st
CacheDictionary.st
Circle.st
EllArc.st
EllipticalArc.st
EpsonFX1PrinterStream.st
ExtAddr.st
ExtBytes.st
ExtFunc.st
FX1PrStr.st
FileText.st
HPIIPrStr.st
HPLjetIIPrinterStream.st
HandlerCollection.st
HndlrColl.st
MappedColl.st
MappedCollection.st
MessageChannel.st
MsgChannel.st
MsgSend.st
PSPrStr.st
Polygon.st
PostscriptPrinterStream.st
PrinterStream.st
Promise.st
Queue.st
Random.st
RecLock.st
SharedQueue.st
Socket.st
SoundStr.st
SoundStream.st
StrColl.st
TwoByteStr.st
ValLink.st
ValueLink.st
VarArray.st
VarString.st
VariableArray.st
VariableString.st
--- a/CacheDict.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/CacheDict.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Collections-Unordered'
 !
 
-CacheDictionary comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/CacheDict.st,v 1.9 1995-08-10 18:35:02 claus Exp $
-'!
-
 !CacheDictionary class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/CacheDict.st,v 1.9 1995-08-10 18:35:02 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/CacheDict.st,v 1.10 1995-11-11 15:21:08 cg Exp $'
 !
 
 documentation
--- a/CacheDictionary.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/CacheDictionary.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Collections-Unordered'
 !
 
-CacheDictionary comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/CacheDictionary.st,v 1.9 1995-08-10 18:35:02 claus Exp $
-'!
-
 !CacheDictionary class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/CacheDictionary.st,v 1.9 1995-08-10 18:35:02 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/CacheDictionary.st,v 1.10 1995-11-11 15:21:08 cg Exp $'
 !
 
 documentation
--- a/Circle.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Circle.st	Sat Nov 11 16:22:01 1995 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Circle.st,v 1.4 1995-08-11 16:00:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Circle.st,v 1.5 1995-11-11 15:21:09 cg Exp $'
 !
 
 documentation
--- a/EllArc.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/EllArc.st	Sat Nov 11 16:22:01 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/EllArc.st,v 1.3 1995-08-10 18:35:09 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/EllArc.st,v 1.4 1995-11-11 15:21:09 cg Exp $'
 !
 
 documentation
--- a/EllipticalArc.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/EllipticalArc.st	Sat Nov 11 16:22:01 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.3 1995-08-10 18:35:09 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.4 1995-11-11 15:21:09 cg Exp $'
 !
 
 documentation
--- a/EpsonFX1PrinterStream.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/EpsonFX1PrinterStream.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Streams-External'
 !
 
-EpsonFX1PrinterStream comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.10 1995-08-10 18:35:29 claus Exp $
-'!
-
 !EpsonFX1PrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.10 1995-08-10 18:35:29 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.11 1995-11-11 15:21:19 cg Exp $'
 !
 
 documentation
--- a/ExtAddr.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/ExtAddr.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'System-Support'
 !
 
-ExternalAddress comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/ExtAddr.st,v 1.5 1995-11-02 17:35:46 cg Exp $
-'!
-
 !ExternalAddress class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/ExtAddr.st,v 1.5 1995-11-02 17:35:46 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ExtAddr.st,v 1.6 1995-11-11 15:21:10 cg Exp $'
 !
 
 documentation
--- a/ExtBytes.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/ExtBytes.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'System-Support'
 !
 
-ExternalBytes comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/ExtBytes.st,v 1.18 1995-11-02 11:19:50 cg Exp $
-'!
-
 !ExternalBytes class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/ExtBytes.st,v 1.18 1995-11-02 11:19:50 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ExtBytes.st,v 1.19 1995-11-11 15:21:13 cg Exp $'
 !
 
 documentation
--- a/ExtFunc.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/ExtFunc.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'System-Support'
 !
 
-ExternalFunction comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/ExtFunc.st,v 1.9 1995-08-10 18:35:18 claus Exp $
-'!
-
 !ExternalFunction class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/ExtFunc.st,v 1.9 1995-08-10 18:35:18 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ExtFunc.st,v 1.10 1995-11-11 15:21:17 cg Exp $'
 !
 
 documentation
--- a/FX1PrStr.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/FX1PrStr.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Streams-External'
 !
 
-EpsonFX1PrinterStream comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/FX1PrStr.st,v 1.10 1995-08-10 18:35:29 claus Exp $
-'!
-
 !EpsonFX1PrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/FX1PrStr.st,v 1.10 1995-08-10 18:35:29 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/FX1PrStr.st,v 1.11 1995-11-11 15:21:19 cg Exp $'
 !
 
 documentation
--- a/FileText.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/FileText.st	Sat Nov 11 16:22:01 1995 +0100
@@ -18,13 +18,6 @@
        category:'Collections-Text'
 !
 
-FileText comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.11 1995-08-10 18:35:33 claus Exp $
-'!
-
 !FileText class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.11 1995-08-10 18:35:33 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/FileText.st,v 1.12 1995-11-11 15:21:20 cg Exp $'
 !
 
 documentation
--- a/HPIIPrStr.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/HPIIPrStr.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Streams-External'
 !
 
-HPLjetIIPrinterStream comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/HPIIPrStr.st,v 1.9 1995-08-10 18:35:36 claus Exp $
-'!
-
 !HPLjetIIPrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/HPIIPrStr.st,v 1.9 1995-08-10 18:35:36 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/HPIIPrStr.st,v 1.10 1995-11-11 15:21:21 cg Exp $'
 !
 
 documentation
--- a/HPLjetIIPrinterStream.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/HPLjetIIPrinterStream.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Streams-External'
 !
 
-HPLjetIIPrinterStream comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/HPLjetIIPrinterStream.st,v 1.9 1995-08-10 18:35:36 claus Exp $
-'!
-
 !HPLjetIIPrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/HPLjetIIPrinterStream.st,v 1.9 1995-08-10 18:35:36 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/HPLjetIIPrinterStream.st,v 1.10 1995-11-11 15:21:21 cg Exp $'
 !
 
 documentation
--- a/HandlerCollection.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/HandlerCollection.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,11 +17,6 @@
 	 category:'Kernel-Exceptions'
 !
 
-HandlerCollection comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	     All Rights Reserved
-'!
-
 !HandlerCollection class methodsFor:'documentation'!
 
 copyright
@@ -39,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/HandlerCollection.st,v 1.3 1995-08-10 18:35:39 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/HandlerCollection.st,v 1.4 1995-11-11 15:21:22 cg Exp $'
 !
 
 documentation
--- a/HndlrColl.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/HndlrColl.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,11 +17,6 @@
 	 category:'Kernel-Exceptions'
 !
 
-HandlerCollection comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	     All Rights Reserved
-'!
-
 !HandlerCollection class methodsFor:'documentation'!
 
 copyright
@@ -39,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/HndlrColl.st,v 1.3 1995-08-10 18:35:39 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/HndlrColl.st,v 1.4 1995-11-11 15:21:22 cg Exp $'
 !
 
 documentation
--- a/MappedColl.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/MappedColl.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Sequenceable'
 !
 
-MappedCollection comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.11 1995-08-10 18:35:43 claus Exp $
-'!
-
 !MappedCollection class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.11 1995-08-10 18:35:43 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.12 1995-11-11 15:21:23 cg Exp $'
 !
 
 documentation
--- a/MappedCollection.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/MappedCollection.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Sequenceable'
 !
 
-MappedCollection comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.11 1995-08-10 18:35:43 claus Exp $
-'!
-
 !MappedCollection class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.11 1995-08-10 18:35:43 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.12 1995-11-11 15:21:23 cg Exp $'
 !
 
 documentation
--- a/MessageChannel.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/MessageChannel.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Kernel-Methods'
 !
 
-MessageChannel comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/MessageChannel.st,v 1.3 1995-08-10 18:35:46 claus Exp $
-'!
-
 !MessageChannel class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/MessageChannel.st,v 1.3 1995-08-10 18:35:46 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/MessageChannel.st,v 1.4 1995-11-11 15:21:24 cg Exp $'
 !
 
 documentation
--- a/MsgChannel.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/MsgChannel.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Kernel-Methods'
 !
 
-MessageChannel comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/MsgChannel.st,v 1.3 1995-08-10 18:35:46 claus Exp $
-'!
-
 !MessageChannel class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/MsgChannel.st,v 1.3 1995-08-10 18:35:46 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/MsgChannel.st,v 1.4 1995-11-11 15:21:24 cg Exp $'
 !
 
 documentation
--- a/MsgSend.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/MsgSend.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Kernel-Methods'
 !
 
-MessageSend comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/MsgSend.st,v 1.6 1995-08-10 18:35:49 claus Exp $
-'!
-
 !MessageSend class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/MsgSend.st,v 1.6 1995-08-10 18:35:49 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/MsgSend.st,v 1.7 1995-11-11 15:21:25 cg Exp $'
 !
 
 documentation
--- a/PSPrStr.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/PSPrStr.st	Sat Nov 11 16:22:01 1995 +0100
@@ -22,13 +22,6 @@
        category:'Streams-External'
 !
 
-PostscriptPrinterStream comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/PSPrStr.st,v 1.12 1995-08-10 18:35:52 claus Exp $
-'!
-
 !PostscriptPrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -46,9 +39,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/PSPrStr.st,v 1.12 1995-08-10 18:35:52 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/PSPrStr.st,v 1.13 1995-11-11 15:21:26 cg Exp $'
 !
 
 documentation
--- a/Polygon.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Polygon.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Graphics-Geometry'
 !
 
-Polygon comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Polygon.st,v 1.12 1995-08-27 14:27:48 claus Exp $
-'!
-
 !Polygon class methodsFor: 'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Polygon.st,v 1.12 1995-08-27 14:27:48 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Polygon.st,v 1.13 1995-11-11 15:21:28 cg Exp $'
 !
 
 documentation
--- a/PostscriptPrinterStream.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/PostscriptPrinterStream.st	Sat Nov 11 16:22:01 1995 +0100
@@ -22,13 +22,6 @@
        category:'Streams-External'
 !
 
-PostscriptPrinterStream comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.12 1995-08-10 18:35:52 claus Exp $
-'!
-
 !PostscriptPrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -46,9 +39,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.12 1995-08-10 18:35:52 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.13 1995-11-11 15:21:26 cg Exp $'
 !
 
 documentation
--- a/PrinterStream.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/PrinterStream.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Streams-External'
 !
 
-PrinterStream comment:'
-COPYRIGHT (c) 1990 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.10 1995-08-10 18:35:59 claus Exp $
-'!
-
 !PrinterStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.10 1995-08-10 18:35:59 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.11 1995-11-11 15:21:30 cg Exp $'
 !
 
 documentation
--- a/Promise.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Promise.st	Sat Nov 11 16:22:01 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Promise.st,v 1.4 1995-08-10 18:36:03 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Promise.st,v 1.5 1995-11-11 15:21:31 cg Exp $'
 !
 
 documentation
--- a/Queue.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Queue.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Collections-Ordered'
 !
 
-Queue comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.12 1995-08-10 18:36:06 claus Exp $
-'!
-
 !Queue class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.12 1995-08-10 18:36:06 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.13 1995-11-11 15:21:32 cg Exp $'
 !
 
 documentation
--- a/Random.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Random.st	Sat Nov 11 16:22:01 1995 +0100
@@ -33,13 +33,6 @@
 	 category:'Magnitude-Numbers'
 !
 
-Random comment:'
-Copyright (C) 1988, 1989 Free Software Foundation, Inc.
-Written by Steve Byrne.
-
-$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.11 1995-08-10 18:36:09 claus Exp $
-'!
-
 !Random class methodsFor:'documentation'!
 
 copyright
@@ -71,9 +64,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.11 1995-08-10 18:36:09 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.12 1995-11-11 15:21:33 cg Exp $'
 !
 
 documentation
--- a/RecLock.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/RecLock.st	Sat Nov 11 16:22:01 1995 +0100
@@ -60,9 +60,7 @@
 !
 
 version 
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/RecLock.st,v 1.4 1995-08-10 18:36:13 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/RecLock.st,v 1.5 1995-11-11 15:21:35 cg Exp $'
 ! !
 
 !RecursionLock class methodsFor:'instance creation'!
--- a/SharedQueue.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/SharedQueue.st	Sat Nov 11 16:22:01 1995 +0100
@@ -16,13 +16,6 @@
 	 poolDictionaries:''
 	 category:'Kernel-Processes'!
 
-SharedQueue comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.10 1995-08-10 18:36:17 claus Exp $
-'!
-
 !SharedQueue class methodsFor:'documentation'!
 
 copyright
@@ -40,9 +33,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.10 1995-08-10 18:36:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.11 1995-11-11 15:21:36 cg Exp $'
 !
 
 documentation
--- a/Socket.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/Socket.st	Sat Nov 11 16:22:01 1995 +0100
@@ -18,13 +18,6 @@
        category:'Streams-External'
 !
 
-Socket comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.36 1995-11-02 20:11:29 cg Exp $
-'!
-
 !Socket class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.36 1995-11-02 20:11:29 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.37 1995-11-11 15:21:43 cg Exp $'
 !
 
 documentation
--- a/SoundStr.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/SoundStr.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Streams-External'
 !
 
-SoundStream comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/SoundStr.st,v 1.16 1995-11-02 20:11:39 cg Exp $
-'!
-
 !SoundStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/SoundStr.st,v 1.16 1995-11-02 20:11:39 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/SoundStr.st,v 1.17 1995-11-11 15:21:53 cg Exp $'
 !
 
 documentation
--- a/SoundStream.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/SoundStream.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Streams-External'
 !
 
-SoundStream comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.16 1995-11-02 20:11:39 cg Exp $
-'!
-
 !SoundStream class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.16 1995-11-02 20:11:39 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.17 1995-11-11 15:21:53 cg Exp $'
 !
 
 documentation
--- a/StrColl.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/StrColl.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Text'
 !
 
-StringCollection comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/StrColl.st,v 1.16 1995-08-10 18:36:30 claus Exp $
-'!
-
 !StringCollection class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/StrColl.st,v 1.16 1995-08-10 18:36:30 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/StrColl.st,v 1.17 1995-11-11 15:21:56 cg Exp $'
 !
 
 documentation
--- a/TwoByteStr.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/TwoByteStr.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Text'
 !
 
-TwoByteString comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/TwoByteStr.st,v 1.12 1995-08-10 18:36:34 claus Exp $
-'!
-
 !TwoByteString class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/TwoByteStr.st,v 1.12 1995-08-10 18:36:34 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/TwoByteStr.st,v 1.13 1995-11-11 15:21:57 cg Exp $'
 !
 
 documentation
--- a/ValLink.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/ValLink.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Support'
 !
 
-ValueLink comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/ValLink.st,v 1.8 1995-08-10 18:36:37 claus Exp $
-'!
-
 !ValueLink class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/ValLink.st,v 1.8 1995-08-10 18:36:37 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ValLink.st,v 1.9 1995-11-11 15:21:58 cg Exp $'
 !
 
 documentation
--- a/ValueLink.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/ValueLink.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Support'
 !
 
-ValueLink comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.8 1995-08-10 18:36:37 claus Exp $
-'!
-
 !ValueLink class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.8 1995-08-10 18:36:37 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.9 1995-11-11 15:21:58 cg Exp $'
 !
 
 documentation
--- a/VarArray.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/VarArray.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Sequenceable'
 !
 
-VariableArray comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/VarArray.st,v 1.11 1995-08-10 18:36:40 claus Exp $
-'!
-
 !VariableArray class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/VarArray.st,v 1.11 1995-08-10 18:36:40 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/VarArray.st,v 1.12 1995-11-11 15:22:00 cg Exp $'
 !
 
 documentation
--- a/VarString.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/VarString.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Text'
 !
 
-VariableString comment:'
-COPYRIGHT (c) 1990 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/Attic/VarString.st,v 1.12 1995-08-10 18:36:43 claus Exp $
-'!
-
 !VariableString class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/Attic/VarString.st,v 1.12 1995-08-10 18:36:43 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/VarString.st,v 1.13 1995-11-11 15:22:01 cg Exp $'
 !
 
 documentation
--- a/VariableArray.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/VariableArray.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Sequenceable'
 !
 
-VariableArray comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.11 1995-08-10 18:36:40 claus Exp $
-'!
-
 !VariableArray class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.11 1995-08-10 18:36:40 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/VariableArray.st,v 1.12 1995-11-11 15:22:00 cg Exp $'
 !
 
 documentation
--- a/VariableString.st	Thu Nov 02 21:32:10 1995 +0100
+++ b/VariableString.st	Sat Nov 11 16:22:01 1995 +0100
@@ -17,13 +17,6 @@
        category:'Collections-Text'
 !
 
-VariableString comment:'
-COPYRIGHT (c) 1990 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.12 1995-08-10 18:36:43 claus Exp $
-'!
-
 !VariableString class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.12 1995-08-10 18:36:43 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.13 1995-11-11 15:22:01 cg Exp $'
 !
 
 documentation