#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 01:02:22 +0100
changeset 17251 4d1a18a72500
parent 17250 8691e91d072c
child 17252 1182be543bb2
#DOCUMENTATION by cg documentation
Tools__SmalltalkToolbox.st
--- a/Tools__SmalltalkToolbox.st	Tue Jan 24 01:01:39 2017 +0100
+++ b/Tools__SmalltalkToolbox.st	Tue Jan 24 01:02:22 2017 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2014 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 }"
@@ -11,6 +22,21 @@
 
 !SmalltalkToolbox class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2014 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
 "
     A toolbox for Smalltalk language
@@ -32,10 +58,10 @@
 !SmalltalkToolbox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__SmalltalkToolbox.st,v 1.1 2014-02-24 16:08:50 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__SmalltalkToolbox.st,v 1.1 2014-02-24 16:08:50 vrany Exp $'
+    ^ '$Header$'
 ! !