#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 01:07:26 +0100
changeset 4275 f19e46851a8e
parent 4274 947603fffad1
child 4278 939053637e6b
child 4290 d7d8e72b093f
#DOCUMENTATION by cg class: SplittingWriteStream added: #copyright
SplittingWriteStream.st
--- a/SplittingWriteStream.st	Tue Jan 24 01:06:35 2017 +0100
+++ b/SplittingWriteStream.st	Tue Jan 24 01:07:26 2017 +0100
@@ -1,5 +1,14 @@
-"{ Encoding: utf8 }"
+"
+ 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:libbasic2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -13,6 +22,21 @@
 
 !SplittingWriteStream 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.
+
+"
+!
+
 documentation
 "
     A stream duplicator - everything written onto a splittingWriteStream
@@ -165,6 +189,6 @@
 !SplittingWriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SplittingWriteStream.st,v 1.5 2015-03-13 12:38:16 stefan Exp $'
+    ^ '$Header$'
 ! !