mercurial/HGCommandError.st
changeset 335 7e19ab19148b
parent 210 54a73fa50d40
child 509 f92210d4585b
equal deleted inserted replaced
334:0b3ae101f3c7 335:7e19ab19148b
     1 "
     1 "
     2  COPYRIGHT (c) 2012-2013 by Jan Vrany
     2 stx:libscm - a new source code management library for Smalltalk/X
     3               All Rights Reserved
     3 Copyright (C) 2012-2013 Jan Vrany
     4 
     4 
     5  This software is furnished under a license and may be used
     5 This library is free software; you can redistribute it and/or
     6  only in accordance with the terms of that license and with the
     6 modify it under the terms of the GNU Lesser General Public
     7  inclusion of the above copyright notice.   This software may not
     7 License as published by the Free Software Foundation; either
     8  be provided or otherwise made available to, or used by, any
     8 version 2.1 of the License. 
     9  other person.  No title to or ownership of the software is
     9 
    10  hereby transferred.
    10 This library is distributed in the hope that it will be useful,
       
    11 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 Lesser General Public License for more details.
       
    14 
       
    15 You should have received a copy of the GNU Lesser General Public
       
    16 License along with this library; if not, write to the Free Software
       
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    11 "
    18 "
    12 "{ Package: 'stx:libscm/mercurial' }"
    19 "{ Package: 'stx:libscm/mercurial' }"
    13 
    20 
    14 HGError subclass:#HGCommandError
    21 HGError subclass:#HGCommandError
    15 	instanceVariableNames:''
    22 	instanceVariableNames:''
    20 
    27 
    21 !HGCommandError class methodsFor:'documentation'!
    28 !HGCommandError class methodsFor:'documentation'!
    22 
    29 
    23 copyright
    30 copyright
    24 "
    31 "
    25  COPYRIGHT (c) 2012-2013 by Jan Vrany
    32 stx:libscm - a new source code management library for Smalltalk/X
    26               All Rights Reserved
    33 Copyright (C) 2012-2013 Jan Vrany
    27 
    34 
    28  This software is furnished under a license and may be used
    35 This library is free software; you can redistribute it and/or
    29  only in accordance with the terms of that license and with the
    36 modify it under the terms of the GNU Lesser General Public
    30  inclusion of the above copyright notice.   This software may not
    37 License as published by the Free Software Foundation; either
    31  be provided or otherwise made available to, or used by, any
    38 version 2.1 of the License. 
    32  other person.  No title to or ownership of the software is
    39 
    33  hereby transferred.
    40 This library is distributed in the hope that it will be useful,
       
    41 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    42 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    43 Lesser General Public License for more details.
       
    44 
       
    45 You should have received a copy of the GNU Lesser General Public
       
    46 License along with this library; if not, write to the Free Software
       
    47 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    34 "
    48 "
    35 ! !
    49 ! !
    36 
    50 
    37 !HGCommandError class methodsFor:'documentation'!
    51 !HGCommandError class methodsFor:'documentation'!
    38 
    52