stx_libbasic.st
changeset 20983 45d14d2ccfa2
parent 20981 152ade7af400
child 20984 d046880c5d27
equal deleted inserted replaced
20982:32144b4ff22c 20983:45d14d2ccfa2
     1 "
     1 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) Claus Gittinger / 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
    22 
    22 
    23 !stx_libbasic class methodsFor:'documentation'!
    23 !stx_libbasic class methodsFor:'documentation'!
    24 
    24 
    25 copyright
    25 copyright
    26 "
    26 "
    27  COPYRIGHT (c) 2006 by eXept Software AG
    27  COPYRIGHT (c) Claus Gittinger / eXept Software AG
    28 	      All Rights Reserved
    28               All Rights Reserved
    29 
    29 
    30  This software is furnished under a license and may be used
    30  This software is furnished under a license and may be used
    31  only in accordance with the terms of that license and with the
    31  only in accordance with the terms of that license and with the
    32  inclusion of the above copyright notice.   This software may not
    32  inclusion of the above copyright notice.   This software may not
    33  be provided or otherwise made available to, or used by, any
    33  be provided or otherwise made available to, or used by, any
    51     (some conditional code deals with the non-presence of UI classes; 
    51     (some conditional code deals with the non-presence of UI classes; 
    52      for example, debugging, for which a non-UI version is provided here)
    52      for example, debugging, for which a non-UI version is provided here)
    53 
    53 
    54     Also no developer support classes are found here 
    54     Also no developer support classes are found here 
    55     (i.e. Change/History support, compiler etc.).
    55     (i.e. Change/History support, compiler etc.).
       
    56 
       
    57     [author:]
       
    58         cg
       
    59 
       
    60     [primary maintainer:]
       
    61         cg
    56 "
    62 "
    57 ! !
    63 ! !
    58 
    64 
    59 !stx_libbasic class methodsFor:'description'!
    65 !stx_libbasic class methodsFor:'description'!
    60 
    66