Tools__ImplementingMethodList.st
changeset 10039 6ec92794fdd5
parent 10004 65e6afd3a322
child 12123 4bde08cebd48
equal deleted inserted replaced
10038:0e8e88c0e51c 10039:6ec92794fdd5
     1 "
     1 "
     2  COPYRIGHT (c) 2004 by eXept Software AG
     2  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
     3               All Rights Reserved
     3  Copyright (c) 2009-2010 eXept Software AG
     4 
     4 
     5  This software is furnished under a license and may be used
     5  Permission is hereby granted, free of charge, to any person
     6  only in accordance with the terms of that license and with the
     6  obtaining a copy of this software and associated documentation
     7  inclusion of the above copyright notice.   This software may not
     7  files (the 'Software'), to deal in the Software without
     8  be provided or otherwise made available to, or used by, any
     8  restriction, including without limitation the rights to use,
     9  other person.  No title to or ownership of the software is
     9  copy, modify, merge, publish, distribute, sublicense, and/or sell
    10  hereby transferred.
    10  copies of the Software, and to permit persons to whom the
       
    11  Software is furnished to do so, subject to the following
       
    12  conditions:
       
    13 
       
    14  The above copyright notice and this permission notice shall be
       
    15  included in all copies or substantial portions of the Software.
       
    16 
       
    17  THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
       
    18  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
       
    19  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
    20  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
       
    21  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
    22  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    23  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
    24  OTHER DEALINGS IN THE SOFTWARE.
    11 "
    25 "
    12 "{ Package: 'stx:libtool' }"
    26 "{ Package: 'stx:libtool' }"
    13 
    27 
    14 "{ NameSpace: Tools }"
    28 "{ NameSpace: Tools }"
    15 
    29 
    22 
    36 
    23 !ImplementingMethodList class methodsFor:'documentation'!
    37 !ImplementingMethodList class methodsFor:'documentation'!
    24 
    38 
    25 copyright
    39 copyright
    26 "
    40 "
    27  COPYRIGHT (c) 2004 by eXept Software AG
    41  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
    28               All Rights Reserved
    42  Copyright (c) 2009-2010 eXept Software AG
    29 
    43 
    30  This software is furnished under a license and may be used
    44  Permission is hereby granted, free of charge, to any person
    31  only in accordance with the terms of that license and with the
    45  obtaining a copy of this software and associated documentation
    32  inclusion of the above copyright notice.   This software may not
    46  files (the 'Software'), to deal in the Software without
    33  be provided or otherwise made available to, or used by, any
    47  restriction, including without limitation the rights to use,
    34  other person.  No title to or ownership of the software is
    48  copy, modify, merge, publish, distribute, sublicense, and/or sell
    35  hereby transferred.
    49  copies of the Software, and to permit persons to whom the
       
    50  Software is furnished to do so, subject to the following
       
    51  conditions:
       
    52 
       
    53  The above copyright notice and this permission notice shall be
       
    54  included in all copies or substantial portions of the Software.
       
    55 
       
    56  THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
       
    57  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
       
    58  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
    59  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
       
    60  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
    61  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    62  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
    63  OTHER DEALINGS IN THE SOFTWARE.
    36 "
    64 "
    37 !
    65 !
    38 
    66 
    39 documentation
    67 documentation
    40 "
    68 "
   285 ! !
   313 ! !
   286 
   314 
   287 !ImplementingMethodList class methodsFor:'documentation'!
   315 !ImplementingMethodList class methodsFor:'documentation'!
   288 
   316 
   289 version_CVS
   317 version_CVS
   290     ^ '$Header: /cvs/stx/stx/libtool/Tools__ImplementingMethodList.st,v 1.1 2011-07-01 13:33:42 cg Exp $'
   318     ^ '$Header: /cvs/stx/stx/libtool/Tools__ImplementingMethodList.st,v 1.2 2011-07-03 13:37:06 cg Exp $'
   291 !
   319 !
   292 
   320 
   293 version_SVN
   321 version_SVN
   294     ^ '§Id: Tools__ImplementingMethodList.st 7796 2011-06-23 16:01:32Z vranyj1 §'
   322     ^ '§Id: Tools__ImplementingMethodList.st 7796 2011-06-23 16:01:32Z vranyj1 §'
   295 ! !
   323 ! !