UnixFileDescriptorHandle.st
changeset 7595 89c4c7dba914
parent 7259 e8c3fc540c21
child 14667 f6a830b971f3
child 17711 39faaaf888b4
--- a/UnixFileDescriptorHandle.st	Sat Aug 30 14:33:56 2003 +0200
+++ b/UnixFileDescriptorHandle.st	Sat Aug 30 14:37:09 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1999 by eXept Software AG
+              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.
+"
+
 "{ Package: 'stx:libbasic' }"
 
 OSFileHandle subclass:#UnixFileDescriptorHandle
@@ -15,6 +27,21 @@
 
 ! !
 
+!UnixFileDescriptorHandle class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1999 by eXept Software AG
+              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.
+"
+! !
 
 !UnixFileDescriptorHandle methodsFor:'input/output'!
 
@@ -259,5 +286,5 @@
 !UnixFileDescriptorHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixFileDescriptorHandle.st,v 1.7 2003-05-07 14:12:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixFileDescriptorHandle.st,v 1.8 2003-08-30 12:37:09 cg Exp $'
 ! !