Tools__DiffCodeView2DemoApp.st
changeset 10069 564aac8f3458
parent 9977 3d634ff205fb
child 12123 4bde08cebd48
child 13838 df62b8016db8
equal deleted inserted replaced
10068:5ff502cb7f74 10069:564aac8f3458
     1 "
     1 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     3 	      All Rights Reserved
     3               All Rights Reserved
     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 !DiffCodeView2DemoApp class methodsFor:'documentation'!
    37 !DiffCodeView2DemoApp class methodsFor:'documentation'!
    24 
    38 
    25 copyright
    39 copyright
    26 "
    40 "
    27  COPYRIGHT (c) 2006 by eXept Software AG
    41  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
    28 	      All Rights Reserved
    42               All Rights Reserved
    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 !DiffCodeView2DemoApp class methodsFor:'interface specs'!
    67 !DiffCodeView2DemoApp class methodsFor:'interface specs'!
    40 
    68 
   262 ! !
   290 ! !
   263 
   291 
   264 !DiffCodeView2DemoApp class methodsFor:'documentation'!
   292 !DiffCodeView2DemoApp class methodsFor:'documentation'!
   265 
   293 
   266 version_CVS
   294 version_CVS
   267     ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2DemoApp.st,v 1.1 2011-07-01 13:19:31 cg Exp $'
   295     ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2DemoApp.st,v 1.2 2011-07-03 17:50:00 cg Exp $'
   268 !
   296 !
   269 
   297 
   270 version_SVN
   298 version_SVN
   271     ^ '§Id: Tools__DiffCodeView2DemoApp.st 7611 2010-08-01 18:42:05Z vranyj1 §'
   299     ^ '§Id: Tools__DiffCodeView2DemoApp.st 7611 2010-08-01 18:42:05Z vranyj1 §'
   272 ! !
   300 ! !