Kaydet (Commit) 42218ce3 authored tarafından Jack Jansen's avatar Jack Jansen

Added/updated copyright notices

(and the &*^$%@ resource files got binhexed again, sigh)
üst 02dee9b1
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* config.h for Macintosh. /* config.h for Macintosh.
Most recently tested with CodeWarrior C (define: __MWERKS__), Most recently tested with CodeWarrior C (define: __MWERKS__),
but there are some provisions for Think C (define: THINK_C), but there are some provisions for Think C (define: THINK_C),
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#include <Types.h> #include <Types.h>
#include <Files.h> #include <Files.h>
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* /*
** Resource-IDs in use by Python. ** Resource-IDs in use by Python.
** **
......
/* -*- C -*- *********************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
...@@ -22,7 +22,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -22,7 +22,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/ ******************************************************************/
/* xx module */
#include "Python.h" #include "Python.h"
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* /*
** FindApplicationFromCreator uses the Desktop Database to ** FindApplicationFromCreator uses the Desktop Database to
** locate the creator application for the given document ** locate the creator application for the given document
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
...@@ -35,6 +35,9 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -35,6 +35,9 @@ PERFORMANCE OF THIS SOFTWARE.
#include "config.h" #include "config.h"
#ifdef USE_GUSI
#include <sys/types.h>
#endif /* USE_GUSI */
#include <stat.h> #include <stat.h>
#include "rename2.h" #include "rename2.h"
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* Return a string representing the compiler name */ /* Return a string representing the compiler name */
#include "config.h" #include "config.h"
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#include "macstat.h" #include "macstat.h"
#include "rename2.h" #include "rename2.h"
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#include "Python.h" #include "Python.h"
#include "osdefs.h" #include "osdefs.h"
#include "macglue.h" #include "macglue.h"
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
char * char *
Py_GetPlatform() Py_GetPlatform()
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#include <Types.h> #include <Types.h>
#include <Files.h> #include <Files.h>
#include <OSUtils.h> #include <OSUtils.h>
......
/*********************************************************** /***********************************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands. The Netherlands.
All Rights Reserved All Rights Reserved
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* /*
* macsetfiletype - Set the mac's idea of file type * macsetfiletype - Set the mac's idea of file type
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* /*
** Shared library initialization code. ** Shared library initialization code.
** **
......
This diff is collapsed.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
:$'4TB@a[Ch-ZFR0bB`"bFh*M8P0&4!%!N!G1G2e#!*!%!3!!!%[Z!!"+lJ!!!SB :$'4TB@a[Ch-ZFR0bB`"bFh*M8P0&4!%!N!G1G2e#!*!%!3!!!%[Z!!"+lJ!!!SB
f&#"8)'J!&#"3I4'`D"%!1J&R*K)[$%kk!J`-1J"DH3aND@&XEfGc,R*cFQ0c!J! f&#"8)'J!&#"3I4'`D"%!1J&R*K)[$%kk!J`-1J"DH3aND@&XEfGc,R*cFQ0c!J!
#!(*cFQ058d9%!3#3"-!#!(*cFQ058d9%!3#3"-!!N"+Z95"-!*!'6R6r%F#SD3% !!(*cFQ058d9%!3$rN!3!!(*cFQ058d9%!3$rN!3!N"+ZaQ0E!*!'6R6r%F#SD3%
G3"(rma0`!"!Zrr1pdK&Q%&%f[P9V!3&#4,fK[P9V!3%`86)"Caj%&3`!!"aP%R! G3"(rma0`!"!Zrr1pdK&Q%&%f[P9V!3&#4,fK[P9V!3%`86)"Caj%&3`!!"aP%R!
!%#j$&3`!!"pL"R!"B!!"!3)X@P3Y,N5p!3!E2!&Q-#G92KT+J#"6!LJ![`!Z)J$ !%#j$&3`!!"pL"R!"B!!"!3)X@P3Y,N5p!3!E2!&Q-#G92KT+J#"6!LJ![`!Z)J$
Y#3)"!%#$+0Xd%kRA,`a1ZJ%*5QGV!3#Q9d-k!!!!G!!"!*!&5`"A!&m!N33#6dX Y#3)"!%#$+0Xd%kRA,`a1ZJ%*5QGV!3#Q9d-k!!!!G!!"!*!&5`"A!&m!N33#6dX
...@@ -410,4 +410,4 @@ PFh4TEfi)8A9PFh4TEfi,@@9c6Qp$B@jMC@`,@@9c6Qp$B@jMC@`(6h"dD@pZF`p ...@@ -410,4 +410,4 @@ PFh4TEfi)8A9PFh4TEfi,@@9c6Qp$B@jMC@`,@@9c6Qp$B@jMC@`(6h"dD@pZF`p
6C@aPBh4%DA*PBh4[FRN08(*[EA"d4f9d4QPXC3p6G'&bG(9`)'p`G'P[ER-08(* 6C@aPBh4%DA*PBh4[FRN08(*[EA"d4f9d4QPXC3p6G'&bG(9`)'p`G'P[ER-08(*
[EA"d4f9d4QPXC3P1Ee"bC@C%DA),3Q&N8(*PCNCTE'8*6Qp3FQ9Q4'Pb#d*KC&" [EA"d4f9d4QPXC3P1Ee"bC@C%DA),3Q&N8(*PCNCTE'8*6Qp3FQ9Q4'Pb#d*KC&"
bC@C'D@aP#e"bEfGbCA0c3Q&b#e"bEfGbCA0c3Q&b#8&LEh9d)'*[H!P"BQpeG#" bC@C'D@aP#e"bEfGbCA0c3Q&b#e"bEfGbCA0c3Q&b#8&LEh9d)'*[H!P"BQpeG#"
LEhJ*3@*[GA3JBQpi$Nj[8(*PCNCTE'91B@eP$Nj[8(*PCNCTE'91B@ePQpB: LEhJ*3@*[GA3JBQpi$Nj[8(*PCNCTE'91B@eP$Nj[8(*PCNCTE'91B@ePT[J:
This diff is collapsed.
(This file must be converted with BinHex 4.0) (This file must be converted with BinHex 4.0)
:$QGeFfP`FQ9QFbjbFh*M!(*cFQ058d9%!3#3"`,0JH!!N!3"!!!!!S)!!!'#!!! :$QGeFfP`FQ9QFbjbFh*M!(*cFQ058d9%!3#3"`,0JH!!N!3"!!!!!S)!!!'#!!!
!5c-b0cJc-MFi!3#3&`jRGA0TF(*PCR-ZFR0bBh-#!!)!FR0bBe*6483"!!!d!J" !5c-b0cJc-MFi!3#3&`jRGA0TF(*PCR-ZFR0bBh-#!!!!2j!)!*!'2j!)!*!BVUU
bFh*M8P0&4!%!!$3!N"5Z9P-[!*!'!Xd!N!eZ*3&[C(4YC'pRH!)!N"d"[#8"T8& !+J#3"J,0!*!0EL8"Ef4dE@4[ChJ#!*!G!E`P!D9"5d&`BA9Xr`#3(Jm!N#-39%9
,3A"KG@cr!*!H$`#3)a"849K8G(4iG!#)-$%i-3#3"!&U&94jF'8JEfBJBh*PBA4 B9(4dH(3!L$!a1$%!N!3"DK98HA"P)'pQ)'0bC@&dC@3JCQPXCA086N&0'%0bC@&
PC#"QD@aPFe4138dB3h*PBA4[FL"[CL"MFQ9KG'9N)'CTE'9c9%j"64P"GA4[E@& dEh)JEfBJBh*PBA4PC#"QD@aPFe4138dC3A9dEfeKG'PMB@aXH5"cF'PZ)'0eFR0
dD@0KE'aj)(0`D@iJBh9bFfpb4%*C9"&1Eh3JGA0TEQFJBfKNDA)S+8*#59323@0 [FN4#@9346Qpd)(9cD@jR)'0SC'Pb+#P#3NP8$d&MBh9bBA4P)(0dBA3S+8*#593
MGA*KG'8JFh4KG#JT3N**9!e%C@aKH5"$EfjcEfaP3N**9!K5CA0PFRCPC%*#593 04'9XBANJ3fpZFfpXC8*#593)8Q9cCA*fC@4#3NP8#dphEL"$EfjcEfaP3N**9"T
,6hGZ)%0[ER0[E'9#3NP8'N4[ELGd)'PZDA4TB@aTHQ8J8A9TBfY%FQ&h3N**9"& %EfiRG#"TEQPdD@&XDATP)&&eD@0V4(*KGd*#59346h"PEL"QD@aPFb"cD'&bC@4
2F'9Z)'CTE'9c)(0SBA*PC%*#59308Q&TFf8J8dP(8%P348*#593@9Q9bFfP[EL! #3NP8$9*KDA0P)&0*4e"*8%9#3NP8&PCPFR0TEfiJ+'4[ELGd)'0SB@jRC5P86N&
SC'pZ*h3JBfKKEQGP+94138d,6R9Y8h9QCQPMCA023dj8"5U3"8a69%-'8h9QCQP 0#djeE90eCQCTBf9c6d019!8UN!9-8e4$"P0eCQCTH&4138d29(P`C5"QEh)JFh9
i9%j"63p8HA"P)'C[FL"cG@CQDAK86N&0%N0bC@&dEh)JCQpb)(0eCQCTH&4138d QCQPi9%j"64*$FQ9KG'pb)'C[FL"cG@CQDAK86N&0"5U3"8a69%8!!!%!!!!#JJ!
&+T!&6&0843!!!3!!!!+#!!!"JJ!!!%X$XY8d*&`!!!!F!%B!!9408%`!!!!54e@ !!B)!!!",!l,90#4F!!!!(!"'!!&869"-!!!!%NG9YdN!!!!H+!#3"K3!N!3S!2r
h53!!!"iS!*!'&!#3"#J!rrm!N!3$XY3-"%G9YdPEk`: r!*!%!l,8$!4(9EG*N!"p:
(This file must be converted with BinHex 4.0) (This file must be converted with BinHex 4.0)
:$h"jG'K[ER"KG'JZFR0bB`"bFh*M8P0&4!%!N!F$)22F!*!%!3!!!!*d!!!"G!! :$h"jG'K[ER"KG'JZFR0bB`"bFh*M8P0&4!%!N!F$)22F!*!%!3!!!!*d!!!"G!!
!!+`!N!X"!!!"H+[4@X`28h"PC@4[E@9dCA)2F(PdD'pZF'&dD#jbFh*M!J!!!(* !!+`!N!X"!!!"H+[4@X`28h"PC@4[E@9dCA)2F(PdD'pZF'&dD#jbFh*M!J!!!$q
cFQ058d9%!3$rr`!!FR0bBe*6483"!2q3"!#3%1!8VT+A#J#3"J-JFQ&`D'PM3fp 3#!#3"Mq3#!#3'+kUJ#S!N!B$)(*KF'KTBd0[ERCPFR4PFJ#3%J%!!&*9Uqj3Y!T
ZGQ9bG'9b!*!5!3!!8P@VlP#d#P0TEA"XC94PH(3!N"J"!!"DCk[lhQN16Q9dFf0 6D@e`E'98CAKd!*!B!3!!@QHVqpjT$NjPG(0MBA"P)$%Z-@)c!*!8!3!!!ALVhBV
KF'8J-5iaBM-!N"3"!!!"H+[GLY`!!!#Q'%PZG'9bB@0dDACP)'&QG'9b)(0MFQP F!!!!TKK*ER4PFQ&MG'PfC5"KCR4PFL"cBh*TF(4%3PP8$PCPFQ*[Ff8JD@e`Eh*
`G%4#@9319Q9bBQpcC5"TEA"[FR4%3PP8%90eF("bCA0c)("bD@jdD@jR4%*C9"" d4%*C9"&6GA"`FQ9cFb"`FQPZG'PZCd4#@9339@jLG@CQCA*PC#"cG'4TEd4#@93
9EQ*eCQCPFQ9N)(0dC'P[4%*C9!P%C@*eCfGTEQG%3PP8'NYPCA!JGfPZC'ph)'p *4'9LG@GRD@jR4%*C9"T,C@9`)(GTEQ4[Gb"[EL"ZEh*YB@`JCAKTG%4#@93C5f9
Z)'j[FQeKE#"PH'Pd4%*C9"P,C@9`)(GTEQ4[Gb"[EL"PFR*[FL"PH'Pd4%*C9!! PF#"hD@jNEhFJEfiJCA*bEh)JCAKTG%4#@93!!!!(!*!'!3!!!"F@8(PdD'pZ)$%
!!!F!N!B"!!!!&aC3HA4SEfiJ-5id)&"bC@CPFQ9ZBf9c!!!!S!!*!6S**#K3@94 Z0#"3FQ9QCA*PEQ0PF`!!!+!!#3%k#53S8&P85%p1+3dN+&"C9%K26LNk6'PL%53
)6diT$53S8&P85%p1+6T-D@)4*#K3@94)6diT1P"XG@G*ER-9*#K3@94)6diT1Na S8&P85%p1+6T3E(9R5@jc&53S8&P85%p1+6T-D@)kG'YTER4PFK%N+&"C9%K26LN
TBMTdDfPZG'9b%53S8&P85%p1+6T0B@-k6'PL'53S8&P85%p1+6T0B@-k6'PL1R4 k6@&M1NaTBKNN+&"C9%K26LNk6@&M1NaTBMTdEfpXBQpi(#3S8&P85%p1+6T&H(4
[EfaLEhJF*#K3@94)6diT1N9iG'9ZFfP[ER-kD@eR1NaTBK)N+&"C9%K26LNk6'P PER0TEfjc1QPYCcT-D@)5*#K3@94)6diT1NaTBMTdCA0d!!!"!!!!!R3!!!&d!!!
L1R4PFh3!!!%!!!!#G!!!!A3!!!#X!N+fa"0i!!!!(!"Z!!069&)M!!!!)P408%` !V!*#YX36H!!!!"`!EJ!$8e45)`!!!#*869"-!!!!,P"[F(3!!!!k8e45)!!!!%B
!!!!Z8'p`G!!!!$T69&)J!!!!4J#!!!d!!!$3!N+eR!#!!*!,J!!&!!!!UJ#3"B! !J!!0!!!!d!*#YC`!J!#3#i!!"3!!!+S!N!@!!#8!!!#e!*!%"&"[F(3(6h"dD@p
!*3!!!,8!N!3%8'p`G!G2F(4TEfjc&h0jFbj`BA4S)'PZDA4TB@aTHQ&dD@pZ'&" ZFaGcHA-ZF'&dD#"TEQPdD@&XDATKG'P[EKK3HA4SEfj3FQ9QCA*PEQ0P4QPXC8j
jG'K[EP"bC@CPFQ9ZBf9'D@aP6Q&YCF@E: KE@8hVJ:
This diff is collapsed.
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#define ENOTDIR (-120) #define ENOTDIR (-120)
#define EACCES (-54) #define EACCES (-54)
......
/* /*
* Attempt at a memory allocator for the Mac, Jack Jansen, CWI, 1995. * Attempt at a memory allocator for the Mac, Jack Jansen, CWI, 1995-1997.
* *
* Code adapted from BSD malloc, which is: * Code adapted from BSD malloc, which is:
* *
......
/***********************************************************
Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* /*
** mwfopenrf - Open resource fork as stdio file for CodeWarrior. ** mwfopenrf - Open resource fork as stdio file for CodeWarrior.
**
** Jack Jansen, CWI, August 1995.
*/ */
#if defined(__MWERKS__) && !defined(USE_GUSI) #if defined(__MWERKS__) && !defined(USE_GUSI)
......
...@@ -2,64 +2,63 @@ ...@@ -2,64 +2,63 @@
:&%9NDA43HA4SEfj3FQ9QFbjbFh*M!(*cFQ058d9%!3#3"`m+@DJ!N!3"!!!!$FN :&%9NDA43HA4SEfj3FQ9QFbjbFh*M!(*cFQ058d9%!3#3"`m+@DJ!N!3"!!!!$FN
!!!c*!!!"36B8)&3JD!!8)&"p%E"S%3!k!@FQ%Lm-6VS#$!`k!&Tj&%9NDA43HA4 !!!c*!!!"36B8)&3JD!!8)&"p%E"S%3!k!@FQ%Lm-6VS#$!`k!&Tj&%9NDA43HA4
SEfj3FQ9QFbjbFh*MC3)!!!"bFh*M8P-!!(*cFQ058d9%!3!!D!#!!*!3IY+ZUS! SEfj3FQ9QFbjbFh*MF`)!!!!rN!B!!$q3#!#3'+l'Bf!!N!B2#[m4`+KT!4e!%Ir
X!*!'$`Vr%F#SD3%G3"(rma0`!"!Zrr1pdK&Q%&%f[P9V!3&#4,fK[P9V!3%`86) c%h!!%#lrmlh5%@B386Dq9@X"!8*%[D'q9@X"!6"4-J&R(N39$!!!('85F!!3,N-
"Caj%&3`!!"aP%R!!%#j$&3`!!"pL"R!"B!!"!3)X@P3Y,N5p!3!E2!&Q-#G92KT 9$!!!(f)'F!&J!!%"!LaD9#dZ4,d"!"Xm!@B`*e8q'NU!)&-#+!#r!#iL!1d*!J%
+J#"6!LJ![`!Z)J$Y#3)"!%#$+0Xd%kRA,`a1ZJ%*5QGV!3#Q9d-k!!!"!!!"!!! !3)-Sfc36UGF[$%kk!3P+CfX"!+CA3cS!!!%!!!%!!!!#J!!!"%!!!!JJ!!!3%!!
!!S!!!!4!!!!))!!!%"!!!#')!!""K!!!Jm)!!32"!!)(q)!%"i4!#!3#)"!)i4! !)BJ!!%'%!!#$`J!"!m%!!JIiJ!3(K%!)"!)J%!MK%#!6))K!(L"mJ!2J1N!-!$N
J%b#)3"iJI)!$i$T!$!!j)"-!1K!3i$`)$"ii"!!"q!)-!$J"%J"!!*,iJ!"-!3! J%`!k%"$J2!J-(MJ%!!(i!J`!1!%5!%!!N[L!!%`"!!!J!J!!%!3!!!J)!!!%%!!
!)!)!!"!%!!!)#!!!""!!!!)J!!!"3!!!!)!!!!%!!!!$J!!!"m!!!!rJ!!!Im!! !!L!!!!&!!!!!J!!!!3!!!!1!!!!(`!!!$q!!!"r`!!!rq!!!Ir`!!2rq!!(rr`!
!2rJ!!(rm!!$rrJ!"rrm!!rrrJ!Irrm!2rrrJ(rrrm$rrrrKrrrrmrrrrrRrrrrm $rrq!"rrr`!rrrq!Irrr`2rrrq(rrrrcrrrrqIrrrrcrrrriIrrrm$rrrq!IrrrJ
rrrrq(rrrr!rrrrJ(rrri!rrrq!(rrm!!rrq!!(rr!!!rrJ!!(r`!!!ri!!!(m!! $rrri!Irr`!$rri!!Irm!!$rq!!!Ir!!!$rJ!!!I`!!!$i!!!!F!!!!#!!*!%#P$
!!q!!!!(!!!!!J!#3"!T3i!!HK)!!"k%J!!!!"d&38%`!N!C!!3!#J!4!#f!6N!! J!"k%J!!(S5!!!!!(39"36!#3"N!"!!+!"%!,B"13!#))455#id%$)--62`X,""!
L#%8NJZ0"!b$$%cm,#`33!L!"3!#!!3!$J!I!$q!Im$riIrcrrhrr2rmIr`rl"r! #)!&!!)!"!!1!"m!2i"r`2rKrr2rrIrmrrarr$rX(m!2J!F!!J!!!"!#3%2m!N"l
$i!(!!)!!!!3!N"$r!*!Hr`$r!*!Fr`!!!2m!N"Vr!!$ep3$r!*!Br`!!pC!%!2m r!2m!N"cr!!!!r`#3'[m!!2Ae!2m!N"Mr!!$eN!3!r`#3&[m!!2AeX,$ep3$r!*!
!N"Er!!$epE#`pI8!r`#3&2m!!2AepE#`pIAe!2m!N",r!!$epI@`N!6epI8!r`# 8r`!!pIAeX,$epI8!r`#3%[m!!2AepE#3"2Aep3$r!*!3r`!!pC!%X*!%pC!%!2m
3%2m!!2@3",#3"2@3"!$r!*!1r`!!pC!%X*!%rj!%pI8!r`#3$2m!!2@3"E$rrrm !N!lr!!$eN!5`N!6rN!6ep3$r!*!-r`!!pC!&X2rrr`L3"2rep3$r!*!+r`!!pC!
)N!6rpI8!r`#3#[m!!2@3"[mc#*!(rrAe!2m!N!Mr!!$eN!Er#!Jcrrrr#*!%rrA 'rc-)N!IrpI8!r`#3#2m!!2@3"[m)#$2rrrm)N!6rpI8!r`#3"[m!!2@3"[m)-rr
e!2m!N!Er!!$eN!Er#$2rrrIhr`L3"Irep3$r!*!%r`!!pC!(rj!%prAerc-)N!A rprIr#*!&rrAe!2m!N!6r!!$eN!IrN!6hpIAr-`L3"Iq3"3!!r`!!pC!,rj!&!3L
rN!8!!2m!!2@3#rq3"3%)N!8crrrrprm!!2rhpC!*rrmc#*!+-rrrrrIhr`!!rrI 3"62rrrrhr`!!rrIeN!Rrrc-)N!ScrrrrprIr!!$rpr@3"rm&prrr-c-c#*!'-rr
eN!Ir"IIrrc-c-`L3"M2rrrrhr`#3"2rhpC!'r`8&prIrrrmcN!3)#$2rN!3!N!E rrrIr!*!%rrIeN!Er"3Ahprrrrc13"!J)-rq3"!#3"[rhpC!'rrrepIIhprq3"$-
rpr@3"[rrpIAhprIrN!3c-c2rrrm!N!Mrpr@3$2H3"2q3"J#3#IrhpC!%rrreN!M c-rrrr`#3#2rhpC!-pj!%rj!'!*!*rrIeN!6rrr@3#2H3"2rrr`#3#[rhpIArpIA
hN!6rrrm!N!VrprAerrAerr@3#2Ihr`#3$[rhpIrepIrerj!&pIIhr`#3%2rhpIr rpC!)prIr!*!1rrIerrAerrArN!AeprIr!*!3rrIerrreN!Ihprm!N",rpr@3#2I
rpC!(prIr!*!5rrIeN!Mhprm!N"6rpr@3"[Ihr`#3&[rhpC!%prIr!*!BrrIepII hr`#3&2rhpC!'prIr!*!@rrIeN!6hprm!N"MrprAeprIr!*!DrrIhprm!N"crprm
hr`#3'[rhprIr!*!FrrIr!*!Hr`#3%3%!N!Mr!*!1rrAr!*!-rrAepIm!N!VrpE# !N"lr!*!4!3#3#2m!N!lrpIm!N!crpIAer`#3#[reX,$errm!N!MrpI@`rrm)#2m
`pIrr!*!)rrAeX2rr#!Mr!*!'rrAepIm)N!Ar!*!%rrAepIm)r`J)r`J)r`!!rr@ !N!ErpIAer`L3"Im!N!6rpIAer`Mr#!Mr#!Mr!!$rpC!&rrIrrrm)#$2rr`$rpC!
3"Irhrrrr#!Jcrrm!rr@3"[mc-`Jc-rrr!!$rpC!&rrmcN!6rr`!!!2repIrrpIA 'rc-c#$-crrm!!2reN!Arrc13"2rr!!!!rrAerrrepIq3"J#3"2rerrrepIAhr`$
rN!B!N!6rpIrrpIAeprm!rrm!N!ArpC!%prm!N!VrpIAhr`#3$2rhr`#3$[m!N!U rr`#3"IreN!6hr`#3#[repIIr!*!-rrIr!*!1r`#3#S!!!!!2!*!(m2!!N!82!!m
!!!!!$`#3"r$`!*!&$`!2!*!&m&82m!!!!!m!Ar!2!!!!m!$`!!$`!!m!$mm!m!m !N!A`93r`!!!!$`"Im!m!!!$`!2!!!2!!$`!2c`$`$`$`!!$mrr!0r`m!!!$pd0h
!m!!!r2r`$Im2!!!!rG$Gr`$`!!$rhGhr!!m!r`$rrrm!!2$r!!c`r`!!$`!!c`# r!2!!!2rGhIm!$`$r!2rrr`!!m2m!$2$r!!!2!!$2!*!&m!c`!*!&$mm!N!I`!*!
3"I!-m!#3"3r2!*!(m!#3"3)!N!J2!*!2m2!!N!d2!!m!N!h`!!$`!*!,$`!!!!m &!J#3#!m!N!r`m!#3$3m!$`#3$I!!!2!!N!X2!!!!$`#3#r!!"9!!m!#3#3m!!!9
!N![`!!93!2!!N!N2!!!&8!!2!*!*m!!!998!!2!!N!F2!!!!998!!!m!N!I`!!! 3!!m!N!R`!!"993!!m!#3"`m!!!"993!!$`#3"r!!!!99Arr`!2!!N!82!!!!"Ir
&99rrm!$`!*!&$`!!!!Arm!!2!!m!N!A`!!!!$p!!!!$`!2!!!!!2!*!%r-hrm!! `!!m!$`#3"I!!!!!2d!!!!2!!m!!!!!m!N!6mcIr`!!m!$`!!!2!!!!!2cIr-m!!
2!!m!!!$`!!!!$mhrc2!!!2!!m!!2!*!%$rrm!2!!!!rrr`$`!*!'rrr`!!!0rrc !m!$`!!m!N!32rr`!m!!!$rrr!2!!N!Errr!!!!hrr2!2`!#3"2r3!*!%$Irmc`$
`$m!!N!6rd!#3"!hrr-m!r!!!!!mFrph3!!!0rrc`!!r!!!!2%FcrrGh3$Irr!!! m!!!!$acrhG!!!!hrr2!!$m!!!!m4c2rphG!0rrm!!!$m!!!!r`$-crrphIr`!!!
!r!!!!2m!c-rrrGhrm!!!!!r!!*!&$-c2rrr`!*!%r!!!r`#3"-c-rr!!N!32`!m !$m!!N!8-c-rrrr!!N!6m!!$r!*!%c-crm!#3"!r!$`$`!!!!$-m!N!Im$`$`rrr
!m!!!!!c2!*!(r!m!m2rrm-c`!*!($m$r!!!!$-m!N!Rm!*!%c2!!N!N2`!!!$-m `c2!!N!F2`2m!!!!-c`#3#I`!N!6-m!#3#3r!!!!-c`#3#r`!!-c`!*!,$m!-c`#
!N![m!!$-m!#3#`r!$-m!N!hmc2!!N!d2c`#3$r!!N!S9!#)!D!'!!Cm!!3!!!3# 3$Ic-m!#3$3r2!*!2m!#3#K8!)J"S!B!"R`!"!!!"!*!&!Im!N!3"!*!%"bU3"!!
3"3(r!*!%!3#3"!FUN!3!!3#3"#43HA3`!!!!!8C548B!!3!!!)!!!3#"5801)`! "!*!%*&"jG$!!!!!"4P*&4J!"!!!!J!!"!)&*3diM!!%!!!%X!!%!N!3"#J!'!*!
"!!!",!!"!*!%!3S!"J#3"9)!&3$c!5F3#89NDA3J9'9iG)F!N!3"1`$`!8m",!3 &8J!9!2-"*a!*4@4TG#"8CAKdK`#3"!%l!2!"6`%X"!*25`#3"!%l!"3"6`"1"!C
#6dX!N!3"1`!8!8m!6J3'3f&ZBf9X!*!&qJ!8!3`"+`3I8f9XC@0d)#3S8&P85%p $B@jMC@`!N!Ak!"3"$!%V""p6C@aPBh3J*#K3@94)6diT)'K[E@8JCQpXC'9b,Li
1+5"SEfeP)'C[E'4PFLiZ,QB!N!80!"F!(J%Q#!P&C'Pd)&4PH(3Z!*!&+J!9!%i ZCJ#3"3d!&`!H!5B)#89NDA3J9'9iG#i!N!8U!"8!6J%RL%p&ER4PFL"cHA-ZF'&
"*iK24@jdCA)JFhPc,R"KG'JJBfpYF'pZC@jdFb`JEfjP)("PFL"XD@jP$5K9Ff8 dD#"MEfe`EfjPER4c,#"[EQ8JF'9b)'aTEQ80+&9cC5!N+&"C9%K26LNJCQpb)("
J*#K3@94)6diT)'C[FL"`HA4SEfiJD'pYC5"QEfaNCA)T1J#3"3%6!"3"*3%V""T jG'K[EL"SEfeP)'C[E'4PFLNk!*!&!4-!&!%P!5X%'N4PCQ&eE(3JFh4KFR4eF#"
%C@CKG@ad)(0dBA*dGA!JEh"dD@pZFbiZ,J!!!"8!,!"@!@B"D3!"!3!"!*!&!Ii [F(4TEfjc,LiZ!!!!&3!X!&B"CJ&T!!%"!!%!N!8"rJ!!!!*F!"%!N!8H!!N!-!%
!!!!#A!!4!*!&(J!*!$!"$J8M4@jdCA)JD@jdCA*KBh4TGQ8JE@pNC5"KCR4PFL" 1"50&ER4PFL"TER4PFQ&MG'PfC5"YEf4P)'&QG'9b)(0MFQP`G#-!N!8c!!N!43%
cBh*TF(3M!*!&-`!*!%8"$J8A9(*KBf8JD@e`Eh*d)(0dBA4PE@9ZG(1#!*!&53! 1"4G8FQ&MC5"TEA"[FR3JFh4KG'9YC@jdFi)!N!9*!!N!@`%0"4a6GA"`FQ9cFb"
*!&X"$38F8h9`F(*PFh-JCAK`FQ9cFfP[EL"`FQPZG'PZC`#3"9m!#3"a!3`&'&9 PH("bCA0cD@pZ)("bD@jdD@jR!*!&A`!*!(%"$!8B9@jLG@CQCA*PC#"cG'4[GA3
ZBR9QCQ9bC@3JFh4NEh9d,h0dC'9bFJ#3"A8!#3#(!3X&%d4PBR9R)("KFR0PFL" [Fh4NCA*b!*!&G3!*!)F"#`864'9LG@FJF'&bFf9b)'peG("eG'8!N!@J!"i!XJ#
[GA4`GA4P!*!&S!!H!,)!M!8,6QpbE@&X)'9iDA4c!*!&S!#J!,)"#J8+CA*bEh) -"3Y1Eh*YB@`JCAKTG(-!N!@J!+!!XJ%+"3TPFR*[FL"PH'Pd!*!&i!!+!2%"#`8
JCAKTG!#3"H!!#J$a!3X&'d4TFf&LE'8JBA*RBbpKFQGf)'9YG@aKG'P[EJB!N!A E4'PcB@*XC5"KFQGM,f&bChBJC@eeE'&dD@pZ"J#3"I3!#J%'!3`&)N4TFf&LE'8
d!!S""J%-"5*%DA0KBQaP)'PZG'9bB@0dDACP)'p`G'P[ELecCA4dD@jR!*!&Z!# JD@jdCA*KBh4TGQ8JEh"dD@pZ,A0PG(4TEQF!N!@i!+!!b!$V%!#3"X`!S!$F!1X
J!-J!ka!!N!E-!+!!h!$V%!#3"3%)!!S"'J%,"5&%C@aKH5"MEfjcEfaP)(GTEQ4 3!*!&!3J!#J%D!3X&)84PE'&j)'0[ER0[E'8JGfPZC'ph)(9ZG'PX)'jPC@4PC!#
[Gb"eER4TE#"ZC@9NC@3!N!8"(`$9!6-"$`3#6dX!N!3"(`!+!6-!4`3'3f&ZBf9 3"3%I!08"-`%2"!*25`#3"!%I!!S"-`"("!C$B@jMC@`!N!8'!#B!&`$ZL"T3HA4
X!*!&"J!Q!"F!lSJD8(PdD'pZ)'PZG'9bF(*PG'9b)'p`G'P[ER-!N!@-!!S!R!% SEfiJD@jdCA*`FQ9dCA)JEh"dD@pZF`#3"B`!#J#F!3Z)'NYPCA!JFh4ND@mJGfP
,L"T,C@9`)(0dC'P[)(GTEQ4[Gb"[F'9Z)'pZ1J#3"EJ!#J$*!*H)&84PCQ&eE(3 ZC'ph)'p`C@iJEfik!*!&Z!!+!-N!PiJ94'9QBA9XG#"QD@aP)'0bC@&dEh)kC3#
JCQPXC5"MFQ9KG'pb1Q8!N!A-!!S!h3#AL"*%C@CKG@ad)'CTE'8JG(P`C6S!!!% 3"F`!#J$G!*H)%N4PCQ&eE(3JCQPXC5"dHA"P1J!!!3!!!!h*!!!-b3!!!8%$XY4
!!!!0b3!!$-N!!!&"!l,8G#8B!!!!(!%b!!Y#6N4-!!!!BNP$6L-!!!"Z8dPD43! d*4J!!!!F!6)!#d*14%`!!!"L5801)`!!!'j659T&!!!!HNC548B!!3#'D@0c)`!
!!(T'8N9'!!%!KQPMFb-!!!#HD@0X1!!!!+TTBh-i!!!!YQPMFc3!!!$#D@0X0!! !!*jTBf`i!!!!UQPMFcJ!!!#fD@0c0!!!!-*TBf`d!!!!cN4-6dF!!3$D4%P86!!
!!-j%6%p(!!%!fN4*9%`!!3$b8(Pd-!!!!3S!J2rr!!!*'J#3"!%Xrrm!N!MrN!3 "!2*3HA3`!!!"#J#!rrm!!!ND!*!%!5crr`#3#2q3"!!!!33!N!@!rrm!!!%5!*!
!!!%%!*!&J2rr!!!"%J#3"B(rr`!!#3m!N!3",2rr!!!"(3#3"!%Xrrm!!!&K!*! &JIrr!!!*$`#3"!%Xrrm!!!%G!*!%!5crr`!!!@%!N!3",2rr!!!&C3#3"!%Xrrm
%!5crr`!!"@8!N!3",2rr!!!'D3#3"!%Xrrm!!!EY!*!%!Irrr`!!#2%$XY0-!Il !!!CT!*!%!5crr`!!"Zd!N!3"rrrr!!!)m31bdd`"r[rr!!!+8!1bdN!"rrrr!!!
rr`!!#P!$XY*!!Irrr`!!#8)!N!3"r[rr!!!+D3#3#JN+!*!%$NphEQ9b)(*PFfp *3J#3"!(qrrm!!!TT!*!+#3S!N!316hGZCA)JFQ9cEh9bBf@XE!:
eFQ0P6JF:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment