AspectAdaptor.st
changeset 74 4f786ce84f51
parent 71 5b34cd877517
child 83 97fd04d167c8
--- a/AspectAdaptor.st	Fri May 12 20:09:08 1995 +0200
+++ b/AspectAdaptor.st	Tue May 16 19:12:27 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.
+"
+
 ProtocolAdaptor subclass:#AspectAdaptor 
 	 instanceVariableNames:'myAspect getMsg putMsg'
 	 classVariableNames:''
@@ -23,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.2 1995-05-10 02:24:43 claus Exp $
+$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.3 1995-05-16 17:12:22 claus Exp $
 "
 !