diff -r 4dc5c818aa21 -r 5ff815f41813 stx_libtool2.st --- a/stx_libtool2.st Wed Jul 23 00:31:45 2008 +0200 +++ b/stx_libtool2.st Wed Jul 23 14:16:42 2008 +0200 @@ -12,10 +12,10 @@ "{ Package: 'stx:libtool2' }" LibraryDefinition subclass:#stx_libtool2 - instanceVariableNames:'' - classVariableNames:'' - poolDictionaries:'' - category:'* Projects & Packages *' + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'* Projects & Packages *' ! !stx_libtool2 class methodsFor:'documentation'! @@ -140,7 +140,7 @@ legalCopyright "Return a copyright string which will appear in .rc" - ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007' + ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008' "Modified: / 08-11-2007 / 16:58:56 / cg" ! !