Unix.st
changeset 88 81dacba7a63a
parent 85 1343af456e28
child 95 d22739a0c6e9
--- a/Unix.st	Thu Jun 02 13:36:22 1994 +0200
+++ b/Unix.st	Thu Jun 02 18:22:49 1994 +0200
@@ -18,13 +18,8 @@
 !
 
 OperatingSystem comment:'
-
 COPYRIGHT (c) 1988 by Claus Gittinger
              All Rights Reserved
-
-$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.15 1994-06-02 11:21:56 claus Exp $
-
-written 1988 by claus
 '!
 
 %{
@@ -109,6 +104,26 @@
 
 !OperatingSystem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1988 by Claus Gittinger
+              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
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.16 1994-06-02 16:22:40 claus Exp $
+"
+!
+
 documentation
 "
     this class gives access to some operating system services;