stx_libtool2.st
changeset 2381 5ff815f41813
parent 2307 1a2f58172d65
child 2466 bbd074067701
equal deleted inserted replaced
2380:4dc5c818aa21 2381:5ff815f41813
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
    13 
    13 
    14 LibraryDefinition subclass:#stx_libtool2
    14 LibraryDefinition subclass:#stx_libtool2
    15         instanceVariableNames:''
    15 	instanceVariableNames:''
    16         classVariableNames:''
    16 	classVariableNames:''
    17         poolDictionaries:''
    17 	poolDictionaries:''
    18         category:'* Projects & Packages *'
    18 	category:'* Projects & Packages *'
    19 !
    19 !
    20 
    20 
    21 !stx_libtool2 class methodsFor:'documentation'!
    21 !stx_libtool2 class methodsFor:'documentation'!
    22 
    22 
    23 copyright
    23 copyright
   138 !
   138 !
   139 
   139 
   140 legalCopyright
   140 legalCopyright
   141     "Return a copyright string which will appear in <lib>.rc"
   141     "Return a copyright string which will appear in <lib>.rc"
   142 
   142 
   143     ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'
   143     ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008'
   144 
   144 
   145     "Modified: / 08-11-2007 / 16:58:56 / cg"
   145     "Modified: / 08-11-2007 / 16:58:56 / cg"
   146 ! !
   146 ! !
   147 
   147 
   148 !stx_libtool2 class methodsFor:'documentation'!
   148 !stx_libtool2 class methodsFor:'documentation'!