MethodChangeNotificationParameter.st
branchjv
changeset 4580 12647a4bdf1d
parent 3838 474d8ec95b33
equal deleted inserted replaced
4579:dade125e10f4 4580:12647a4bdf1d
     1 "
     1 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006 by eXept Software AG
       
     3  COPYRIGHT (c) 2022 LabWare
     3               All Rights Reserved
     4               All Rights Reserved
     4 
     5 
     5  This software is furnished under a license and may be used
     6  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     7  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     8  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     9  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
    10  other person.  No title to or ownership of the software is
    10  hereby transferred.
    11  hereby transferred.
    11 "
    12 "
    12 "{ Package: 'stx:libbasic3' }"
    13 "{ Package: 'stx:libbasic3' }"
       
    14 
       
    15 "{ NameSpace: Smalltalk }"
    13 
    16 
    14 ChangeNotificationParameter variableSubclass:#MethodChangeNotificationParameter
    17 ChangeNotificationParameter variableSubclass:#MethodChangeNotificationParameter
    15 	instanceVariableNames:''
    18 	instanceVariableNames:''
    16 	classVariableNames:''
    19 	classVariableNames:''
    17 	poolDictionaries:''
    20 	poolDictionaries:''
    21 !MethodChangeNotificationParameter class methodsFor:'documentation'!
    24 !MethodChangeNotificationParameter class methodsFor:'documentation'!
    22 
    25 
    23 copyright
    26 copyright
    24 "
    27 "
    25  COPYRIGHT (c) 2006 by eXept Software AG
    28  COPYRIGHT (c) 2006 by eXept Software AG
       
    29  COPYRIGHT (c) 2022 LabWare
    26               All Rights Reserved
    30               All Rights Reserved
    27 
    31 
    28  This software is furnished under a license and may be used
    32  This software is furnished under a license and may be used
    29  only in accordance with the terms of that license and with the
    33  only in accordance with the terms of that license and with the
    30  inclusion of the above copyright notice.   This software may not
    34  inclusion of the above copyright notice.   This software may not
    53 
    57 
    54 !MethodChangeNotificationParameter class methodsFor:'documentation'!
    58 !MethodChangeNotificationParameter class methodsFor:'documentation'!
    55 
    59 
    56 version_CVS
    60 version_CVS
    57     ^ '$Header: /cvs/stx/stx/libbasic3/MethodChangeNotificationParameter.st,v 1.2 2014-02-05 17:51:44 cg Exp $'
    61     ^ '$Header: /cvs/stx/stx/libbasic3/MethodChangeNotificationParameter.st,v 1.2 2014-02-05 17:51:44 cg Exp $'
       
    62 !
       
    63 
       
    64 version_HG
       
    65 
       
    66     ^ '$Changeset: <not expanded> $'
    58 ! !
    67 ! !
    59 
    68