ClassCategoryChange.st
changeset 1984 e24fdc626215
parent 1177 91756124439b
child 2166 c133e744f529
--- a/ClassCategoryChange.st	Tue Jan 22 16:54:46 2008 +0100
+++ b/ClassCategoryChange.st	Tue Jan 22 23:31:03 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2002 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:libbasic3' }"
 
 ClassChange subclass:#ClassCategoryChange
@@ -7,6 +18,21 @@
 	category:'System-Changes'
 !
 
+!ClassCategoryChange class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !ClassCategoryChange methodsFor:'accessing'!
 
@@ -72,5 +98,5 @@
 !ClassCategoryChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCategoryChange.st,v 1.1 2002-11-11 09:40:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCategoryChange.st,v 1.2 2008-01-22 22:31:03 cg Exp $'
 ! !