ResourcePack.st
changeset 5 e5942fea6925
parent 2 b35336ab0de3
child 12 9f0995fac1fa
--- a/ResourcePack.st	Wed Oct 13 01:45:09 1993 +0100
+++ b/ResourcePack.st	Wed Oct 13 01:46:50 1993 +0100
@@ -1,4 +1,14 @@
-'From Smalltalk/X, Version:2.7.1 on 10-Jul-1993 at 19:03:09'!
+"
+ COPYRIGHT (c) 1993 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.
+"
 
 Dictionary subclass:#ResourcePack
          instanceVariableNames:'elements dependents fileName'
@@ -7,6 +17,18 @@
          category:'System-Support'
 !
 
+ResourcePack comment:'
+
+COPYRIGHT (c) 1993 by Claus Gittinger
+              All Rights Reserved
+
+to allow easy customization of smalltalk code (i.e. internationalization)
+(replaces the obsolete Resource class)
+
+$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.3 1993-10-13 00:46:25 claus Exp $
+written spring 93 by claus
+'!
+
 !ResourcePack class methodsFor:'initialization'!
 
 initialize