Tools__MethodCategoryCache.st
changeset 7926 4f88f615ad7f
parent 6660 9510b89eed9d
child 7991 76f36fc0c8dd
--- a/Tools__MethodCategoryCache.st	Mon Jan 21 13:27:17 2008 +0100
+++ b/Tools__MethodCategoryCache.st	Tue Jan 22 16:54:36 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 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:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -9,6 +20,21 @@
 	category:'Interface-Browsers-New'
 !
 
+!MethodCategoryCache class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 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.
+"
+! !
 
 !MethodCategoryCache class methodsFor:'instance creation'!
 
@@ -94,5 +120,5 @@
 !MethodCategoryCache class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryCache.st,v 1.1 2006-03-10 09:45:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryCache.st,v 1.2 2008-01-22 15:54:36 cg Exp $'
 ! !