.
authorclaus
Tue, 16 May 1995 19:12:27 +0200
changeset 74 4f786ce84f51
parent 73 7b95459b18a6
child 75 a53337dc3e19
.
AspctAdptr.st
AspectAdaptor.st
BuffValHldr.st
BufferedValueHolder.st
--- a/AspctAdptr.st	Fri May 12 20:09:08 1995 +0200
+++ b/AspctAdptr.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/Attic/AspctAdptr.st,v 1.2 1995-05-10 02:24:43 claus Exp $
+$Header: /cvs/stx/stx/libview2/Attic/AspctAdptr.st,v 1.3 1995-05-16 17:12:22 claus Exp $
 "
 !
 
--- 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 $
 "
 !
 
--- a/BuffValHldr.st	Fri May 12 20:09:08 1995 +0200
+++ b/BuffValHldr.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.
+"
+
 ValueHolder subclass:#BufferedValueHolder 
 	 instanceVariableNames:'subject triggerChannel bufferedValue'
 	 classVariableNames:'NotYetAssigned'
@@ -23,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/Attic/BuffValHldr.st,v 1.2 1995-05-12 17:59:39 claus Exp $
+$Header: /cvs/stx/stx/libview2/Attic/BuffValHldr.st,v 1.3 1995-05-16 17:12:27 claus Exp $
 "
 !
 
--- a/BufferedValueHolder.st	Fri May 12 20:09:08 1995 +0200
+++ b/BufferedValueHolder.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.
+"
+
 ValueHolder subclass:#BufferedValueHolder 
 	 instanceVariableNames:'subject triggerChannel bufferedValue'
 	 classVariableNames:'NotYetAssigned'
@@ -23,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.2 1995-05-12 17:59:39 claus Exp $
+$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.3 1995-05-16 17:12:27 claus Exp $
 "
 !