copyright added
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2000 00:01:31 +0200
changeset 2744 0ebeada0fee0
parent 2743 4fa5e36bef74
child 2745 8fa3af64f96e
copyright added
SystemStatusMonitor.st
--- a/SystemStatusMonitor.st	Wed Aug 30 23:23:39 2000 +0200
+++ b/SystemStatusMonitor.st	Thu Aug 31 00:01:31 2000 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1997 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' }"
 
 SimpleView subclass:#SystemStatusMonitor
@@ -8,6 +20,21 @@
 	category:'Monitors-ST/X'
 !
 
+!SystemStatusMonitor class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1997 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.
+"
+! !
 
 !SystemStatusMonitor class methodsFor:'defaults'!
 
@@ -220,5 +247,5 @@
 !SystemStatusMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.11 2000-08-15 14:19:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.12 2000-08-30 22:01:31 cg Exp $'
 ! !