copyright
authorClaus Gittinger <cg@exept.de>
Tue, 22 Jan 2008 23:31:25 +0100
changeset 10846 e82d25d9d165
parent 10845 948ce25c5209
child 10847 2f39b0b6f4e6
copyright
CharacterWriteStream.st
--- a/CharacterWriteStream.st	Tue Jan 22 16:55:13 2008 +0100
+++ b/CharacterWriteStream.st	Tue Jan 22 23:31:25 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2005 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' }"
 
 WriteStream subclass:#CharacterWriteStream
@@ -9,6 +20,20 @@
 
 !CharacterWriteStream class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2005 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
 "
     This is a WriteStream, which automagically changes the underlying collection,
@@ -215,5 +240,5 @@
 !CharacterWriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterWriteStream.st,v 1.6 2006-12-21 13:18:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterWriteStream.st,v 1.7 2008-01-22 22:31:25 cg Exp $'
 ! !