PrintConverter.st
changeset 75 a53337dc3e19
parent 69 225a9efd50f5
child 83 97fd04d167c8
--- a/PrintConverter.st	Tue May 16 19:12:27 1995 +0200
+++ b/PrintConverter.st	Tue May 16 19:14:48 1995 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1995 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.
+"
+
 Object subclass:#PrintConverter 
 	 instanceVariableNames:'valueToStringBlock stringToValueBlock'
 	 classVariableNames:''
@@ -7,9 +19,23 @@
 
 !PrintConverter class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1995 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/libview2/PrintConverter.st,v 1.3 1995-05-09 00:21:50 claus Exp $
+$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.4 1995-05-16 17:13:44 claus Exp $
 "
 !