ClassItem.st
changeset 2626 4ee750caddab
parent 2625 d70f0361a027
child 12123 4bde08cebd48
--- a/ClassItem.st	Fri Feb 18 15:02:06 2000 +0100
+++ b/ClassItem.st	Fri Feb 18 15:10:15 2000 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 2000 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.
+"
+
+
+
 AbstractVersionDiffBrowserItem subclass:#ClassItem
 	instanceVariableNames:'myClass isRegistered revisonColl revisionInfo'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ClassItem class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2000 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
 "
     This is not yet finished (work in progress) - do not use.
@@ -232,5 +262,5 @@
 !ClassItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.7 2000-02-18 14:01:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.8 2000-02-18 14:09:35 cg Exp $'
 ! !