LibraryDefinition.st
changeset 14910 ed91559bbe8a
parent 14883 0580920c8388
child 14946 825742866297
child 18037 4cf874da38c9
equal deleted inserted replaced
14909:82e6a8d5f436 14910:ed91559bbe8a
     1 "
     1 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006-2013 by eXept Software AG
     3 	      All Rights Reserved
     3               All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
    20 
    20 
    21 !LibraryDefinition class methodsFor:'documentation'!
    21 !LibraryDefinition class methodsFor:'documentation'!
    22 
    22 
    23 copyright
    23 copyright
    24 "
    24 "
    25  COPYRIGHT (c) 2006 by eXept Software AG
    25  COPYRIGHT (c) 2006-2013 by eXept Software AG
    26 	      All Rights Reserved
    26               All Rights Reserved
    27 
    27 
    28  This software is furnished under a license and may be used
    28  This software is furnished under a license and may be used
    29  only in accordance with the terms of that license and with the
    29  only in accordance with the terms of that license and with the
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
   705 ! !
   705 ! !
   706 
   706 
   707 !LibraryDefinition class methodsFor:'documentation'!
   707 !LibraryDefinition class methodsFor:'documentation'!
   708 
   708 
   709 version
   709 version
   710     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.115 2013-03-15 13:40:33 stefan Exp $'
   710     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.116 2013-03-19 15:53:19 stefan Exp $'
   711 !
   711 !
   712 
   712 
   713 version_CVS
   713 version_CVS
   714     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.115 2013-03-15 13:40:33 stefan Exp $'
   714     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.116 2013-03-19 15:53:19 stefan Exp $'
   715 ! !
   715 ! !
   716 
   716