SelectingReadStream.st
changeset 2908 505c2f7bb21d
parent 2366 45a774d5420c
child 3091 bb830e805f01
--- a/SelectingReadStream.st	Fri Feb 22 17:36:01 2013 +0100
+++ b/SelectingReadStream.st	Wed Mar 06 18:13:20 2013 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2009 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:libbasic2' }"
 
 Stream subclass:#SelectingReadStream
@@ -9,6 +20,21 @@
 
 !SelectingReadStream class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2009 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.
+
+"
+!
+
 documentation
 "
     A stream which only delivers elements for which a select block returns true
@@ -88,5 +114,6 @@
 !SelectingReadStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/SelectingReadStream.st,v 1.2 2009-12-05 11:17:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SelectingReadStream.st,v 1.3 2013-03-06 17:13:20 cg Exp $'
 ! !
+