# HG changeset patch # User Claus Gittinger # Date 1485426385 -3600 # Node ID b9b7b2fae2f921311fe2ee3826cea42b64d00ab2 # Parent 462d9e0dea1f2abbc9b25033b09af84ea0942870 #DOCUMENTATION by cg class: Tools::ObjectModuleInformation added: #copyright diff -r 462d9e0dea1f -r b9b7b2fae2f9 Tools__ObjectModuleInformation.st --- a/Tools__ObjectModuleInformation.st Tue Jan 24 23:34:27 2017 +0100 +++ b/Tools__ObjectModuleInformation.st Thu Jan 26 11:26:25 2017 +0100 @@ -1,3 +1,14 @@ +" + COPYRIGHT (c) 2007 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:libtool2' }" "{ NameSpace: Tools }" @@ -24,6 +35,20 @@ !ObjectModuleInformation class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 2007 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 " Shows the modules (dll's) of ST/X.