# HG changeset patch # User Claus Gittinger # Date 1156944187 -7200 # Node ID 54af4d66b0fac91d4327a886c7008e6c6202f771 # Parent d8d3bdf3c90e6bee23057705e29612868db8521d *** empty log message *** diff -r d8d3bdf3c90e -r 54af4d66b0fa stx_libtool2.st --- a/stx_libtool2.st Tue Aug 29 13:27:06 2006 +0200 +++ b/stx_libtool2.st Wed Aug 30 15:23:07 2006 +0200 @@ -1,3 +1,15 @@ +" + COPYRIGHT (c) 2006 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' }" LibraryDefinition subclass:#stx_libtool2 @@ -7,6 +19,28 @@ category:'* Projects *' ! +!stx_libtool2 class methodsFor:'documentation'! + +copyright +" + COPYRIGHT (c) 2006 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 +" + Build-Information for creation of the st/x standard library: stx_libtool2. + This library contains additional developer tools. +" +! ! !stx_libtool2 class methodsFor:'description - compilation'!