PropertyListDictionary.st
changeset 1803 d69cb54a3b56
parent 1730 f6732f77edf8
child 1810 61452e83a4e1
--- a/PropertyListDictionary.st	Fri Aug 29 21:34:08 2003 +0200
+++ b/PropertyListDictionary.st	Sat Aug 30 14:37:29 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              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.
+"
+
 "{ Package: 'stx:libview2' }"
 
 IdentityDictionary subclass:#PropertyListDictionary
@@ -9,6 +21,20 @@
 
 !PropertyListDictionary class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              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.
+"
+!
+
 documentation
 "
     Instances are used temporarily by the UISpecification to keep dynamic
@@ -151,5 +177,5 @@
 !PropertyListDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PropertyListDictionary.st,v 1.3 2003-03-30 13:00:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PropertyListDictionary.st,v 1.4 2003-08-30 12:36:20 cg Exp $'
 ! !