ValueModel.st
changeset 75 a53337dc3e19
parent 73 7b95459b18a6
child 86 38cc61653cb2
--- a/ValueModel.st	Tue May 16 19:12:27 1995 +0200
+++ b/ValueModel.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:02 pm'!
 
 Model subclass:#ValueModel
@@ -25,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.7 1995-05-12 18:09:08 claus Exp $
+$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.8 1995-05-16 17:14:27 claus Exp $
 "
 !