ProtocolAdaptor.st
changeset 75 a53337dc3e19
parent 71 5b34cd877517
child 86 38cc61653cb2
--- a/ProtocolAdaptor.st	Tue May 16 19:12:27 1995 +0200
+++ b/ProtocolAdaptor.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.
+"
+
 'From Smalltalk/X, Version:2.10.5 on 9-may-1995 at 12:03:43 pm'!
 
 ValueModel subclass:#ProtocolAdaptor
@@ -25,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.2 1995-05-10 02:25:43 claus Exp $
+$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.3 1995-05-16 17:13:47 claus Exp $
 "
 !