#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2017 22:08:52 +0100
changeset 21453 1598857f4864
parent 21452 3435141db80f
child 21454 7c6e37a93527
#DOCUMENTATION by cg class: LoadInProgressQuery added: #copyright
LoadInProgressQuery.st
--- a/LoadInProgressQuery.st	Wed Feb 15 22:04:02 2017 +0100
+++ b/LoadInProgressQuery.st	Wed Feb 15 22:08:52 2017 +0100
@@ -1,5 +1,14 @@
-"{ Encoding: utf8 }"
+"
+ COPYRIGHT (c) 2015 by Claus Gittinger / 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:libbasic' }"
 
 "{ NameSpace: Smalltalk }"
@@ -13,6 +22,20 @@
 
 !LoadInProgressQuery class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2015 by Claus Gittinger / 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
 "
     Abstract superclass of queries which are answered during package or class loading,
@@ -48,10 +71,10 @@
 !LoadInProgressQuery class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LoadInProgressQuery.st,v 1.3 2015-03-05 11:02:07 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LoadInProgressQuery.st,v 1.3 2015-03-05 11:02:07 cg Exp $'
+    ^ '$Header$'
 ! !