mercurial/HGRepositoriesResource.st
changeset 210 54a73fa50d40
parent 189 3d6c123a7295
child 212 8ec5884fba41
equal deleted inserted replaced
209:1ac6a3ac648a 210:54a73fa50d40
     1 "
     1 "
     2  Copyright (c) 2007-2011 Jan Vrany
     2  COPYRIGHT (c) 2012-2013 by Jan Vrany
     3  Copyright (c) 2007-2011 eXept Software AG
     3               All Rights Reserved
     4 
     4 
     5  Permission is hereby granted, free of charge, to any person
     5  This software is furnished under a license and may be used
     6  obtaining a copy of this software and associated documentation
     6  only in accordance with the terms of that license and with the
     7  files (the 'Software'), to deal in the Software without
     7  inclusion of the above copyright notice.   This software may not
     8  restriction, including without limitation the rights to use,
     8  be provided or otherwise made available to, or used by, any
     9  copy, modify, merge, publish, distribute, sublicense, and/or sell
     9  other person.  No title to or ownership of the software is
    10  copies of the Software, and to permit persons to whom the
    10  hereby transferred.
    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.
       
    25 "
    11 "
    26 "{ Package: 'stx:libscm/mercurial' }"
    12 "{ Package: 'stx:libscm/mercurial' }"
    27 
    13 
    28 TestResource subclass:#HGRepositoriesResource
    14 TestResource subclass:#HGRepositoriesResource
    29 	instanceVariableNames:'repositoryDirectory'
    15 	instanceVariableNames:'repositoryDirectory'
    34 
    20 
    35 !HGRepositoriesResource class methodsFor:'documentation'!
    21 !HGRepositoriesResource class methodsFor:'documentation'!
    36 
    22 
    37 copyright
    23 copyright
    38 "
    24 "
    39  Copyright (c) 2007-2011 Jan Vrany
    25  COPYRIGHT (c) 2012-2013 by Jan Vrany
    40  Copyright (c) 2007-2011 eXept Software AG
    26               All Rights Reserved
    41 
    27 
    42  Permission is hereby granted, free of charge, to any person
    28  This software is furnished under a license and may be used
    43  obtaining a copy of this software and associated documentation
    29  only in accordance with the terms of that license and with the
    44  files (the 'Software'), to deal in the Software without
    30  inclusion of the above copyright notice.   This software may not
    45  restriction, including without limitation the rights to use,
    31  be provided or otherwise made available to, or used by, any
    46  copy, modify, merge, publish, distribute, sublicense, and/or sell
    32  other person.  No title to or ownership of the software is
    47  copies of the Software, and to permit persons to whom the
    33  hereby transferred.
    48  Software is furnished to do so, subject to the following
       
    49  conditions:
       
    50 
       
    51  The above copyright notice and this permission notice shall be
       
    52  included in all copies or substantial portions of the Software.
       
    53 
       
    54  THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
       
    55  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
       
    56  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
    57  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
       
    58  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
    59  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    60  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
    61  OTHER DEALINGS IN THE SOFTWARE.
       
    62 
       
    63 "
    34 "
    64 ! !
    35 ! !
    65 
    36 
    66 !HGRepositoriesResource class methodsFor:'class initialization'!
    37 !HGRepositoriesResource class methodsFor:'class initialization'!
    67 
    38