stx_libview.st
changeset 5693 b6b2179daffa
parent 5685 985cd35a71fc
child 5702 f9320ac7088d
equal deleted inserted replaced
5692:3187401537b7 5693:b6b2179daffa
   378 !
   378 !
   379 
   379 
   380 legalCopyright
   380 legalCopyright
   381     "Return a copyright string which will appear in <lib>.rc"
   381     "Return a copyright string which will appear in <lib>.rc"
   382 
   382 
   383     ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
   383     ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
   384 
   384 
   385     "Modified: / 08-11-2007 / 16:59:07 / cg"
   385     "Modified: / 01-02-2011 / 11:56:27 / cg"
   386 ! !
   386 ! !
   387 
   387 
   388 !stx_libview class methodsFor:'documentation'!
   388 !stx_libview class methodsFor:'documentation'!
   389 
   389 
   390 version
   390 version
   391     ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.45 2011-01-23 01:46:56 cg Exp $'
   391     ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.46 2011-02-01 10:58:37 cg Exp $'
   392 !
   392 !
   393 
   393 
   394 version_CVS
   394 version_CVS
   395     ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.45 2011-01-23 01:46:56 cg Exp $'
   395     ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.46 2011-02-01 10:58:37 cg Exp $'
   396 ! !
   396 ! !