src/JavaClassRegistry.st
branchjk_new_structure
changeset 1155 d6f6d5fc0343
parent 1152 040cba55a7d2
child 1253 0ce45e884e08
equal deleted inserted replaced
1154:752b769c6fb4 1155:d6f6d5fc0343
     1 "
     1 "
     2  COPYRIGHT (c) 1996-2011 by Claus Gittinger
     2  COPYRIGHT (c) 1996-2011 by Claus Gittinger
     3 
     3 
     4  New code and modification done at SWING Research Group [1]:
     4  New code and modifications done at SWING Research Group [1]:
     5 
     5 
     6  COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
     6  COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
     7                             SWING Research Group, Czech Technical University in Prague
     7                             SWING Research Group, Czech Technical University in Prague
     8 
       
     9  Parts of the code written by Claus Gittinger are under following
       
    10  license:
       
    11 
     8 
    12  This software is furnished under a license and may be used
     9  This software is furnished under a license and may be used
    13  only in accordance with the terms of that license and with the
    10  only in accordance with the terms of that license and with the
    14  inclusion of the above copyright notice.   This software may not
    11  inclusion of the above copyright notice.   This software may not
    15  be provided or otherwise made available to, or used by, any
    12  be provided or otherwise made available to, or used by, any
    16  other person.  No title to or ownership of the software is
    13  other person.  No title to or ownership of the software is
    17  hereby transferred.
    14  hereby transferred.
    18 
    15 
    19  [1] Code written at SWING Research Group contain a signature
    16  [1] Code written at SWING Research Group contains a signature
    20      of one of the above copright owners. For exact set of such code
    17      of one of the above copright owners. For exact set of such code,
    21      see the differences between this version and version stx:lib
    18      see the differences between this version and version stx:libjava
    22      as of 1.9.2010
    19      as of 1.9.2010
    23 "
    20 "
    24 "{ Package: 'stx:libjava' }"
    21 "{ Package: 'stx:libjava' }"
    25 
    22 
    26 Object subclass:#JavaClassRegistry
    23 Object subclass:#JavaClassRegistry
    34 
    31 
    35 copyright
    32 copyright
    36 "
    33 "
    37  COPYRIGHT (c) 1996-2011 by Claus Gittinger
    34  COPYRIGHT (c) 1996-2011 by Claus Gittinger
    38 
    35 
    39  New code and modification done at SWING Research Group [1]:
    36  New code and modifications done at SWING Research Group [1]:
    40 
    37 
    41  COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
    38  COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
    42                             SWING Research Group, Czech Technical University in Prague
    39                             SWING Research Group, Czech Technical University in Prague
    43 
       
    44  Parts of the code written by Claus Gittinger are under following
       
    45  license:
       
    46 
    40 
    47  This software is furnished under a license and may be used
    41  This software is furnished under a license and may be used
    48  only in accordance with the terms of that license and with the
    42  only in accordance with the terms of that license and with the
    49  inclusion of the above copyright notice.   This software may not
    43  inclusion of the above copyright notice.   This software may not
    50  be provided or otherwise made available to, or used by, any
    44  be provided or otherwise made available to, or used by, any
    51  other person.  No title to or ownership of the software is
    45  other person.  No title to or ownership of the software is
    52  hereby transferred.
    46  hereby transferred.
    53 
    47 
    54  [1] Code written at SWING Research Group contain a signature
    48  [1] Code written at SWING Research Group contains a signature
    55      of one of the above copright owners. For exact set of such code
    49      of one of the above copright owners. For exact set of such code,
    56      see the differences between this version and version stx:lib
    50      see the differences between this version and version stx:libjava
    57      as of 1.9.2010
    51      as of 1.9.2010
    58 
       
    59 "
       
    60 !
       
    61 
       
    62 documentation
       
    63 "
       
    64     documentation to be added.
       
    65 
       
    66     [author:]
       
    67         Jan Vrany <jan.vrany@fit.cvut.cz>
       
    68 
       
    69     [instance variables:]
       
    70 
       
    71     [class variables:]
       
    72 
       
    73     [see also:]
       
    74 
    52 
    75 "
    53 "
    76 ! !
    54 ! !
    77 
    55 
    78 !JavaClassRegistry class methodsFor:'instance creation'!
    56 !JavaClassRegistry class methodsFor:'instance creation'!