Getopt-Complete-0.26000755030216023421 011625061503 14104 5ustar00nnuttergsc000000000000Getopt-Complete-0.26/Changes000444030216023421 1005011625061503 15550 0ustar00nnuttergsc000000000000Revision history for Getopt-Complete 0.26 2011-08-23 Minor rewrite to use COMP_WORDS instead of COMP_LINE to resolve bug involving redirection. Include bin/getopt_complete.sh which can be sourced in Bash to load the completion function. Updated test case to hopefully not fail for users with an empty home directory. 0.25 2011-03-28 Fixed bug with '<>=s@' not taking multiple values. Fixed but with single character options. 0.24 2011-03-02 The "version" module makes this difficult to install. Switching to simple text version "0.24". 0.23 2011-01-19 Updated build logic to prevent installation with out a recent version.pm 0.22 2011-01-16 Another atch from Andrei Benea (abenea@github) fixing bug with nonsense argument not generating an error. 0.21 2011-01-12 Patch from Andrei Benea (abenea@github) fixing bug with all bare arguments. Fix to the demoapp test. Switch to Build.PL instead of Makefile.PL so we can install on Mac w/o xcode. 0.20 2010-11-24 Updates to cache logic. Replacement for 0.19 which failed to compile. 0.17 2010-11-04 Fixed bug in parse_completion_request that was preventing detection of boolean options Support for completing bareargs as files. Support for completing unknown options as files. 0.16 2010-11-02 Fixed bug in completing paths beginning with ~ Better support for params that are expanded by Bash 0.15 2010-10-24 Fixed a failing test with a bad perl interpreter path for the demoapp. Fixed a bug with running tests on a machine with a space in the path to the files. 0.14 2010-09-09 Fixed bug that returned completion results even when various errors were encountered. Added t/demoapp*, a test to validate some basic tab completion results. 0.13 2010-07-23 Added LazyOptions and Cache for improved handling of nested commands. Refactored for testability. Added stricter failing when cant read opts file. 0.11 2009-11-01 Removed the pod test which breaks automatic installs via the CPAN shell. 0.10 2009-08-02 Fixed a bug which made file/directory paths at which there is no file "invalid". (This was bad news for apps which want you to specify an output file.) 0.9 2009-07-27 Fixed a bug in the last release which allowed the app to continue when there are argument errors. Support for completion values with whitespace. Updates to error messages to do the right thing when showing lists of possible completions in the message. Made "lone dash support" disabled by default until it works correctly. Added OSCON lightning talk to docs. 0.8 2009-07-24 Fixed a bug in the last release causing params to dump to the screen upon execution. 0.7 2009-07-18 Fixed a critical bug in the last release causing %ARGS and $ARGS to not export. 0.6 2009-07-18 Sub-command tree support added. 0.5 2009-07-18 The exported results are now called %ARGS instead of %OPTS. Correctly handling spaces, quotes, etc. by using bash itself to parse the command line. Options are no longer shown in the hint list if they have already been used. Refactored into object-orient structure internally. 0.4 2009-07-15 Handle negative boolean flags (--no-*) iteratively. Handle other options with dashes in the name correctly. Switch to unpadded version numbers. 0.03 2009-07-12 No longer need support for 'complete -F' to see the whole command-line. Code removed. Tons of documentation. Fixed bugs with completion of file and directory paths. Support for partial completions. 0.02 2009-07-11 Added support for "complete -F" in addition to "complete -C". (The app can now examine the entire command-line, not just the option pair currently under consideration.) 0.01 2008-12-19 First version, released on an unsuspecting world. Getopt-Complete-0.26/MANIFEST000444030216023421 73711625061503 15361 0ustar00nnuttergsc000000000000Changes doc/getopt-complete.odp doc/getopt-complete.pdf INSTALL lib/Getopt/Complete.pm lib/Getopt/Complete/Args.pm lib/Getopt/Complete/Cache.pm lib/Getopt/Complete/Compgen.pm lib/Getopt/Complete/LazyOptions.pm lib/Getopt/Complete/Options.pm LICENSE Build.PL MANIFEST This list of files META.yml README t/00-load.t t/01-try-many.in t/01-try-many.t t/02-boilerplate.t t/03-demoapp-completion.t t/04-exercise.t t/05-bad-arg-name.t t/demoapp t/demoapp.opts t/myprogram t/mytreeapp Getopt-Complete-0.26/META.yml000444030216023421 174411625061503 15520 0ustar00nnuttergsc000000000000--- abstract: 'programmable shell completion for Perl apps' author: [] build_requires: App::Prove: '' Test::More: 0.86 configure_requires: Module::Build: 0.36 generated_by: 'Module::Build version 0.3607' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: Getopt-Complete provides: Getopt::Complete: file: lib/Getopt/Complete.pm version: 0.26 Getopt::Complete::Args: file: lib/Getopt/Complete/Args.pm version: 0 Getopt::Complete::Cache: file: lib/Getopt/Complete/Cache.pm version: 0 Getopt::Complete::Compgen: file: lib/Getopt/Complete/Compgen.pm version: 0 Getopt::Complete::LazyOptions: file: lib/Getopt/Complete/LazyOptions.pm version: 0 Getopt::Complete::Options: file: lib/Getopt/Complete/Options.pm version: 0 requires: Carp: '' Getopt::Long: '' IPC::Open2: '' Scalar::Util: '' perl: v5.8.7 resources: license: http://dev.perl.org/licenses/ version: 0.26 Getopt-Complete-0.26/INSTALL000444030216023421 6211625061503 15230 0ustar00nnuttergsc000000000000perl Makefile.PL make make test sudo make install Getopt-Complete-0.26/LICENSE000444030216023421 12130211625061503 15305 0ustar00nnuttergsc000000000000Getopt::Complete is licensed under the same terms as Perl itself, which means it is dually-licensed under either the Artistic or GPL licenses. Below are details of the Artistic License and, following it, the GPL. The "Artistic License" Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder as specified below. "Copyright Holder" is whoever is named in the copyright or copyrights for the package. "You" is you, if you're thinking about copying or distributing this Package. "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as uunet.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) give non-standard executables non-standard names, and clearly document the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. You may embed this Package's interpreter within an executable of yours (by linking); this shall be construed as a mere form of aggregation, provided that the complete Standard Version of the interpreter is so embedded. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whoever generated them, and may be sold commercially, and may be aggregated with this Package. If such scripts or library files are aggregated with this Package via the so-called "undump" or "unexec" methods of producing a binary executable image, then distribution of such an image shall neither be construed as a distribution of this Package nor shall it fall under the restrictions of Paragraphs 3 and 4, provided that you do not represent such an executable image as a Standard Version of this Package. 7. C subroutines (or comparably compiled subroutines in other languages) supplied by you and linked into this Package in order to emulate subroutines and variables of the language defined by this Package shall not be considered part of this Package, but are the equivalent of input as in Paragraph 6, provided these subroutines do not change the language in any way that would cause it to fail the regression tests for the language. 8. Aggregation of this Package with a commercial distribution is always permitted provided that the use of this Package is embedded; that is, when no overt attempt is made to make this Package's interfaces visible to the end user of the commercial distribution. Such use shall not be construed as a distribution of this Package. 9. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . Getopt-Complete-0.26/Build.PL000444030216023421 113011625061503 15530 0ustar00nnuttergsc000000000000#!/usr/bin/env perl use warnings FATAL => 'all'; use strict; use Module::Build; my $build = Module::Build->new( module_name => 'Getopt::Complete', license => 'perl', requires => { 'perl' => 'v5.8.7', 'Getopt::Long' => '', 'Scalar::Util' => '', 'IPC::Open2' => '', 'Carp' => '', }, build_requires => { 'Test::More' => '0.86', 'App::Prove' => '', }, cpan_client => 'cpanm', #script_files => [ 'bin/ur' ], #test_files => [qw|t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t|], ); $build->create_build_script; Getopt-Complete-0.26/README000444030216023421 7533311625061503 15154 0ustar00nnuttergsc000000000000NAME Getopt::Complete - programmable shell completion for Perl apps VERSION This document describes Getopt::Complete v0.9. SYNOPSIS In the Perl program "myprogram": use Getopt::Complete ( 'frog' => ['ribbit','urp','ugh'], 'fraggle' => sub { return ['rock','roll'] }, 'quiet!' => undef, 'name' => undef, 'age=n' => undef, 'outfile=s@' => 'files', 'outdir' => 'directories' 'runthis' => 'commands', 'username' => 'users', '<>' => 'directories', ); print "the frog says " . $ARGS{frog} . "\n"; In ~/.bashrc or ~/.bash_profile, or directly in bash: function _getopt_complete () { COMPREPLY=($( COMP_CWORD=$COMP_CWORD perl `which ${COMP_WORDS[0]}` ${COMP_WORDS[@]:0} )); } complete -F _getopt_complete myprogram Thereafter in the terminal (after next login, or sourcing the updated .bashrc): $ myprogram --f $ myprogram --fr $ myprogram --fr frog fraggle $ myprogram --fro $ myprogram --frog $ myprogram --frog ribbit urp ugh $ myprogram --frog r $ myprogram --frog ribbit DESCRIPTION This module makes it easy to add custom command-line completion to Perl applications. It also does additional validation of arguments, when the program is actually executed, based on completion lists. Support is also present for apps which are an entry point for a hierarchy of sub-commands (in the style of cvs and git). Getopt::Complete also wraps the standard options processing and exports it as a %ARGS hash at compile time, making using the arguments hassle-free. The completion features currently work with the bash shell, which is the default on most Linux and Mac systems. Patches for other shells are welcome. OPTIONS PROCESSING Getopt::Complete processes the command-line options at compile time. The results are avaialble in the %ARGS hash, which is intended as a companion to the @ARGV array generated natively by Perl. use Getopt::Complete ( 'mydir' => 'd', 'myfile' => 'f', '<>' = ['monkey', 'taco', 'banana'] ); for $opt (keys %ARGS) { $val = $ARGS{$opt}; print "$opt has value $val\n"; } Errors in shell argumentes result in messages to STDERR via warn(), and cause the program to exit during "use" call. Getopt::Complete verifies that the option values specified match their own completion list, and will otherwise add additional errors explaining the problem. The %ARGS hash is an alias for %Getopt::Complete::ARGS. The alias is not created in the caller's namespaces if a hash named %ARGS already exists with data, but the results are always available from %Getopt::Complete::ARGS. They keys of the hash are the option names, minus any specifiers like "=s" or "!". The key is only present if the option was specified on the command-line. The values of the hash are the values from the command-line. For multi-value options the hash value is an arrayref. OBJECT API An object $ARGS is also created in the caller's namespace (class Getopt::Complete::Args) with a more detailed API for argument interrogation. See the documentation for that module, and also for the underlying Getopt::Complete::Options module. It is possible to override any part of the default process, including doing custom parsing, doing processing at run-time, and and preventing exit when there are errors. See OVERRIDING COMPILE-TIME OPTION PARSING for more information. PROGRAMMABLE COMPLETION BACKGROUND The bash shell supports smart completion of words when the key is pressed. By default, after the program name is specified, bash will presume the word the user is typing a is a file name, and will attempt to complete the word accordingly. Where completion is ambiguous, the shell will go as far as it can and beep. Subsequent completion attempts at that position result in a list being shown of possible completions. Bash can be configured to run a specific program to handle the completion task, allowing custom completions to be done for different appliations. The "complete" built-in bash command instructs the shell as-to how to handle tab-completion for a given command. This module allows a program to be its own word-completer. It detects that the COMP_LINE and COMP_POINT environment variables are set, indicating that it is being used as a completion program, and responds by returning completion values suitable for the shell _instead_ of really running the application. See the manual page for "bash", the heading "Programmable Completion" for full details on the general topic. HOW TO CONFIGURE PROGRAMMABLE COMPLETION 1 Put a "use Getopt::Complete" statement into your app as shown in the synopsis. The key-value pairs describe the command-line options available, and their completions. This should be at the TOP of the app, before any real processing is done. The only modules used before it should be those needed for custom callbacks, if there are any. No code should print to standard output during compile time, or it will confuse bash. Subsequent code can use %ARGS or the $ARGS object to check on command-line option values. Existing apps using Getopt::Long should use their option spec in the use declaration instead. If they bind variables directly the code should to be updated to get values from the %ARGS hash instead. 2 Put the following in your .bashrc or .bash_profile: function _getopt_complete () { COMPREPLY=($( COMP_CWORD=$COMP_CWORD perl `which ${COMP_WORDS[0]}` ${COMP_WORDS[@]:0} )); } complete -F _getopt_complete myprogram 3 New logins will automatically run the above and become aware that your program has programmable completion. For shells you already have open, run this to alert bash to your that your program has custom tab-completion. source ~/.bashrc Type the name of your app ("myprogram" in the example), and experiment with using the key to get various completions to test it. Every time you hit , bash sets certain environment variables, and then runs your program. The Getopt::Complete module detects these variables, responds to the completion request, and then forces the program to exit before really running your regular application code. IMPORTANT: Do not do steps #2 and #3 w/o doing step #1, or your application will actually run "normally" every time you press with it on the command-line! The module will not be present to detect that this is not a "real" execution of the program, and you may find your program is running when it should not. KEYS IN THE OPTIONS SPECIFICATION Each key in the list decribes an option which can be completed. Any key usable in a Getopt:::Long GetOptions specification works here, (except as noted in BUGS below): an option name A normal word is interpreted as an option name. The '=s' specifier is presumed if no specifier is present. 'p1' => [...] a complete option specifier Any specification usable by Getopt::Long is valid as the key. For example: 'p1=s' => [...] # the same as just 'p1' 'p2=s@' => [...] # expect multiple values the '<>' symbol for "bare arguments" This special key specifies how to complete non-option (bare) arguments. It presumes multiple values are possible (like '=s@'): Have an explicit list: '<>' = ['value1','value2','value3'] Do normal file completion: '<>' = 'files' Take arbitrary values with no expectations: '<>' = undef If there is no '<>' key specified, bare arguments will be treated as an error. a sub-command specifier, starting with '>' When a key in the options specification starts with '>', it indicates a that word maps to a distinct sub-command with its own options. The array to the right is itself a full options specification, following the same format as the one above it, including possible further sub-commands. See SUB-COMMAND TREES for more details. VALUES IN THE OPTIONS SPECIFICATION Each value describes how the option in question should be completed. array reference An array reference expliciitly lists the valid values for the option. In the app: use Getopt::Complete ( 'color' => ['red','green','blue'], ); In the shell: $ myprogram --color red green blue $ myprogram --color blue (runs with no errors) The list of value is also used to validate the user's choice after options are processed: myprogram --color purple ERROR: color has invalid value purple: select from red green blue See below for details on how to permit values which aren't shown in completions to be used and not generate errors. undef An undefined value indicates that the option is not completable. No completions will be offered by the application, though any value provided by the user will be considered valid. Note that this is distinct from returning an empty arrayref from a callback, which implies that there ARE known completions but the user has failed to match any of them. Also note: this is the only valid completion for boolean parameters, since there is no value to specify on the command-line. use Getopt::Complete ( 'name' => undef, # take --name "anyting" 'perky!' => undef, # take --perky or --no-perky ); subroutine callback When the list of valid values must be determined dynamically, a subroutine reference or name can be specified. If a name is specified, it should be fully qualified. (If it is not, it will be presumed to refer to one of the bash builtin completions types. See BUILTIN COMPLETION TYPES below.) The subroutine will be called, and is expected to return an arrayref of possiible matches. The arrayref will be treated as though it were specified directly in the specification. As with explicit values, an empty arrayref indicated that there are no valid matches for this option, given the other params on the command-line, and the text already typed. An undef value indicates that any value is valid for this parameter. Parameters to the callback are described below. WRITING SUBROUTINE CALLBACKS A subroutine callback is useful when the list of options to match must be dynamically generated. It is also useful when knowing what the user has already typed helps narrow the search for valid completions, or when iterative completion needs to occur (see PARTIAL COMPLETIONS below). The callback is expected to return an arrayref of valid completions. If it is empty, no completions are considered valid. If an undefined value is returned, no completions are specified, but ANY arbitrary value entered is considered valid as far as error checking is concerned. The callback registerd in the completion specification will receive the following parameters: command name Contains the name of the command for which options are being parsed. This is $0 in most cases, though hierarchical commands may have a name "svn commit" or "foo bar baz" etc. current word This is the word the user is trying to complete. It may be an empty string, if the user hits without typing anything first. option name This is the name of the option for which we are resolving a value. It is typically ignored unless you use the same subroutine to service multiple options. A value of '<>' indicates an unnamed argument (a.k.a "bare argument" or "non-option" argument). other opts It is the hashref resulting from Getopt::Long processing of all of the OTHER arguments. This is useful when one option limits the valid values for another option. In some cases, the options which should be available change depending on what other options are present, or the values available change depending on other options or their values. The environment variables COMP_LINE and COMP_POINT have the exact text of the command-line and also the exact character position, if more detail is needed in raw form than the parameters provide. The return value is a list of possible matches. The callback is free to narrow its results by examining the current word, but is not required to do so. The module will always return only the appropriate matches. EXAMPLE This app takes 2 parameters, one of which is dependent on the other: use Getopt::Complete ( type => ['names','places','things'], instance => sub { my ($command, $value, $option, $other_opts) = @_; if ($other_opts{type} eq 'names') { return [qw/larry moe curly/], } elsif ($other_opts{type} eq 'places') { return [qw/here there everywhere/], } elsif ($other_opts{type} eq 'things') { return [ query_database_matching("${value}%") ] } elsif ($otper_opts{type} eq 'surprsing') { # no defined list: take anything typed return undef; } else { # invalid type: no matches return [] } } ); $ myprogram --type people --instance larry moe curly $ myprogram --type places --instance here there everywhere $ myprogram --type surprising --instance (no completions appear) BUILTIN COMPLETIONS Bash has a list of built-in value types which it knows how to complete. Any of the default shell completions supported by bash's "compgen" are supported by this module. The list of builtin types supported as-of this writing are: files directories commands users groups environment services aliases builtins To indicate that an argument's valid values are one of the above, use the exact string after Getopt::Complete:: as the completion callback. For example: use Getopt::Complete ( infile => 'Getopt::Complete::files', outdir => 'Getopt::Complete::directories', myuser => 'Getopt::Complete::users', ); The full name is alissed as the single-character compgen parameter name for convenience. Further, because Getopt::Complete is the default namespace during processing, it can be ommitted from callback function names. The following are all equivalent. They effectively produce the same list as 'compgen -f': file1 => \&Getopt::Complete::files file1 => \&Getopt::Complete::f file1 => 'Getopt::Complete::files' file1 => 'Getopt::Complete::f' file1 => 'files' file1 => 'f' See Getopt::Complete::Compgen for specifics on using builtin completions. See "man bash", in the Programmable Complete secion, and the "compgen" builtin command for more details. UNLISTED VALID VALUES If there are options which should not be part of completion lists, but still count as valid if passed-into the app, they can be in a final sub-array at the end. This list doesn't affect the completion system at all, just prevents errors in the ERRORS array described above. use Getopt::Complete ( 'color' => ['red','green','blue', ['yellow','orange']], ); myprogram --color red green blue myprogram --color orange # no errors myprogram --color purple # error PARTIAL COMPLETIONS BASICS Any returned value ending in a character ("\t") will be considered a "partial" completion. This means that the shell will be instructed to leave the cursor at the end of that word even if there is no ambiguity in the rest of the returned list. Partial completions are only usable from callbacks. From a hard-coded array of values, it would be impossible to ever fuly complete the partial completion. BACKGROUND Sometimes, the entire list of completions is too big to reasonable resolve and return. The most obvious example is filename completion at the root of a large filesystem. In these cases, the completion of is handled in pieces, allowing the user to gradually "drill down" to the complete value directory by directory. It is even possible to hit to get one completion, then hit it again and get more completion, in the case of single-sub-directory directories. The Getopt::Complete module supports iterative drill-down completions from any parameter configured with a callback. It is completely valid to complete "a" with "aa" "ab" and "ac", but then to complete "ab" with yet more text. Unless the shell knows, however that your "aa", "ab", and "ac" completions are in fact only partial completions, an inconvenient space will be added after the word on the terminal line, as the shell happily moves on to helping the user enter the next argument. DETAILS Because partial completions are indicated in Getopt::Complete by adding a "\t" tab character to the end of the returned string, an application can return a mix of partial and full completions, and it will respect each correctly. Note: The "\t" is actually stripped-off before going to the shell and internal hackery is used to force the shell to not put a space where it isn't needed. This is not part of the bash programmable completion specification, but is used to simulate features typically only available with bash for builtin completions like files/directories. SUB-COMMAND TREES It is common for a given appliction to actually be an entry point for several different tools. Popular exmples are the big version control suites (cvs,svn,svk,git), which use the form: cvs SUBCOMMAND [ARGS] Each sub-command has its own options specification. Those may in turn have further sub-commands. Sub-commands are identified by an initial '>' in the options specification key. The value is interpreted as a complete, isolated options spec, using the same general syntax. This applies recursively. EXAMPLE COMMAND TREE SPEC use Getopt::Complete ( '>animal' => [ '>dog' => [ '>bark' => [ 'ferocity' => ['yip','wail','ruf','grrrr'], 'count' => ['1','2','one too many'], ], '>drool' => [ 'buckets=n' => undef, 'lick' => 'users', ], 'list!' => undef, ], '>cat' => [ '>purr' => [], '>meow' => [ 'volume=n' => undef, 'bass' => ['low','medium','high'], ] ], ], '>plant' => [ '>taters' => [ '>fry' => [ 'greasiness' => ['crispy','drippy'], 'width' => ['fat','thin','frite'], ], '>bake' => [ 'hard!' => undef, 'temp=n' => undef, ], ], '>dasies' => [ '>pick' => [ '<>' => ['mine','yours','theirs'], ], '>plant' => [ 'season' => ['winter','spring','summer','fall'], 'seeds=n' => undef, 'deep!' => undef, ] ] ] ); my ($word1,$word2,$word3) = $ARGS->parent_sub_commands; # (the above is also in $ARGS{'>'} for non-OO access) # your program probably has something smarter to decide where to go # for a given command if ($word1 eq 'animal') { if ($word2 eq 'dog') { if ($word3 eq 'bark') { # work with %ARGS for barking dogs... # .... } } } elsif ($path[0] eq 'plant') { ... } The above example specifies two sub-commands "animal" and "plant, each of which has its own two sub-commands, dog/cat and taters/dasies. Each of those, in turn, have two sub-commands, for a total of 8 complete commands possible, each with different arguments. Each of the 8 has thier own options specification. When the program executes, the %ARGS hash contains option/value pairs for the specific command chosen. The the series of sub-command choices in $ARGS{'>'}, separate from the regular bare arguments in '<>'. (The method name on an $ARGS object for this is "parent_sub_commands", a companion to the "bare_args" method. The method to determine the next available sub-commands is just "sub_commands".) Note that, since the user can hit at any time, it is possible that the parent_sub_commands will be a partial drill-down. It isn't uncommon to have something like this in place: if (my @next = $ARGS->sub_commands) { print STDERR "Please select a sub-command:\n"; print STDERR join("\n", @sub_commands),"\n"; exit 1; } The above checking is not done automatically, since a sub-command may have further sub-commands, but still also be used directly, possibly with other option and bare arguments. THE LONE DASH A lone dash is often used to represent using STDIN instead of a file for applications which otherwise take filenames. This is supported by all options which complete with the "files" builtin, though it does not appear in completion hint displays. To disable this, set $Getopt::Complete::LONE_DASH = 0. OVERRIDING COMPILE-TIME OPTION PARSING Getopt::Complete makes a lot of assumptions in order to be easy to use in the default case. Here is how to override that behavior if it's not what you want. OPTION 1: DOING CUSTOM ERROR HANDLING To prevent Getopt::Complete from exiting at compile time if there are errors, the EXIT_ON_ERRORS flag should be set to 0 first, at compile time, before using the Getopt::Complete module as follows: BEGIN { $Getopt:Complete::EXIT_ON_ERRORS = 0; } This should not affect completions in any way (it will still exit if it realizes it is talking to bash, to prevent accidentally running your program). Errors are retained in: $Getopt::Complete::ARGS->errors; It is then up to the application to not run with invalid parameters. OPTION 2: RE-PROCESS @ARGV This module restores @ARGV to its original state after processing, so independent option processing can be done if necessary. The full spec imported by Getopt::Complete is stored as: $Getopt::Complete::ARGS->option_specs; This is an easy option when upgrading old applications. Combined with disabling the EXIT_ON_ERROS flag above, set, you can completely ignore, or partially ignore, the options processing which happens automatically. OPTION 3: CHANGING COMPILE-TIME PROCESSING You can also adjust how option processing happens inside of Getopt::Complete. Getopt::Complete wraps Getopt::Long to do the underlying option parsing. It uses GetOptions(\%h, @specification) to produce the %ARGS hash. Customization of Getopt::Long should occur in a BEGIN block before using Getopt::Complete. OPTION 4: USE THE OBJECTS AND WRITE YOUR OWN LOGIC The logic in import() is very short, and is simple to modify. It is best to do it in a BEGIN {} block so that bash can use 'perl -c myprogram' to get completions at compile time. BEGIN { my $options = Getopt::Complete::Options->new( 'myfile' => 'f', 'mychoice' => ['small','medium','huge'] ); $options->handle_shell_completion(); my $args = Getopt::Complete::Args->new( options => $options, argv => [@ARGV] ); if (my @errors = $ARGS->errors) { for my $error ($ARGS->errors) { chomp $error; warn __PACKAGE__ . ' ERROR:' . $error . "\n"; } exit 1; } # make the %ARGS available to all of the app $args->__install_as_default__; # if you also want %ARGS and $ARGS here when you're finished... Getopt:Complete->export_aliases(__PACKAGE__); }; EXTENSIVE USAGE EXAMPLE Cut-and-paste this into a script called "myprogram" in your path, make it executable, and then run this in the shell: complete -C myprogram myprogram. Then try it out. It does one of everything, besides command trees. #!/usr/bin/env perl use strict; use warnings; use Getopt::Complete ( # list the explicit values which are valid for this option 'frog' => ['ribbit','urp','ugh'], # you can add any valid Getopt::Long specification to the key on the left # ...if you put nothing: "=s" is assumed 'names=s@' => ['eenie','meanie','miney'], # support for Bash "compgen" builtins is present with some pre-made callbacks 'myfile' => 'Getopt::Complete::Compgen::files', 'mydir' => 'Getopt::Complete::Compgen::directories', # the plain name or first letter of the compgen builtins also work 'myfile2' => 'files', 'myfile3' => 'f', # handle unnamed arguments from the command-line ("non-option" arguments) with a special key: '<>' => ['some','raw','words'], # CODE callbacks allow a the completion list to be dynamically resolved 'fraggle' => sub { return ['rock','roll','fried fish','fried taters','fries and squid'] }, # callbacks get extra info to help them, including the part of the # word already typed, and the remainder of the options already processed for context 'type' => ['people','places'], 'instance'=> sub { my ($command, $partial_word, $option_name, $other_opts_hashref) = @_; # be lazy and ignore the partial word: bash will compensate if (my $type = $other_opts_hashref->{type}) { if ($type eq 'people') { return [qw/larry moe curly/] } elsif ($type eq 'places') { return [qw/here there everywhere/], } } return []; }, # undef means we don't know how to complete the value: any value specified will do # this will result in no shell ompletions, but will still expect a value to be entered 'name=s' => undef, # boolean values never have a completion list, and will yell if you are that foolish # this will give you --no-fast for free as well 'fast!' => undef, ); use Data::Dumper; print "The arguments are: " . Dumper(\%ARGS); DEVELOPMENT Patches are welcome. http://github.com/sakoht/Getopt--Complete-for-Perl/ git clone git://github.com/sakoht/Getopt--Complete-for-Perl.git As are complaints. Help us find bugs by sending an email to the address below, or using CPAN's bug tracking system: https://rt.cpan.org/ The latest version of this module is always availabe on CPAN: http://search.cpan.org/search?query=Getopt%3A%3AComplete&mode=all And is readily installable with the CPAN shell on Mac, Linux, and other Unix-like systems: sudo cpan Getopt::Complete BUGS Completions with whitespace work, but they do so by escaping whitespace characters instead of quoting. Support should be present for completing quoted text. It should also be the default, since it is more attractive. The logic to "shorten" the completion options shown in some cases is still in development. This means that filename completion shows full paths as options instead of just the last word in the file path. Some uses of Getopt::Long will not work currently: multi-name options (though standard shortening works), +, :, %. Currently this module only supports bash, though other shells could be added easily. There is logic in development to have the tool possibly auto-update the user's .bashrc / .bash_profile, but this is incomplete. SEE ALSO Getopt::Complete::Args the object API for the option/value argument set Getopt::Complete::Options the object API for the options specification Getopt::Complete::Compgen supplies builtin completions like file lists Getopt::Long the definitive options parser, wrapped by this module bash the manual page for bash has lots of info on how tab-completion works COPYRIGHT Copyright 2009 Scott Smith and Washington University School of Medicine AUTHORS Scott Smith (sakoht at cpan .org) LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. Getopt-Complete-0.26/t000755030216023421 011625061503 14347 5ustar00nnuttergsc000000000000Getopt-Complete-0.26/t/04-exercise.t000444030216023421 32511625061503 16701 0ustar00nnuttergsc000000000000#!/usr/bin/env perl use strict; use warnings; use Test::More tests => 1; use FindBin; my $path = $FindBin::Bin . '/myprogram'; ok(-e $path, "found the test program ($path)"); $ENV{GETOPT_COMPLETE} = 'bash'; Getopt-Complete-0.26/t/demoapp000555030216023421 15011625061503 16033 0ustar00nnuttergsc000000000000#!/usr/bin/env perl use strict; use warnings; use Getopt::Complete::Cache file => __FILE__ . ".opts"; Getopt-Complete-0.26/t/01-try-many.t000444030216023421 13511625061503 16646 0ustar00nnuttergsc000000000000#!/usr/bin/perl use strict; use warnings; use Test::More skip_all => 'not functioning yet'; Getopt-Complete-0.26/t/mytreeapp000555030216023421 244411625061503 16444 0ustar00nnuttergsc000000000000#!/usr/bin/env perl use strict; use Data::Dumper; use Getopt::Complete ( '>animal' => [ '>dog' => [ '>bark' => [ 'ferocity' => ['yip','wail','ruf','grrrr'], 'count' => ['1','2','one too many'], ], '>drool' => [ 'buckets=n' => undef, 'lick' => 'users', ], 'list!' => undef, ], '>cat' => [ '>purr' => [], '>meow' => [ 'volume=n' => undef, 'bass' => ['low','medium','high'], ] ], ], '>plant' => [ '>taters' => [ '>bake' => [ 'hard!' => undef, 'temp=n' => undef, ], '>fry' => [ 'greasiness' => ['crispy','drippy'], 'width' => ['fat','thin','frite'], ] ], '>daisies' => [ '>pick' => [ '<>' => ['mine','yours','theirs'], ], '>plant' => [ 'season' => ['winter','spring','summer','fall'], 'seeds=n' => undef, 'deep!' => undef, ] ] ], ); print Dumper($ARGS); 1; Getopt-Complete-0.26/t/demoapp.opts000444030216023421 73611625061503 17026 0ustar00nnuttergsc000000000000$demoapp::OPTS_SPEC = [ '>model', [ '>build', [ 'filter=s', 'files', 'show=s', 'files', 'noheaders!', undef, 'style=s', undef, 'help!', undef ], 'help!', undef ], '>project', [ '>list', [ 'filter=s', 'files', 'show=s', 'files', 'noheaders!', undef, 'style=s', undef, 'help!', undef ], 'help!', undef ], ]; Getopt-Complete-0.26/t/05-bad-arg-name.t000444030216023421 45211625061503 17307 0ustar00nnuttergsc000000000000require Getopt::Complete; use Test::More tests => 1; my $args = Getopt::Complete::Args->new( options => Getopt::Complete::Options->new('foo!' => undef), argv => ['--bar'] ); ok(scalar(grep { /Unknown option: bar/ } $args->errors), "detected an error when a nonsense argumetn is used"); Getopt-Complete-0.26/t/02-boilerplate.t000555030216023421 232611625061503 17420 0ustar00nnuttergsc000000000000#!perl -T use strict; use warnings; use Test::More tests => 3; sub not_in_file_ok { my ($filename, %regex) = @_; open my $fh, "<", $filename or die "couldn't open $filename for reading: $!"; my %violated; while (my $line = <$fh>) { while (my ($desc, $regex) = each %regex) { if ($line =~ $regex) { push @{$violated{$desc}||=[]}, $.; } } } if (%violated) { fail("$filename contains boilerplate text"); diag "$_ appears on lines @{$violated{$_}}" for keys %violated; } else { pass("$filename contains no boilerplate text"); } } not_in_file_ok(README => "The README is used..." => qr/The README is used/, "'version information here'" => qr/to provide version information/, ); not_in_file_ok(Changes => "placeholder date/time" => qr(Date/time) ); sub module_boilerplate_ok { my ($module) = @_; not_in_file_ok($module => 'the great new $MODULENAME' => qr/ - The great new /, 'boilerplate description' => qr/Quick summary of what the module/, 'stub function definition' => qr/function[12]/, ); } module_boilerplate_ok('lib/Getopt/Complete.pm'); Getopt-Complete-0.26/t/00-load.t000555030216023421 23611625061503 16011 0ustar00nnuttergsc000000000000#!perl -T use Test::More tests => 1; BEGIN { use_ok( 'Getopt::Complete' ); } diag( "Testing Getopt::Complete $Getopt::Complete::VERSION, Perl $], $^X" ); Getopt-Complete-0.26/t/01-try-many.in000444030216023421 64311625061503 17015 0ustar00nnuttergsc000000000000myprogram myprogram --frog ribbitx myprogram --frog ribbit myprogram --type people --instance larry myprogram x y myprogram lib/Getopt/ myprogram --myfile d1/ myprogram --myfile d1/ --no-go myprogram --myfile d1/ --no-fast --go --no-go myprogram --myfile d1/ --no-fast --go myprogram --go myprogram --go --no-go --myfile d1/ myprogram --go --no-go --myfile d1/ "foo bar" myprogram --go --no-go --myfile d1/ lib/ Getopt-Complete-0.26/t/myprogram000555030216023421 425311625061503 16453 0ustar00nnuttergsc000000000000#!/usr/bin/env perl use strict; use Data::Dumper; use Getopt::Complete ( # list the explicit values which are valid for this option 'frog' => ['ribbit','urp','ugh'], # you can add any valid Getopt::Long specification to the key # if you put nothing: "=s" is assumed 'names=s@' => ['eenie','meanie','miney'], # undef means we don't know how to complete the value: any value specified will do # this will result in no shell ompletions, but will still expect a value to be entered # unless it is boolean 'name=s' => undef, # boolean values never have a completion list, and will yell if you are that foolish 'go!' => undef, 'fast!' => undef, # handle unnamed arguments from the command-line ("non-option" arguments) with a spcial key: # you can control completions on these too... '<>' => 'd', # CODE callbacks allow a the completion list to be dynamically resolved 'fraggle' => sub { return ['rock','roll','fried fish','fried taters','fries and squid'] }, # support for Bash "compgen" builtins is present with some pre-made callbacks 'myfile' => \&Getopt::Complete::files, 'mydir' => \&Getopt::Complete::directories, # callbacks get extra info to help them, including the part of the # word already typed, and the remainder of the options already processed for context 'type' => ['people','places'], 'instance'=> sub { my ($command, $value, $key, $other_opts) = @_; if (my $type = $other_opts->{type}) { if ($type eq 'people') { return [qw/larry moe curly/] } elsif ($type eq 'places') { return [qw/here there everywhere/], } } return []; }, # we used-to fail to process these 'dash-key' => ['dancer','prancer','vixen'], # options with dashes in the values are confusing to the user, but not the app... 'valdash' => [qw/-a -b -bc -bd/], ); print Dumper($ARGS); 1; Getopt-Complete-0.26/t/03-demoapp-completion.t000444030216023421 323311625061503 20706 0ustar00nnuttergsc000000000000#!/usr/bin/env perl use strict; use warnings; use Test::More; use FindBin; local $ENV{PATH} = $FindBin::Bin . ':' . $ENV{PATH}; my $path = 'demoapp'; plan tests => 12; ok(-e $FindBin::Bin . '/' . $path, "found the demo program ($path)"); ok(test_completion("$path model build ") > 0, 'results for valid sub-command'); ok(test_completion("$path model buil") > 0, 'results for valid partial sub-command'); ok(test_completion("$path projectx ") == 0, 'no results for bad sub-command'); ok(test_completion("$path project list --filter name=foo ") > 0, 'results for valid option-space-argument'); ok(test_completion("$path project list --filter=name=foo ") > 0, 'results for valid option-equals-argument'); ok(test_completion("$path model --help foo ") == 0, 'no results for invalid argument'); ok(test_completion("$path model --help foo") == 0, 'no results for non-argument option'); ok(test_completion("$path project list --filter name=foo") == 0, 'no results for option argument'); ok(test_completion("$path project list --fooba") == 0, 'no results for unknown option'); ok(test_completion("$path project list --fooba $FindBin::Bin") > 0, 'file completion for unknown option'); ok(test_completion("$path project list $FindBin::Bin") > 0, 'file completion for bare args'); sub test_completion { my $line = shift; my @args = split(' ', $line); my $COMP_CWORD = $#args; if($line =~ m/\s$/) { $COMP_CWORD++; } #actually want to complete a new word my $command = $args[0]; my @results = split("\n", `COMP_CWORD=$COMP_CWORD $command $line`); print "Found " . scalar(@results) . " fresults for '$line': " . join(', ', @results) . "\n"; return scalar(@results); } Getopt-Complete-0.26/doc000755030216023421 011625061503 14651 5ustar00nnuttergsc000000000000Getopt-Complete-0.26/doc/getopt-complete.odp000444030216023421 4532411625061503 20652 0ustar00nnuttergsc000000000000PKð¾õ<3&¬¨//mimetypeapplication/vnd.oasis.opendocument.presentationPKð¾õ<Configurations2/statusbar/PKð¾õ<'Configurations2/accelerator/current.xmlPKPKð¾õ<Configurations2/floater/PKð¾õ<Configurations2/popupmenu/PKð¾õ<Configurations2/progressbar/PKð¾õ<Configurations2/menubar/PKð¾õ<Configurations2/toolbar/PKð¾õ<Configurations2/images/Bitmaps/PKð¾õ< content.xmlíínãF–†ÿïU0N'èZ’õa}8iÏôdwƒL0݃`'h‰’¹M‘ IÙí zÑw° äÇbÉÍõ•l)Ê”%Ù’\´Žè'˜iKü(Ö©*žz߇ùõïÞ=ëÒ #7ð_Õ«ÇG–ã÷ƒë^ýåí¿WºG¿;û—¯ƒáÐí;§ƒ ?;~\é~¬þZjo?:M×¾:š†þi`GntêÛc':û§ÁÄñ³½Nó[Ÿ&ÇJ—Dñµ·ñîÉÆù½cç}¼éÎzÛ…}íóÍœlœß{ÚW›î¬·Ušß}lºóûÈ« Õê㉻·jñÞsýw¯Ž.âxrZ«]]]U¯šÕ Õê½^¯–¬W¸?ßn2 ½d«A¿æxŽ>XT«WëµlÛ±Û›ÖOo›¯’?Ÿ;áÆMcÇöR¯NB'R›¨põÀܬ ü> ãër´ñ躭iæþ…n<Î’‡Js°ùPiòûŽíøbMÿvkß«•É?ßw3®Âñ¦ÇÒÛ.4U?t'‡™nß?‚yUõéÉžT·q|ܪ¥ßs[_ݹùUèÆN˜Û¼çæ}ÛëÏ[<¯j4µ]½¦¶¨8—zÈÏO"ÝÑšµtõ|ãh°¶è¿}ÿÝ›þ…3¶o6vï߸âúQlû7-]oã^PÛ®´¶ïn<ô¶K§N¨ÃÚ?©…Î$ãy 7ŸÔQó£ †öü0j˨š”PÑ;&ÇÊ—PÓÙ¦¦wù|>â]ÇËN¯y%gÇwÞOœÐÕ;ÚžA•q¤Z[ª`ršÛ; z¶gnBle³_:Ú£Ú|=ÝdýJ’¾¢³¯Ó4–ük¥Ÿu%^ &õ£Ù‚¡­ºëZ-J'„ÊÄ9GÙžù…•‰ª¢Æ®Y ™íÜî¿…ÁÔT.ÝÈMf°8œª±³n³àü?~ݹùÀ&ž}­æ™ Ö¹ûŽM’Úe9~h{Ѻ Ufw*±;ÎŽ¨š®–k¢»Ú«a®½²Ú\8öàžÈD? —Ë(´'n÷ì{>ät…Z«®~u¹ÿØâ“åCæcÊÖMìP«¿äK%Ýó_¡=õÔ²éyìÆžsWuo©³ÍÓÙÊ Tó}>Lþ;J×èÓ©¢Fì•ê)wtgÝ0 NÇ®?_XïT{Ív¼MtK£iËè|ÕªÑ#„Ö¨žtšÛ…ÖÜÇiU­`W.‚ÐýG 3mÅöÜ‘J ž3Œoou©Kíßl“âG@ë 6S·ÚhŸlÓL?,g;´“HçqëúåƒVºÑTÂyuÔlLâ-Ž·|^ny¼ÆñVÇ[>Y–Ž7_rë I=f]¡´Z¸Ía—ßûIËÔÛªe²Ãf‹+JVÙþº•ZCzÎûÙêÍÃ;1Ò‹ëêºzå¼®[Ž€ö£vEvo‚ièj#“ #]W9¾Ò§Ê׌¥Nü…M&nÜWÖoè¾wG{ëß·KYA‡[HBx»”¶8T:PæËR¨äª,«„Óæƒ+Éý³µëv^|Ë»Ï×Ï Ø<þ¥õÐø}e\moÇø×í¼qü³6)Sn:è·‹ùDÙ*þ5»ïÿR*5¶øj&Îo`®UÒR³ V—½m£­(¾Ir„Í[u)éÕª¦GÛb»šŽwµìÖ#¶cºm³¤k´mWdrÃm»þ»·mw§¶-\tvŠí=¨Q_‡î­êÞnÒèÊ¢U-zi«}Ï=§ŒZ?6–v›¡6m6¿$W=7š5×B |W?Êoà9—Ž7kÕó©ç9±•®ÔËUŽÒ¯éªŠ¾\ôêèÓÿþ÷¼Ár…Ü4ÛÆvãr'o®Ç*Š,ÊiäT®\\U’-g€bÎ r½Ñ:ù" ý®`¶µ±S¨é>ÑÄî«BaªŠW5óI×hÎáÙçjŸ+w /¥+²…šÆZ¨^m”²…Z[¨[Ê:1ÖBj«”-Ô6ÖBÍR¶OÇ\û”4OwµP«¤yºg°…Ê™§µN6ÔD'‡•¨s«grº¶ö6ŠÙŠó`p=ÿ’¿^wöurL_ŠO¯ˆÍ®ò©ïõÙ5²ô๻/’¥c;Špv ?}ïÖ5üü—tkϾ¦ñl§×ßÕß6sw†$wYɽT7Á ƒþ4šß"®œL”S8‘;ò+Úzg«k³ˆ†¡*±*ù@’Ëôó«„ ×)ÈÖ¨Šê;ÒúªÞ¼ÎÆDã¤Zïõô˜Ñ —.¦&Kµ9JÇ•þv­R·ÙÑß*Õ÷ìHÅ–»(zS«óàý섘ÌþªqëÏFp®Æo•cúÖ‰ƒI|zúMb¼bg6JôÙˆ™lVXãfn¸G33lÑ|ÏŽÛÜá¸ÅïÑÚa­±xÜÚ­AQ»ãg_/Œ§äþŠU'nã(w®Wâ‹éøÜ·]oyÓQxÿ PoV{íîÒ p\muò'@³Ú­ç΀FµÞH$ßM=²Ûê«O‹ä¥OéÆÚSºqDj£S_Š(»$‹H…pÒË…¤b¶Ûªê§7»ÜJˆžšz.ïæª[§|íV÷Ö–û7ÛB7ϼQî Þ\ÛÝ­¢2x½Óº7ƒ/®U³X‰CÛtÔÎ`uŸg9a9üp“\צ›?ªåŽõƒzêàÁH5œõåÏÓ þj|=ûž~=½+ítìåä¸[³õéʾf]·’ç=û«f¶nOÖsãá.Õ³­êùéãÿmSÕ¡ê‘W‘Úɺ]XGöêËQü•õju螟»±úðRýN²O£ õï/…ÆfFž³:¼Æ<Qn׷Ϭ~–?}üŸo¬ù´póIjÀŶÛÓØ ¶yÝ,·À‘˜D$±}>»,®£Ò}”*vÕOÔj²CRo’ÔÍ'õI¤þ’úÙ›~ÇÖ›±_˜J¹¤ú‚R}‹To>ÕŸêIõ¤úBSý·Ž¨aú£Ÿa=äàgµ£ ×Ūõÿâ»É£%âkëMÿ"<+Zß;·ïúkF駈¦óSD›)âp¦ˆmÓ“ “ÊÃ&•b"ƒ—üÁ Ìà‹3x©¶KNÝ6§ò$„"r*B §–%§Þ³ÿ= aÕ“z²„Pž§<­©”ß<1•–üGÏL¥L¥L¥¢"Kž)´*¸OB+˜Ñ ü”¾­PòßңРªx!z½°»^ày Eè…’?½€^@/‹ ½°½°ÿbxL0 æ1ÁGu"S„®-ùSdеèZt­°ØÐµ-EеèÚ–~ôƒ:ö0ùMl:¹¨c×·=ëyºØW»Y^0rý¤/£`ö]”l; ìØX³þQºŽ½éÊy•J‘¿¨Ú­¢•Ê,«ø«žv¬žâadE ’? „ ‹ tÐÎdP'c€0@ Géu†©ÿ åõÁŠJ†Ö OȇòØÛ"|hÉŸ{‹ŇâC…ņ=h‰5¨@ñ¡øP|(>ôÀ}èæúA^—Üœú“ܳâiýÆŒ·Zx­ Ï&ƒ@B½;À 4€dx€ J‚¤œ²€¹îöÐ Oˆ^ðz¯èEƒ×{A/ …Ú_èôBÄ$«èôz!ǦA/Uz!å´€^Ȫæ¡uÅÓ!4 ^ßZ¡áõ­Ûš^õ¤Ý€Ð@h 4šûCh 4›kP „F†…Ъ$„FÊi¡‘UͧÐ#K^g¤VÃR&ÃRöâÀ:á a²:˜,ë^ƒ˜¬&Û“5ŽÕÒ&˜ L&“­ØL&Û\$ƒÉÀd2x˜LP%ÁdRN 0™¬j>…®“‰è„°È^xRÏPÒ˜ xgÞ5w[ûn£¼Þï€w+öÞï6WÀ;à J¼TIà”Óx'«šO¡+€w":¡Pxg¶¦Iç›Æ¬{ Æ€‘ÇœÅA8#€Q(|Z²£…ì(@vœ ;ÈqS3²Ù!ú ú.ðGÅÑž«¨ª÷§‰ÎªÑó/Æ×v8Š^ZŸ>þ3;¡~Óß~Ë ÁßävWé‹)¿f=A³ YÛhV4+šUœ®C³¢YEŸAhVñÝ5 ]?ÖÑëÌŸ\³ìëH/°ªÖ³´u~ÑË?¨ïjéß}Õb›Ѽƒhn#š ÍD3¢Ñ,NX"šÍ¢Ï D³øîºS4o\ÐÉÑÙ‚ÀÞ¦ˆñ’Šñb¼1ÞEŒ#Æãâ+b1þøg ÊJÉæííÜszúúÏß¾Aá"”Í å.B¹¡ÜC(#”ÊâÄ$B¡|˜BùÁ ø¹õÅjMy¸ízÏþˆñrS~1ÞCŒgÝkNŒ7ãˆqĸ8ÁŠGŒ?Y1¾þ\-Ü·9Þë³Ï>“Ùgí¶fû¾›¯ïïrù‚\KG¹qA^G#ÈäâD+‚AŽ ßDÃÍ7âæPrD¹yQ^G”gÝkP”7åˆrD¹8áŠ(G”#Êwå÷éÌ'‹ÄàfŠ)¿Öæ­¼EhmÞÊ‹ÖFkËÓ£hm´öajmY©X}PòÕ¼–Oß[é¹ï” Œƒ[m’¬<€f‘\LùU=¯Â+BÕó*ayÛFÞneÇLcuØXjÿço5«9fô—ríééëp”LûÉTÔÏRðŸþd½þá/dDÉÅ”_óóÊÊ"4?¯¬Dó£ùåéb4¿ÍßÞr˜¥/ù¥Ÿ—¢lÍ£œúgˆq)E1å—`¼± Æ ‘`H0y2 †Û{?O]'þlM]td ‹)¿ŽäÝ}EèHÞ݇ŽDGÊÓZèHtäÞƒ¦#w b¬‹ Þ@ —°˜òKaÞÎW„æí|Ha¤°<¹ˆF ï=¤ð¾s–\)œÍ(Ñ…ãyâ'íZý™5Ÿ­JåK/þêíë?èqb~€T*ÙÝÑŸ>þš<ÝCýé[¤Õé¿ÉY¨êá©Í,·˜òû"^”X€/jñ¢D|¾HžwÀá‹ö¾hß9 _´_ä;#ex”Jþ&gœÔÆ”[LéÝO‹·Rá~x+%î÷#Ï!à~p?{÷³ïœ…û‘à~*?éäš YÅ”ßâðŽÏ",ïøÄâ`qäÙ,gïA`qö³°8û¶8ú´Ù…Kj”¥/¦üªánx«*îw#Ïànp7{w³ïœ…»‘àn´ÈàÎþ‹)¿Éá%³E˜^2‹ÉÁäÈ3˜LÎÞƒÀäì;garž‚É9{®4Û…ë,¥x;Œx%hÉñâ" ¯!Æa€ä™ hïA`€d„ f¦WÑïïLé7túqºÎløaë(»±­Ýà ÈEØ Þ€lÚnc7°Ø ìvCDØ ìÆæ¡-> Ð§¡É5²Š)¿µáÍâEXÞ,޵ÁÚÈ“ÿX¬ÍÞƒÀÚÈk³kóé㯪åyž¦(OÃ[î‹ð4¼åOƒ§‘§ûñ4xš½§‘žfŸž†K6û/¦üö¦‹½Éº× ½éao°7Øq{ƒ½Ù{Ø!`oöioTƒJ­né‹)¿­éak²î5gkNޱ5Øl8é­ÁÖì=lŒ°5{¶5\¸Ù1¥w8Z‹ãpŒ;œ:‡ƒÃçp88œ½Ñ§lnÎT¡õš.º1ûWj‹”¾˜ò;§:Î)ë^ƒÎ©sÂ9áœÄ¹ œÎiïAàœd„€sÚ³sªK­/Å`R{ÔÀeÝkÐ5±GØ#ì‘8 =Âí=쑌°Gû¶GÉgn +M1å·KMìRÖ½íR »„]Â.‰³Ø%ìÒÞƒÀ.É»$Â.ñüëƒ/¦ü6©…MʺנM:Á&a“°Iâ¬6 ›´÷ °I2BÀ&I±I\X*M1åwL'8¦¬{ :¦6Ž Ç„cç*pL8¦½c’Žé)8&úP¶bÊoÊÚ˜²¬{ š²¦Ì¨)«(WÖhãÊper.ãë¡ë9«lK½>ajµÞJ»›—ËÛ5ÕvŸ[A˜lvûðrâTêce˜|˜9¡¹2ØF.ÖÜXûÁxlûº‚Ö<´Ù²ûãêËKç¯UØË÷¡ÞhÍP=Î…9•æ( ¦“»I‰Z›lµ:Ðîa SÇ¿\yJçÃT¹aàÕ$–ÄšÅåÈK ÀK%?VÅÖʇ6Ûnuvr}ÉÕö\{%öêæ#M¶Zh/¨-7Ðó©ëÅ®¿*Ôv>ÔÙv+Ûd!?J¬åáƒCOz‡žu¯A‡ÞÅ¡›¾lz¼¶³1èûœä0èãÄ cÐ1è¢âÄ cÐ1èÅÆZƒþàОYj´ÎíèBzˆ·âTCŠ’¤”¤ %Éº× %éAI $PqêJ%’ˆ J%’ Jr責@Jb nj~žŒߪˆe8  Šyb(¨ ʺ× jƒ‚xÎ(H˜Äå9~ƒw¥,ð¸Žκנn`±ÀX`q6 ŒÞ{X`!`±ÀmÉkƒúH>¸–^´½ù®?Im)Š9ÄbÊo}X߬{ Zß&Öë‹õg±¾Xß½õ•Öëû€ÐV[ß!ïĦ¼èN^´‰ͺנmáEñ¢xQq~ /ŠÝ{xQ!àEñ¢mU­É½Àƒ Ý„¶0¡Y÷4¡'˜Ð-Mh¯Úm41¡›»k&Ûu(ºdBWÔ³µe=ãë‰cÝM½"š¹¯$3d_â ×EE¸ÍM‚ÑT®ŶßÏš+1®Å×r+ÉÝÕÏ›µž?›=²û¥õìÒö¦Žú«¢:ûõuf†?©¯Ñ ë•õûŸLËÙ½uç¶ åUCÝ´Æ/úLø`9?[¹ÓàÅcôpwËŠg¬ä竚g‡áµ5«? ½ëÚcœœÛ¶óyUr¼è®ÞŸ'>éݯjïè™Výë\:áõ•þÈ 02æžèA`ý^ÛÝ0÷}*M˜»xH s‡¹ÃÜË@8`î0w˜;Ìæ.§®0w˜;ÌÝD-W2÷äQ-R«,©Ð9ň)¦üè¼:Ϻ×:ïƒÎ·FçÝãæ]èl.Q,‚ÍÅsV°9Øl^H6›ƒÍÁæ`s9u›ƒÍÁæ&j¹›?ޭꉼ´ærSj[I*^O1bŠ)=¯×d^oœ×ן*¯oïÈëÕ(è5Û‹¼~ñF÷NK±ï–’Ø7„Øw¶¬ç—ö$ˆ¾Ò2oŒÒ/À/¾²õúε=·Ãw^Ý“ª;t ïÆ×³êÎvªÍê.¾v'釗éŸ+5.,§Ã…ï£Pý—~üñ¥éŸyš ¾LýøÎÈë a5¾¾cÅæþõcƺí¸ÔµÊ‚X½ÜIw çÍù´ÿΉ£WþB}§þÀ ðžÛ·8Þç%êÓ Ò ôTÍÆ;£zÇQí¹QüÙŠ"oª}ÜæÜ]ôíø€„ÀdšMƒYueN75;ÁÕbåf³ËÀ›ª%«R°Ø:Ÿ+û³Ø¾³L‘5ûL\(óãNÇ ‹.”íÊt†À1ôãÒ”²„ÏEä’ÇÍtÛZ3©— )¦ü¨®ªËº× ªk€ê@u :I³*¨TWdð :ÕÕêÊ:ªAu :P¨T''—€êÄS~T×ÕeÝkÕ5Au :P¤YTª+2xP€êê@ueÕ :P¨Tª““K@u3Î…ü0 ¸O Ø(fÝk(¶ŠE€¢¤¹ P,2x€¢€êŠeÕE€"@ P”“KŠ"âYñ²]OäZÜsA%“TCÅ”ȶ²Y÷²'Y€,@V’vÈd‹  + zY€lYG5@ Èdåä€,@v[ +¤Jjò³”–:BäS~&|Îº× nÄaÂ0aIò & .2x˜°€êÁ„aÂeÕ0a˜0L& –“K`Â0ám™0 »Ķ±Y÷±@, +I3b±EˆP=@, ¶¬£ ˆÄb±rr »ˆ-ô‰ /Ô*¦ü¼·ïÍº× ïíÂ{·ä½Ýêq½ï…÷Â{á½ð^x/¼Þ˨†÷Â{á½ÍདྷƼÞk å¤ò^!µÒÖÒJ„ò!õ€\Zl¨˜òCç.Ð9ë^ƒÐ¹t:%éC 3йÈàΪt:—uTÎ@g 3ÐYN.:w€ÎÖù¼— n 7^Ï{pã¬{Íqãî1Ün 7–$ñàÆpã"ƒ‡ ¨Ün\ÖQ 7†ÃáÆpc9¹n 7Þ‰+S'¶oàÅðâu¼X“Mx±q^\‡ËáÅ’¤¼^\dððbÕƒËË:ªáÅðbx1¼^,'—À‹áÅ»òb«RánãRS~z\‡gÝk7 Ç[Óã“.ðx <ÇÀcà1£x <?B6KCÀcà±–“ ?}üUHõ*•ĽX•JfáÄX6,{-ËnÀ²³î5Ȳ›°lX6,[ì„eò‹ –- z°lXvYG5,– ˆeòåäX6,û!,;EÈu ‘à¦hxôÞ‹)?n£³î5È£[ðhx4ýöø“g' ï%]Ѥ äzáú^úöôwy!ýöð—Ohµòxç"gÀ0•“tïÃd‚‡Éë¼—¶qx‡@â%w!`r—:w(‚a6èN¤¾£S±úem‡Sbqt _Ò¶ƒ ma,X¶Ÿ™‹£ÝìÚ&´Sqø µü’øò É "zG\¼ø^øý^Ú¤it§ª»ÝNÙ™ Š×ªnÛ¶J{s†œ.ÚÆ>¥rúL–¨º¢«mSЖ?B+²nƒ%Œ[CRPzªQ L‚Å%zÙî‹Ä1ýz^·Ö®çu ÌÎÄ­õŒUÅtÛ«ŠéŠcnjžïB}Äô¿ô*ÚÎEh P9±µ“Q‹ãB9«d[ì”]CÓ,•}¨w仨Ka,;äðqT†étSÈð™¨|.wàù­¥Æ´5JB¯5ô„¶¤ª1¿V©ÃÅiȪ½Ñųù,î äÓ`ÊD¡ß “t.ñT²ºU2äi·°aÒC¶;°Máá±uXkãï0žÐ¿ g÷Òç8F;i‚—ØÝ³wE/÷’6Ñ&†615ÖŽ×H ã6Y'mCû!©Ÿ˜qpá l}¾õLXÛ àg±¿—Ö1ˆ6ž#e´ˆm“£Ë§Þ¬XÙd°MQ²iy.DŒøÑHœ,Ú†Nº¥ÏGÞáî{)ñ‚ȇY?6«P^Æ`Ó›¤±ç¤YÑYléå¹øëýXN—Y× á­Ó ]Hà%Û(ýÂÝnWÀO`.Þn°¬(J0j½X99‘«$í62Þw\´“éäò6Ìi¼Å’¬ã(CñˆPòñÉÃj4ù'ÜMþ…²Æ‚Œ^^ÃbÁ菱Ð("/u°Íz±G6ÍÃT‰÷ƒbXQJÛ|®·`›`H´ ÓóòíkÕ”XKA˜1ú¹?ùzØ]“ǯ¯rš OöI ƒ2ÃYÿm‚pž0þ¹"p²¾//Y&ë Q«¸#¦Ä‡x1< F²I€œ´V„œ¢^ˆœ¤RŒ¼·B¼ŠrÐËÂÒÌR\§Ì$)]»Ò+«—µ™š¼ÎÐwò=È÷\f0XVq—쑚š¹¶ÿ¢ÑÒD0L˜W¼Eç“ -÷;x•O†-Í^ ÃIoÕà•çû¹yKΩm;ÎjE—B\â…ËØtcJæ:–(MÉ&WÕçÃUJzJ±·Þ= × péFì¹.Y‡B£ŒM{Sù¥(d±s_Ù™‰´ÐÈøáRçÛ÷’¢ ?R ‘ÌÇ{´ÏˆååÖ÷a:a¤ï=ûȺdâsÝKÿûï¿s=¾ä JjÁ<¶†_±|ÝKäK]Œ)³pÖôWº>š„é ªq’¨l Ýçä%Ä®$jFí ¼PöÁÉõ˜t¾K„ÌÞÂ.ÍM"dõˆÐâ&šö†¡X7‰Ð¬7„Ì›ÄgÞ>7j§½!dݨ¶{Dè6í´®õÑô}j¡›ŸµÔº#Sc(ÏÏ)k"0;(ðSoÌ ÅVv)¶ågÞLÈÆëšö+m¥Èy4äÁHk1m›0mS2a~º(#é&FÛõFæ v?~l4ŒÐo|C_ðøkËf2Q†Gvêôc‹ŠYd¨ŠïG7û>®ñ0ÅgM=CK±ª <~ü¥Xo.:aЈTÁó‰(“ nÁÐQ”‰„XIL5$T `mÓ¦RÜ(†¾Wšƒž«§Š€¯¨Ãê¢9¯DqÐòè¤;/ÅV—t+ƒ9YÄy¾P.õÏ÷(ú´kÈ'C7ƒæÍÁ ¶¶cA' ÉìÁ[ÂÉ Î³—xT¥ß$Îs‚äØŒ“ ؊΢nGQËWø# æÊÍÖèY\.‘»’Óf÷ˆo‰3l%;KõÇ6Áªk#Æ—“®Îbé$ß[ã͉pë­öÝÅd®Ñõ ÙÁW,ºz™Ý/vÚ+UdËê¤ÈD$}™jS ³Ó÷£iO(u–÷„ö«ˆí²m‡Ñýqoó8ªÜíd)<ƒÕÊqlûºžA›EÎf9>*zÍ¡0ï¨x¾Ý΅ŇnvÚL6¸ÄéÞ²¼=GÓ2êà4ôöu[Fƒ˜ªá@*Ô³“õùnwèÞȬ\-tVEŒÃKñ"wÎE4€ ÙÆ—X¯â&Ùõhñ!°r\áph6„ÂM6ØjoC/å'̶Âè²ÐÿÆK5–Àù¾ŽÑ6,ùÖbå[¹T¬µ2fu†$ìD™œ'Ð%j!.‚KˆRx&}žX>«Ý¹A~%òÎZß{”ØÐÆ(±@Q(°Ón-J\#ÑÍF‰3+Ä_ɯìÑ5W–•yó ³ê²«Æ‚ûÊòŒ¦éÊô&ª.Lûó?§5¦óCh~­…i·ZR]˜vŠ]M½CÏ:Ô_aÚìF ¯ú+M›ßhYQ¥iöMâÓ_aš®Ý¨¡î±2MׯÅTUšÖXoF½Å˜Æ ¨ 0hn)@P#ÑÏ (eO ‚úÅñ¾ãbuȳ•ÊÿÄ8Veç!(´8%tÏE5ûAÌè1³cf²±ÊÎâOVOEÌê1³ÄŒˆ•‚‡±ÒràñTĦý fõƒX—ì÷PˆÍúAlúó 6ï±ÙσآÄæ?bv?ˆ-~Ä’í²²³Ç„ k ‚cÄüLF:ÀÏ ÄÏuý¶iœÝñâ€ñâ€ñâ€ñâ€ëÉÏŒŒ\>;3^ð³f‰Ç‹Æ‹®ëâ*ø9?ûh†0pÌãŒyœ1#¬‡KæqÞSÐ`ŒŒƒ1b0F ƈÁõ"4F ƈÁ1#cÄàÝG *Â7~â·ª~?žø U*ðzï'þ‰näÄ/á刼!Â{¼î ëÏ¿kO©À)¼‚)ò±ýÛ kó¤ÐÁ~¨/m^â[ÞóúŽT,(Út‘]è·'ÞÿÜ2³ÏÜRêš2βÆìªQYS “× žÇƒŽí´n ÌÄ1ØEÓ¡‚‰c 0O }h NcBm^O×›þd×›PÛÓ~Á¦bž{~·ï\1iKÉÔ£Dñä-LäXŽœud~DµÔ_5©‚愬bs›T/CDW¦¶ØžbÌ›) ÄÃÖÅÞáEväí]1ðĺ¬*¨@¿•Òë¢ûxY%ˆ`³ìå¨í£•®à¯S¤j–C"6–¢Ë‡kb¸¶D±KR'_½‰ù*ýj¡_…5êz ^¿{™\'u¸d¶’d…Pú *{ #wŽ+ ]b7Ù£—ãuºfæqwYXå•zäï!–EÆO{—+'Ç€¨7ÖíÜŠ)¦=/±×¥פ®MްeÿæØDeèXg[¾ËéZôIJìŽXœû‹¦ëÅ¢»^œû[¥Kc1ôJúR^HYlEz-F$^ÏWs¯î<ÜhßéGV_Êš^b¶Mh†n·Ë/#]YwO’®Ûµ¶ð©¤k„µÁÔ¬)ÿøû®oº¦ 옵³öcÖþj³öcÖ~ÌÚYûa³öcÖ¾}Ö¾ÙŸ6Fzô§Gzô§Gú*ýéÑŸýéÑŸýékñ§ÕÚâÞ€$¥o b­4Säƒ=i"ßxøÌ’HÌg5„¡ê~áu=-h²$Y-©ƒqˆ‘ß@ÁßÁDj)•z,œ×JÉLèb‰A]=\¨Ì“Çý¤Ú'ËåíóŒ -ºàL¯bÜTAB+ò<^!¡H3kQª@kŸlŜ٥Ò'Å´óJ¯^!à ¨èß$ {KŒ3Î)_KôÂ×`ÄWÊ£¼/ °‚àI?®ÿbsäJMÆeGÙ<̬0<O£w Scott Smith2009-07-23T11:22:00PT06H53M19S312010-07-21T18:55:30OpenOffice.org/3.1$Unix OpenOffice.org_project/310m11$Build-9399PKð¾õ<Thumbnails/thumbnail.pngí—y4ŽÇGÖÊ.KbøiQÊB cË–$Kö- 1 cJE!T²uì û2c‹ÙÂü a¤S‘aÌŒçýùÎyïŸ÷ç;ïÏ=÷Ü?¾÷Ü{ϹçÞ—ÖV¦|'$O>s3c€íÈtópÙM샣øª¹±]rsæhÄÿ›Hr?eglvšC\EP”“óÒW`Ë€J¨ÿ—Ê¿Çý·ÍãÆÂ>aò~É‘/ÀǬ}ÂdÛ„)fjœ²“:u#xdÁú޾Õ¤Ïô°™b¨ ŠŸLœŸZÂÛtªœgKI/¬ì|Å÷2‡mÒ;£  c]Ätj–?PøX0õç²B0énLúœí"é>yVãÐ*Nxbà‘²åXÒŸï::¾Õ%;•ޏ Öˆï•‚伬I—ÜÆeyöVìéN·D †–"Ó˜CUPìªÞ6ÝþÎ…üèð³ï©ZO¸ s‹ Ý°°38©L«”]w°×LY!æ.&%WF©¶_Ô•hÌDki\(ýòÉÊþ[$x%ß´‚ÕLuWLR+ЯÚ‹ý$ŠªQÍggðÍ_z|2íuÍâI!¡/«s;g»ÐÖ ³iûýÉÎDܽ*ÍöT bE…Ï J³Ö[h„HëpçȈ;|ž-»½äï¼ßמ6´`ÙaMF|—LGF9} ÿB69Ëï£m(n€)*þ—ý„ûŸåîàŸô0îÿTóÅÍÉÔö`ºð¾™K€•ºÐéQêPS.Q8ŠîmF†Q œ¾£ë“9$üWŒ ã ën”c¢æaÅE@L§ja:Ü0db4Ú`«ÐêÄÞ…››»%S å¥Ííée¨;öi.Ž ßÖ›rçbÙ –ž$.hÞê_K Üîf•'ÿTÏ»~n§w\êÍZ¤ÖÄ?çÌGò:x è‘¡HÓÌµÄ ¦ƒe∠5˜”ì=áçžå·"žò4×+9Æ•UËVIžù:¹è‰¦©ûJßmÙd¯3ÊÁbJœ×C9^ðè˜6Çϼt˜P-sÉä–Í•Ä&–(/y†Ý\­Ýkoô| Ž-]&zÄL %t•ü„j¼BÆHDµ³VØí¹+ rI>BjØY÷qýíÛúÁ„‚pC~’ß0Œñ \KHÏ×™è;á3’p›X˜K:"õ¤á'¢ãtù²T%&’Ú÷iØá×cLˆtµpYÎU&åÝe±˜“Â0I]jªk/n3(‚ÝÈ÷ùM²¡<Ú)LmÕ[›:ð`ˆ»'nJ¿²øv“¸ûÝZjX±»†æ”9V_£¬±iå`úÊ¥<Ž`êxáÞ¸ü1U1¼T%Ç(V‰Ål“ˆüID娍QêÄïÐM„1Œ‚ C6€ï¬²Ÿ¥¢´sF/¨×Éãì¼Hä‚þh+ ü!t{E,OÞû?ë|\ÉUòUx‡oßöàqKØc6mÎ,½uû€æCÛÛ%°Ÿü ˆCGê7¯ïÚU˜êFš¡cw¯1ÖíN¨aÅ[¿ce[¼DFÖQÏMûåþ^ esÛTWš(–L5Õë»×Ø­’T>m¿zßÕ`#Âm¢r!%þc‹·8ú·/¿4vèðѹÎ^‡c9>#ó¹HÆV8äQ$ëXÝyjfP^cɶmîŒ÷œD22£ö#-Íûw£ü{þšñh w@7‘áë9{áãÅ ÍËÍ.ñU%^}éÒk/»5Á-Môwn¹¿vÞ—þ\»Ñ¡ýœ­¢šWÏÙ1ë6úœ3þBx-F£¥0~zõßÒ’]æoáp|¥¥IÉ@õN†–uIëzØÎßnJe j ðÉyŒ®úì½/ÅÝÎ{tXÃìÐ÷% ñè2¦ŸÛ®ûXH¡‹Þ7JL­§å–%¯¾"Fʘ`ê>l=¨p}„ÄØ-sªq©™$5@ÊtDØ­OÖ€}sqa«M-¨ýMiìeîÒ†*¥™˜S÷û*÷aÞQj5«Ø¼oÝ(蟰¹i2dÄ·M1c2j³p뀒¥äôh2¯5ö¾Ì}¬Y hu¤û†¿¯ïD ¾„2ûSÁµ¤ä>Âf»”¢7LGÙ¤u”K˗ƪ~éuÁ:î* ‰>9×ÑSÑàuö6L¡=J´ü!N¨ÖvZýiy³eÇ«¯k×ó®„{9þ3” ƒ½0Ç5ŸÂÍUÈae¸ /Rh.pB%€GkºVGžÙš©‚ÍÛ—Jc ãð‹w¯ÆBtS⻎Ä)MMa¦å4Â6ññ¨®‹e¤Ü‘NH˜]ÄŽkÚ-Ÿ¢Ì…0SáZsòpl‚.{Tá =Jp™žija¶`Ü}#BÂ"å¨QÆÓ}€)À†‹ïl‡tC 4ݶ¼5ħ8B \ØUœ›Wvhi¨Š'6ˆÑ§Ÿ¹-Í—(ƒ{Ì7ñEW'Ò,¢>2Svc3Ì'ºãñš«îÍl˜‘—@¸Ü×½ˆts‹ ã.¨2«Ueݤw›‡'R…ÝÜ PP.4³Ùõ}U[[íßæøŒêíZœ•½ÇüÇŒ³>·XaÝÓûŠßª‡‚–fx¹ Ŧ4•¹yg{‚ÇþÏ¿°—L–äy3îÀûÏïÏü†•q­¡çÓPKxyü PKð¾õ< settings.xmlåZ[sê6~ï¯ÈxúÐ>'W&pHh˜ÃIh §=}öjd­G’C误dLJÀNu:Ó<$Ä–¾oW»Þ¾üü²ƒ'’"ozµÃ#ï¸峦÷0îUνϭ.q:¥>4ô㸪HPJ/‘z;—Õí¦ Þ@"©lp‚l(¿ðõ¶ÆæêFB¶ºòÌ(lzs¥¢FµºX,ŸQ̪µ‹‹‹jrw½4 5Q‰ÀÅ7÷lÒúȧtVeµzs?"¾m6¬K¯WWÿ¯W˲¢\fmÅÇ0Ò2OØ«³"œ†EaÌÚ ­Óƒß0wÝk­m»6ië2Utõ§B„ÆÞéeÃ×ô´ê' ‹Oð²ö½ÞóJ£L[cä­oªe¤oR®¼Våøäâ䲺 ô!ðLU&ú‰†/þ Ô< ¾~Q¯•†¿:›gŠ_?ûtV+Š_ IT¡<€g¶¹`‘m­dv±,"1,úÁ–˜R í ^Ë8FaI_ãþ"hЗéylÁO„I(ƒßÈ·Ïxè}9â$£aɃW".‰>$3øJÄŒréŽÄüP¹{8¦»ÉŸà«žÐ³ Q?Dn”²XÞ0m¶ K‡îk\W¸d6ÒË7½\3RN ‘-“cè ªmè²âRíäèÈV›].&Jí1 Kù¶ñ‰„ÓãŽB,½VµðÏyÓN–¡‘ŠüW¤ ÿÁû¢T߇ºÅ¶Òñ‷ØE†»"–wöû˜p™pL°þ¢ñvªœ£ÐÏŽåƒ3¦C<øÜ²éËľbà&|uè, •Nà¯0Öfì2ê?ŽáY]47Í—I‘ AwNø îqÕW8PgÄhrâÙV>¶ŒðúXŒ…GJ›‚ˆmßL¢º¥g®¡oQí˜x¸Æy0ά-+ÎÿAWrî¸+©Û×â]$BB®ôµú™¥Ãüž/{9ôž®Žs?ýdé1kä|©KA›’8ú÷Û8A ‡WÀ1©ï²YJôˆ/ßÿ=¾»Ñ£/“šÚÐ\sSæöŒe’ˆFwPºÿÞñŒú£ˆÌ7gy·ÓqFö ªøäju!IæþÈ«Elù A\Eö_Yt¨ÒŠŽ/<Ür¦+?þk~N ª2Mâ‡'v¬ºD—“¢‹¡•šáàXSîµdM xkÍ|;Ò+"çÖœ%'LIÌ”¦©ìzâ#i'Ž×C1¡AüÅ|å§z]ÑÆ=EzVÀmmþÔ‡‘eyB%;c¼µ@ÃÚåfÄep̓7÷—sï')P fíâ3»“O‹pyƒ‚þ…\¶ÿPxC”oÿìÎm3ò¼-µ_ cî«ØUkחɨƒøÈÀÍ$z“ CüG}ð&Ç›3õÒ$:ߺH¬ÐYr%}*ËR© Av[¼O‚$Õ%œ|çpdÍ ö¨Â]¬Øn´Þ#9[Wße$ cÊÀ­#©ùMšÔÙÒ:žÛÒ" îÈÙvõ±¯Ù®n?' t1’ÌnÝrD7Ô5ÝLh>ŠÃÐUJ,þkLUÛÇSfV—À‚èë2Ƽ’  ”YîF§µÕ.*ºë@5KQf<}Å«¹c*Þ.Û?ú]Ȉ<Á·Õ[w¼ËPºx¦^ÆÃÙÁ?m×NíÀ¢@g\ÓÃ1„{#ûæ‡ýÜ6½ºóÊI5ï£ÖßPKz5ø¢$PKð¾õ<META-INF/manifest.xmlµ•KjÃ0@÷9…ÑÞR›U1q-ôéyìôC3 Éí+’¸m(M±V–Äø½ñX#­6GkªDÔÞµì™?± œòvCË>¶ïõ Û¬++ ªüžÃë´e)ºÆKÔØ8iRà:¯’GÍ×øf4­Õ ÜkuŒ§ê&ƒNËšNZ&C0ZIÊyŠƒëøÙŧ "`~žcØ2ùºåd¹OÆÔAÒ¾e‚‰‡r¹Oyó®×CŠg?.æLîd,ƒ—J<õQ¨ãX\äâ®"‚ÞxIP|H!ïTýw^¹?=¦^ NÞ›bpmå(^5Y°¨ãAö÷ã“»‡'ÍÕTð·”IŒ½zžýô¿fþ‹t2€³c-œíàÙî“Ý9© º ypÃÜðy Dù¾¼–v%~\—ëOPK’È DHiPKð¾õ<3&¬¨//mimetypePKð¾õ<UConfigurations2/statusbar/PKð¾õ<'Configurations2/accelerator/current.xmlPKð¾õ<äConfigurations2/floater/PKð¾õ<Configurations2/popupmenu/PKð¾õ<RConfigurations2/progressbar/PKð¾õ<ŒConfigurations2/menubar/PKð¾õ<ÂConfigurations2/toolbar/PKð¾õ<øConfigurations2/images/Bitmaps/PKð¾õ<3ÿ~mf§. 5content.xmlPKð¾õ<_ˆbG~ Ÿ« Ô!styles.xmlPKð¾õ<@?ííŠ/meta.xmlPKð¾õ> stream xœ•M Â0 †ïý9VÓ¦][=x<ˆ7"*¸‹ß´*~$оmß'IƒRÁM\¡DIàI6XÖýV\„‚ý^`z€³H&—õ ͬæ>Åðz]‘“§à ³((°ß$[ÜÂdÁ© Ä®FÕÄ£˜GÑ~ø­´ÿÚ)i€¼—Õ@h f»uBJU£FÊ»A;ªêeu|ï³²^Ýlâò{{†'H&Õ«iÌýM~Èpgšz$TõF´p,bV: endstream endobj 3 0 obj 198 endobj 5 0 obj <> stream xœ­UKkÜ0¾ûWèXG3’l ƒwmr z(½¥ÛR’@séßÏÌȶ?I yFšÇ§O£‘NAýKþ*­N:5*÷&-”óŽä·ŸêÛzM@ñ÷ö+Ѽ ^6ÊE~VA&_$EG!¬þNnwœ?ŠpéãÉÞ²Y÷¤î[ mUw;k(»?IÓ% {—ºÏ90¸Ü¥Yp@$ݾŸõ¥Ä³¾êІ‡ZcКòdΤ´¬xQdÞ… Z]°Îk€å‰DÖÁlö6Yù£{؆Jc1‡Z…4~¶ Í­ù7ì xÀ°QKEÈÆ!/ Ïa›¾'À'Ùàl„ÔoÀ^ ß ˜y µÞ@-xŽâ(ޱ¹&YÅ)ª—€„·+'uejúDÂ:4Q´„[Y¡#¯{Y6û´iû¥¤-ÂEÊ€ªÀõG»GÞœ#G»ªED=¶±ž:®«”j‹€¸`ª_ëñÈ8¡-d3ÇÚ"£–õùë²æ‡–“ºý|Žûâä[ós“š#ö̬™|hJk8CW|â#¼e#ƒ9=_onX‰®qÌÝCL ²Wè»ÛhñÊC=d¡k„¿Ⱦšv̱‰¶ˆ ¥ÝŒE: ÕöV¡p)™»;uìjzÕÚ~ß3y1k»œný)²–Jné@…—ˆ°ÓH0zò0‹©_’ûÖ ©åÍ ÒaLÌâ‘H»Šv_¬C“]jÐͮؔšGõÀÒ' endstream endobj 6 0 obj 566 endobj 8 0 obj <> stream xœ•QMK1½çW̹Ð8“Iv7kí¼Ä›]ElÁ^üûÎ$ë*H˜¼LÞG˜ %ø4€°EËÐG¶„_Žð°³!Ðuy1¨p2Jê+~‡†Eëä€? Ý¾šySÍu‰Ãm1…ï•VžáfkeNH¹¼™}1‡?ü`î'ë‡ÁvMá€E;?ªdK rÝ=†u¿j/ý¡¢€qåºüTE`¯™KšÃ–ÆÙ%¢L‰î¤0fNŽÐ Ö' £°ÄžþN•³Ó2joX{SÕi÷™Ý$ÆÍfüNlÖZ(\{9G/rܡ//§®Nv\'{€/Ô­s² endstream endobj 9 0 obj 256 endobj 11 0 obj <> stream xœ•QMK1½çW̹Ð8IwK`m»o…âÍ®"*؋ߙ$V¡ô Ù—™÷æMvÐ|¹O@X£è’øbŠŠOG¸_Á‡#°szvhxwFê ~ƒŠUËzÁ_P«/nY•æv´Ãíì$)?m~‚›I[˜—)ϯn?»Ã?úøwäHßûMU0ˆj—“¬i@F)߀±¡ÍŸØi¾/(b:s9?Îw×ÜH0ÏæÆXÝ$ó@”i Á,ÅfÀj`0)KÛSãoíZ8[ £åúsn*:Kâ>SÓMÚ¸¶kk ¯M.!ꪹ “ó¨B¦›« VþƒT ­¯ƒ=BÚ¼ZÓÒîªS º –NýšmÊÇóð ˆ¡Š· endstream endobj 12 0 obj 290 endobj 14 0 obj <> stream xœ•RMKÃ@½çWì¹8»ÝÂBMšƒ·BÀƒxÓ*¢‚½ø÷™ÝÔJÉA“É̼÷æ#Рû®¾¸v±ã¦u¡ ⟞ÝýÆ}Vèô9½T  ÷QiQ4ÿÝe_°$ðëäìkuܹ>Âp;WÜI½×²ùÉÝLBíÝ|ìÓüVíçêpUšðEl¼ã¶m¶AŽ{|PH=°½=„âm/l”xk^€î\Kéq¾[Së{Õ,jYõˆ {Å0$î Á‹¯$êvR%ôXêý´šAÍNcí96Nƒ°OXp“gšÝ¢˜©Õ`Xëœ}SSôWÓN€„)UmÌöÀYBòµ×!¸ô+9I«Jåæ$¶]”p»\D§‡Á–n® u$ sNyºµø(7 ìÄþågLe%`”VµË!³z¡W1¦daK35 ¥Þ®Âç¹í†£€½¬¼. ŸodtÞZ¦)ã ÝËèà~m ½ò endstream endobj 15 0 obj 373 endobj 17 0 obj <> stream xœ•RMKÃ@½çWì¹8»ÝÂBMšƒ·BÀƒxÓ*¢‚½ø÷™ÝÔJÉA“É̼÷æ#Рû®¾¸v±ã¦u¡ ⟞ÝýÆ}Vèô9½T  ÷QiQ4ÿÝe_°$ðëäìkuܹ>Âp;WÜI½×²ùÉÝLBíÝ|ìÓüVíçêpUšðEl¼ã¶m¶AŽ{|PH=°½=„âm/l”xk^€î\Kéq¾[Së{Õ,jYõˆ {Å0$î Á‹¯$êvR%ôXêý´šAÍNcí96Nƒ°OXp“gšÝ¢˜©Õ`Xëœ}SSôWÓN€„)UmÌöÀYBòµ×!¸ô+9I«Jåæ$¶]”p»\D§‡Á–n® u$ sNyºµø(7 ìÄþågLe%`”VµË!³z¡W1¦daK35 ¥Þ®Âç¹í†£€½¬¼. ŸodtÞZ¦)ã ÝËèà~m ½ò endstream endobj 18 0 obj 373 endobj 20 0 obj <> stream xœ•;k1„{ýŠ­ ºìãtçƒeÁñ£Hg¤é'„Ä7þûÞ•)RšÕÌ7’p ¸¦o@È8Ì‹ k(Kq}y…ÇœA¬Ë[Â0à+Ehnúºv–}À_ÑÝ÷tZµòXÞp_“,ž#V_àîàÕ#Ô“"YýHûšŽòe(ÿ¸?^ýg``tâI¥©²ox°ÌJb¹(Ž6)nã´YË¢¸‡óCäQ©¸Ã*S(.‰Ü¦]˜Íbj®["në- ïĶ·ÆÊl¢<Ùs}è9 TµU" endstream endobj 21 0 obj 221 endobj 23 0 obj <> stream xœ•;«1…ûüŠ©…]ç±Ñ]_[Ø  ¹Ýõ¨ ß™D± ÌNÎùÎY‚5ÁÝ]¡ÂZ`ÜIÝ‚ï¼î·-¬pqvn{‡fÀÙ4Îû Ê®YÖ ¾—âÜnËíhÃ49é”o Kÿ0쵺´ H1Ý"¹ÕïkÿK€ õ ¢“J‚Q› -Î#šEäq¢lc¥R™ÙÜbd%V ˜=ÊI‘ÄF£RIä’þ5¾"8³’gÅ«Æ>êŸ:ÓÞ¤ Å¿´,¯]ÁO \á endstream endobj 24 0 obj 216 endobj 26 0 obj <> stream xœ•TKKÄ@ ¾Ï¯˜óÂÖd}@)t»íÁÛBÁƒxÓUD÷âß7ÙvWw+RH“Iò}I&-dh¿Ì§»†ÌÛ¢òYicI?<Ù»•ý0hù9<`‡}7TˆþfU§\GÌŠz_Ì~%àüÂf4¾¢øÀa㣽:Øq_6ã«éG³û³ø¿.®ˆY® Î"iûû6«¡ƒ–_žÅœX¸EÄH¦QΫfíë$óæa¼½ÎE²üÁå ÁrJ¦Š Ê)³òz¸Œ® úOÃÔ6 £=`Mø1ÕHF!j9TÔ’²‘ÓŽ5l›Þ¡ ={ ÚŽp^Ý> stream xœ•TMkã@ ½ûW̹¯>FöŒ!q’ÃÞ †=”ÞÚìRÚÂæ²¥Ñ8u?(Yš‘Þ{£‘ 5†Õßa5‡¶ã:éDýócøu^+ öœW`ᥲ¤6ûÏÁ}­% àÍñÝ?Õé&ƒÛ£»©âNó£¥MáÇQ¡c˜N=à0=U‡©ºý”/µ|¯ÀĵR7^@Õ;Ýõ°¨‡¶öb3{ áEÃH^ï† ÷Å6ÃýôsKmúÀEmÆ"„ɨ¤@‘3ï &Õq gP+ÅÁ`ü Ø+¾´ÙMo &­ðãŠxïÉFVáG‹"Bvuãj7 ~Ý‹k€äœÜ™IC«Ë‡à­Y\í•S“æá¸pb³Æ¸¥šÜ%qZ3‹ØjVªYˆ=F[ç au6Q=]½Œ‹.ðN/Ä!æ©*c$@„ªr6m$ Åë°LúSùjêrnÃVx endstream endobj 30 0 obj 461 endobj 32 0 obj <> stream xœ•NË 1 ¼÷+r^Øš´Û}ÀRX_o âMWôâï›´¢ ìAéL23 j‚‡ºBŽÚBÕX]ƒkãûÖ\Ôý PpQ"ª">CÂì5LðÒö¨†,†KqÂ4(Û°¾YØÁdÉÑ„¡Eòá¤Aõ?z§Ý9®rºLÄhØ´8õ¦ÅvòXis4‰-|n[&K!M$qîÒ¤ Œ€ká²#ãs†ÂÉŽ_šÒoÃjüTîõ÷©]úæíëá LZ½ endstream endobj 33 0 obj 200 endobj 35 0 obj <> stream xœQMkÃ0 ½ûWè\ˆ'ù#‰!š&=ìV0ì0v[³1¶ÁzÙߟd§ ¬ÉʆA~ÏÒ“ŸlÔŸê Ôª`u >xƧ#Ümà]È:=)”¼))ª~…ŒYk˜à röY›Ô\w袲ë”ÅG¸ÙskqlÚø¢†¨õ^û¿ Ä\åu™ˆÑxß`ךw¸•ÍJèÑd6´…m˜ì…„DÒ¹Ï'Ž0"¬…KŽL[0Nv¥pª)Û‡x»n•cýÓê6_³¢s5·¤#Gþ<I0yPÇ(¿CÕZ9¯ó˜az›EiÀ+¶ é°b{9PµÖ° Üj©!%{ç§åÖ]¹dñâ a¦]6#§ÏÚ ¤žWBérž†ºìÃ/dø×û §†Ãï/‡î?ß}¡2ŽUÆÏª|.€Ò endstream endobj 36 0 obj 317 endobj 38 0 obj <> stream xœ­TMkÃ0 ½ûWè\h&ù#‰!Ú&=ìVì0v[»1¶ÁzÙߟ$§Íh“…Â0(OÖ‡Ÿž“`Fðm¾a‰™ƒ"º¬„ããðid_ J>Œ$Šß!a®µìàRôÕÚ\wXwÆEÎ÷’Ö=ÃÝ–[{èRݽ™¶3»«ü…Û „\²<X F‡Ç ×µ­pƒ+y81 ÚäµõÒUìlʼnêè~H;žP–âKŒl½d(>¹‰Ä>'¯ŸºûiªlËKª«tÌD/y¸±:òN3‘›õLPA~6Eíd¿LcÆ^—ŠtÀÚ–²8A{ÜP1Õ0Üj¬!)½“´ÜÀù™CFŽbwÈÈÄzYÔðR¤"¤8µô‰G‰ð­7=Ö†íßÊ¡ÿWÝ®Ú ª¿ˆL®¿Ýý.e > stream xœ­TMkÃ0 ½ûWè\h&ù#‰!Ú&=ìVì0v[»1¶ÁzÙߟ$§Mi“–Â0(OÖ‡Ÿž“`Fðk~aŽ™ƒ"º¬„ãýžfðmdíß J¾Œ$Š?!a®µìàRôÝìfÚ\wXvÆEÎ÷’Ö½ÂÚ[{èvRÝ}˜¶3›‹ü…û „\²<X F»ç —µ­p… y81 ÚäµõÜUì¬Å‰êè~H;žP–âKŒl=g(>¹‰Ä>'¯_ºÇiªlËsª‹tÌD/y¸±:ò3‘›õLPA~4Eíd¿LcÆ^—ŠtÀ´-eq‚ö¸¡bªa¹ÕXCRzi)J—À}œ¿qÖÉ©Z4¸ËÄDÆÕ›Z ¤†—"U Å© O$ÂH„¯¼é±6l¯Ë†þ_E»h7HFü2¹þj¯‰w®Qà©…‰ëá}:ȱ•½%k/”êc=µ'²¥ÓÜm}™ó/ëþÏe¬Îz94 uøÑ#‘ endstream endobj 42 0 obj 379 endobj 44 0 obj <> stream xœ­TKkä0 ¾ûWø\˜Ô’í<`ÌL’Co…@eoÛiY¶ ÛKÿ~%Ù‰ÃLâ¡PŠëñé“#S€þTÿµÑ;SX]5¶¨µo<é/úéNÿS ùùxU†ô»b§Jô¿:è‹d˜¤„Ó7u¾“äüP†ã¨lCþŽÝÆßú~ ÔNç½vü£úQ=^ùûÂ/€ÁU¾(Cj íü¼7Ç÷ædü²,:ƒÁêÛÝ“1°Ñˆ!ß}øâÀˆ`j¶ù °Ý‘Ê6Ø ÇèS¶¿Æ‡m¨$ëK¨‡Pf#ÎÕÔÜZ8ðSOÀC£ŽŠR΢j-¯C›M$À† iðl„¢Ù€½. ÚJX6”j-!¼‰Zh8‹§<Öݨµ¨*AÉ<$Ü®LêÄ*tôˆ& „sè“ê¿rB#ï¢. û_\v“à‰EÇ‚ÿ+ºG@ÿ`'Ý"d‘®Œ;öi…Ôóµœg×ÏSX¦¢W˜ ³óú¢•tHiâœ&hùÛVõÅ^árë»Ö9âô:€˜­DȬ’Œv:–©ô»ºìTZÖüìf‘†±pK#‘}&eWòM—,5è/îÐ’šGýó(” endstream endobj 45 0 obj 506 endobj 47 0 obj <> stream xœ­UK‹Ü0 ¾çWø¼0YK¶†Àl‡Þ=,½u§¥t ÝKÿ~%Ù‰³yMÊ€FŽõøüI–uêOö[iuÒ¹Qeer¯\åHUŸÔ¯ ÿÞ¿eš7Ô[ÆF¥è?UÐÉi¡“v¿g× Î?Šð4d¦"{ËfÃWõØSh«†ëYC=üȺ!{^Ù»ÜÝçÀàJ—Áv}9ë§ϺÑþ3,ZaÕÕ's¦EÏ‹JòÝ…/´(Úóš÷멼³cmŠúËði*I¿„z ivü¬§Ãmù7ž X`8¨%€¢“(kÃß}8f 0ÁIx6B^íÀÞPî,* µÞH-TÅQcoäše§´| Hø¸R©†Uhé'š0ö¡Kª ÜÆ•¼ºìŽiÓö¿’¶ —(êBK{DÞ’#G§jEE=ö©ŸF:šMJµE@\1÷"‘3ÚB6s›@ë Y÷_—-?´œÔç{8I°aѲà{E}t[9-B@é:0Ç.?µåT»nªÂ> stream xœ­VK‹Û0¾ûW輯f$ùÁøqèmÁÐCè­MK麗þýÎŒdËñ+›¶&#ifôÍSÑ)¨ßÉ/¥ÕA§Få¥I åJGüÛõñIýL@ñ÷ö5Ñ| ^Ê…ÿ¡‰qþȹOLIò–ÅúÏê¹#ÓVõ×£†ªÿž´}ò²w©{LÁå.ͼ* îz9ês…G]ëÿ&F¿j«ƒ9Ò¢ãE) Ùw~Ç‚@¼æ3Àê@,¯Ál™¬úÔ؆J´˜C=ùk6ôlAέé7øLÐ;j  0ÙHòÊð~áÝ,CŒWïÀFHË Øëò-ƒYI¦Ö ‚ÀB %[qdÇØ;wMn¥¸<{$ì®dªfú„“øsh#k=·rB)o/Ûý°iû_ƒ¶0CT….¤v/xó9òªõ(ØÅzÂQ¯†T[ÄE¤ÂYÀ#t6›¹@[d4²o—5=´|©Û¿ìî$ÁšIÄûŠê¨ñÁ# áÚÇ6Žb,Ë1w혅©©.HùÌÐef_4’NÑLÈÓm¿±M^Ìæ _·>k­¥˜.(²¹‡;#†A€£™ŽY¼ú5yîÌpµŒùQÌ %c"S"óLB´;’ïŠì†Æš™Ÿ¦¯šáí@ q1¾/“u“‰Ùë3•$¿&<ñ-‚Ì·ôªu²‹¦öÛ§±df¶VKˆÊÁ†f&䃨^IRŽ .Ôbçó»RòÒT÷jLç©y¨Æ c½'ßLŒ ;Ê\Np%æ$=³9@3ejÁ¼T¸L@lÍiµ¹}ùö93›P÷€-ÞÌ›¦µÜÁÚ¤i/ܵù r#î,Åc"~ûfýeVŒ#úˆó …rÞ[{·óQ|ñ`ïy e9ûo4õòEýâ]Šž endstream endobj 51 0 obj 703 endobj 53 0 obj <> stream xœ­VK‹Ü0 ¾çWø¼0YË<`Ìäqèm!ÐÃÐ[;-¥[è^ú÷+ÉÎÛI&»eÀ#'’üéÓÑ1ˆ¿Ñ!ÅIÆZ¤¹Ž3as‹òÛ7ñùIüŽ@Ðïí{$é…xH)eù—p2Ú*ÜÈApoD÷'vN?ôpm#£¾!µö«xnеíý,¡hFu½,ôml¸ÔƉ3PPºßÎòZ¨³,å…þ4-•TnW'}ÆMC›œ7üܺ'$ 2£=½UœP¤=èE¯“_ÚOëPqÍæP/î˜;“ap!;0`»˜€å5…¤_ÒBÓóÌ…™{´3âw`+ˆóØáÒ5‡IŽ®BáuÔBN^,úÑfç¬Ñ©l4l¯ …Ë™*I„ ,1î=Ôƒhxƒ)¯¼ÌëmÚ¤ù¯¤-Ü ”V!‚ó©Ý"oΑŨ*•웡ž::Ê ¥Ò(PjÁ”çñð:¢Í¦÷ 4Y‚#ëx»„씡Cíöy`6'‰*i©h¡¾Â:ìÁŠ£Uàyº6ÔU=Œ¬/Ë>wuŸ…±«Æk¹Ìàaº_8’.ƒŸ§Úvcë4›Í:.Tc ƒ¾ÆÉ7-Zö ;Ì\Šp9úÂ=³:@³ÊòØÁ¼4¸@¬Íi‡µšÞ|ÛÀ¬žM¨=` ƒÇÉœ4­¡nôÞFM{£®=ñ'ÈDÝäc¤>½³Þ™mq=üÂàCÁ;o?¨/.ì­(!ÏgßF;Q. >¥÷öh”#õÀgÉzžß[©CÜÌÔïÊ€Ú´;_Ä?|ußn endstream endobj 54 0 obj 735 endobj 56 0 obj <> stream xœ­VK›0¾ó+|^)¬Ç0R„”„äÐÛJ‘zˆzkÓªêVê^ú÷;36˜€T‘œ1ÌŒ¿ùæadâoöGH±‘¹e¥s'leQþø&>¿ˆßú}|Ï$½ï)•,ÿ^F[…ÿöGv}açôCûs¦+Ô7¤vþ*^OèÚˆóu+¡>ÿÌŽçìm¤os»Î€À•6/¼€Òõ²•ûZmåAîèOÓÒHåwÇz£·¸9Ѧâ ?·þ‰É€t´§w ê Š´=¡tŠúËùÓ4T\ÝêÎ3ag—²¶ hQ>PƒY(º¥¬5=w>Ì* ½¸[A^MÀN/PN9,*t•r ¯¥*òbÑ6 gõNe£¸Ý{$.gê@"4øc‰ðïáEãAØÄLydvxœ§MšÿJÚÈ]¤ ° \HíyCŽ,FÕ°¨d§xŠõÔÒqHR*¥FL…w¯=Úüiz™@ã YëÛ%e§ jçÏ3;IÔ–†ê+¬#Àl8ZY kF]ãq]Yv¹;vYè»:-Ÿ¿‰’ç¦Zª1YæzU º»'ß´hÙ-4î0s%Âåüé÷ÌäaÌÊU¹Yƒylp阚Óks{óͳz0¡–€ î'ó¦i ucðÖkÚ uí†?AnÔ­A>zê·wÖƒYÑ×5Á ž Þ{»;ø¨>º°ç¢„ª|-D96x&ÊàíÞ({ê‰Ï’é> stream xœ­WKoÛ0 ¾ûWè\ ®¨‡-A€4N»°C±ÛÖ Ã:`½ìï¤d˱eÙn†*e“Ôǹ²ñ·ø#¤ØÉR‹ºÑ¥¶±(¿ŸÄïýÞ¿’^ˆ·‚”j– /£­ÂŒ‚û£x}`çôCO×B7¨oHíúU<^е××½„Ãõgq¾Ï}[Úm®¶eå ””^_öòé öò$ôGÓÒJåwçÃNïqs¡MÃ~ný’éhOï@v(ÒôŒbЩ_®Ÿæ¡âêÆPþ˜;ã0¸”°]L@‹òÈBÕ/õAÓsçÃlÚq€ °”Í ìôõœÃªAW)‡Àð:j¡!/ýh³pÖàT6ŠÛ'„ÂåLH„,1þ=œ£h<›xƒ)oƒÌÏyÚ¤ù¯¤MÜEÊ«Á…ÔæÈsd1ª–E%{ÅK¬§ŽŽS’Ri(5a*¼ xxÐæOÓËWáÈÚÞ.);eèP›?Lv’¨---ÔWXG€=Ør´ <²@WF]ãq}Yö¹;÷Yºº-ŸCÝAòOˆ'ÞEPù–NzG¿JŸüãc_<3;_ÉÂr0¡™y§* QËbÁ…Sêâó›(ynª¥“u©7ÕØÄ ¯±5ù¦EË~¡q‡™«.çO¹gfcV®)ÍÌSƒ—ˆ¹9í±¶·7_˜Õ£ µlb°žÌ›¦5ÔÁÛ i_¨kwü r£n ò1P¿½³>˜mqÝüÄà®à½·ÕÁGõÉ…‹šfôm´åÔàž(ƒ·µQÔŸ%óyþh €S›¸©¯ïÊ„Úbw‚©¶º©Á]©óÞV§.ª'?Â?˜ å¶Î©Á]xo«9ˆê3ÿˆdƒmTf?‹›8T1 endstream endobj 60 0 obj 782 endobj 62 0 obj <> stream xœ­WK‹Û0¾ûW輯F[†HâäÐÛB ‡Ð[›–Ò-t/ýû‘d˱dÙNJ@‘ìoFß<%óØßâãlÃKÉêF–†éFãüãûüÂ~Àè÷ñ½àô‚½ªíüss”¸àaâÞþ(n/V9ýPÃáRÈñŠ`—¯ìõŒª»Ü¶v—ŸÅéR¼Ex]êuD®ÖeåœÝ®[~؉-?ò=ýIZ.Üê´ÛÈ-.δhìÂ>×î‰n'ÜÐšÞØmpJk@©v_.Ÿ¦©âhÆT÷n› 9eи”(ÐM@ƒp†*$h'U?Ô;IÏ3³ñNÈ8C[@ÙLÐNPO)¬T•R–^çZhH‹F=RÍì5ØÕ …åÁ1!sm¤Ž4…vf=àÞÃ)L•#¡o0ä­Ÿ[…§¼Û¸ú¯N‹Ô—f!’ó¡Í9oì#Vµv*x<‡|êÜqLº”+BDžòï<;Üæv“óT¦Â–µ¾\RrBѦ:¿¨l'GZ¨®0k°µÖ p̼»2pq -ÄôiÙÇîÔGa¨êìQ.2¸™ìÛ¶¤}PããÔQ˶¬Í¨¯Ðvé^«ú4@ÏÖŽ"dZ ‘« {º¨ÂÖïÅëYv[Û6ßäÀ` `!$¶ŸYe[ò,$ë%GvJc­j»³C ‹M¾ˆ¬»HŒNŸ!vü#ò gT®¤“ÚQ¯G÷xß'í™®d a:(_ÌȼƒòIDiL8ŸcBœ]|)o‹j.Çx]ÊU9 ô9¶$Þ4HÞÔî0r5Òµñ“{[3“ Är¦)ÕαÀu@bªO;®íýÉ—'¦å¨CÍ‹–;ó®hU£×6(Ú+UíÆ^AîàZ¡?ðû3ëÁ¨Hãã#§ŒwÚàѳšft7š±2xÆJ¯m©•xâZ2çGsŒXå›|yU&`³Õ ªZ×êb§Bç´-]€'/áH˜u­3xÊNÛbøÄ‡HÖØF¬ëÆþS²¥–ô„¡üñ¢¬Õº¾ᯙ´îJâ>ÊüŠ>Äò·ŽéúÆþ¾¬Z endstream endobj 63 0 obj 822 endobj 65 0 obj <> stream xœ­WK‹Û0¾ûW輯F[†ÈÆÉ¡·…@¡·nZJ·Ð½ôïwF’-Ç’e;YŠd3šç'™—Àþg^JV7²4L7çoìëûS£ßÇ‚Ó ö^¨¶óßÌÍQVà‚‡‰{û³¸>YåôC /çB6ˆW;gÏ'T­Øùºå°;ÿ*Žçâ5ÂëR¯ ãj]VN@0ÀÙõ²å/;±å¾§?ICË…[w¹Åʼn]ØçÚ=QÀí€ZÓ;» Ni rè1ÕîÛùË´©8š±©{·Í„œ2è\JèÎ' A8Gh'U?Ô;IÏs³ñNÈ:8c¶€²™0;=@=¥°jPUJ!XóºÐBCZ4ê‘jf¯Á®V(,_œ%ä®ÍÔ¦ÐâÏÎlÜ{8†©rFèÄLyëçVá16®>5h‘º2À*Dã|jsÁÇH£W­ ÞO¡žºp’!åJ€Q¤ü;oas»Éù*S!e­o—”œP´©Îï*Ë$â@CKõÖ`¶Ö[Î2® \…˜¾,ûÜû, U<Êe7“=}!%탟§Î´|cËÚŒx…¶Ks­RÓX#[;!C1dXeÈé¢ [¿Ï'Ùmmi¾‡IÉÀBJ,ŸÙe)y’ ’#?¥±^µÝÙ!0Ħ?_DHÖM&F§Ï;Hþí gT®¥“ÚQ¯÷xßåÌNW²„°”of´¼ƒò„‘ˆÒXp¾Æ„8¹ü&JÞ6Õ\ñº”«j,èklI¾i¼ˆî0s5škó'÷¶g& ÄÚ,LSª56Ç—S<ílmoO¾¼aZŽjΰH`y0ošVQ7zmƒ¦½P×nì䮯c¿=³îÌŠÔ8®q>xÈy§m±óØ9/¡iFw£/cG¼ôÚ–z9€'®%Óy¾·ÀˆU±Á—we6Û ªuT <”:§mqêÊüŠ>Äò·ŽU*??å ò”ÓÌÙgd†Gû¼²ÿKÚJ endstream endobj 66 0 obj 839 endobj 68 0 obj <> stream xœ­WK‹Û0¾ûW輯F? ²qrèm!ÐCè­›–Ò-t/ýûdɱdÙN–€"Ùߌf¾yHæ%°Å_ÆÙ†—’Õ­,¦[ó7öõ‰ý)€™ßÇ‚›ì½0 šæ¿™£¬Àûögq}"忇^Î…l¯ ìü=ŸPµbçë–Ãîü«8ž‹×¯K½NÀWë²²‚ή—-Ù‰-?ð½ù“f踰«ãn#·¸8™EK z®íœ&¼1kóÄnƒS³9t˜j÷íüeÚT›±©{»Í„œjй”(нO`aUh M*?Ô;iž7ÖÍÖ ­98c¶€²0;=@=¥°jQUJ!y=µÐ-õH5³×`W Ëk‰q—"u0SèðG3bÀ¾‡c˜*k„N¼ÁwnN yÚ¸úTÒ"u2À,Dã\hsä9ÒèUGSÁ=ðò©§ã¤”+BDL¹wδÙÝä<ª©°e­/—”œPfSßT¶“ˆƒ:3˜ºÂ<¬Á޼`-steàâZHãÓÒÇîè£0Tur(ÜLúö…-iÔ¸8õ¦å [Öͨ¯˜íÒ½V)ä4@fkk"dZŒ1HötQ…­ß‹ç“ì·¦6ïaR`0°êgDQ¶%ÏB²Ô(9òS6äUן)nüù"B°n"1:}†ØAðhO8‹ ²%ÔŽz…<ØÇ{ŸÔ3{]ÉÂtP®˜ÑòÊF"Jc¹âdã›Hy*ª¹ãu)WåX$àslI¼Í ¹L»ÃÈÕh.ÅOî©f&Ù,š¶TklŽ.#¦ú´µµ»=ùò†i9êPs†EËɼ)ZeªÑiíÅT톮 7p­üö̺3*Rã¸ÆùHà!ç­¶ÅÎxt`缄¶Ýf¼ŒñÒi[ê垸–LÇùÞ€F¬âf_^• Ølu‚ªÖµºXà¡ÐYm‹CàÉKøͺÖ <ÄÕ¶˜ƒŸøÉ:ÛŠuÝ8Â?âªU¶ÔÓ€žp”ß_”µZ×—#ü%óÖ_IìG™[™±ü­cU •Ÿ×?åŠæ)§;§ÈLÍž—0ú š;.Çø‡NKR¶ø°ôèY.IâIxeÿ72 endstream endobj 69 0 obj 865 endobj 71 0 obj <> stream xœ­TMkÃ0 ½ûWè\h&ù#‰!Ú&=ìVì0v[»1¶ÁzÙߟ$§Mi“–Â0(OÖ‡Ÿž“`Fðk~aŽ™ƒ"º¬„ãýžfðmdíß J¾Œ$Š?!a®µìàRôÝìfÚ\wXvÆEÎ÷’Ö½ÂÚ[{èvRÝ}˜¶3›‹ü…û „\²<X F»ç —µ­p… y81 ÚäµõÜUì¬Å‰êè~H;žP–âKŒl=g(>¹‰Ä>'¯_ºÇiªlËsª‹tÌD/y¸±:ò3‘›õLPA~4Eíd¿LcÆ^—ŠtÀ´-eq‚ö¸¡bªa¹ÕXCRzi)J—À}œ¿qÖÉ©Z4¸ËÄDÆÕ›Z ¤†—"U Å© O$ÂH„¯¼é±6l¯Ë†þ_E»h7HFü2¹þj¯‰w®Qà©…‰ëá}:ȱ•½%k/”êc=µ'²¥ÓÜm}™ó/ëþÏe¬Îz94 uøÑ#‘ endstream endobj 72 0 obj 379 endobj 74 0 obj <> stream xœ­TKKÃ@¾çWì¹Ð8³< Ú$=x+<ˆ7­"*Ø‹ßy$Mm7­ l¾Ùy}3³»¢ùJ> ˜9¤Îä¥K Ê@x÷dîfæ#AÃßî9V˜÷„rÁoF1ùZ`ª}I¶3 ÎEXu‰+ÉÞ³Y÷hnÖÚ›n»¬º×¤í’͉}HÃuL.i¦Ö ¡íýV•]@ Kþ9^°*µÕÜ-HX³PŠ ûAw<‚D(XfÚjNet†½MV=t·ÓTi-Ž©.5Í„Ÿ/¨¸˜z CMÈ‹ÕB=í—¼r¼_h™eß§NRàÚÓr‚v|Á|*`VR¨X@zCk±ä(â8!×AVqÅ•2áreR5Clè$P=¶#ôJ"D44ò¦Ç°=ß6ðÿÚ´“pcËN!‘ëG{®yÇ= TU#ÐÂÞp=ž§¡u´¥à-Z{Ò©^×ó‘õ mšÍ]n /2z²®¿.1?ë9i8Ÿ/ð»ø‡|¿ß_O×Òfp‰œ³ô8þ\ÌÓÓ®ÃÖ{Át2719j@ºv£c«èÕu¹x0ÌF¬Øœ jc¾8eto endstream endobj 75 0 obj 452 endobj 77 0 obj <> stream xœ­UKoÛ0 ¾ûWè\ )J~&q½0°Ã°ÛšÃZ`½ìï—»¶k9iŠÁ€BŠ}üH)£û—ýuà6“+kÊ+ëÈòëƒû~ã^2tò½>f ÷œ‰S©òg2ÇzV`Ìú”n4¹|œa×eT³·î—ûväÔÁu§-`ÓýÎÚ.»_øÇ<^ àʘà²tú±…]ã·°‡[ù!YàMk› mY9ŠR«¢ûÑv‚ ˆP‰.6ô͆EÑ‘V{Ÿ¢ùÙÝ­CåµúõÖŽY‰ —ŠÃ€q¨ eñVh`€*ïKÙìWVfÝ@¤^€í1¯W`§,×5§J%D…7P‹µd‰œ‡Â…³&§jÐ¨î ‰”«Ú‹ˆþTRÌŽí(nù¡—5a{ž6ÿ•´Eº‘2ä)dp}kÏ‘÷‘£ÈUTôðîxçi cŸ¤‚GïLõ¶®Úì4ºL`¨ ~²®¿.©8äÐxþ¼(ïâÎKÄ}þzRË›{„KàÈóãøp©¸ "²i·fÛ½8[€‡‡GLG ØÖm$ñJ^]*­Áƒc9sL¬ú|¦QT¼^ÏE2.Nsš•6ÿó˜:\ dnâ$DÇ{”Ê%zÕæÉ<-C5·¿2ãfB˽{gP± endstream endobj 78 0 obj 507 endobj 80 0 obj <> stream xœ­UK‹Û0¾ûWè¼wF#ÙÃ&q½-z(½uÓRÚB÷Ò¿ßyر½‘“ÍR ÊŒ4o¾)P¢û[üqà6P’«•‹)²üòì>=¸ß:ù^¾ îW!FµÊ?ÉìëYI°ÓïÅéAƒËÇv}A‰íƒ˜õ_݇#‡®?mÛþGÑõÅÓ…},ã}®ŽeeÞ!K§Ï[ص~ {x”’åÞ´®ÝЖ•£(IݶT@„Ft9CßnXiÅp°©Ú/ýÇu¨¼6¯¡>Zš¿Ðpq9? ÇšPo…¨Bu^ê–d¿±2Ó@™“x¶Ç2­ÀÎ/X¯¬‡ÊD…7R‹I¢DŽCáF®YVušÔ!‘rµS{ñÀŸJÊ€c7‰Á@ÄÌ ·ü0Ȱ»N„ÿJÚE¸‰2ä)dpCk¯‘÷š£ÈUTôp6> stream xœ­UK‹Û@ ¾ûWÌy!®4š{À6‰}èmÁÐCé­›–Òº—þýêaÇÞÄNƒ"YùôIž@‰îoñÇÛAI®ÊTÖ.æÈúÛ«ûôä~èäyûV€8ܯB‚*Õ:Ó9׳³bÞïÅéI‹ËÃöCA™ãƒ„ _݇žK7œÀvøQtCñrËøX‚€«b™,Á;díô¹}ë8À³üˆ#x³ºvG ½Y }íM@Pj±Å‡¾Ý±*6ÒFà“Ú/ÃÇm¨,ëK¨ÏvÌF^¨¹¹µ< §žP„·FT%EÕ’¼¯­Í<@–¤ Þí±Ì°×V[SæRkQáMÔb–*‘ëP¸sÖâTMšÍ½!‘vuRQñÈjÊ€ù±›Õ` ⊇G~u-ØÝ¦ Â%íªÜLò2¸q´·È»ä(rWGU=œûyŸ&:«”BðèýS£oÄ£rA›F÷ uâ+ëñÏe-Ï94Þ>/ʽøÐyšG9±|çj^\ì*³Na”®î²÷ŸÌ4ODâ›aNQ¶ÓM4¶€Î+†¨©=ì&TѰٸGÁwM~jq êÉýÍÈIV‘-Ïû(Ë!yìÚ©X­®ÍÁf’¶'àÓ;þ¼ý/Pu± /îèŠý endstream endobj 84 0 obj 499 endobj 86 0 obj <> stream xœ­UM‹Û@ ½ûWÌy!îHš±=` ›Ä>ô¶`è¡ôÖMKé.t/ýûÕ‡{Û!m1(ÒŒ¤yzÒL|îwöËy·ó9¹2Q^¹˜"ëoÏîÓƒ{ÍÀÉ÷ö-ó²á^2q*UÿéLçXdÃOŠí~ÏNš\>ΰï3JìÄ­ÿê>tœ:¸þT{húYÛgOWþ1÷¸2æ… ÖNŸk¿o°öÿ(?$âèѬ¶ÙQÍF'FRC×£­ðªøJlÙlv¬Š ´â8øÍ—þã:T–Õ%ÔG;f%.T\ÜRˆcM ­ÐÀU)΢lHÖ++3 i7`#äiö²€r-a‘8ÕRBPx#µ$Kä<nœ5;Uƒ&soH¤\íÔAT8ò§š2`ûÐNj0qa‡[~tMØnÓæÃ%í*ÝDð2¸¡µ[ä]r¹ª£ªèÏŽÝ4O#‡EJ}@@¼bjØð¨œÑf§ÑmCUð“uÿuYŠÃ ‡Æí󢼋wgq„ünýÎ…8ž1‰ ¾»×g7¬d“8KBÜ.†RÁòþbãâìâñÑØ}*®æ÷÷Nâgn ÑÑ)6Ñ Üýœp¾/ÚùƒÑ'¨¢a³ÙóDã>I#Ì©w“7#'¹WTkz¾\2éÁšc2m¬Na`&i½X¼ãíOŽÊ‹É~rL·. endstream endobj 87 0 obj 531 endobj 89 0 obj <> stream xœ­UK‹Û@ ¾ûWÌy!îHšñŒ!qœCo †JoÝ´”¶Ð½ôïW¿6~„´Å K–>æìSp¿“_λƒOÉå%¥…‹edýõÅ}xr?pò¼~I¼8ÜD‚rÕ¿;Ó‹løI1ï×äú¤Éåá §.¡’ツuŸÝ» §®»Vêî[ÒvÉó">¦ñ1€—Ç43:`íú±ò§+ßø£¼HÄÙ£Ym} Š‹¥ú=Ú—^_ˆ->ÀúÀªØ@}LVêÞo—ʲ¸-õhËlàBÁ›[ÃA€8ì D m4pªd£Èk’ï…m³ì éï”–e¯ È·f%§ZKZÞ@-”’%r wÖš­ª É> stream xœ­UËjì0 Ýç+¼.L*Y¶CÌsÑ]!ÐE¹»Ûi)m¡Ýô÷+ÉÉ$<†¹\ɶ¤£#Y9šïìÓ€YAN¦ˆ”—ÆGÏòדy¸1ù¾ž3óžÉ¥Bå7“d¶µ¬@/¤Ó—ìx£Îåc›&£È÷\kþšÛ»v¦9V€uóší›ì~tßçþ:Wø<$k¥ãc›ÚV°…µü,;°IÛ×+ªX9ˆUÑ}Ÿv‚ ˆPŠ.ghë‹¢#Í\lï„úOs7•×òê:…™±s%'7e‡}—ÊbS¢ŽªNKQ“ì—)ÍØ@ÉH¼Ûbg`O/XÌ9 ‘]M9D…×Q‹Q¼xöCîB¬AT5êÕMB"éj¥¶"âŽ?•”tŽû^t „Ÿ8á’ïZYî—i÷_I¹ë)CîB×–v‰¼sŽ> stream xœ­UKkÃ0 ¾çWø> stream xœ­UKkã0¾ûWè\ˆ;ɶ ò<ôV0ô°ì­M˲-l.û÷;3²ã¤¶¼[ “o¤y~’&£û›ýqà³+#ç• 1>¾¸§;÷‘¡Óïøšn¸÷LJÿ]ÂâK¢@Òî[v¸³àúI„u“q{¯fͳ»ßKhïšÃ°n~e»&{؇<ÌsÐâÊÉ :üXº¦%l`¥?¬b ”´]½à¥({U¢)¶ÒŠG0€•꺇T/ªŽ> stream xœ­TKKÃ@¾çWìYhÜ™ÙM²P}¼Ä›VìÅ¿ï<’&´IKA“o²óüf3>÷›ý8ïf>'W&Ê+Sd|xuwî;'Ïá-órà¾21*:Ã심øØé{¶¿Óàòp„e“Qbû fÍ‹»ßrèàšýÜCÝ|d›&ÛÙÇ<Þæ Å•1/Ì0Ú?Íý²Æ¹_ù…¼HÄÚ£i›zFsV¶¢$Uô{´/¼_‰.g€õŒ¡è@†­MQ?7Ó¥²¬NK]Xš ¿Pqsc~ v=´F¨ 8в&ù^Y›©%€ÌI¼R6Bž&ÊPN,‡ Z^G-$‰9…+¹YÕ©W—V‰´«“Z „5?Š”;‡MƒGNxäëkÀÍeÚ|øWÒÎÂõ”ßB.®í%òN9ŠÜÕZ!ú£á¶¿O«QJ}@@> stream xœ­TÏ«Û0 ¾ç¯ðùA2˲J MÒÃn;ŒÝöº1¶ÁÞeÿþôÃIJ›´F@‘,é“üÙ–­Àü-þkJ[¡©V )þþf>½˜ßþÞ¿–æWÁAµè?ê”ëȰ«¢ÞïÅùEÀù#„ãT`¢xÏaÓWóáDÐÞL烅vúQŒSñzªð\7W‡*j‚3@ÚùóÁ[w°½íø‡,ëÔÛdœØHbÈzÐVÛ°Í>pmI*Û€;9&¶_¦û­’l®[í´ÌNžohs[yà!Ì{N7ê©AQâ"êy½Ñm¦Lj’lðAÛª´Óö¶€z0&‚Úio¦£ÂAÿ ÖEUIZÍ£vÂÛ•“êY…>Ñ„õøª^›:ò!ë8Þ§ÍúÿJÚ ÜJÐ-¤æòÑÞ#@»Duv <­÷i¦£ß¤ÔzÎÝ0•}¹‘´i5|L o"¬çŸËVžó\4ܯx.>UOò0E’Ï÷¹™.î*±Ž3aofÙÞùkm¥]pœ£K.¦¡¿€”ÓXµÚ5’’xhð`qÛhç{ƒHÅR~*8Óc[úÝvÔ+pULp:«±~|@í<7ÂBè¼KôVžS6J™^aèÍ#“×›l§ž£ÒÖ ³'ʰˆ‘ÙJyräìí×0°âˆJ‘d@…ŒË ïõÙå–º]Xɳ S®@‡¢ONîÈÂÌ«ù¯å»P endstream endobj 105 0 obj 561 endobj 107 0 obj <> stream xœ­TKkÃ0 ¾ûWøKŸ]CŽòWüHäZ–^çNZo ï^åãü(ùÛ½ à€üœTü)#¦ZEÌ FßÅö.óG ëAhOù†Ó†yßµ‘ö¬‡Ñ bs’os{[7WÚ¼ˆJ"¡íSëZUÐÀŠ4›Tôº:Ó9=;>8aÝÆƒ"8ö9†ªÎ²z!qÌ)êçáa¹U²î¸ÕUÜf¡Î8.U‡í4²QqPC PìMYk^wqL?  cQðBÛ s¿ÐvÚ`¹DXx¢Jbho’=³XâÑæÂ^»†¢Ù]ÇNxÜpR Clé ((ãØÍÐÄ&l"BGÞŽ8vçeó¯¢ÐÍ’!ÝBjn<Úsâkdiª6@ûÄ~¾O“MRR0 •:QjŒý{ [ÜM_и‚ž¬ë%\R¯ .Ået‘@Íô_Ÿ„ׯ½fÕS±»b¢ÂMÛM@ªN–ÑÎuùÚ…F— endstream endobj 108 0 obj 416 endobj 110 0 obj <> stream xœ­UMkÃ0 ½ûWø\HfÙrbC´IzØ­Øaì¶uclƒõ²¿?ÉNšÒ:ý`à>Ù’üôì¸*ù#¾¥’™Ê,½É´Þ޽ȇ…ü yì^…âù)8¨ øCFL¹š5¸ú&¶‹PœUXõÂxŠGëŸåÝšJ£ì·•‚º]/6'ñ6··%0¹ÒæELÐm+µªu¥µäæU:z]™Šœ5;>8aÞÆ€rìóè:#È>˜™À!¦¨ŸúûyªdÝ1ÕeÜf&5—Ê;öltl‰`ÅÞ”µáyÛôƒ&&…/ÐÖûÚiå\ÁÂS©TAôFiÁsKu ^Øë`×4¹«È„Û 'Õ0„–F@A¸Ý1’°‰:òvÀ¡`w^6…ÿ*ÚI¹I2 [H䆣='Þ±F–ºjÔj¸žîÓ(G“”T¡­O”Ö>ÁÈw3—DWГu½„sêôÂ¥j¡©3¨¿õQ¸aþÚk†ªÑkJvWtT¸ñqû{G‰Z‘9"jsð™£fs¾«ÿîÔòÌíO]*O#_;åmä/ÓÊyØ endstream endobj 111 0 obj 441 endobj 113 0 obj <> stream xœ­UMkÃ0 ½çWø\HfÙrbC´ù8ìVì0vÛº1¶ÁzÙߟd'Mi~l% H¶ô¬÷ì82ñ“| )R™iQ8Yaœ!û"â+ÁÏö5‘N*¼ÿ!‚OµŠ99aö-Ù,<8?„°êí(9­wA£è7¥„ªOÚ>Yå›Ì\WÀÍ&ËC@Þæ±”«J•²–K~i6T!j«T—t8øqF¤w¤å˜ç@U)¹ƒžIròê©¿Ÿo•¬=lu–™©CKäbu€`FNÀF¢H z'ß™¢Ò> stream xœ­UA«Û0 ¾çWøü ™dËŽ%Ð&ía·Æn{ÝÛ`ﲿ?Évš,qÒ¾­ɶd}Ÿm JT¿‹_ ÔJ£ªÚ”^ÙÚ²þú¢><©Ÿ*ù^¿ êG!‹ª WQg_ÍŒJœýZ\žBpù8±/LÍëI–õŸÕ»3‡&Õ_ö€Mÿ­8õÅób½-íÛ$¹Ê–.:h…¬]>îáØè=´pŸÑŽÖ©Ù™=g1ê`„qG!(ˆàÅ–9ÔÍŽU±Ñ¬,Lk\ó©¿ž*K?Oõ·Yñ#Ïàr~HhL(BG Ä Å]EÕ÷f0Ñ)¼‘¶Æ²^I;/°Z èj• ˆ!½Z¬%Šå8†nì5Ù58æ1f"pÃIµ¢bÇ_ÐqO£J1 ›™á#ï’ž¶iz(i‹p#eÈ·“KG»EÞœ#˨º j¸.<÷i £ÍR ¤QëSi.åä„¶¸›¹M yÇ%ë~ רs\ár±È4;&¨Þú@\¿÷š´úÌÎþDÎÅíÿebÅ̉øPÛÉ3'-bÕ£‘Zé1Bš‰Ñð§÷hÀFsóz{mÏùi’b7÷3µcyoÛã^!êäAÞhUÆÁ¬D |&â§µt`ULe³s†%®BŽÀø¦b¼$j¡r¬²Ó¥ù#®•ɸq÷wãùb%uRÒÈâ}Í ð +×|ŸÕøW endstream endobj 117 0 obj 552 endobj 119 0 obj <> stream xœ­UMoÛ0 ½ûWè\ .)R¶'9ôVÀÀÃn[Ví€õ²¿?R²ãÀ‘t Ф$Rï=}A‰æOñÛ€YAI¦Tzã‚ÿã‡ùò`~hôûøY€v˜÷BÕÑ3É—\+ŒNê})ޱ¸~RaÛd<ë°î»y> stream xœ­UÏ«Û0 ¾ç¯ðùA3É–J MÛÃn;ŒÝ¶nŒm°wÙ¿?IN^Bë¤}[ (’-Éú>ÿÔhþT¿ ˜ ÔÎ4ÉÕÑøäYùb><™_ù^¾V æg%Nê?LÖ9Ö²“’g¿Uç'M.gØ÷•KìOâÖ6ïNœšLÞ¶ý÷êØWÏWþ¾öo â_‡` ²vþ¸…}k·ÐÁN~NÄl¶ŽíÆmÙ8‰‘ÔÐqŸGADˆbËÚvêØèŸÐ~êß/—Ê2^–ºËË,ÄQdp¥8$ô#&a3PâU ¯¢iŒÇ 3 ¸¤o”m±N e—6K CâT¥„¨åÔb’,žó8º±ÖlU šÌ}®DàêNu¢â?Õ”<ÇI¥\„/Ìð–]×iz(iWé&ÊO!7líy—yFuPÕ«ãi:O#]‘R ‹Ö^15Ì õ¨œÑ–Ws· ¤øÉºŸÂ%ö¿p¥\äÚ Ôw}$n¿÷˜töÄÁñD!ŽÛÿ#*äÊ•ñ¦v³kNVÄ:ªG#õÒc„´+£á3Oÿ îÑ€åæõö·½gInˆ_]Ï¥Àò޶ǽBÔÙ…¼Ñª\€‹'Z€”Û0_­ëÆÑäRV;§º8—Oª9Ù ۆɈR³Ûé#2#ôÙüˆë´ endstream endobj 123 0 obj 522 endobj 125 0 obj <> stream xœ­UMOÃ0 ½÷W䌴b'NÚHS%ÖnnH•8 n0$¸ð÷±“–VkÚ ˜*¹vb;~/†ÕWö¡@­ 7ªð&/•õ–õÏGu{¡Þ3Tò}>e ê-§"è¯*ê«Ù€A‰³ÏÙþ"$—3lÚÌxö'qkÔåŽS“j÷kÀª}ɶmv3ñ·¹ý]€WØÜÅ­µýÝ6•^C Wò3"ÐÑÚV+³fc'†F·q„‚‚¥Ø2‡ºZ±*6šÇÎÇU÷íõ|©,ËÃR¯â23qT2¸TÚŠÐ(qAq?¢¨ŒŒ—¦ï01(> stream xœ­UÏkë0 ¾ç¯ðyÐ̲edžh“ö°Û °ÃØm¯oŒ÷ÛåýûO²’%´NÚm% H¶$ëûüCºõ¯xWZ­tiUm”‹Žô_êáF½ øûø]hžP vª’þG‰N±† =*2ûRnRrþ(ö+l$d·îYÝî)5ªî°ÖPw¯Å®+îOü]é¾ÀÅU®ô`vx\ëmmÖºÑþY­6bíê•]“±g#&#;AÐIÐmžS¯HeìŒcïãë§în¾T’á¸Ô,3‡ÀåâÁ ˜€… H&ÅŠª¶<fì °”ž)Û@gÊÎ ¨æúH©r !•7P ‘³8ÊcñÌZ“USÐhn¥†›vªaZú’–yØ*J.3C[ÞözJ¸[¦MãUI;I7Rt ©¸~k—È;æÈª6©F:îÇó4ÐÑd)ÕhÀ˜¦ú¹¾ž$'´Éjö<<=Y—S8Çž§.— m½"‚šá®Äõã—3ÔÙSp¸‘ÃãösD™\R9"mj3¹æhX,£º6RÇ=æJH3¹ yü.¸k¶†š××ßö\œA¾!nq==ÉKÛõ V'òL«²^=Ñ $߆éjŽJJYìœÉŶ“k(#¼6Ô1¸`»I/È„Í{õEë' endstream endobj 129 0 obj 520 endobj 131 0 obj <> stream xœ­UM‹Û0½ûWè¼W#d ‚!±“Co †JomZÊn¡{éßïŒFŽM";Ù6äifôÞÓ—®Aý©~+­6º¶ª‰¶ÊEGöÛ7õéIýª@ñ÷ö½Ò< ^+j’ý¢Ä¦\CŽž ýQžRqþ¨Â~¨l¤xä°á«úp¤Ò¨†ÓVC;ü¬Cõ|ïj÷¾׸ÚK‚Q@ÖéóVï[³ÕÞñÏrÓk#Þ¡ÝØ-9GvbrR¿“ Øç10í†LöÁ.æß~>.C¥6\BÝÉ4 yˆ\)ÜÈ ¸1B `2ü¹iZËýAhÆ,€•¤Dðlu\€]n Y*è#•*„o”"WqTÇâ¹f³¦¤ÉÝ ¦›Vªczú’•q8L& W¡%ï³ ÖeÓøPÑ®ÊM’íB——vM¼K±ê“iô9ð8í§QŽ®(©FÆ\)•Ç2žÔÎd“Ùìm1xº²î—pI=O7\©ÚvCuãY…Ëý÷n3Ô9Rr¸ƒ‘ãåöÿŒ µ9"-j7;æh¸Ygõh¦Žß˜1-Ô6´çñ_É=š°5ôx½ÿn/åäâVç³ÑS{ï³Go›³y㩲^_\ÑL¤ü #ÒѺN @Y}9SˆígÇPzx)lhR"0`»K7È¢š/7 xѳ ù`tb' }†þ “#íÏ<«¿hÞ' endstream endobj 132 0 obj 547 endobj 134 0 obj <> stream xœ­UMOÃ0 ½÷W䌴;N?¤©ëÖ7¤J7\øûØqJ§-ÝT•R;±_ü^¾læ+û0Ö,lîLY»¼2¾öl>šÛ óž‘ïó)³2`Þ2 *ƒýjÔæ\dÇŽ†Ž>gÛ‹.#¬úÌÕOÖ?˜ËŽ¡ÉôÛ¥…¦É6}vsïsÿ»)®ôy¡ h€­íÝÒ®\ÚÖ^ÉÏI³¶¨Þ¦Y¸%;8upB¿× [‰/c€Í‚MñÁMƘ¢¹ï¯§Kå¶Ú/õJ§™È£ŠÉ¥ò€Àœ@T¢Ä£øiÊÆI¥4ë(€Ó¤@ðDÙy=Qvºr °¨*¡¼AZ¨Å3Ž£síÌ’Fw¥•ݰR­˜°æ/XA‡Íh’á#¼äëhÀÍqÙ,Í*ÚÜ(ð.äââÒo_#ϬÖÁDûØûi£MJj ñ@©8ë íŽl:›;- U_YçK8¥^Á7\ ‹\³`Úá¬ÂÅþs·Ù;N®Î`TTÃåöF ,­œˆµÝ9æ„Òg57S/oÌLLXʆ÷<ý•ÜÜ„òã5áVdÈK«ç2nUšü)Æ.î=ëÃë1Þ”Ì[ŽÂQÒ@‡oïZ*I®?æÝ˜o`~ä, endstream endobj 135 0 obj 499 endobj 137 0 obj <> stream xœ­UK‹Û0¾ûWè¼W#, ‚!qâCo †Joí¶”ÝB÷Ò¿ß¼±ìd[cÏHóú>½t êOõ[iµÓµU>Ú:(é¯ßÔ§õ«Åßë÷Jó„z©ØÉ'ýY‰N±† =)2û£zzHÉù£ Ç¡²‘ü‘݆¯êCO©Q O{ íð³:ÕãÌßÕî}Üœ5J€QÐPÀç½>¶f¯;}àŸeqÒF¬s»³{2z6b2Ò¸“Øæ90íŽT¶Á.8fŸ¦ý2|\nMÝ\·z2 q(¢nÄ,ŒEj0)Í›ð­åñ 0c&ÀJPx£mƒ$Ëm—ø¥„M¬c1!¤öFj!rGy,Þ¨uQ5MæQ:a¸i¥:VáD_Ò2çIEiÂfhÉOYO Ïë´é†Ø–´N´íDj0/ï×<9BvJªÑoŽý´§FJº"­ 3c+Ïå~’¼ NªÙÛ$bˆï p‰½†î¸y&´íŽÈ鯳>’–ÇïÝf¨;ÓSp¸º„7ÂSÈ%#Ò‚vÇ ‹uT[#uv¼Æÿi!— ¡ýŽÿ nkÀ–Òre„´´r&óVu·Á_oÓç"çÜÀøzL7%áæ£° üüí½ãA+Åä+Á­Ö³f¡ñRqõyN.VB£eRlh=Õ ŒÖÒåtÑ÷£ú DÓÿé endstream endobj 138 0 obj 533 endobj 140 0 obj <> stream xœ­UMoÛ0 ½ûWè\ ®HQþz+``‡a·­+ŠvÀzÙß)ÊqËNºhR")¾'Q²9˜?ÙocÍÎæÎ”µË+ãkÏúÇóåÎüÊÀÈ÷ñ3³2aÞ3q*ƒþfTçXdÃNŠÎ¾dÏw!¹|œá0d®f·á»¹ï95™áyo¡^³ã=Íü}î? Å•UN€ øº·‡÷¶µòs":‹j›Û³Ñ‹Q#Œ{!°A°•Ø2ØìXÜ‚cô)šoÃãr©„yqYêƒ.³GG¤â€À˜@*PâƒRœDÙ8¯f p^)‰eºì´€r)aQçu2!„òFj¡–,žó8º²ÖÙª!h2Z‰À ;ÕŠ A è<'•´Ÿ˜á-ï¢×i³7Ø–´%N´ŸD.0nï—> stream xœ­UK‹Û0¾ûW輯FÙCbLJ½-ö°ôÖnKi ÝKÿ~g4rbÙɶÆ0ž‘æõ}zéÔŸâ·Òj§K«ê`K¯\p¤¿Q/êWŠ¿÷¯…æ õ³`§:ê?”èkÈГ"³ßŠ·‡˜œ?Êp ÈÙmø¬{JjxÛkh†ïÅi(žgþ®t àæj_¢¼îõ±1{Ýêÿ,‹N±NÍÎîÉèÙшãNFtT´g›çÀ4;RÙ»à˜|ªæÓð´Ü*š²ºnõ eâÐSD.܈ XŠÔ`Tª³¨Ëã^`†D€• ðFÛIæÛÎ ¨—V¡ Ù„Û©…ÀYå±x£ÖEÕ4™Gé„áÆ•jY…޾¨EdN“ŠÒ„ËÌÐ’wI Oë´éŠØ–´eN´íDj0-ï×<9BÖEÕè³c?í©‘’6K«FÆÌØJs©Ÿ(/¨“jö6‰èÃ(\b¯¢;nž m³#rÚñ¬¤¥ñ{·êÖôìï@S]ÂáÉä’ÎiAÛ‹cކÅ:ª­‘:;^ãÿ4“KÐÐ~Ç·5`ËéF€3¹BZZ9“i«ºÛà¯@‰·éÓ‘sn`|=¦›’póQX õüí½ãAËÅä+Á­Ö³f¡©¥âêó]lw¦Ol&Æú¦¦ºžÛC¼ .zVHgâ endstream endobj 144 0 obj 534 endobj 146 0 obj <> stream xœ­UKkÜ0¾ûWèXG3ù‹!k¯¹ =”ÞÚ4„¤Ð\ú÷;£‘×ËZönZcÏHóú>½læOöÛX³³¹3eíòÊøÚ³þñÃ|¹3¿20ò}ü̬L˜÷LœÊ ¿Õ9Ù°“¢³/Ùó]H.g8 ™«ÙŸÄmønî{NMfxÞ[h†×ì8dO3ŸûÏHse•“ ‚¾îí¡Á½míƒüœˆÎ¢ZÇfçölôbÔÁã^GlPl%¶Ì6;VÅ·à}ŠæÛð¸Ü*a^\¶ú eâ¨âˆTøˆ@JÜ`PŠ“('㕬#NƒÀ+m#±L·P.%,ê¼N&„ÐÞH-Ô’ÅsGWjU A“yÐNnX©VTèø Z`@çá8©¤MøÄ /yõð¸N›-ø€mI["áDðNäãò®xÉ“gd]PÑžûiO”´IZ-! ÎØŠs±Ÿ ϨÓjî:‰TÕŸ p‰½‚ï¸y&rÍŽÉidz>’ÇoÝfd[ì9¸ºM | o„'‘K;'âmÏŽ9¡ˆuT[#õn¼Æÿi"—¢áýNÿ nkÀNÒ'rE„¼´z&ãVõ×Á_€RoìãÑsŽ0¾ÓMɸå(¬‚†rþöÞð ¥âäJð«õ\³‡K­¸ú<×èÓûgâàTôÉüT£ý¥ endstream endobj 147 0 obj 524 endobj 149 0 obj <> stream xœ­UÁŠÜ0 ½ç+|^˜Ô²åĆ!0“L½-z(½µÛRÚB÷Ò߯d9“0q2³m(’-Éz϶¬KPŠßJ«ƒ.­ªƒ-½rÁ‘þúE}xR¿ Pü½~-4O¨Ÿ;ÕQÿ¡D§XC†ž™ýV¼<ÅäüQ†óPØ@þÈnÃgõ®§Ô¨†—£†fø^\†âyáïJ÷¶.®ö%J€QPQÀÇ£>7æ¨[}âŸeÑi#Ö¥9Ø#=!qÜÉ‚Ž €öló˜æ@*Û`W“OÕ|Þ¯—Ц¬nK=É2+qè)"nÄ,ŒE*0*ÕUÔåq/0C"ÀJPx§lƒ$óeçÔk «P†lBˆåÔBà,ŽòX¼³ÖlÕ4™g©„áÆjY…޾¨Ed.“ŠR„ËÌЖwI /Û´éŠ.Øž´eN´D*0mï·<9BÖEÕè«c?©‘’6K«FÆ,ØJs©ž(gÔÉjö>‰èÃ(\c¯¢·Ì„¶99íx×GÒÒø£Ç ukz ö ©šðNx2¹¤rDÚÐvvÍѰØFµ7RgÇ6þÿH3¹ wüWp{¶üî8“+!¤­•;™Žª»þ”x›>¹çÆ×cꔄ›¯Â&h¨—oïZ.Î ··¹žõ°xM-+n>ÏÑÅvWú¤ÿÌ9°Ì’õMMãžGí)v«gõjMÊ endstream endobj 150 0 obj 537 endobj 152 0 obj <> stream xœ­UK‹Û0¾ûWè¼W3ùÁ°±ãCo †=,½u”¶Ð½ôïwF#Çi,;ÙÖäÍóûô²9˜ßÙ/cÍÎæÎ”µË+ãkÏòû³y¼3?30ò½¿fV æG&Ne¿•9Y±“ Ö·ìå.$—3†ÌÕìOâ6|5ŸzNMfxÙ[h†oÙqÈfþ>÷ æÊ*' @<íí¡Á½mí½üœ EÕŽÍÎíYéE©ƒæ½ÎØ ØJt±6;E·à}ŠæËðy¹U¼¸lõ^Ë,ÄQÅ©8 ð#&(qƒA(NCÙ8™¯f p^i‰ÇtÛéÊ¥„E×Ʉک…Z²xÎãèJ­³ª!hRÚ‰À +ÕŠA ¨Ž“HÚ„OXxÉ»(‡„ÇuÚlÁlKÚ 'Ú€w"7—wÀKž<#낈öäØO{j¤¤MÒj qÆV´Å~ÂxFVs×I¤ªþ…Kì|ÇÍ3‘kvLN;žõ‘´8ë6#ÛbÏÁÕ hJàKx#<‰\Ú9/h{vÌ eXGµ5RïÆküÿ‘&r)Þïô¯à¶ìä!Ýp"WDÈK«g2nUü(õÆ>î=çãë1Ý”Œ[ŽÂ*h(çoï Z*I®¿ZÏU0{±ÔŠ«Ïspq݉>½&V‹nöZýEØ%r²¡\3œj>˜?!5n endstream endobj 153 0 obj 540 endobj 155 0 obj <> stream xœ­UK‹Ü0 ¾çWø¼0©%ËyÀØI&‡Þ=”ÞÚm)»…’åLÂÄÉ̶! H¶$ëûüÍÁüÉ~k6w¦¬]^_{Öß¾™OæWF¾·ï™• óš‰Sô£:Ç"vRtöGöü’ËÇNCæjö'q¾š=§&3<-4ÃÏìí©Á£mí£üœˆÎ¢ZçæàŽlôbÔÁã^GlPl%¶Ì6VÅ·â}ŠæËðq½T¼¸.õQ—Y‰£Š#Rq@àGL (qA).¢lœŒW ³Ž8 o”Ä2]vZ@¹–°¨ó:™By#µPKÏyÝXk¶jšÌ“V"pÃNµ¢BÇ_Ð:çI%-Â'fxË»¨‡„çmÚlÁlOÚ 'Ú€O"·w‹Àkž<#낊öâØOgj¤¤MÒj qÁVœ‹õ9£NWs·I¤ª~…kìüÆ-3‘kLN;Þõ‘´8~ï1#ÛbÏÁÕhJàGx'<‰\Z9oh;»æ„"¶QíÔ»ñÿ¤‰\ІÏ;ý+¸½;i¤;NäŠykõNÆ£êoƒ¿¥ÞØÇ¢÷aìÓKɸå*l‚†rÙ{ïhh©8$yüæz®‚E#ÄRWÜlÏÁÅuúôý™s@³ødþLþ» endstream endobj 156 0 obj 526 endobj 158 0 obj <> stream xœ­UÁŠÜ0 ½ç+|^˜Ô²åØ!0“L½-z(½µÛRÚB÷Ò߯d9“0q2³m(’-Éz϶¬KPŠßJ«ƒ.­òµ-ƒrµ#ýõ‹úð¤~ ø{ýZhžP? vòQÿ¡D§XC†ž™ýV¼<ÅäüQ†óPØšü‘݆Ïê]O©Q /G Í𽸠ÅóÂß•îm\œ%J€QPQÀÇ£>7æ¨[}âŸeÑi#Ö¥9Ø#=u4⸓Øæ90ÍT¶Á®8&Ÿªù4¼_/MYÝ–z’eVâ0PD.܈ XŠT`Tª«ðåñ 0ëD€• ðNÙIæËÎ ðk «º¬³ !–7R 5gq”Çâµf«Æ É> stream xœ­UMoÛ0 ½ûWè\ ®HQþz+``‡a·­+ŠvÀzÙß)ÊqËNºhR")¾'Q²9˜?ÙocÍÎæÎ”µË+ãkÏúÇóåÎüÊÀÈ÷ñ3³2aÞ3q*ƒþfTçXdÃNŠÎ¾dÏw!¹|œá0d®f·á»¹ï95™áyo¡^³ã=Íü}î? Å•UN€ øº·‡÷¶µòs":‹j›Û³Ñ‹Q#Œ{!°A°•Ø2ØìXÜ‚cô)šoÃãr©„yqYêƒ.³GG¤â€À˜@*PâƒRœDÙ8¯f p^)‰eºì´€r)aQçu2!„òFj¡–,žó8º²ÖÙª!h2Z‰À ;ÕŠ A è<'•´Ÿ˜á-ï¢×i³7Ø–´%N´ŸD.0nï—> stream xœ­UÁŠÜ0 ½ç+|^˜Ô²åĆ!0“L½-z(½µÛRÚB÷Ò߯d9“0q2³m(’-Éz϶¬KPŠßJ«ƒ.­ªƒ-½rÁ‘þúE}xR¿ Pü½~-4O¨Ÿ;ÕQÿ¡D§XC†ž™ýV¼<ÅäüQ†óPØ@þÈnÃgõ®§Ô¨†—£†fø^\†âyáïJ÷¶.®ö%J€QPQÀÇ£>7æ¨[}âŸeÑi#Ö¥9Ø#=!qÜÉ‚Ž €öló˜æ@*Û`W“OÕ|Þ¯—Ц¬nK=É2+qè)"nÄ,ŒE*0*ÕUÔåq/0C"ÀJPx§lƒ$óeçÔk «P†lBˆåÔBà,ŽòX¼³ÖlÕ4™g©„áÆjY…޾¨Ed.“ŠR„ËÌЖwI /Û´éŠ.Øž´eN´D*0mï·<9BÖEÕè«c?©‘’6K«FÆ,ØJs©ž(gÔÉjö>‰èÃ(\c¯¢·Ì„¶99íx×GÒÒø£Ç ukz ö ©šðNx2¹¤rDÚÐvvÍѰØFµ7RgÇ6þÿH3¹ wüWp{¶üî8“+!¤­•;™Žª»þ”x›>¹çÆ×cꔄ›¯Â&h¨—oïZ.Î ··¹žõ°xM-+n>ÏÑÅvWú¤ÿÌ9À*ëc™<뛚Ü=;ÛSlb3|Ïê/ù#½ endstream endobj 165 0 obj 540 endobj 167 0 obj <> stream xœ­UK‹Û0¾ûW輯FY2CbLJ½-ö°ôÖnKi ÝKÿ~g4rbÙɶÆ0ž‘æõ}zéÔŸâ·Òj§K«|mË \íHÿ¢^Ô¯ï_ ÍêgÁN>ê?”èkÈГ"³ßŠ·‡˜œ?Êp [“?²ÛðY=ö”Õð¶×Ð ß‹ÓP<Ïü]é>ÀÍùP¢¼îõ±1{Ýêÿ,‹N±NÍÎîÉèÙ¨£ÇŒ è¨èÀ6Ïiv¤² vÁ1ùTͧái¹U4euÝêAÊ,Äa ˆ\ ¸°0©Á¨TgáËãA`Ö‰+Aà¶ ’Ì·à—VuYgBlo¤jÎâ(ŵ.ªÆ É> stream xœ­—M›0†ïü ŸW õø°„²$z[ ©‡ª·v[U»•º—þýÎØ¦IÃo!9¶ñ¼?xÆŽ,Aü)~ )²Ô¢vºl„uëoßħñ«AÏÛ÷BÒ ñZРÚ×_D¨£­Â†¼TÂÛÅóƒ§ÇB;ohØøU|PÚˆñ¹•Ð?‹óX<ÍÆÛÒÞg@Î50(|nåc§ZÙË#ýh*NR…Ö¹;è5œoø~z H_ µé¨î€UjƒN ŒcªîËø1íª¡Þ¸z Ó$ìLSV¬°Óš€ jÐA_©þu§©¿ Ët€F~·UNðnóÔ)ÁÊ•Ž xÁÿôÞÇè)Ši“™0㎣âÚ;æf²ñÕyý\7n“cø,ÃlúÔ ¤zIåžè9Á€^ ‘Æ€eÕnÇžf5mBÓÞ.ßdñk$±¢ò2QãÓÞŽDYÁH¦°kB¦è½{V g³ŠäHÔÝß“'Ã:d«m;‹ãI;vßt¼šN»kŽdä"J9@˜êïCÉüOo5 ©¼™ì‰ŽŒ§·’½Ö›R 1ê^%5ƒ×ÆøÆg·[°I`þÄ[¦äüƳ 'wÛ\Óê0?åNä9!À g…Öl7œŸ"NªÒì ŽŒà Ü*ÂbàÎX]Ø™òæ›K:ëåݘä•vRV0"=a¾¾°ù° ý»éòL¥×|º÷À=åàVUòâ½ô³S픽Ø=‰¿ê` endstream endobj 171 0 obj 594 endobj 173 0 obj <> stream xœ­—Mœ0 †ïüŠœW爄fa8ô¶RUoí¶ªÚJÝKÿ~8éNv”IBüÚyˆ“ KŠßBŠ“,µ¨.aÅúËñáAü*@øßË×BúâgáÕ¡þCPm6äk…ž~+ž‚¸ÿ¡ÂãTh‡ã6}ïF”6bzn%tÓ÷â2O³ñ¶´÷øà‰VÁ@ ¨Ðàc+;ÕÊ^žýŸöÅ µ.ÝI·Ø}Ã…Fè·Ôc@† €l|Û?Õ°êÛ 3㘪û4½Ï‡j –7¡žÉMÆÎ4eÅÚ›æ¾P4Qƒ†Jõ¯¨;íûš¦‹4… ®„­*\)|Ø|uN°r¥ã /„¿>Ä#E1mV®„ã|q sžl|tÙîë¦Àer¦×2ÎÜŸ ^ Eèeƒ¼ŽDÏ z5F#–U»{žý•+¿¤µ;¾¾“Å·‘ÅŠÊËDƒ#y2r‘&¤”kh—èCh )…³ÙDÖ(Ôº<–'Sšvª}«ŠOᤌ¤n>WÍNëOÑ#qr‚§Lnõ÷áä!þ§·㎌Ôui…Ç ÆÓ[É^ë][ 1ê^mj¯!•ñIØÝnÁf…o¸ùg0N0®¶”`iv¸G­ÈsB€‰Ï mYn<¸àb œ¼M ŽŒà€n4Y¸3Wv¦¼ûæ’ßùÖÝèì•vRV0"p#¾¾°…´¢ŽþÍty¦‹Ò[^Ý[àkp+›½x/}/pvÊ ²Ëþ´Üâmf¥j²K·šó–ê°rææÜóÞÓ×ß“ø 8¢ endstream endobj 174 0 obj 624 endobj 176 0 obj <> stream xœ­—Moœ0†ïü Ÿ#-õø°„6°r‹„ÔCÕ[›VU)¹ôïwü•Ý.c“´’×6ž×ãÏØðØßâqvà¥dµ‘eôÑXÿɾޱטý½ÿ*¸}À^ ;¨võgæëh+°ÁÏÿôwñtçÄíî§B¯ì°éû2¢´bÓSË¡›þ§©xœ×¥¾ÍÀ:×p´r‚A…ßZ~߉–÷ühÿ¤-.|ëÔd‹Ñ6Œk¸~í{pWàmÛg ºVmdb`Suß§‡´«JayåêÑO“°SMY‘v @Ç5-„_¨B]¥ú(êNÚþÆ/ÓÒ¹.¸-*Ü)´ÛtuJ°2¥¡=^p½ó1xŠbR-L¸àޱťw(LͤãÓú¹® Ü&GÿZÆÙô¨3¤É×Ì6³µ·‹·¿æÁmÕ!ïˆøõw›„]ðâ|©ÒxÔ‰àä¶'ïŒÐÍUZ´nÄOÑGöÕ#WS endstream endobj 177 0 obj 647 endobj 179 0 obj <> stream xœµVM‹Û0½ûWè¼W#, ‚!±“Co †Joí¶”¶Ð½ôïwF#ÇÙDv6[ƒ2£ùм'i]ƒúSýVZmtm•¶ÊEGòóõáAýª@ñ÷üµÒlP?+vòIþ¡D¦XCŠž±~«žRrþ(Ã~¨l$d·á³zw¤Ô¨†§­†vø^†êñÊßÕî¾.·%À(h(àãVï[³ÕÞñå¡×F´C»±[RެĤ¤y'3: :°Î60í†DÖÁÎ8fŸ¦ý4¼Ÿ/MÝ\–º“efâ0PD)܈ x0©À$4§Á·–çƒÀŒ™+A ಠÒX.»<€ŸKØÄ:B*o¤"gq”ÇâµÎVMA“º—JnÚ©ŽEèéKRb@ìp˜D”"\ÁB[Þg9%<,Ó¦º`kÒVH8Ñt©À¼½K^òäYŸD£OŽÇéL”tEZ50抭lËõ¤ñŒ:YÍÞ&C¼ƒÂ9öêqיж"§ïúHZží1CÝ™#‡W ñ@Mx%<…\R9"mhwvÍÑð°Œjm¤ÎŽmüß‘r :ïøVpk¶ü®¸+#¤­•;™ª» þ”x›c>!rÏ Œ¯ÇÔ) w¾ · ƒ¿~ß ½Kа'ÿg³3Ô0ág,,á·1Òÿ–ûŸõRœAnŒny½Æ^=ŸÆËŠ‹R’KâцÖÓ:Ú]j˳µÊšèêËþùâ acúScaðs†0 ´c3kñ³–pNù£ú z‚b• endstream endobj 180 0 obj 589 endobj 182 0 obj <> stream xœµVMœ0 ½ó+r^ihœ8@¤Ò ‡ÞVBê¡ê­ÝVU[©{é߯‡v¶¬‚“ØÎ{/Ÿ:õ'û­´:èܪÒÛ¼RÎ;²Ÿ¿¨êWŠ¿ç¯™æõ3c§2Ø?”Øk¨¢GCz¿eO!9”áÜgÖ“?²[ÿY½ë(5ªþ騡î¿g—>{œù»ÜÝÀàÊ*G 0 øxÔçÚu£Oü³\´ÚHíRì‘*W|¨„v'-:ºâ:÷©drì‚cô)êOýûe¨hòâêI†YˆÃŠ"Rq€àNÀ…¢HƒQ\‹²¶Ü^ M°nÀ6Hevº€r)aásŸLÞ -xÎâ(ű&£† ±z$L7ÌTÃ&´ô+( ýpM.ÑCSÞF;$¼¬Ë¦ Ú`{Ê–H8Ê´ `œÞ5ourĬ ¦ÑWÇn\Sƒ$MRVŒ™©û"žPN¤“Ñ춈Xù;$\R¯ 3nž m} qša¯¢Åö—.3Ôé(¸z›èÞ‰O"— G¤ m&Û ë¬öfêìpŒÿ?ÓD.aCë_Kno–/Ò'rE†4µ²'ãRuÛäoH‰·éâ ‘}n`¸=Æ“’xÇ­°EÊù üZê‰\Â^i¼ÍdGªÕÈßOTXão½§wËý×z*Î Œn}¼ÂήOSʈ«9u§3…ié´µU]RwÅöŽêEü‚]~{¦¦²ÿÛ6¾¹R¾ ý ‘»/BÐß!o¤ ÝGõ=woÜ endstream endobj 183 0 obj 593 endobj 185 0 obj <> stream xœµVQ‹Û0 ~ϯðóA3Ë–J MÛ‡½ö0ö¶ÝÆqì^ö÷'YN'¹Þ:®dK²¾O¶\]‚úSüVZítiUlY+ɯßÔ§õ«Åßë÷Bó‚úY°Qå%2ùRô Èêâé!ç"»Â²G6뾪 ª{ÚkhºçâÜ3{WºÛ8¹ª.QŒOŸ÷úؘ½nõ,'mD;7;»'åÂJˆJœw2ƒ £ kÖy L³#‘u° †ÉÆ7_ºË©¢)ý4Õƒl³à‡5yäüÁõ˜€#@‘Œ‚¿Ucy¾˜!`Å)ÜHÛ ù´óTK}(C6 Äôzj!pGq,nì5Ú5: êQ2a¸±R-‹p¢/J‘Y‡ó ¢$á2+TòS’cÀó:mÚÓ»'m™€m@'‘Lå]#pÊ“#d§(}5¼ gª§¤ÍҪр13¶ÒZÊ'Ž#êd7»M"Öá —ØóÔãæ‘Ð6;"§íïzOZšë1CÝš 9×o@S5á;áÉÄ’Ì© í蚣áaÕ½‘:Û·ñGš‰%hè¼ã{Áݰå‡ôN€3±B*­ÜÉtTÝ6ø (±6—tBäžè_¡Sît¶ C5ß =K’°Wÿ§Ø j=à#ÖðÛèËíÏzÎÏ 7F·¾Ÿ·³çÓT²ãêŸéºãÊ£7§Ù\Äç#ç¶n*2©yÖb _Ä%ù¡+§½ö–]35@sîÛ!ãGõ°2h endstream endobj 186 0 obj 586 endobj 188 0 obj <> stream xœµVK‹Û0¾ûWè¼W#l ‚!±ãCo †Joí¶,ÛB÷Ò¿ß›X¶7[ƒ2£yh¾oôˆÎAýÉ~+­:·ªô6¯”óŽä×oêÓƒú•âïõ{¦Ù ~fìTùE‰L±†= bý‘==„äüQ†sŸYOþÈnýWõ¡£Ô¨ú§£†ºÎ.}ö8ów¹»/€‹+«%À(((àóQŸksÔ>ñå¡ÕF´K}°GR:V|P¼“]±Î60õDÖÁ.8FŸ¢þÒ\.M^Ü–z’eâ°¢ˆT ¸ð`(RA(®CY[ž¯¦X 7Ê6HcºìôåRÂÂç>™Byµà9‹£<7Öš¬‚Fõ,•0ÜЩ†Ehé R`@ìpE”"\ÂB-o£^ÖiÓ°=iK$iÚ‰T`lï·<9BÖÑè«c7î©’&I«FÆÌØŠ¶XO'ÔÉjv›D¬ü.±WÐ7Ï„¶>9ÍpÖÒâü[·êÆt\½M t ï„'‘K*G¤†6“cކ‡uT{#uv¸Æÿi"— ¡ýŽï·7`ËéN€¹"Bj­œÉ¸UÝ6øPâmº¸Cäœ^ñ¦$Üñ(lA‡rþ¿z"—a¯0þO³#ÔjÄï',¬á·ÞÓÿ–ûŸõTœA¾Ýúz…=Ÿ¦”Wÿ¤È­;í<¦ÍÜa>°ˆ·U]’_Å&{ ÷øÜ£ú 6ŒAå endstream endobj 189 0 obj 569 endobj 191 0 obj <> stream xœµVMoÛ0 ½ûWè\ ž(Q¶;>ôVÀÀEo[7 Û€õ²¿_R”c#–í¦ó`€!%’â{ÔGtêoöGiuйU¥·y¥œw¤¿~UŸïÔï ¯ß2ÍêWÆNeÐ*Ñ)Ö¡GEf¿g/w!9”áÔgÖ“?²[ÿE}ê(5ªþ娡îdç>{œù»ÜÝÀÅ•UŽ`ðtÔ§Úu£ïùDzhµë\ì‘ŒŽ Œ0îdA@Wló˜ú@*Û`£OQ?÷Ë¥¢É‹ëRïe™…8¬("nÀ,ŒE*0(ÅE”µåñJ`úH€• p£lƒ$Óe§”K ŸûdBå Ô‚ç,ŽòXÜXk²jÍ“TÂpC§V¡¥/h™‡ó¨¢á3Ôò6ê!áy6]ÐÛ“¶D‘6 HÆö®xÍ“#dmP¾8vãž(i’´j4`ÌŒ­8ë rB¬f·IÄÊß@á{ÝqóLhë‘Ó g} -Ž¿w›¡nLGÁÕ;Д@—ðNx¹¤rDjh39æhX¬£Ú©³Ã5þïH¹ íwü(¸½[~HwœÈRkåLÆ­ê¶Á_oÓÅ"çÜÀðzŒ7%áŽGa :”óø£Ð¹¤{ñš¡V#~?aa ¿õžþ·Üþ¬§â òÅèÖ×+ììù4¥¬¸ú'EnÝiç±0íl,àã 6¦˜ÕìÅ?ß endstream endobj 192 0 obj 557 endobj 194 0 obj <> stream xœ¥WM‹Û0½ûWø¼Tš‘4CLJÞ=„ÞºÛRÚB÷Ò¿ß7’óÁÚ‘I–€í‘4Ö›yoF±YÛú_õ·6õʬ¹–Èë¦öÑãùí¥þòTÿ©l­¿·ï•щúw¥‹$=ÿªó3| †¹<äÙÕëSz¹þð†í¡âˆõN—¾ÕŸ¼ÚÕ‡×ÖØîð³ÚªçÉz¿ö÷9(8iÖ.;PmŽ­ÙvÔšÙèõÒÊÖ¾[q cP#&#û<â¬IÖšFm³Ô­ð¨¶å Ç5¡ûzø|ªp † µ%@¹oÖqÆåØŠžŒ“àÅ…AŒ8Þt¡åcÜÂЭpíŨ±KªáÕÀžM'Û9œ¬àÀθ«“(FÑrÏ{2~)ìŠ =Pq$ÚEÂ’FøjÄ…&D,µÔQØ:Gß§v嬿3‚,ÖOâ»'ð©Û±U숆}àS:Í>†} Ü·Å\÷ÀEA=O]ª‡¨Ì“œÉïš2áh‡ ¨ ;@óÙÎÂBCØëˆ2¡£‰‹¤¦&ëI-Ã8£¢ëœXŠ)`ΔéŒ3>-ã…Øƒ†q?ÞÞr[LÙÄ5qÆ” I^ðµÂ45àq{Ò·ô¤WKFõ}·¦ rŽçð—(gêesø 1X´wNüQ¤Åž\ZbE(Šë{‰CÉ\åÖ†«n´©ÈH5ú n9¢µ¸XŠÎÆRLEN¦®Òù7üð^WðïQü^)3*„² ´¥¥æ…¶–[p7ö°Ka,È©Ëaê_’C“R›åê’133V~¸šA $½gR/ Y"Vø,,믗ñE"çÓ‰#œ?ÛË „,yŒáÀB‹)ÆOü0S×éÁõ±½¦®£r|¢¸°+E[Úu‘á©ÿ±%†õJJ8žP¸D­\ª›7¹Ô³6‡lô#É{¾n\$ŠÄãsãaLýßëÔÙ#KJì͸–•BŽoíUú9ã&Ú;K;Y‹¯„»>)æ\"_4ø\ÿÀé ß endstream endobj 195 0 obj 848 endobj 197 0 obj <> stream xœ½WM7 ½ûWÌ9ÀN%RGÀ`€µÇsè-€½5i¤šKÿ~)­íîx”ØcQ"¥GòQ®÷Ý¿»:×=¹ž;ÉÜ]Ìí¯»ﺿw¾Óß×?vNº¿vª$ÖþÒ•6l ‚»4Ê蟻Oïlrýa†ýiÇúAÕN¿w¿,˜:t§O£óÓéóîxÚ½_éÇ>Þc@À/n™:u>Aýetû‰FwpÏúÇú™é8=ñaQ!›`ý±ôï¬á½TÖ1OÓš*{ÞP¬:iúíôëÐ@ˆ†MèH²áYamò2JN‘\×Ó"N?OžF|ŸÒxJcZÒ¬‚8)šT€© 4´ R3VPpSêà 3À ’Åéª<ó‘\ÜgJGâÓ 82A倾ê iHªð,‰áÇ £yF‡~ïîÄ£CŸïwzmö2*naxàÓ1ñ«óÀNÝ1þ÷ üA†-( 8CìÓ SÀ™%Ãn 0`~¾ä ŒŠÊ" FY^TH‰Æ–kRQ°‘ÅH%EÈiQµãY ÙÂ2Ë…oC%Ÿ¥n©#ea3ËKZu$¸hjÜŒQ¢;Ó¥FáF~WXÃÛ:„ë©u1®F¡hÁ¸Ò½¿¹Ôc ÈLW‚7üÖ ‘üY@´ 4¨(Š|P›<ì·}løé]è×Ö¨`ÒÛêVëW¼-V–C¨`…„Š‹–ÌŠ}¹Úp’îK:K¡— ™,Í(èoÔsð±o8ÕLÜÚTæm‚pή´6I" ‰ßRÅ¢R bUR0FwOKvÐBš©n——újr†n¹ýM֬훼. ©n1%[#˜)]ˆ•‚Èÿ÷9Òç&—8Éëõâî ¯M›\Šþá•V¦?K:©†2—]=ɽ\b½Pþ—Vök.‚Çe?Ÿ.’kìÜñõ„²­”Ê©&v7ŠUm¾VãÂ¥\6àré@” §â^ "0ÌчÓ›V#>·BÐÌüÚ´É1ǯ´6­‹–áÍ5iÜ{OðÚþe$Æ¡¡·& 5Z‚¦¡Özak¹âêË]¢sM°¥ž¯·nä‰Äÿ˜'kû·LäQÔçÎCÉ»aÚ¢ á%¶±Rën{ÃLtwÝ^Ç ÀÝõƹe’¹A?/|ǃÏGk–—^ù¶ižÏÜ> stream xœ¥WM‹Û0½ûWø¼Tš‘FCLJÞ=,½µÛRÚB÷Ò¿ß7R¼»]ÙJ“bpô1OóFo4ŠÍÖ¶¿›_­i7fËmˆ¼íZ=ÚOŸÛwíÏÆ¶ú<}iŒN´?5 ©ý½Ím` óÒȳ_›Ç»´¸>Xaj8ÂÞ©ÙéSûnÂÒ®==öƧoÍñÔÜö~ë¯Hë“Ì©µó‡ÞìêÍÁìô‡õ5ʽã°áI;1uÒ¸Ï#Κ԰ÖtÚ×9KÃMí[^1<ÛÈðñô~¨£9.ÉD{‘•ȼ‡q yèOÆñÁÉLp¼¤çc™d Fi FÔÕ‘,ª në` åB„_xä‘dü>’AJ¬Œ Ñè)Q³Â¯Fœt³iÐA?Ò¡ÆÙjæ^à ݕ h {è•k`°¶rž{2öBøÝWø»ÐaåE*:8wKPÐCT•ÉIÒÍ›éè€ $  æs?ç ¢˜ä¨#Ê\UÈOÙ 0E ifüÄÕˆ„Ö"ª(âäæm( I9oëPtÎÑ„ýœ¡1ámÉh†Îé Säc¼$›¹Ô,±®0·–PjK_|*uHRwD©k1KJdíhOK¦™‘´[ÅÄT‘#•°mò·‰VB«éaèfO%ôœ>©ºê“:©ù¼(j‰艑fzѧË-§ûœ³w˜>Ê”êò,¥^"ë 0mãÿ°,ño3ÏW„!ïjîkÂ,@k)@¼â§öG«½ÛÖ}˜€™«þH/A"WÒ Wï\ÿá«ÂúÔÌŸù]û°üœsÏ‹Cá´nõ+#™ð˜œ'#š?^’SäŠ52»ç÷í‚ä$ endstream endobj 201 0 obj 832 endobj 203 0 obj <> stream xœ¥WM‹Û0½ûWø¼WšÑ‡ÆØñ¡·…@¡·v[J[è^ú÷ûfdïnãDÙìb°õ1#½Ñ{Y¦±õßêOmêi¸Ž‰›¶öÉ£üøµþtWÿ®l-Ïã·ÊHGý«£¨åŸu.×P1Ï…Üû½z¸ÓÁåÁ»CÅ öNÌ_ê†võá¡3¶?ü¨ö‡ê~e³®•·:PmŽÙõÔ™ÁlåÃò åÚ¾ßp‡Ê$•¤m÷¹ÅY£kM+ué³ÔoP”ºå †³Mè?>^†êMã2Ô¡v(¢ ¦Ig\Ž]ô‘ƒ'ãbðÑ…)šèxÛ‡Ž·ŽÃÆh ]0¢¶ ‰Ý9HX­ŽÖn€åbÂ̘“GÞ“ñ»DaXÁ†p8 ‰œ ü¢Å…6¤l¥Ñ4”QÛöFÔÙÍv{°+·c'x#¹ ûÀKЈ€ š} |wÅ\.)J Ûuí @cLÂ6¹ Àcó’:б a4ŸëY7ˆc {iìÒ(døH~Ê‘)Ip›ñ_‰)š&Ü΋óî’ÛÕ¥X¹*7a^ŠáÈRÌÅÝ¢Õˆ¸ð¶dD«‹Pa e¦ër[Â]Àn!`Æ»ˆdçb‹ì¡hc$] pæ$𠬆Ú¦«›Æ-‰òæU^»Æ±È¨ ožkå F=bäS^eQþSêy^%áä,´äœëÌr28ßÎìڿĬ*Tø\ÔªÜzìX/|ǘ[{K¸ß`£‚mÙ¯e‘žJA”H8ãZ&œ}ûæ¹V®ï%|6EŠÎçÉkw„Óö„¯üׄ„~"&„ãCÂâô’·¥…çQJxK¤ Z*ˆ:¨ ¥")]‡Ôž‘¤[ñIšÔ¡”bàJ‰[»^‰µoœéÔqÖ‡W^ 3R*±WI=õ>vÄ™ýz˜¢ädÓb•³ y‹î}˜4C/DÊRbRh ëråÚÿTy¾H .(sƵ,ü‡\š«ô vÆ-ÊyWšÉúå"ñÚŸís.‰‹³íS¢ÅíÃz-ækG~—o Öù“Áqœé¸ÅÛˆšð¨“«-—ÔZ²ÁÎfvP$81HîMòjûHÈAb†‹†Œ°-æ'ºžW…˜ç{—e,*çeQø3¼Ó:¯Ÿ&½¯ÿÛ7.ù endstream endobj 204 0 obj 885 endobj 206 0 obj <> stream xœ¥WM‹Û0½ûWø¼Tš‘4˜@LJÞ=„ÞÚm)m¡{éßï›Q¼»]'Ê&‹ÁÖÇ<ëÞ“d»¥oÿ6Z×.Ü’[ɼìÚ˜#Ê_ÛOwíïÆ·z=~kœv´¿ +ÿlKXBÅ=Jï÷æáÎ^®Þ°Ù7œ4lÿ¥ý0âÕ¡Ý?ôίö?šÝ¾¹ŸÅÇe¼¼’ëP Ö'½Û¬¨w[·ÖëmpTj»Õ‚{TF­d«X{,-Á;+xï:­kŸ§ÕE­{>xŒI«Ïû穆 Œj*T{•3Ù%·Ì' ‡^¢pŠä‚¤(!â$ðz•z^NcÄ¥­u!ˆº:%æiº_RªÐÂtû0Ð ’12Æäwäâ&SÚVòiÎDÛLFÎ'~ÑR—r mŒm묽\ɺÀœ‡Ù¯Ov;ôÊWÌ}Ú%ž’FäÐṩæºxŽL…PÎÍ¡ 4HVµ)$ó._¦4Ð0 ¶ K½øyŒi§-Ê]UŒ(Ç LY“ƒÝ\ùBN)_9ÁynœŠÔ´IÇ©x‘ŽNÅ1#ÙL^ä…»'§^ŒŠP83_–¥Æ»ÂÝûN·º«ˆtåb‰ƒ®!ñ"dä±j„phŽê¹Ä¸EÛxqÑòÓFyõ,Ï¡2Tuñæ±fP(‘#¿ÖU'å?§žÖU7œ² M{Îee¹Ë5þ•ãkÊšCUÏÉ­¦mÄŠª·Hi]yB«*ÔÖõZœ…—é6N@ë‚s”›ÇšAß+ø1[t9OÞ"¸Ýß!ø ?$¼Äc’‘Ž;BO˜3ê¾­-|<Up1Á;"Û µ‚¬“Z+º¥Û+­g ­ V1Ù6u8¥š8ÅZâUáæÐ &qùæ±æÐ£G¢i[•ìC÷viçøCO »é'€ª(]¼˜íâF^£{—FÛ©'Aõ`©)A"ïã9Ç¿v`¬Êâ‹ó&yN@ëV ÏUû;=÷j#ùGtí“{È\5˜—<ùïéõ8ÔìÍÕ áÁ†· š~uìcî88=~ßþ~! ð endstream endobj 207 0 obj 828 endobj 209 0 obj <> stream xœ¥WËŠÜ:Ý÷Wx˜ŽªJRY` Ýv{‘] !‹!»<.—{É&¿ŸS’Ý3‰ÝêLY:Ò)ÒËí©ù¹ûÞ¸æÁí¥Ñ$û¶ ) ÿãsóáMómG}?¾îœ54ÿïÌHsþ¿¦äeÜS¦´þ³ûò&wnz8žw’`ïÍìü©y;¡kßœ¿tŽúó¿»Óy÷~eöá%OF®u@e7xìܱçÎ î`?±dt\J§þA:&+¤\Èõ¡Ôxr9CäZ+[qÿ€¬•I®Î6±ÿx~wªO‹o±PíT®xÝ>m@; *1°óƒú8©S/‡>vrð§8ª‹Cn‚·uJ"[”*´0Ý´-¯ #cLåÄ.ÇhEŠ#èHbgråYmLÅT­2Œ<ÔY“¾u9B°¿ÜÙì±3¾*`Nñeq°CuˆŒÿ±êƒoÃ52B)´†‚ШÉÔfs à£2¥ž4 XP1€Z(å7ðcŠ'«1îVibå0NæÂÍ…InøÓÞ¿\äìæT¬ Y›8OÅ3wl*fô¸ÄªÂ/¤ÄÎbu T˜"2Óm E—­g‹w…;Qk[Ý UĶr±ÄÁÇÖ’*gòX5ÊøÀ 4'‹¹(Ùp@ÝtsÑx¦Ûê,¯¡:Vuáî±VP(à£ü©«MÊo‘º­«m8eZöœÛÊJ›öñÊ®ñ5es„šžK´fmVl0½UKmO ‡û,T¨mëµ.¸¨Ôœ¨‰°­ .A‘Þ7Ö úZÁgSlÑå<ùÁsú ÁWøµà Af'4Á ùaüœÁöm«‘ù@4Á5 Þ2ç Ú ð:怶‚mé¹ËÜ2²`k˜”7uDJÕqw ·†Þ—på¼o¬5tŽ‘µ­ŒÊù¢{¿´kücÇ‚p³+@>T‘ó¶x1Û%倿SœòN½jKM VÅ…ï<×ø?#0TåAÖÔäÙ€ÖC}¸6Ví*¶S;÷j#ÑÆÕ¢vå^’TŒô²ÙÿÅ „BΖ§GIë¯ò—ø»tC-÷\}“dóðÙˆ—§N¾Ì̓ólFC.à'¥iiM–´½2v"3Ãs)êÄù"Öq"ÿìíZ‡§•–©ð½8²ü4ÐûæÇf-Ÿ endstream endobj 210 0 obj 881 endobj 212 0 obj <> stream xœ­WÁnÛ0 ½û+|.PO%Ò‚Klv+`‡b·µ†mÀzÙïïQJš%–· –%=>’”b[ÿ­þÔ¦¾7 Õ©iëÞ_žêÏwõïÊÖú¼|«ŒNÔ¿*]$éýgß±×a`Ž/yö{õ|—ÀõÂfWQÄz¯Ëv_ë }½{^»Þý¨ú]õ0Zšð¶ J®5M̸¶Œ +¹wF<·œ †ƒ8Þ®y…¯ ~-wÎ8Çij¯nmÝŠ>®¿ì>MÛõ§V­ÏUnáÚù–Ç•!¥è=àáa—aÜubx›¦°Èµó„ˆJ„Ï1káïêÙkHœ8C!ža3›+Ø KD|@âÇ(™ ƒälŽl4E`4cÇ`eNü:1…h[j¸ )ÌIaGñ•¥òÃï=rÙiBû<e؉:àˆ':pÛ<“l×: ÑêŒèÌ6/“$N ̰‚o*Úü8 ¾Lzë± ‡úºULŠ‚X `Ù‹×hä¬c²Ù‘äÒŒ;zޏö)&!W°Oƒ!Íd4î¥Ûkì—Dãå÷ˆµ€’mOîËÆÝÂøe_)>)qàí¡VrÔ/ÔŠ'ièÆº(A d v5!êЩe¢VDÎðè5û}ÖÅ…ô:{sgJ‚æÕ™,ñ=NÙ™$eí÷¯Î féù_ðÉ„Æ_¯š1ÊÉRo`|Œrˆ¡Ú„=mîÚ‚«HȧÊ鉻 »’ ¨˜«‰Pö ®ƒ&‘sb—H™8†»®'!·4_¨> stream xœ­WÁnÛ0 ½û+|.PO%Ò‚Klv+`‡b·µ†mÀzÙïïQJš%–· –%=>’”b[ÿ­þÔ¦¾7 Õ©iëÞ_žêÏwõïÊÖú¼|«ŒNÔ¿*]$éýgß±×a`Ž/yö{õ|—ÀõÂfWQÄz¯Ëv_ë }½{^»Þý¨ú]õ0Zšð¶ J®5M̸¶Œ +¹wF<·œ †ƒ8Þ®y…¯ ~-wÎ8Çij¯nmÝŠ>®¿ì>MÛõ§V­ÏUnáÚù–Ç•!¥è=àáa—aÜubx›¦°Èµó„ˆJ„Ï1káïêÙkHœ8C!ža3›+Ø KD|@âÇ(™ ƒälŽl4E`4cÇ`eNü:1…h[j¸ )ÌIaGñ•¥òÃï=rÙiBû<e؉:àˆ':pÛ<“l×: ÑêŒèÌ6/“$N ̰‚o*Úü8 ¾Lzë± ‡úºULŠ‚X `Ù‹×hä¬c²Ù‘äÒŒ;zޏö)&!W°Oƒ!Íd4î¥Ûkì—Dãå÷ˆµ€’mOîËÆÝÂøe_)>)qàí¡VrÔ/ÔŠ'ièÆº(A d v5!êЩe¢VDÎðè5û}ÖÅ…ô:{sgJ‚æÕ™,ñ=NÙ™$eí÷¯Î féù_ðÉ„Æ_¯š1ÊÉRo`|Œrˆ¡Ú„=mîÚ‚«HȧÊ鉻 »’ ¨˜«‰Pö ®ƒ&‘sb—H™8†»®'!·4_¨> stream xœ­WM‹Û0½ûWø¼°®¤‘f,ƇÞ=,½µÛRÚB÷Ò¿ß7R²ÙÄŠãÝC"Yš7o>%›ÆÖÿª¿µ©ïMCµDjÚ:Ä€ñó·úó]ý§²µ>Ïß+£ õïJ7Iÿªó²säÕÕÓ]×›mEû½nÛ~­?Œ€öõöieìzû³¶ÕÃdhÂÛ”\kš˜¸¶ Ç•<8#ž[ÎÃAwk^á¥ÁpdÁ¯åÞ縗xòÖ­­[ÑÇõ—í§ózý±V`ës†*·0íTäq%AH)zEÏ#xxèe(÷B½îÒ6¹vžQ‰Ðþ9C̆û¦²B{u‰g¨'ø3lfã` 6Càø)Êcæ‚À 8› ÍzÄØ)X™¿,œC´-5\†æ”a#Gñ•¥òÃï=bÙk@‡<eè‰:ሉ':q]^I¶k]FÒêŠèJ—·IJN ÌЂwš´ùqz¼9kA®Ç6ìëëV>)B |1‚å ^½‘£vðÉÎ d'ö‘K+î`9ü:$Ÿ„\Á>MÆ´’ѸWd”î ¾_âŽ'”ß“¬”¬û¬\VèÊ'(»Jñ)Gîöµ’½~¡VB›°ÇÍ]›Ž b>çš'7{ô¤y$Nôw+-HkíN9¿ôÄ%oç), Ê%÷\EB>UŽOÜÝ•\@Å\Ml‚²kp=rb9%v‰”‰S¸ëzBRp@óEö‚gno™!ºö„!b!µhާ §60k„‹tk#Š’î[(£\ÔÆ–o']:|óUåèôfmyˆ?\oàˆé¶6_oö“„¬™5o½~¯Í«Jègå²r¶óÊg ¾ ½¤Ë80nßú™QŠ4ÛJœ¥ QøNÁ|÷úÓè¡þóç' endstream endobj 219 0 obj 781 endobj 221 0 obj <> stream xœ­WK‹Û0¾ûWø\XWÒH3„@ãÇ¡·…@Koí¶”¶Ð½ôï÷)&vï&ËÒ|óÍS’ilý·úS›úÁ4TK¤¦­C xùZzWÿ®l­ÏË·ÊèDý«ÒE’ÞÖù²s|ɳ߫çw \ l¶E¬÷ºlû¥~?Ú×Û畱ëíjØV“õ¡ ¯Pr­ibàÚ2žV>òàŒxn98 qÜ­y…¯# ~-÷Î8ǽij¯nmÝŠ>¬?o?^ÖëOµ[Ÿ T¹…iç"O+ BJÑ (zÁÃC/C¹'êÅp—¦°ÈµeBDs„öÏbÖ0Ü7•Ø«Kœ8C=ÁŸaSŒƒ$XÀ5"> ðS”§ÌAp6G6"0*zÄØ)Ø<'>L\B´-5<)Ì)ÃF&Žâ%*Kå‡ßIJ׀yÊÐ%uÀ1Ntàº<“l×:¤ÕÑ™./“”œ˜¡ß4ióã$ôørÑ‚\mØ××½|2 )ðÅ–ƒxõFŽÚÑ';7ØG.͸£åðë|rû4ÓLFã^‘Qºƒú~‰8žQ~K²Î dÝå²ò@÷P>AÙUŠO™8r·¯•ìõ+µâIºs^ÌA Ò6 76ÚÕ„¨G§– µ"p†E‡è#és^\ ¯³w7fRМ£“S|‡3oLJeí÷cP³ôú_±É„Æßž5S”%)Km¼ƒò)ÊÞ‡Bhö´¹kóÀRÌKž!¡2¹âÖ7#½È#A°£¿Y錴Ö.a—óKw\ò¶LaYP&(¹à(ò®rºã.è®ä*æfb”]ƒë‘£È9±k¤LœÂÝÖf!§4_d/xæö–¢hOò&RÐæxpjE#\¤{1 )é¼…Ò8ÉEmlùtÒ¥Í7UNvoÖ–‡øøãñŽ˜.kóñf?HÈšYeëEð{k^Í „¾(—•³-+/üŒô’.ãÀ¸}í5cN(R±•8KW.Q¸§à?¾»r5²QšÉ娤޶v±€Ø‡§HZïÌô.—ꀺà½õÅwàýXÿz; endstream endobj 222 0 obj 815 endobj 224 0 obj <> stream xœ­WK‹Û0¾ûWø\XWÏ B ‰íCo –ÞÚm)m¡{éßï7RM¤ÈÞM0$–¥ùæ›§$Õéöoó§UíƒêlËÁv}ëƒÇûË×öÓ»öw£[y^¾5J&Ú_,âøþ³Mï5¨ÓKšýÞ<¿‹àòa³klÀz'Ëv_Ú÷ ]»{^)½ÞýhÆ]ó˜­÷€ëU’µš ð´rF£ØQOÞ(¯È³¡íšVø¨ð:ãWÓ`”14p¸øjÖÚ¬ì‡õçÝÇëzݹV`Ës…*õ0íRäiÅž­Pt ŠŽ&ðpÐKPî, ¬h§°ÈôuBÖ–ž+Ä´"¸/—e;’—6Êþô›j4#Á*æˆ8Àç(O‰ ƒàlNl$D`TõˆÒ9X™'®!êÞvT†d¢˜aY ì8Ká‡ßÄr€ŽiÊÐÅd@V†e`¶i&H¯eI+3,3Û´Œcr²'‚|“¤Ma?àËU R=öþP_÷òI’á‹ ,GvⵓOön°:³Ïš8cN–ïcô‰Oìâ`Š3 AFéŽâû%^ pAù-ÉZ@Iº¯Ê%åÞÞCy†²¯3q¢í¡V’×gjÅYîìó¢ÉH[ÜØHWcktj¾R+,'XtŒ>’>åÅLx¾»1%HFsbLJñ=NÙ˜˜ÊÒïÆ fíÿé?c“ò»=kr”%)kûpå9ÊÁ‡lÑ&ôys—æ-Èǘׂ£ˆO»ÊùŽ» »ZãQ17ËPö n@NLÌ—ÄæH©ÃÝÖŠŒÓš/²> stream xœ­WM‹Û0½ûWø\XWÒH3„@Û‡Þ=,½µÛRÚB÷Ò¿ß7R²i"GñîCbYš7o>%™Î¶›?­iïLG­Dêú6Ä€÷§¯í§wíïÆ¶ú<}kŒN´¿]$éýg›ß!ë00Ç—<û½y|—ÀõÂf×PÄz¯Ëv_Ú÷ }»{\»ÞýhÆ]s_¬]x™€’ëM³·–!ð°ò‘GgÄsÏÁ™`8ˆãíšWøhð:±à×òàŒsoƒ„¬™U·^¿oÍ«”0Tå²r¶uåÕ‚Ÿ‘^Òe÷/½fÌ Eª¶géÊ% ÷üçÀo¯\l”®¸ÕÔÛÞ.ðûp)€¤õΔw¹Tù&sä|ßþ3y:O endstream endobj 228 0 obj 811 endobj 230 0 obj <> stream xœ­WK‹Û0¾ûWø\XWÒH3„@ãÇ¡·…@Koí¶”¶Ð½ôï÷)&vï&ËÒ|óÍS’ilý·úS›úÁ4TK¤¦­C xùZzWÿ®l­ÏË·ÊèDý«ÒE’ÞÖù²s|ɳ߫çw \ l¶E¬÷ºlû¥~?Ú×Û畱ëíjØV“õ¡ ¯Pr­ibàÚ2žV>òàŒxn98 qÜ­y…¯# ~-÷Î8ǽij¯nmÝŠ>¬?o?^ÖëOµ[Ÿ T¹…iç"O+ BJÑ (zÁÃC/C¹'êÅp—¦°ÈµeBDs„öÏbÖ0Ü7•Ø«Kœ8C=ÁŸaSŒƒ$XÀ5"> ðS”§ÌAp6G6"0*zÄØ)Ø<'>L\B´-5<)Ì)ÃF&Žâ%*Kå‡ßIJ׀yÊÐ%uÀ1Ntàº<“l×:¤ÕÑ™./“”œ˜¡ß4ióã$ôørÑ‚\mØ××½|2 )ðÅ–ƒxõFŽÚÑ';7ØG.͸£åðë|rû4ÓLFã^‘Qºƒú~‰8žQ~K²Î dÝå²ò@÷P>AÙUŠO™8r·¯•ìõ+µâIºs^ÌA Ò6 76ÚÕ„¨G§– µ"p†E‡è#és^\ ¯³w7fRМ£“S|‡3oLJeí÷cP³ôú_±É„Æßž5S”%)Km¼ƒò)ÊÞ‡Bhö´¹kóÀRÌKž!¡2¹âÖ7#½È#A°£¿Y錴Ö.a—óKw\ò¶LaYP&(¹à(ò®rºã.è®ä*æfb”]ƒë‘£È9±k¤LœÂÝÖf!§4_d/xæö–¢hOò&RÐæxpjE#\¤{1 )é¼…Ò8ÉEmlùtÒ¥Í7UNvoÖ–‡øøãñŽ˜.kóñf?HÈšYeëEð{k^Í „¾(—•³-+/üŒô’.ãÀ¸}í5cN(R±•8KW.Q¸§à?¾»r5²QšÉ娤޶v±€Ø‡§HZïÌô.—ê`w“1Ôï­w(Â"žt¯™ÇúºG endstream endobj 231 0 obj 823 endobj 233 0 obj <> stream xœ­WK‹Û0¾ûWø\XWÏ B ‰íCo –ÞÚm)m¡{éßï7RM$+ÞM0$–¥ùæ›§$Õéöoó§UíƒêlËÁv}ëƒÇûË×öÓ»öw£[y^¾5J&Ú_,âøþ³Mï5¨ÓKšýÞ<¿‹àòa³klÀz'Ëv_Ú÷ ]»{^)½ÞýhÆ]ó˜­÷€ëU’µš ð´rF£ØQOÞ(¯È³¡íšVø¨ð:ãWÓ`”14p¸øjÖÚ¬ì‡õçÝÇy½î\+°å™¡J=L»yZ±g+ƒ¢£ <ô”; B+ÚÆ),2}µ%B‡g†˜V÷å²lGrâÃFÙÁŸ~Sƒf$X…À5"Î#ð9ÊSâ‚À 8› U=¢tVæDlj9DÝÛŽÊL3l"Ka)üðû€XÐ1 @º˜ƒ (`Àʰ Ì6ÍÄéµL#ie†ef›–qLNöDЂo’´é1ì|™µ Õcïõu/Ÿ!¾˜Àrd'ÞHQ;ùdï«3û¬‰3æd9ü:FŸøTÁ.¦8“Ðhd”î(¾_⠔ߒ¬”¤{V.)÷öÊ3”}¥¸˜‰mµ’¼~¥VœåÎÞ9/JŒ´õÈt5¶v@§æ™Za 8Á¢cô‘ô)/®„×è»S‚d4ç Æ¤ß㔉©,ýþh jÖþŸþWlR¾s·gM޲$emî oîÒ<°ùóšg,Û:¹êÖW^äÏØÑ߬´ -µk±Ë¹¥;®uºNaYP2”ÔGpñiW9ßqtWk<*æfbʾÁ ȉ‰ù’Ø5R*äp·õ„"$ã4€æ‹ìÏÔÞCté cÚÄ|l2Šm j„ öÞF!9ž·Pg¹(-N¶qóMG•³Ý›¤å!>ît¼#òe}:ÞY2«n=3~oÍ«ŠªrI9éºòjÁ¤—tÆýk¯%¡`«­Äh{å…{ þSà·W®F:p—]Žjêu¯ ¸€}8@Ò:£ò»\¬ƒt“©s¦¬cU \.?^PÔéV5Ù«Y}í?2Ð\á endstream endobj 234 0 obj 828 endobj 236 0 obj <> stream xœ­WM‹Û0½ûWø\XWÒH3„@ãCo –ÞÚm)m¡{éßï)Ù4±­xwƒ!±,Í›7Ÿ’Lcë¿ÕŸÚÔw¦¡Z"5mbÀûÓ×úÓ»úwek}ž¾UF'ê_•.’ôþ³Îïu˜ÓKžý^=¾Kàúa·¯(b½×eû/õûоÞ?nŒÝîTþºŸ¬Mx™€’kM³×–!ð°ñ‘gÄsËÁ™`8ˆãnË|4xYðk¹wÆ9î%^|u[ë6ôaûyÿqY¯?× l}¨r Ó.E6„”¢Pô<‚‡‡^†rO Ô‹á.Ma‘kË„ˆæŸbÖ0Ü7•Ø«Kœ8C=ÁŸaWŒƒ$XÀ5"> ðS”‡ÌApv'6"0*zÄØ)Ø<'~žXB´-5<)Ì)ÃF&Žâ%*Kå‡ß;IJ׀yÊÐ%uÀ1Ntàº<“l·:¤ÕÑ™./“”œ˜¡ß4ióã$ôø²hA®Ç6ëëV>™…øbËA¼z#Gí䓃ÈNì#—fÜÉrøuH> ¹‚}Œi&£q¯È(ÝA}¿Æ /(¿&YgP²îE¹¬<Ð-”OP•âS&ŽÜk%{ýJ­x’†nœs‚´ Èv5!êÑ©e¡VDΰè9úHúœWÂëìÍ™ƒ4ç¨Æä?àÌ“RYûý³1¨Yú?ý¯ØdBãßž5S”5)Km¼ò)ÊчBhö¼¹kóÀRÌKž!¡2¹âÖ7#½Ê#A°£¿Z錴Ö.a—ókw\ò¶La]P&(¹à(ò®r¾ã®è®ä*æÍÄ&(‡×#'F‘Kb×H™8…{[O˜…œÐ|‘½à™Û[fˆn =aÈ›XHm@šãiÀ© p‘nmÄ,¤¤óJã,µ±åÓI—6ß|T9Û½Y[âãOÇ8bº¬ÍÇ›ã !kf•­Áï[ój%ôE¹¬œmYy±àg¤×tÆíK¯sB‘Š­ÄYºr‰Â=ÿ9ðÝ•«‘ÒL.G%õ¶µ«|Ä><@Òzg¦w¹T‡›ŒaG]ðÞz‡2,ZÌ"ûú§™Gl endstream endobj 237 0 obj 823 endobj 239 0 obj <> stream xœ­WM‹Û0½ûWø¼°®¤‘f,&¶½-zXzënKi ÝKÿ~ßHɦ‰mÅ» †Ä²4oÞ|J2­ÿVjSß›†j‰Ô´uˆï/Oõç»úwek}^¾UF'ê_•.’ôþ³Îïu˜ãKžý^=ß%p}€°ÙU±Þë²Ý×úÃh_ïžWÆ®w?ª~W=ŒÖ‡&¼M@ɵ¦‰Y€kËx\ùȽ3â¹åàL0ÄñvÍ+|4xXðk¹sÆ9î$ž}ukëVôqýe÷i^¯?Õ l}f¨r ÓÎEW„”¢Pô<€‡‡^†rO Ô‰ámšÂ"×– M:<3Ĭa¸o,+Ô³W—8q†:‚?æ+H°KD|@àÇ(™ ƒàlŽl4D`Tôˆ±c°iNü:1‡h[jxR˜S† LÅKT–Ê¿÷ˆe§íó”¡K$ê€#bœèÀmóL°]ë4’VgDg¶y™¤ä”À -ø¦I›'¡Ã—Y r=¶áP_·òÉ$¤ÀXöâÕ9jGŸìÝ@vd¹4㎖ï}òIÈìÓ`H3;EFéöêû%^àxFù=É:’uÏÊeån¡|„²¯Ÿ2qàí¡V²×/ÔŠ'ièÆy1)HÛ€ÜØhW¢ZfjE4à ‹^£¤Ïyq!¼ÎÞܘ)HAsŽjLNñ=δ1)•µß¿ƒš¥ÿÓÿ‚M&4þú¬£,IYjã ”Q>B›°§Í]›¶ b^ò •É·¾ éE ‚ýÝJ'¤µv »œ_ºã’·e Ë‚2BÉ}G‘w•ÓwAw%P1W¡ì\‡œDΉ]"eâ0 )8  ù"{Á3··ÌÝ@{BŸ7±Ú€4ÇÓ€S(á"ÝÚˆIHIç-”ÆI.jc˧“mÚ|óQåd÷fmyˆ?oàˆñ²6oƒ„¬™U¶^¿×æÕJèŠrY9Û²òbÁOH/é2ŒÛ·^3¦„"[‰³tá…{ þsà·®F6J3º•ÔÛÖ.ðûðXIëßåRìo2æp‹(³f–ÊCýŒ^F’ endstream endobj 240 0 obj 818 endobj 242 0 obj <> stream xœ­WK‹Û0¾ûWø\XWÒH3„@ãÇ¡·…@Koí¶”¶Ð½ôï÷)&¶•ì&ËÒ|óÍS’ilý·úS›úÁ4TK¤¦­C xùZzWÿ®l­ÏË·ÊèDý«ÒE’ÞÖù²s|ɳ߫çw \ l¶E¬÷ºlû¥~?Ú×Û畱ëíjØV“õ¡ ¯Pr­ibàÚ2žV>òàŒxn98 qÜ­y…¯# ~-÷Î8ǽij¯nmÝŠ>¬?o?.ëõ§Z­ÏUnaÚ¹ÈÓJ‚RôŠžGððÐËPî „z1Ü¥),rm™Ñ¡ý³@̆û¦²B{u‰g¨'ø3lŠq°‚+¸DÄ~Šò”¹ 0ÎæÈFCFE;›çć‰%DÛRÃóœ2ldâ(^¢²T~ø}@,{ è  ]"Q1ãD®Ë3iÀv­ÓHZéò2IÉ)ZðM“6?NB/‹äzlþ¾îå“YH/F°Ä«7rÔŽ>Ù¹ìÄ>riÆ-‡_‡ä“+اÁ˜f2÷ŠŒÒÔ÷×xãå·$ë JÖ½(—•º‡ò Ê®R|ÊÄ‘»}­d¯_¨OÒÐóbR¶¹±Ñ®&D=:µ,ÔŠhÀ¢¤Ïyq!¼ÎÞݘ9HAsŽjLNñμ1)•µßŒAÍÒÿéÁ&{ÖLQ®IYjã”OQö>B›°§Í]›¶ b^ò •É·¾é«<;ú›•ÎHkív9íŽKÞ–)\” Jî#8Š„¼«œî¸WtWrs3± Ê®ÁõȉQäœØ%R&Nánë ³‚Óš/²> stream xœ­WM‹Û0½ûWø¼°®¤‘f,&v½-zXzk·¥´…o¤|l"GñîCbYš7o>%™Î¶ÿš¿­iïMG­Dêú6Ä€÷çoíç»öOc[}ž¿7F'Úß.’ôþ«Íïu˜ãKžýÑ<Ý%p}€°Ú6±Þë²í×öÃоÝ>-Œ]n6ã¶y(Ö‡.¼N@Éõ¦‹Y€[Ëx\øÈ£3â¹çàL0ÄñzÉ |4xݰà×òàŒs 6i&£ñ È(ÝQ}?Ç Ï(¿%Y'P²î‹rYy [(/Pv•âS&nx½¯•ìõ+µâI:ºq^LA Ò6 7VÚÕ„h@§– µ"p†E‡è#és^\ ¯³77f RМ£“S|‡3mLJeí÷cP³ô2ý¯ØdBçߟ5%Êœ”¥>Þ@y‰²÷¡Ú„=mîÚ<°…óšgH¨N®ºõMHÏòHìèoV:!­µKØåüÜ—¼­S˜”%÷EBÞUNwÜÝ•\@ż›X²kprb#rNì)K¸÷õ„IHÁiÍÙ ž¹½e†èÚƼ‰…Ôt 9žœÚ@ÕéÖFLBJ:o¡4NrQ[>¬Óæ›*'»7kËC|üñxG”Ëú|¼Ù²fVÝzü¾7¯&PÂP•ËÊÙÖ•W ~BzN—q`Ü¿öš1%©ÚJœ¥+—(ÜS🿾r5²QºârTSo{;[ÀGìÃ¥’Ö;SÞåRìn2æp‹0‘ëpÑ¿ªt¸¨ Á /NÀ&9ÕÆË‹BùòFu ñÐþ/d÷ endstream endobj 246 0 obj 845 endobj 248 0 obj <> stream xœ­WMoÛ0 ½ûWø\ ž$J¤–8>ìV ÀÅn[7 Û€õ²¿¿G)Mä(nH,K$ÉGJ2mÿ5[ÓÞ›ŽZ‰ÔõmˆïÏßÚÏwíŸÆ¶ú<oŒN´¿]$éýW›ß!ë00Ç—<û£yºKÊõ†Õ¶¡ˆõ^—m¿¶F¨öíöiaìrû³Ùl›‡b}èÂë\oº˜¸µ Ç…¼qF<÷œ †ƒ8^/y¯# ~-Î8ǃij¯niÝ‚>.¿l?]¶ëO­B·> r×ÎE„¢@ô<‡‡]†qO4ˆáušÂ"××MÚ?€YÃ_)+´a¯!qâ „x†U5V@° €k@|@âK- ƒä¬Žh4E@Tˆ±¥²iL|˜¸¤ÑöÔñ´JaN ™8Š—¨(~ï‘ËAºÉ@†-‘¨Žˆq¢·Î3iÀv©Ó ­ÎˆÎ¬ó2Iä”À +ø¦¤Í“0àËEr=öa__·ŠÉ¤JA,F Üˆ×hä¬c² ÙÂ?riÆ=G\7)&!W°Oƒ1Ídm<¨f”îFc?' Ï ¿…¬Z²í‹rÙx [/´ì*Å'&޼Þ×JŽú•Zñ$ݘS*´ àÆJ»š èÔr¡VDÎðè}>óâJz½¹3S*Í9ª3™â;=ÓÎ$*k¿?8ƒš¥—ô¿â“ ?kJ-s(K}¼ñRË>†Bhö´¹kóÀRÎk‘!¡:¸êÖ7!=+"A°£¿Ùè„´Ö.a—ósw\ò¶a^R -¹à(ò®rºãÎè®ä*æÝÀ -»7€£È9°k L,Õ½¯'LªœÐ|Á^àÌí-#D7О°É›XHm@Êñ4àÔªN¸H·vbR¥¤óJã„‹ÚØòéd6ß|T9Ù½Y[òãÇ¢\ÖçãÍ~4+³êÞ‹à÷½¼šÐ†ª\6ζn¼ZðÒsºŒâþµ×Œ)¡HÕVâ,]¹Dáž‚ÿœøõ•«‘Ò—£šyÛÛÙ>b.@ZïLy—Ku°»É˜Ã-ÂD~q>5dÓt†tC.ERGCb±·Þ¥}¼î3ùòúspá¡ýFÍR” endstream endobj 249 0 obj 846 endobj 251 0 obj <> stream xœ­WMoÛ0 ½ûWø\ ž$J¤–8>ìV ÀÅn[7 Û€õ²¿¿G)Mä(nH,K$ÉGJ2mÿ5[ÓÞ›ŽZ‰ÔõmˆïÏßÚÏwíŸÆ¶ú<oŒN´¿]$éýW›ß!ë00Ç—<û£yºKÊõ†Õ¶¡ˆõ^—m¿¶F¨öíöiaìrû³Ùl›‡b}èÂë\oº˜¸µ Ç…¼qF<÷œ †ƒ8^/y¯# ~-Î8ǃij¯niÝ‚>.¿l?]¶ëO­B·> r×ÎE„¢@ô<‡‡]†qO4ˆáušÂ"××MÚ?€YÃ_)+´a¯!qâ „x†U5V@° €k@|@âK- ƒä¬Žh4E@Tˆ±¥²iL|˜¸¤ÑöÔñ´JaN ™8Š—¨(~ï‘ËAºÉ@†-‘¨Žˆq¢·Î3iÀv©Ó ­ÎˆÎ¬ó2Iä”À +ø¦¤Í“0àËEr=öa__·ŠÉ¤JA,F Üˆ×hä¬c² ÙÂ?riÆ=G\7)&!W°Oƒ1Ídm<¨f”îFc?' Ï ¿…¬Z²í‹rÙx [/´ì*Å'&޼Þ×JŽú•Zñ$ݘS*´ àÆJ»š èÔr¡VDÎðè}>óâJz½¹3S*Í9ª3™â;=ÓÎ$*k¿?8ƒš¥—ô¿â“ ?kJ-s(K}¼ñRË>†Bhö´¹kóÀRÎk‘!¡:¸êÖ7!=+"A°£¿Ùè„´Ö.a—ósw\ò¶a^R -¹à(ò®rºãÎè®ä*æÝÀ -»7€£È9°k L,Õ½¯'LªœÐ|Á^àÌí-#D7О°É›XHm@Êñ4àÔªN¸H·vbR¥¤óJã„‹ÚØòéd6ß|T9Ù½Y[òãÇ¢\ÖçãÍ~4+³êÞ‹à÷½¼šÐ†ª\6ζn¼ZðÒsºŒâþµ×Œ)¡HÕVâ,]¹Dáž‚ÿœøõ•«‘Ò—£šyÛÛÙ>b.@ZïLy—Ku°»É˜Ã-ÂD~q>5dõK:CrÞžÅ%†§e'Jã|©¥Eé¼×cºw»Â®Æ„|y=:¸øÐþCYs endstream endobj 252 0 obj 860 endobj 254 0 obj <> stream xœ­WMoÛ0 ½ûWø\ ž$J¤–Ø9ìV ÀÅn[7 Û€õ²¿¿G)Mä(nH,K$ÉGJ2mÿ5[ÓÞ›ŽZ‰ÔõmˆïÏßÚÏwíŸÆ¶ú<oŒN´¿]$éýW›ß!ë00Ç—<û£yºKÊõ†Õ¶¡ˆõ^—m¿¶6PíÛíÓÂØåög3n›‡b}èÂë\oº˜¸µ Ç…<:#ž{ÎÃA¯—¼ÀGƒ× ~-Î8ǃij¯niÝ‚>.¿l?]¶ëO­B·> r×ÎE„¢@ô¼» ãžhÃë4…E®¯"š´.³†¾RVhd¯!qâ „x†U5V@° €k@|@âK- ƒä¬Žh4E@Tˆ±¥²iL|˜¸¤ÑöÔñ´JaN Û0q/QQ*>üÞ#—ƒ&tÌ@†-‘¨Žˆq¢·Î3iÀv©Ó ­ÎˆÎ¬ó2Iä”À +ø¦¤Í“0àËEr=öa__·ŠÉ¤JA,6@9Š×hä¬c² ÙÂ?riÆ=G\Ç“+اÁ&Ídm<¨f”ŸŽgßBÖ -ÙöE¹l<Ð-ŒZv•â7¼Þ×JŽú•Zñ$ݘS*´ àÆJ»š èÔr¡VDÎðè}>óâJz½¹3S*Í9ª3™â;=ÓÎ$*k¿?8ƒš¥—ô¿â“ ?kJ-s(K}¼ñRË>†Bhö´¹kóÀRÎk‘!¡:¸êÖ7!=+"A°£¿Ùè„´Ö.a—ósw\ò¶a^R -¹à(ò®rºãÎè®ä*æÝÀ -»7€‘s`×@™Xª{_O˜T)8  ù‚½À™Û[Fˆn =aÌ›XHm@Êñ4àÔªN¸H·vbR¥¤óJã„‹ÚØòéd6ß|T9Ù½Y[òãÇ¢\ÖçãÍ~4+³êÞ‹à÷½¼šÐ†ª\6ζn¼ZðÒsºŒâþµ×Œ)¡HÕVâ,]¹Dáž‚ÿœøõ•«‘Ò—£šyÛÛÙ>b.@ZïLy—Ku°»É˜Ã-ÂD~q>5dõK:CrÞžÅ%†§e'JãÜ^õœ‹¾WuƒÏ+ošGÀ]:ãô“ý]ƒˆ½²Þç¬íË{ØÄCûuÇp< endstream endobj 255 0 obj 875 endobj 257 0 obj <> stream xœ­WMoÛ0 ½ûWø\ ž$J¤–8>ìV ÀÅn[7 Û€õ²¿¿G)Mä(nH,K$ÉGJ2mÿ5[ÓÞ›ŽZ‰ÔõmˆïÏßÚÏwíŸÆ¶ú<oŒN´¿]$éýW›ß!ë00Ç—<û£yºKÊõ†Õ¶¡ˆõ^—m¿¶F¨öíöiaìrû³Ùl›‡b}èÂë\oº˜¸µ Ç…¼qF<÷œ †ƒ8^/y¯# ~-Î8ǃij¯niÝ‚>.¿l?]¶ëO­B·> r×ÎE„¢@ô<‡‡]†qO4ˆáušÂ"××MÚ?€YÃ_)+´a¯!qâ „x†U5V@° €k@|@âK- ƒä¬Žh4E@Tˆ±¥²iL|˜¸¤ÑöÔñ´JaN ™8Š—¨(~ï‘ËAºÉ@†-‘¨Žˆq¢·Î3iÀv©Ó ­ÎˆÎ¬ó2Iä”À +ø¦¤Í“0àËEr=öa__·ŠÉ¤JA,F Üˆ×hä¬c² ÙÂ?riÆ=G\7)&!W°Oƒ1Ídm<¨f”îFc?' Ï ¿…¬Z²í‹rÙx [/´ì*Å'&޼Þ×JŽú•Zñ$ݘS*´ àÆJ»š èÔr¡VDÎðè}>óâJz½¹3S*Í9ª3™â;=ÓÎ$*k¿?8ƒš¥—ô¿â“ ?kJ-s(K}¼ñRË>†Bhö´¹kóÀRÎk‘!¡:¸êÖ7!=+"A°£¿Ùè„´Ö.a—ósw\ò¶a^R -¹à(ò®rºãÎè®ä*æÝÀ -»7€£È9°k L,Õ½¯'LªœÐ|Á^àÌí-#D7О°É›XHm@Êñ4àÔªN¸H·vbR¥¤óJã„‹ÚØòéd6ß|T9Ù½Y[òãÇ¢\ÖçãÍ~4+³êÞ‹à÷½¼šÐ†ª\6ζn¼ZðÒsºŒâþµ×Œ)¡HÕVâ,]¹Dáž‚ÿœøõ•«‘Ò—£šyÛÛÙ>b.@ZïLy—Ku°»É˜Ã-ÂD~q>5dõK:CrÞžÅ%†§e'Jã|iÒÖÏ'X^ „íË;ÑÁ¯‡ö?4ÖW endstream endobj 258 0 obj 854 endobj 260 0 obj <> stream xœ­WM‹1 ½çWÌya§¶eKc&“z[ô°ôÖnKi ÝKÿ~Ÿì|lbÇI6a`-éIz’mÓÛîßäogºGÓS'‘ú¡ 1àûõ[÷ù¡û3±>¯ß'F'ºß]$éûW—¿!ë00û<ûcòò”ë óõ„"Ö{]¶þÚ}XAµïÖ/Scg럓åzòT¬}¸N@Á ¦Y€;ËxžúÈKgÄóÀÁ™`8ˆãÅŒ§øið¹bÁÛòèŒs Vi&kãQ5£t—ûK¢Àñò{ÈZÑ’mŸ”ËÆÝÃx¡eS)>1qÅ‹m­ä¨Ÿ©OÒÓyQS) m7æÚÕ„hD§–µ"šp†G»ìƒô™gÒëìÝ©©4ç¨ÎdŠoôÔITÖ~¿s5KoéÆ'z;kJ-—P–†x㥖m …Ð&ìas׿-(¤œ·"CBmpÍ­¯"}QD‚`G·ÑŠ´Ö.a—ó—î¸ämÂeI)´ä>‚£HÈ»ÊáŽ{Aw%P17+´lÜN¬DŽeb©î¶žPU)8  ù‚½À™Û[Fˆn =a™7±Ú€”ãiÀ© 4p‘îíDU¥¤óJã€‹ÚØòéd‘6ß|T9ؽY[òã÷Ç¢\6äãÍv4+³ÚÞ‹à}+¯*ZÂØ”ËÆÙ¶7 ¾"}I—q@<\{ͨ Ej¶g©¿ú:SòÞç%̵Vë±mÙF¹Þr)Î’r’²»·,rÈÛËC›³\m\M0\”Ï›(ìÁZ gŒsµñBa æ…ÙÚ¡~QkÚ)„ŽÜÜÝ€Raë%蜳ƽFE‹ž)¹å´˜òȽ[ÿÔý\W«œ endstream endobj 261 0 obj 881 endobj 263 0 obj <> stream xœ•RMKÃ@½çWì¹8»ÝÂBMšƒ·BÀƒxÓ*¢‚½ø÷™ÝÔJÉA“É̼÷æ#Рû®¾¸v±ã¦u¡ ⟞ÝýÆ}Vèô9½T  ÷QiQ4ÿÝe_°$ðëäìkuܹ>Âp;WÜI½×²ùÉÝLBíÝ|ìÓüVíçêpUšðEl¼ã¶m¶AŽ{|PH=°½=„âm/l”xk^€î\Kéq¾[Së{Õ,jYõˆ {Å0$î Á‹¯$êvR%ôXêý´šAÍNcí96Nƒ°OXp“gšÝ¢˜©Õ`Xëœ}SSôWÓN€„)UmÌöÀYBòµ×!¸ô+9I«Jåæ$¶]”p»\D§‡Á–n® u$ sNyºµø(7 ìÄþågLe%`”VµË!³z¡W1¦daK35 ¥Þ®Âç¹í†£€½¬¼. ŸodtÞZ¦)ã ÝËèà~m ½ò endstream endobj 264 0 obj 373 endobj 266 0 obj <> stream xœåX}l×qŸ·{$Wü–DÑ”™oµ"CYü’d}Z‘ÎäEù$™_’ïd}ÜònÉ[û>ÖwGQ´•†HUÔ8ÛbÛ?ì"q¡Äµ‹8HªåÆ@© ­ƒ¶HÕÖŽ§‚B¸@Т øº(Xê¼Ù½ã‘&]'Mþê.gç÷æÍ›™7óÞÛ=æ³ÓÔÂÈà¥t«‰1Àë-¶!v)ÏÿôXÅ0â÷$kÒšJ}í‡OøPVQ˜JÎN~ùÞëÇÖÝÁ1׆Ÿ ÕIlïK àðÝ«UØ~ÛÛ©üå6ø¨Û·°­$31½p8T¿‹Ê”~Ù:(—°ýSló´ž26¿×ÝŠíÿh¸jeryÀ@¶\ýVÖ°&îìGÝ-/cLßE g¬’ÚÿϯŠEº ›‘š|½Ðpïß>t÷öý5ÀÝqÌêÄ?Á*!¿Õ¿ö@nÁÛx¿oàí^‰²[ð<|¾Žò% À·ñW¾ _EQ§ˆ¿ï•Ë¥>¶µ°WÙm”ZXû+,úmø9üœý˜}…³,Ȭ ^ö²ˆ|´¢ñÆQØ[ì-ßO!­Ûhõ"ûOì»,½Ë~Oþ ÌIsØ#b}íî+°n¢¿ÿó¥ü¯õ(^¢âõø\¿¡zø÷‡ÔGŽ úö=ò¥Ã:x`ÿ¾½½=Ý]íÛµmm-Mëêjª×)U•>YbÐÔ£ÜîˆÚ¾mh¨[´5z™ js .×±y”ÔørM?jN®Ðô»šþ’&kä‡ápwjÜ~; ñEvv$Œø…€áö‡„OöuP£ªŠ#x°%à6‹ò =x)QFho¡¦z@0ª»»`¡ºa "»S³XçF@ê Z@©nm¹=¨Çíá‘p0Ъª’ÁÙ²+ì*²ÅM3<Ǻ~Px~±&¢;kãZ\?¶eä`¡ð»öúö-`ïxúg-8eÃîÒA{§†ÆB£%Ì®hoÔxácÀàµ?X.Ñ=Ie{ãÇ  ˜b)MØ_Ä€±a„8?U±<·è‡ lØs#a·Ía¢ÕïΈ-EEÏŠ=›N‹ž¹bOixTSE©‚QïïR¢Åž›àÝ]˜}úkÇ?ìç¶Üˆ%ׂ¸yÛþ¿îÍ5¸Ð׋úz'aŠ4Œ„í^Ͳ›´~W\ÔÀ Óo˜Ý4`C4æ²{ƒ¢7@aK ß„=÷Þ_x·~o<‡Ý<€EéÂñI»-ÚÇõ9Éíªí`ú"Z؈ˆ*iöŽ÷ÑJiÎm…vQY̼ª]áa©UŽˆj¡€âCë?ŒX.jŠŠöæaÖ E5ôâi´Ì6äö!Ñ%‹¡C­jDu¯Ï©Õ‹©¢ÝVÊl5¢ “ëgÍÐ\mÐ4e.3ZáèY[=NIäÂsŒ#QΡb—ÜŽ;eš!‘¨b ·a˜‡5C‹h¸†üÃa17‘kªohL œ Sµ½=YP´ÐXAHµ®xḠ¸œü¸qlxЕâÉS( j|°-è‹÷æ&4Þ¨B¡‚Œ ·aLáâ½ï?×j>±£ vHØ×ŽÇ ÚXøp+-ÊáÒfµ¥ñ°ÐoRž ý {vdÁÏž;¾ÙˆDÏŽ‡‰IÑþH¤[¼<`Ž]ç|𣩠:üÍ/Ëä{¹ îƒýâ;ªêe†M€ÞO>ùõ^Ô {¸êðýçâJ¨§<¬À&¸âáuпïáhÁ·gñ+u;,z¸Ž€;®‡¤N¥OÆj¥QÂbÒ•$O®"ùÓ„ÂÂëÄ[úš‡´Hw=,A½Üìa:äíöA‹üˆ‡+`‹<ááJh–¯xXä?ðð:¸_þsWû>ÿÙÃ5ЧüÐõ0¤ü—‡ë¤?\wÄÃõ0^s›pµ˜Kí„kDüµû×’|p=a7"þZ7o¨Mn"ß"¼‰ì¸yh&¹›‡Í4öO·’΄·’Îßn#ü.áí¤‡p·XKµÿ!°âÆìb×>ͱ–äuaŠ¿®þu¾»¯o?iƲ™\f2Ï2Y+“Õóf&ÝÃN&ù¨9•Èçø¨‘3²—ŒxÏxÖ˜˜Ž%Œ3x>aæød ë9nÙ”™Ïq>1‹=ž>ñ0öf©ae3ñéXž›i>“0ñ=¾49†—œŽãÐ|†ÇÍœ•Dz:Ž£LTˆ¡Fß˾3éä,ï4wp#5!-™J•WˆÔãfzŠg\>kÆDnʼãð’­‡(€N½ä”HdÖD¯ñÌL:™ÑËb̺©‘å8Ý ºÂçtÞšÎó¸qÉŒB'a$­ú<ù.r½p 2…èD4³¬ x¯ü;ÒRßä‘§ñ|ÒQ—¿&/È!¿‰tSþ¾üx8žu}xïCtLˆ¡^rH“8–ÃY³è©£ÄD”†ìyí'‘¢l Ø—£–Ü@íKøŒ£æ8bcœFÛ Dyò4FšS(MRl«ùþôȵl!9/:{ѯ˜ÕåUFýÏ?Ó3ÈÓ¨k೨…¿)fcëø]€³6(–)Ô9à¢Bøül[œz9삃xï#K&åTGJ ÕRÈÄèµr„ÄìMœÇj¾'iF[:öÌ’~Œ<ä/K=b…Là¸$RµzVÍ?§õô$ùङóâÎaæÌe™žE†S4*A3\-fÑÊPìE-‘=X=Ñ3ƒ2“ü‹è4#wÅL‘îe’ËÖ »â9yŸöð$Í2íl)zQƒúÝLåQŸã<ܨ3Ô»V~¸7Çb®s^ÆÜ Ñ$ŽŠ‘DT9åUYxw+'kåÞuŠ`žÆ;Iú òŸ%Ý[ñ+Wo——)Ã[IÅL>…– Z/ÅšÌÐ*àô|’<‹±ÛÐ^†ö¢ð2K˜SåMO¦¯±:©gÒ;sŠ•Lys3ðÐ锈Qì:Í-‰hGiÆ¢šÓ´/¥ù»»y­U$ö»Wb”Ua3W²WÔŠÑøíƒv@¹vWÙ:I æ Å,,Upµ¹N’Åâ[Ú³«­¢‰eug¡»Ž“%¹îÙ4K+ÒÍ{ÖË_ŽvË”×§—*ž+³{Üóž¥Ýž§5¸ N,ËèZVÅZ0ÉÒÚÕµ<ÝmhYì®'-Ø^'%؃NR°=Γ‚ívžl—c Öç$ëu¦ëq&ëv Áºœ¸`;˜`8‚íptÁ:¨`_t. Öá\¬Ý9/Øvçœ`šó¸`Ûœ³‚©ND0î„ksì~çŒ`[Ó‚}Á¬Õl‹3*ØfgD°gX°ûœGkvN ¶É9)X“sB°NH° Î#‚­wŽ Öè Öà¬Þ¬Î Vë¿PTó±]ma¤3H#£»Ú»Ú‚HžÚÕv‰¿Ô÷’ÿ¥á—|}ϲ†çÙüÕëWo\}óê;W+æ×7rÔ´Liþq6–Y±ùáëÃ7†ß~g¸b~äúÈy~ôúèQùè•G¯HÃÏDŸ±ž‘­SÌšg}óÑyk^†k ÿü׬k\ë»æ¿6|-ŠÊFËoIÑ<‹æ˜`ÐÙ‰kuÃzÅ¿¿áèšYÃ+m¯H-Xô&¤z¤:¤Z¤¤j¤uH RR%R’IF’’ÿ àóýE½Ó¤¨·ëõŸêõkõ'5Šú^µ¢þx¢¾«(ê;UŠú£JE}»BQßò)ê?ÈŠú÷’¢þSÔ[ ¨Z}p[mP­r%ØV¼ßÜ*¿Á-J‹Ò¬4)”F¥^©UªE©T|Ф€Z¬º7²•áÇà Œ]‹ØBï¿ ŒÝûvþŠW®Ÿm Ù­caûÅ­‘½l]h†þHˆcK³_9¶û¶Fv² 9ÖÏBÃá{ι¼¹Ñ:²°Ðäîú£‘ÀBXß¿`7[-VŽ®|>·òúUþ%®üN\ÿa°× endstream endobj 267 0 obj 3733 endobj 268 0 obj <> endobj 269 0 obj <> stream xœ]AOÄ …ïüŠ9î6О›&fÍ&=è«?€Â´’ØLé¡ÿÞ)VM<@òxïƒ7èk÷ØQÈú…£ë1ÃÈ3.qe‡0àHU5øàò¡Êîf›”¶ß–ŒsGcl¥_Å[2opzðqÀ³ÒwöÈ&8½_{ÑýšÒ'ÎHŒj[ð8Ê=O6=Ûu¡.;äí"È_àmKuÑÕw=.É:dKªÆ˜šÛ­UHþŸwÃè>,K²’dm*S²ÇéNícý´·2K“2{©°?¿'Å´Se}}©mv endstream endobj 270 0 obj <> endobj 271 0 obj <> stream xœÔüy|Uö?Œß{k¯®îªê}KÒNwB:@’@$¥l*²¯Zƒì BØE@DEGu\Fq%@À€ú‘QÇfÜF…q£|†Q ÝϹ·»!8óýý>¯×ó×ÓKÕ­½ê¬ïsî¹µtñ²™HC«‡¬é ¦-zoûCëBï „Ó—/h/<mø‹ãf-š½`óÃý&"$× $|?ûгÖl0!G BӗΙ9mÆÅKÞÑjÝ çè;VÜŸ¾Q‚åC°\2gÁÒ«·t8`ù8œ³ìŠ…Ó§õXüëZ†í›L»zÑ6!ÆÃr;,G®œ¶`æדM°üB¦¼há’¥n¡›ÿJ·/Z  E¢Å±’x¢´¬Gy²¢g¯ÊªÞ}ªkjûÖÕ7ôëßxÞ€&ëü äÅþÌ7èt ÷.u ²£bt>…¢Ûñ%™eh*:Ìß„êÐ%èJ´¯ÊLÊÜ‘¹;ó8ú ÚËý!Ó…l(ˆ¦Ã÷@æ{á/™¿¢žpĽè~tß­ìF\eìùZŒàR<ÎÌΜ„;ˆ¢«àx4ÀûIÎ>}…ýx%7ÎòX¦-ó:ìF)4=€öáZ<”D…©™á™È ׸Îz?Ú‰öÀ·½Œ>Æšp,óxæ   t‚%\“y¹Qo4îöI8òKüor=|oàÞà‡d.@ Ë]”Úèwèo8ˆ+ñH<ô ÉÃÜb$Ã{Ãwš ôÞ gÿ 'ñ¢‘ƒÜcü3ü)± }$ãŽ$Ѓè!ô[l‡'à%øFüþœ $—‘Éß¹{ø§ø?KÓà©/E ÐíèôoìÄõx4ž‚çà•x-¾ ßàCøkr>G擸9\+÷2|ÇòKø›„5Âmâ×éIé×ÓJÿ;Ó'³yX w/zžl/:ˆ>‚ïaôw,`vÀ7‚£x<¾¾×ãÛñ£x~ ·ÃUá¿ãoðø_øAðIˆDI1|cd1¹ŠÜC~MÂ÷ùŽüÌù¸b.ÉÕr\3·îj-·¾»¹¿ñAþ Ÿ:÷6 [„mÂ3«Â1Q“n”‘üÎéǺʻ>K£ôºô¦ôÎt{æoÈ< ŠP#Üý4øÎ~o‰ÛŽÞÅÐ.ˆËñ| Pæ2<·â«’7ãðoؽ?_*}ˆ€{¶“0»ç^¤–\@FÂ÷R2“´’änÒN> '9‰³q:çáʹ¡\Š›É-åVp›¸6îîSîïÜ î4|3¼ÊñÅ|‚OòCùËøeüÃüWüWÂTámá QˆkÄñÿH}¥Ò(i´”’î”öHïÉ- ¯¡Ýè…î:p«¹ÁÜnt©æää Ï—¡Üp’J¶áuä:ÜNJ„«Åþ¤?Žñ  õd 9AúsÃñ0<Í#½³gÝüÓ0kä_CüKðl„3_-jøzòƒ¨¡‘¸æï¸*>ɽ>æc‰}«؇;É“Ü(‚—ùÂ$å~žçZñuh7ŒzJÞr<? vaîƒâ2ˆ##@Šê¸ÏÑMh>ù ê=^‡îÃ3øÙèTW¢¯Ð =„+Årуß$sùõÄ…Ûែ§kÀ%˜Üèfœâ ¡eè ¯¢Ï¸gáî’ç¹áü1a žpZƒZ3«Ñ aÿg<qxŠóGÀº­äúðQ˜ßVe*Ø´= ÝûÀœÏ ‡5~œK@.ƃ…x¾›ÁNð AsAÇ'‚û#jÇ‘4[p`°:ño§Ç É™'Ðý™ÙèÊÌݨ'؃µ™•pÆmè t'Ú†oI_‹¡BМÏð%ÂrP’éIÖ“ÈX²é\þµãؾ…ïó°0@x­ç?DcQSfCæ}î2°°÷£ËÑÅè(<å÷p… ¹ý¨:=‚ìÈ áÁóF£3Ofапd®@#ÑKè7’€¦IIàqþ3<ïµh&“YÊÍLÏ:Ü T°€ZËÀþÜj ?î|«iÀyýû5Ô×ÕÖT÷é]UÙ«gE²¼GYi"^+ŽFŠ Â¡`ÀïózÜ.§iè»fSYž#U Ž i‰´%ZÚøDì {ÒåØ4X1­ÛŠ–¶¬rî>m‘¶[äÜ=-ØsÖ/ö´²{ZgöÄF¤5ö¬ˆ ŽEÚ ŠE:ðäÑ“ }û Xs¤­“µ‡³öFÖ¶C;…"ƒýsEÚpKdpÛåsÖn§ÛaSÆÎT{V ª š6hµùb‹v`ßÌÄ7¸ß‚d;ÜT[06hp[ 6ˆÞA }ªìóÍŒ ¦kZæEڔر9ëçµk‚ëÛИÑÁ µ7sGÖ›‹¶5…bÍÓ…w¸Ñú1+v¬HàÜ-=+vf–°;z®¡Ù»7fžÙÆZlwÚ6æ e1½£ØE m‘鸓I1x¦z:™YÖO¯‡ÝàӌᨶÀ‘¹mÊÀ–õF?ºžß&ÄXdý¿H@¬ó»s×LË­ãÆ¿mR99#j°=ßnK&ÛÊË©ˆH§pØrmÏŠå$[dD`äC£€¶ÓšûUù£QÊàÛ:,t9,´­=)»A—‡v"«2ÙÜFZè–ýù-žñt˪ü–3‡·Ä@’ÛDö´É‰3?ÝðºÏé׆½ÿ?6ÏÌn666lôäI‘Áë[r´6ìöú3Ûr­6×ÀI\ˆäZ$ı­ ”SÏìL&im|~"ê’ RÉÖàÈ6£åÂì´YFÿ—udŽÑ£Øììa¹Ûlë—V\Bjkœ%Õ}x¯OêEbÅ¢(‰·“¯îÓ·Îä.! îLÚú—ô–ö]xÔ'[0¾;±=zùž…·¼zU´~-&w]lizwY¼d/¾ô/à%í³;î©Z´jøè›G®Ûòzú§UÓê°  zXæk¾¨ µ|E(ì!ã¹”RÆÛfró……ÊL›ì¡”¶ÛÅñ&4¬1´U¦ÓRçGÂI÷‰ ßÛÙ/Ð;|¾sxðüðhçÔÀ˜ð4ç‚à´ðÕâÕžä„߀0O·û|£¼-ÞE^ÎÖ7[ b|(¬JhyáÌþvà ãï ÃÇã{]aÞæ³ì™¿2Cã{v+Ðø¶2ÔN÷WJËkÚìØ,‚¥]ñD [çÆjªŠp‘·Ú(‘¬’òš"©I)qRÄf#ã%?)LO+9l6Úô„’—ž_ ÖÔeå„}RÉá]GG­Éä‰Vº<¼$¥+•Leâ’jìjm¤’ÂD…ò’2¹u1ö‰b¬™ªîƒL·õz‰8š(M[¹K÷U|¿÷›ôØý×÷!:ýµºó–éº>&£µú ·®| Oð=ÖŽ‹0aGYú³ôÏFdû¾9øÞ5ç<ÚT’ù‘” ÷C,ý—½H…'%jöäÐXÀkvsÈk(I]½aΦŨÛq g$y°2¸EZ$­’6J<’"ÒV©MÚ/’D‰Ò™²Ç™–ITËÖø‰ñ‚5 ;2'Û)Ç q̲é:´DFÊŽÌ׌[Ò>2ùqß³üIãÄ©Oµ?jt‚¦G7RÍ£J4««7)“ɸè—HÔš±Új³Î¬öÄL7¥!1‚—4^~EÅÍ7ïÚ½Û•,+|d‹1`æ£dú,]‘¾}Cׯ†WÁ6¡A ᥠávÀó÷xüôv\ùûÒ¡a-¡­Ûà”Ô€6T¼Pž 6˳ʲ\côsöóÖúÜüƒýS…©Ê#åLyÇø ”Æçï ÿUØ£ˆ‚} 7N§NÑ®àf 3Õ+4Õæ%3l³¹KB%ZÈb²Òk™Œ¬~FJ#·öX;DÚ`t£ FOÚÈ‘t¿å*‰×TIIðŒ“zá]xh;J怓#'=9Ò(“P˜^1AGzr¤Qž!/=-²à”E¨ Ö;Hß8‘:æNûÔ‰ÔÙÉNf&C­)Ô ÖRÆ c•˅˧š™…su}Aæ=n¦.7•ûÚ*õƒ¿õwŸ`ïµÿ¸ípºsïεkvîºeíNÒJïXžþ[×܈ ±ý·ßùÓïÞ~ nhmz.:Q!¾ÜºC3zçà ¾)Ò!E‘Z¬ §OÁ‹"#r?_¿Ðž‹CÍòmªojhž<_›k,ðÍí¼ëþÔÿiðÝ£G"™ˆ7Æ'¤§–ïg á/6&_ØþQ6l¦LTX”0¨ŒÃ†’C*6TKmQW©|„±0ÂØ©vd¾¤-nù$Ó •*¥µšU ÖøÚŠ1´»ªIµ3ŽÐ~Œ7â­¸ Ã|nÂ#AÕ;2§­ªiØ §Ä=f‚5zJØãÓ7¶«—žkÌ[:)_q hhŸµ]LÓSêÖuvpØØÔi2£îöB­.P²¾À:/„f„*_©ÉuãÞÚÇûÝ=gÝ¡yË_;ùÎ^æ˯~æÉ¥Kv¤ç /¯=zCfócéS·]Ò¯ë÷ø×ß~ÿí·>¤Z¸œÿ>ÁB½á$J y®‹¼J+©ìEÀ¦="?²ÄïxîöŒÎœU…;tÕV{8øï=pà×|àÀé'€#f¦X˜¢½»{:™W@áÃ׌öˆ’ü2ÚŠ >öéA/-X…n.؈žá~cß˵Ûo?„Žü³Àt8 Ì‚®\,3ËÑ¢¡ö  9Âü‚k·9àîw<Þ†'ÛÌ÷.ˆåƒ†Ûò€5>ÛYÖÀÜVϲCG˜¹ 5.TÈ+FB¿%"àÈ‚E¾DDÆ2c (œ>õ º6¼óxV§LõÀT+õ!˜zîˆÀ'%(ÀʾýÕóÒ¯}Ñ™þðÁíxà«Åý_©~õWO}>uÁ—kû;!½8õ[|埿Àãwy»çÖ»Mÿp׋éoÖ¿DÑØZ„ÄhV ÿ~/²ƒœRñ‘;r ð$±†Ûì5qþ(Tù›ï‹ˆð¾p"B|r$¦øC…ãb…aÑ–…êJ,0ÔCq¼1¾5Nâ>_Ðßhb“§nÄôSüðe£¢mº©P›”?>*Ø&¡t1™E2E*ÑfV“Xã§úÀ)KóÇ7‚…c§ 9]ˆ–¿·LzºOORéé`mڲф4zbX>ÍN¢çó"R‹ãCoD[¡&p$H)=†é b:ˆ˜"™PoN´N3Dkºé‰‘Ê,iÖ¶Jâøê]Ñ¡£üÉäˆ_(b×ÑîªÙy¶LuÞuÙyõÕ£¸«ë#*/7Á¤NØôù|ЗC x«®¾†Íkj³óªÞÙyqœÍ­¸ÇW£ EÂá°À„É1+ «„ŒÀCð .ŽQîLtnyªkk¶ ¼Û"è:Ñ*LÐ8™ãÏø¢2¾¸_äSÒLf ‘a̦ü²² ÁS¦œC')Þ{CA]JfiiÞÔ.ì;9„>û+0YÍžýݘ ™°G¬?/û¨Õ5ÙyϪ켬GvË’`WAavîfIRn7j"ÂFa»ñ àN¾6ÄW" B‡á±gVnDÛÝÆ„П{øï CY(Ì'¬¬€F å?h>û€)ðÏ;W! Žd¯ëŒÏ>.}ÈW^eÉì÷%Ø/¾Îr œè"ÛŒãsî+×1î„Kä)¼kƒ°ÂÀ›Cþ#þŒŸÈn‡Ûë Ô[ÚU»Cs”ø-z§~æ'me´msSv٨šôžmŒq¶b¶Õ ½s››2–Î*¬M¥ze£Ï礬³YÕ}k26 ?Û?%L°¦oM›ÿ˜Ÿ,òoõ·ù÷ûy?Gª=^&O'ÚM3+-gÅÆ÷bÃçÔù$dÐ"LHøœôì·œpÍc4í‘Ã>0Ø­gu$çx£kÎYKQDx ÇÌÃâœòzESQeUR9ÑH˜¢#„uÕ™Sb¶"G¦ÅÔûÎQáµ.û´å‘Q†Ú^>ÿÂ%Oò‰û¶^4¼Ïu]KÈš+œ÷;]y«ÎÑž;7ž¶yAè@ý¸ŽÌ‹Y¦8_Ë æöÙy¶ªŸ/Pã“MÍtsF:pÑmSµ¸Â­àý ö2.zGÆK…ñR9ÃK…QS ÒýÊ+ÆK…ñ–ÊòRa¼¤Û÷P+#¼”¸>Ê?ï1/YäÝêmóf¼¼—¸³ÆÀ2~Iøÿ+#å_0ÒÛ‘„1r„ç\NѰfÇ»s –;)Ç:›Ì†³œ´ly–%QÞ&³TFŸT ÿÔnôp¶‚]–¡‘. Ì Ê…i6¸­6£}|…BH4jB›bCˆh£“w¿âîæïÓo¦×ák_z8uIï›Ó· ûΙ{¼˜îêz–Ãn˜z“ÇN%õ€†o€½1Ñ›VÿJ6xãkøüX~¿”SVdÅî2;âdlc©JÙF@RÅv‘bóÿ.-g¼ÅO–ÙMZD&-çøï¬À°˜ÉYq}ý?樑:¾ø(ƒj4óÊ Èxs­ãº×)‚^ŒSy @ ¤Aq¸åÑs›¦\:à‚ ú_ê.ä´^ØïÉÒ¡M-‹»Þ£Øø‚ôhî[ B!*Ç ­›MpWØâîKlƒÝ¢R(¨°%ܱ[_÷Ŷ!î Ò$ÛÛIõ_G¯XE逨€ÒKJ7Vl­úFûöhªbÜc\t\¹Òôèô-«*>.ý:ú}ì‡RÓç=dG{YØ%áò´eDPj`¼ íºI¨ƒ\gõÂa]\ÖT¯§:^­ÆýþC>lø,_‹o•¯i"ã+XäsRû(Y<ë)¥}^¶F¹ÌнDºü=<uÆS:û–ê8ŽŠ‹J^Ñê‡õŒÎéMúHÓYŽFRŽéÅôl:…™ãuÅíAz=¬X­éްR­IŸ rèšF£ëè š^8J36G霉1ìVŸl,M«õ-…P‡‚lʺÚj“…­‰îaë¬í¶>—^·ÎïÀËÛ>9våŸnéš'f~²õ¾½ÿ‰ëVn{îš«·M ŽŽ÷™1¹®í6ÜøéfŒ7l^uzÞO¯~†+ÿÓþWÞyí×(¿/Î|͇ße¨Žô´*»R°Ë{ØËËì}=u¡~å•§ì©òyö¹å-Uëíkz<à}0ø”ÝS–lJ)pÐÖ§Ëö^,{=p°ìÏžOËäA^\ȸA)ädnS`Áa-µ÷ãi«ÈWäOV”×4ð ñVL›“³ä¹ÉåÚZíMígûÏI³®Æy£²¤Æ×'êö_ÖcaÒ#\éhrÜéØâÈ8„-ŽíŽœC£¶=þ{Ýá°ÄŽñ .Uû„9[iÆ4$2S–P|COVÂÐ=][Âô¶„f!©P”Ð…>;4þjÙèåJØ…JòȾ¤ƒL±¥J‰H¢*±=!4€`é«DGæƒ=¬Ñ›®³ì4gÒ°¿lmÀ LŽÏg²÷W–¼"I‘Ø$ÑAŸTÔèýˆ,s(²h@d&Ud®Udf±wýY;Ú Ò˜dØà ßØ•üâ ïM‚L¥‰çüþ­Ù¬35->•Óõ¸f¨5΄²¶¦/È+ýÖÖ°4¢T:€äЂÇíõÅœ(9À8g»–kœ±wÞö—†.¹°vþdzqõàu7¬(hó_yèÖuO2_ñKaßå¯/œÚgÁÜ9& n?ä™[F¬áv؃%qõÊžç5·ú[ofM»¸×ÕÇNÝr^=þ´,l” ¯¼°eÊÈ󮉾”ÛE®o& Z¡~æ§öÿÉ*Nô¨±‰ª$ @ú‚ Ú¾Wd™ã’äFUWV)„%,=v½Fù s|#Á–ݬÁ­õÉl„ áh0sIàšiÖ¼«&Ìôš,/îØEó\5›nìs ç§½Tq»°ïرô7Ù)õ7Q°´ßó ÄÿÞAh‡†U ºuÎÆ…ºS´‰.Ë vÇÒ":‹/õ@e2øiÐ[:c†Ÿq%´Kc"kA¸¡Ì=Aß®r–ÝÒ‰)«ª1èDÒ§×îw–ÚJµR{_­¯½Öq¿i+s–¹.ô6;›]Íž¹Î¹®¹žârû ó÷5ž[ìëÍ Î ®[Ý›Õm¶—ŒÍ}îoÕ¯Üÿ²w?»3áBç‘ݵ×e ‡x}~3ÊÀ™ÛÏ:&gCŠÑ&dÕéºf˜N§Š¸€ÛåŠ;U7,èšnjq› á’ê¢Â&Ò °&•áWÂ$ÜAšvë@ ËÝAÆY¶&§å$—9_qg¾`Ž‹ÑàJ71jY­J©q£´ŒF4ØcW¥´!Mí¡ÈÊYþ$¯«õxª5èï„f§ß8~4`IúNÖB~šú¥œ]+ôJÊׯÃÜŸt@Á“¬uòëÃÚc‡µùGOžô"Ò2_#[æk\_ßÜ ü‡g/rg>ÛS× ×5€úz·§Á,ö4Påi¦°Aä*Í*|qµ ¢ä:W5/ zuƒ»Eã…>3!ØÒ ^ý4Y\”ü¼=}Åù%U+'Ô¤g?e”•„æë|Y×ýËV¯\NæŸúÃö šÇ²¸8ó5w„ÖÏá‘{QöGä&—·F§«Úé®Iºp‰ìòjØåF©&˜=Tíû}iºö1tís2zÆøù˜ñó‰‘|îœ+ÍájKjø(î¶Só“ñáý>ìdjEáuðX, n ¶3A>àþ \R0R"Ê!åˆÂ+y¸¤œK9\¯24OÏÏP’Â`µÂ`µ2"p¬¦ðù?!ÀMÔÔ55fñƒÔAÞpØu;%Y”‚!^ !»l†…×åå«Q Ô:­eéÿÒD-m·õžô¥m®iåû—>6Ò°µÛÌ+G¾£û¯Û/\0²v ¹»k×í½‡Ž{ç:ÒpêcàNpgøÛ*Îg]Ë»‹û)+ƒJ&Ï,^©Ü¡Ü\ò„뙊W9»â ú}UÃ*>ð !2ž£VýSå©ÊTuªmª6Õ>Ož§ÌSçÙæióìí‰öR½4QRZÒ£oÉdµÙ6#1£liliɪ’_©¿Öî.»¯âÞªÇÕ§´ÇJ/Û•ø]Â[–Ï«ç±|£$ß`ûPúç±|£$ß( fÇYØ0Y.k*Œ$<¼­WA¹â@uJE¦ÀÈÀeíƒQø¢Àx¼¬`ëq³Ütw[˜øØÀ¬÷u—Û[“í‰s€1ƽ¦\Q@ ‰Ï:_2_2M–‹Šîe+‚x¤$`¹ü5}èá•ÔŽüÙ)瀗 U B DèQæ5¬×-Ž{§TR‡î7*Çåô*ôˆr }èiXƒo÷ЃʃìRÑÒòš–>ûû¦>«ú>´÷°ù³Ù;é#Y*“ñ¬Ao€6¬½‰H‰Îì:»==Â'›"Ì8ÜÌBÏâÃÓ$!AÞ¹.B@9×Þ f‹Gäœ~2Ù ÔÙ ³s1èÌ›:[™Ó§Ù¦£F›éoöe•Ä*íYƒ` aNÃepb±=BJ™ÂBO˜ºa1ꈅPqÌ®É=Ô.+UT1ɇP‘Q@#Õl/3›PuJ–'W¯^ºcœZÜšrÕy³8·4QÚ @0˜Çlú!›lö¸)Jfñ M;õ[¯]yumüWoÜ?òüúò»Æ^÷òd³M[2wå<¯·2tó+÷M˜ûÆu?Âç…ç/ž9輘?Þç¢Õ#†®(+J^xílÿ˜©cêbá—ZR}þÊ©“·L|–ZÑ•éѤExè@u¢,XTS Û9M«ØC’nÏ÷ÙâÆîŒËâ}qqänœM¾öÎ%_“ᢚ,¦µ–FÎnI—±¼B1‹¥+r©…s©w.µðm>ªþ’õzÑdà ì?漄÷¡(:U!ÛÙü+í]O6Ç4FggŠæå5uBŒÍ4Ám˜¢"‰2àpCq†)ê!LýÄêÕ8ÙšB‹«iÿpmMÝÙÈÛã¡}Å;·lqoZ~ÉÔP}Ÿ1ƒäØÐ:¿fÈDçCê–Ë7œžj¼?Â÷ãEÖ75Ô*DÌK Šs8Î)Îób¼Šà-ä !ä'N¦|=j|‰*‡w”¡,md}U,-R­šðçû®çþ@ÿÜ¥ÛºÜFy¸ýïÏ¿F+ä-m¹“'<Áœ$ÉdØÌ“É; ïãâåAψπ¸7Š((G,,“èÕ/S#ŒÃ;Q 2Ø ÐÈv–e£Œkéﺖç3ÜÛduzÚ.Ü„w¥gÑ»¸-=—ø³Khˆ•ä¹$xAL"ÉÉ"‰ÏóBÓ„Í®) ØL8äYù¡9¹ža–ó̦7O,/ä2£@ðjÏmøö>JÏ•FßûóG÷Òxw\®‘eÎ%tÀºTa#•ÊV¥MÙ¯VŽ)RŠ”E lÉ­:¢dµð –xÂ)"w=Ü òª(Å!”ØÂoåÛøýü^ÜÏã â#ü!Xâù<ŒáÏäycx–ìå™”òy)åóÝü™Þ~„üËLáâl׈c÷˜ìf’uHY×ÞÞÎÿãàÁS>žy ÄøEðÌ*À«¬± é%B­0XšŠÚŠHQQq¸:|AxQÑÆ"±Ÿ«ÑÛ¼Ä{I0%§ì“ô”÷Òà<ù ûýJï•ÁýEiû>üÝõï»ÀçGŠ2EˆP©Wº«„&Ý.ÑG ³„ þÅŸ44ÃãàE‚B4S¦z›¿ä 6ËÖb[eã‹XÎÆÆ¢vó4¹Î¬-_|`ËwXCãó´,A_ÉòK±YK£e3äÕ\œÿÞ‹Î×ó仳µnÝÙÎsº³úew¶Ÿug»³ÝÙ…C»Wâä™B»³“É_vhÓþlš¼íÞ£e³´àÀ +.åܾ³iÜóÉöÅ;.ßÞj¥|ù¥ù¤fü]ËŸýͲåÏ ûºþuçÈ;ßZ’þ!ýÁCxÓ+ão;ðö¡7hóÓéÏðMèRшÝ*ˆõ3"u Ì5‚#Pq#íÑ‚$ÖKýF¢ËÐBtÚ ÑñV[®o›•½PíéìîzWUSu{ŒšØ§¡/wà@ëm‰áiSລ鹸él“åã…¤$I"ì“çy.N³+ßQI=«Â·§çÞ+–ÞKíBxá•àaÊѵÖð¡:.sêf ¡ÉosÔÄ0ñ–zQòr­(qÙãš GQäùÓŒ ~¡x‚ë'<_^Ú/ñ|yùeèNP‡¹ÉEYËÑHý u…Ô¹»ÊVÜufóíÙt‡kqÖ u}«ÁŠƒ17 D“hE è*À)₆áÓ"DPz_XŸ˜P_4gÍ91uåt^>ÿ²¢úË+¬q™6œÌ #×ãµãfg¨ »1}rðü¥={½üákñA}2|³ÆsÖ"ôéGA¬Ð ±BOÎej7@8kôcnØ0Þ¶Iþ0oÃ$³‚(&׫²Éò°lÎ÷Þ`Ïf¼žêCÿ½«BÖPEÃEᮾ±®±¾W‹ïAò ÷€ýqãñ &Ûê<2—›',ÓÙWÙŸÐv+{ÔÝšæÕÖhŸÎQ|™¾P¿b~–»]QÅz iö–ö]AÇ‚t݆ÎÞcn½ÄÁ2ÚŽâ­³%‹ÀÝ8±˜êYLï.dÚdÚvQØSrP´TŽäÊâX7ºÄR‰RïPM>/ú–5“©Å¹Âн4¦¨oî\|<‹s_͆J#u~T!o¶6ç‹âX²õ,Ȥ:É5î(øáùÓÿ^üÍ­Ïýµh{à†Éëž~üæywà[|/ÄX}“ÕÛ Í¿âµw?xõFÊ3ð/ÜO 62Í ‰ ¤Kâq²Âéö 'DNѨ!³ÉVä°Ð6ßàh:• 㹫Tâ#®h q—³”Ôk‡¹S`+¢l…u3¬y^àÅ:e(8K±§:I½Š[¦~Ì}.JOˆ8&&¤¸Ü Ö+Mö‘öf¾Yœ$5+×ñ+„û•7Ä?óˆGÅo¤‹?˧ª ÇqE‘aA‘å¸$º%Iäx>.¨nAPUp‚¼ !±(ÛlHå;°n)Ïr¼Å2]ŠFßXH%7Ú±ÝG$ö9´ÐʆÞÿQÙí u2 çìÖ Ðì‹Õ½†!Õš-Ja´ž å+ÇY— 1(7} 4‰ÃwOâH†Ü(7rlšË`Ù‡)¸H¹™#ŠßnÖÐ>Ï\ÇR•Š‚E.(hieMAÌÞÛa³Q–ÐI6§Pk ·BÃ2?bfÿÎh0qÿN/}¶Óh³3¶¤±Ù[öàd3„襜ŸòXv{ájnw#›ÀQ'vúéÁßíew§õl©\«•õ÷ájŒcX¯Ÿþ&=¿òYú‘„}§_Âméå]3HÑ5é)T.+Á’.f–tõ^Äe¾ß6´GGvž‰Û–T¦%+ Ðð•ùPŒí‘xÔtÄí®h$â°?ï ö ÇKÝýœq±´_Ùó˜ï'>FáU¤Ï­xðvæKÏZÔ£ÿaQͼEõ8Ö9ÙÅ(SßP¹.‘ !_‚­‚ðÎéõ’Å¿0¨ŠÑ2iÉ¥‚ÔÝ ’‘Q·¦wÖŽŸyža{hØM'.¼%^·ûÃ×k2¼sNo¾uÔ9ÝLK+#eQT#§Bc:u €\ÝŽ¶p—:¨Žåz~jÏõ)eÁºƒ:4]Ui^ä Žg¹¨>Ö/"?W Œ ݉Òjš 7H„ÉâóJ¯YýÒäáÓ£ñü·—önZ?ùϧº>þ>ýcZ`ޜզ9Ð-VåÛM¶_Ù³³ Ȇj:D ÎTw«W%›êhÍšÔ(Š‚ƒ·=£RÏyVƶ!ÐÎF^­·õ*ù&žDxÌ?¢çKÚYH]>J£««ÓÈúÿl4Èj^[! ̺r` _õ–‡@ã}0Y X„CqËO(ôhÌŽíˆß Û·òìâ'R)ŠŽ²cœVë_”éÉ»ÄóAB{£züž_YˆùªŠ¾}+‡DÇGGU¦úÎã¦W^Ã]]RymßµÑU•wô5zƒ.½`k(ŒDJj*hŸRE$V3O®/÷juoyUÔ†#QuŸžf6']îJ½7ìÒ[³¡³¹_äxXXœ«ŠSBm/RZGÓ7&èE‚ê}H]~·ÔÌ¥u$'Rìsõe}ù8½ö©kÕÝžÚKæ-\:!µnÊ®yM]îßgÌœ´®bܼ†ï_ž7wÅìkçͽuÚ]ï¶›_ÝP|× 9Ïs~ÕÓWì¿j”sÂ}øåÏ„çµ:»~.vÅçÝ=þœʱÌX—šº2ÞåµÿzÉåWUB¬”é¥if¨ÖgïÁÝÈéÈ5²ÕlLG3Ë=kg;5+*c¶ß1Ë=Ó¿Âvýý:cYÉ’øn½íVûzývã–’›âwÛ7é›<…9àÛ3šp†A%Ñ'êtò}z'ÐLP.{Ï¡[C$÷Ú{–Æq\ð Ôæe­]aO¥°ÐË1h—¤}¼Ù΂T®»×h/û Y=ã%»Mˆ† C²$òq¼¤Ö‰Ba¨gТbwg;½¨'ëäqÒ5ŽàQ¸/±ȬÍrõ¤—¤—†;¾XI@íASg4zèAoÍNëìÏ„NZ¸A79óBîñ‚%ƒÏŽù¦%뛹ð·3æ¾³ÚqÛ«§Œ¬®ž_Ö÷òe—,eU(óiIåÐ%V Æ .þ›Á%°¸œ åqs!vQ¹¯Q~êò5Æü®küÔo³Ç=¦F>uFig<•žxÞ¾;é†+M$=ù Ü2äEãiÏï ÙÜ^ÞIjý5¢½aUžM #¢¼§¡÷Ü®ƒL†Ûµ àkÝÀÐhœhD•ÃÓˆ¡Ó ¶”®Z³Î :ë롤œ8ïÙÆ›¯<8vþm}­›Æ4.èiµ’ž®ŽÕ8Gô¯±ox^ݹ”K#žÏvºèð+ân¸Ã„ÛÂmç·a7}÷Nž@  Èn„òô€[úoñ0‚lLOÊ’áÌßÒsùõéÀy@¨!¾%AøçwKÎ÷®âj£ž"þ©ôÜo¤>lHækî0ø0àñÖã*áíq{}]¨u׆'’qê÷Øðl2C˜©Lw·„÷½'¼ïú4ð…ë ÷¾¾`XoQQ2HӶÂ4‡+õ"%ö^Þ~¤Ö>Œ ¶q_ž¨N°Ï¶!~å=‰; ìá6CG¡°M2‘ê s65FqSÆ!¦e¶˜«L¾ˆÕÛfµ&+®3Ï×™¬¸Îd‰[“u½°Q6j"_\GÇKX°K%¯Ö8,e$>?ö±°ÛØÇÂlâŠ%y²yV—EÇ>Žê>ö±uxç/*ê@UY¯>­•m<›o¥ãÁr}öµ¹ô˜»•Ñqõ3_¿áýeóÞ»©eS宮ȳ˖ÿfÛµW?²æá §Û‚¹õ£Ï'Ž“Cˆó·~ûÆÇï¼Nåê|ÜAæ‘Àç +°ˆ,âÈp<ô)F9¾ˆZ~ÑíŒé©<×Q+„ƒÀùóIܱ{7=K!i9E/ø+Ñ%Ì΄¿õ5œ}ý¡¡æEΡþIh¢9É9Ñol–7ë$g´«  $=5B6H¤ óŒÆiS<3„Ú|ÏRa©v­G<‡°SF²NdŠšè‡Ú±|9N!Ç ­x\¿bwèºæv9ô•S~OG¦q—€ü:ל&[“=²A!ŒÜ`Oü‚,zünÇïÔ¥ÐㄦÓÔt=b˜nÃ0Š&û=‚n"pKç7t]QdÈEüN§i"9èóó<ESü-$àÑ{"¬Û2ÐoÛ‘…©``xWÐßÕ tùÙД3¨#QÄ‘ëɃÒáõ\ǰêÌ@~Ö:¬Ò¢ž×ó­î°:XìN§ê_Bë°¶8¬,g9FDsŒ(‹s°f—f V®hq*š«ë™3[ÞÃâbüpúÚß. Ö«Ø÷íŸGÆÂ=¿|-}å‹é·K%Ÿ;ý¦°ïtÓ}÷þ£„û¬+˜þµsÏŸ§6Df=õ—–ùJ(¦Uõè#KMè“øIò›2ϊؽ.OM ß_Â_,/ן¾Ö% ¾ÙA^lw‚äGl¦²l¤º‘¦~ÄbU­$ñâˆw”—ÐñÑ«¼œ×Ά¬³`ή2©æa¤š÷°ê©ò¹Á†Y©ž‘jÊÓ¿ùœî“öžje8’ cÎ&O’ ¾Õ¦›dG›ÑræL¾åÕéSïý1}rÑ«CŸ»îƒ=@©Ÿ¦O?v¶Ã<½ó•Ý—¿Ê,: Ò‘|©øÛ\öÜ'ÈH•E,ªHPd¡„>€P™üô€ñ鳺šê 5¡jŒŠÍ•z »Ù xá™N€Nßî‚9ÎÍU:0M)ŒÖ 2˜°q•Jq¼yaK[×—õªA˜èZT¦$ÔT«^ˆ†ª *l–')³ð,2Wž«\®ÂW‘òÕÊUêZ¼–¬án•ÖÉ땇Ðfå.õYô¨ú2zAÚ¡¾‰~§~ŒÞW¿CŸ«§ÐqµGõ#¯Z†h‚h$² ¬´œÞø[“³ <}tDΖΘ˜™¥´ ëØpMJ¶–‚f£¥ Ÿ&6ð?}Åÿù“ßíM_É'ºnž½pÜr²Žö‰b´!Q§}¢ähV:ö"™Ž¡â+;ì&SˆïÛiC iÑ2ÚÒ6tS2ÈŠÍd…¨6‘*2r]˜'÷° Ò@Ù¢¤lÑ>â:¸hŸÌ6‘Û¿ß8th?µÎÉ$+ M¢PŽmEE%²)Ǧ<› ‘Üø‹­SZæ896j€8Îf&T-7Pû§üxÊŸ¬"ÚJX‹¨ÎMê/6$˘t-œõâê‹dr­&Xöܰ 1fG¶aú,Ç+A­VjÌ>L*û4gb½d2dÝ€ˆ.»IHæ—kk´?)µ‹´‹t®·W8&qSøåö«kí²rƒ½¯c$Æ ’,y¸ý‡º™ÜÏm’6ÉÛ¸'%ÑIt‡£J nðd2Hm• CSÖÆèch‘é»ÁÄ9åS‹s•“8÷‘mÈŽ{ï"rîm©š¢F,í¶íƒ‡t`l!Øf):Ìú"d ¡¤–:ȶ]&µaÚsšjôC¤Ër$ОY8šB~Z7Ò=A4:;Ïbá³ ’—‘–92ø"™ê³nFƒmeÌÍØ3?íp¨t-‹Œí™÷öDÑ{4ë}êXswOXÛ3ß·°¸•õM¤šiŒŒ™#Šš1œ¹—à)UÞ@-¾ /¦'lOOöúñ® G=È_óö©ZþÈ)(= X˜Žà²¡{-m²,Iˆãi:BU AdØ[ g4Ž»8¢FìD ÚyåÿoÊ¥\þëø­ÿ”ظäãG“gºé ƒöãy¢¹ÿ£|É釹äé÷¹›…}Ï¥›žMÛŸ£8{,÷O2b};…5uK`{€ü ýà"‡¥Ã.rP:è"¯H¯¸Èvi»‹l‘¶¸ÈÒ.r½t½‹œ’O¹Éòn2Yžì&𬹉Û%K>M·!NÿÙÁýLv‚µF;j´cš‚¯t-”n]õîF‡]kÔu‡å Ö8–a©^n„p£‘ãîü¹Òòì[_hºöD²1ÛBM´Î¼Ó8'1ŸÍÍùb-ÜšûàöÄXFÕ'ŠR´[»)ŸRQWÃá{ò-þõ?ýfMã¨C|S&žm¥†r߬î̇>±F0J“¹ –±›‘ޏÈ!é‹ì—ö»H›Ôæ"JºÈÝÒÝ.r£t£‹,’¹ÈLy¦›Œ•Çæ(¥k6¹ŸqQÚhv ™ˆ…s%kU¬d 5bìÐ5 W©Ý7‚DJ.û2r¦Š¢ÁyŒZ´ë>ÛwAIu4_ÍÖ™-^ÈÏÏ%Ö:µÒ> ÇϸUwkOÌ»ýå¿U½[ÿVš±åŠoµì)ä9‚ØK㔲dW$›q}AŒ`RÉaÚ»1Ó ŠlL/äœRü˜×…¿çµãt^)òC‡áŒòžû»¤mdÝ]GS_¬›-[KÁ ½@ˆ+]áhH°?÷ÜÉþG¥×¸`N9™´ÒK>y'±DZéE²•^ø™O‚2ßÈn:W餧‰Zè5ü¿Tz¹j±cÏ"îíÓi@«·áv¥_OÿvíáÙôú&í¢rìÚ‹x€C™Oã‡Ä&ÄfÅ–(7+âÜà2a‘²Äv“p“M,õ*œ¿´¼Ð[ (.gayy(\@OQa!„þ„˜ïPÿÒªfùPöž‘•‹‰2óžÌЬ€GOhaz„ÆÆ1jl”ÝK Vþ¿0ZÉc³#óX·ó—¶‹–#Ð[F;6f¾[*¦ÃÑ>u,­”ˆgûÔ Ùö&’Øöö’Y³o¹sâªßnHÿ Ÿ·ºþâaCn|8ý ^pibàä~ãîÝ~NØ×¼wæ¥OT—¾´jöŽ–ÞÜÓ;køE {œÚ*iõó‡ŒYÑ›J†ˆð e'_ÇBNå³€<;JÌü÷Ú5;«g ¦-3¢e7ìowd Ýö[•´eZlY59Œ4Qä©2´kŒ-š‰ ¯ò¦š{ïBö>&`ˆŒï1X”‹XÒcy6†¼º—ó=Tr±9żÃäÌò´<,W„`ëÁ£æ[äÊ®Ío ³N}LVî>},nàÿ€¥1ð_s1¹GÇ6‘'ŠHD;Hdn¬[e’ %{ÿLè݉õâ«¢±F&ë›øMòýŽôýÂ~q¿ô¶®è–·!ȹ=hÔâ~¶Õø›\éœÈ7KͶIŽûðfu³íÒ¡ýÁö–ããcî}åOöOŒ/Tg^¹lršºßnˆÔ•|m9hK±#U%"‹j¨H€Ê&Ðf‰"'ÉŠ‚EQx޳éºá°Û±®Û F ±Û8ÍPEèªñzC!F)n„ŽØß°c{\ãܚƩŠÂqD„àQÓ:Ò‰ٯ׊U}š¨\o©%¿`‰£ÄU¬£w åˆpדâ‘@ˋ̕¬ø-u<8CÜl|aïü2uŽ<³´uNZS¹Al º¾VfRšÂLbãÚsBÑîð4Ø(½m Z±¯ƒ?]Þm0XÈÓ€‹£ ŠÎwÃÑ‘mô5´F ‚ïj 7êhuWŠu|súþ¿=Ö+\ßõaú.|Û§÷KCÊpúç¡UTŸJk]Ä7§S ½§ñ[üB2ðB¡¥ãZšUeý5,!ß=«Jsé<¿¿u×]Ô‹QtQÎÆ}.°4ð/\¡€dÂÈ“–.îíÛOüGç§øKßn0*ƒ7Ͼ´$êÙô*ù³°ïä?Ÿ ==ó•ð©ðr zËÔ±Ûp»C¾Pˆç ÞmóÙBüS¾=Ž7œÏç‘HeŽtôYÁIÂ$e¢1Þ¼Ì5Ùw™Bpbè6ßýÄrœ³Ð¦x ³÷ØåÞ†÷}þÝwÇòï¾û6ÿζãùw¶´¢Ù¼U¸@OPˆÝBø@8ÿö§ìëŸRù§~æ½jtpz*Õê2P´ïôä²ruÙ×ÖD¬MÇëpß·ñgÚÓ{^9˜Þ·í¸àÃOphÅ7wý1ý!y /À½šþÍ_§·îþžü?é§âÚ…m¿J<»*ó–¸%¡…P)ªÆ’¥n l ’9r0ê Xº?àöûþG{'/‘-HÁ3‘F¶X6.p8ä÷ÇËèú"Xß‹lÙ·…_" $ø˜Þä]ÅÏÖŠtÙË:œRaȶ&‡lé`ýÙî¿l1Ӡή³¥ök{%Y-žƒ«{&‹Pu¤wVe ´ìD/B>ÞS„MZ.ZåeE¸O&¥½ŠPU &¬a¯Ãæ,Bn &gÆBÉš¬†H¥†½=ÉMû1p¾4P G{ þ/Û®zxÓúÝ/¬¹enØ<ù‚AðçŠï>ý7üÅÃ÷Á†µ°¡]9¸y2?ù¡¿þî•}o¾·ôÁÛ—,}àŽ%'—ˆÊÏÿÆw<ü Ýð{üúÒ7,¥@¶=™¯øfàSHÜÛZ[VP_@^) õ\/„ïú}ø§RxÎA4‘"KRl’R5ÉðÛuÉð9œ¢ésìò9¼ÄãsˆÇoOH sîZÀ¹ýöBÑôÛ‹D3¤ª¡PÎxÚÃ>‡ÛçsxHÜÍqÈâ¦Ø÷Xõ0¿ªª Ÿ©·Û48$°Ódòßc÷Ýc;,³a¤c‹ƒ8–EÕ{BÊ=p^:¾Ïl`ydWä©Ü°’N ~òsVʘ/h쎺Ø["éËH¨¡ÍÅÀLÿŇªQªÕçŠÕV» BsUsô_í‰q­q1­~qEgO|ê÷§À•7MÄý'Þ7ñ¹·‡aoú‰›&¤ß˜¸ ÷–þ]?}/ž/~.=–þïMß{oz~:=4áùÀ¡60†w2;¨ ë²Þm'ABÙnÙäFQUúñb?Œ+Ò C×—M¡a¶5[ Èø6§ôêùFTûÑa4ô~[Um«£´|/Ÿ­è4ŽÂ)Ž߃¯nt}9lì¤]ª1¦„¡ðÂE‡£p´vð«ºÃ5ÄWp œ~ñô¿Ó÷К?Œ&s»p)»×Dœ‡…ï âVGðFLð<1ìS…ÄÙ‘.Ù¡õëz±õÎý+ý=<ñ…é¹Ü~2P÷µî°‘$)÷÷'ÃÈ Mlò4†6n-j\5¡¦ÂA®A¡±®±¡é®é¡–ÂU…ï‰ï;¿¿Ñ¾õ=H±–ô4Zí"2D›Læ’´OüŸ{¿ |:MtÌÛÝÁ°Mrˆî0oCŸ£ÑþRº¥·è«t¾½Œ¤õ—ꬿT?Ó_ª³þRÝ›Í™ÎæšuïÿÓÞµG7qœû™Ù•´’¬‡%¿-K+?dlm Æ–À—à€c,1Â’±ÀXŽ$㛀ò N{šW{€Þ6¡¡ˆ°“šnHIr/„¶y’6IÓœC!=$Mnƒ}¿™];!9í¹ÿÆò7ßo¿ùæ›™ofwggwgéýRCò=R¦^ÏÆþ‘Ô¯ß/-d÷KÙ:$*¶‰*C:¶K«ÄæY'®@r{¥WéÚ¦_]hÝŽSå§àgÈKŽL¸K:¹ôÑ[^¹<»é··ï»jöŽðÏnè{j$@„™7á2¬Ú;rßÏþß¹Ü3gNœ:wþs ŽÜ¬z]ñ:š‡–¡¸–ñv£˜a·Ué¦éõ ²ì7Þ¸`^k‹þÎ}FQ v¨Kó%U93jçµfyònµ·–´.ð´ú³üE%rîÌ nɺ?gGÞvûƒŽl½±Y¸¥ 2äÒŠ+´ÍZ¢Ue ‘ùh.j"C‡çÖqÄ>W‡Eg¯“8ñ"TL†Ž–Ï/4г(¹Ïe06ÏF…¦½†Â c/{ó”Kv®¯)-}5* »áQ…«²Û–íH>‰yNWàdÁž¬¼ˆÊ/^\Iϸh¼X¿òý‹¦ä‹åÔ³ÒcwŸ«§qÒ1ºz†©j:),Èç [JY,¬ž¦dK+ÓÇ"MôLKV±5/¬5صA¾žð[ÝOÞìy:ðÔßCËv׿ì²–äUµ†¶übäÀ™Gî~ýuüÃO±¯n;2íó‘ýŸ¼3²uäó¹-¾;ñ¯±ës¼=äýÝÑ?4Þ’¦ɸ·¥æ®Ûç?èuݾÖõTÓ­]¸g®ß{ëÊ_õî0äßÐŒu;ŽóùæÈš?ÙýLlSàÍ¡~ô›WÞ†AøòK^yç½Ó¥ÅÙø{[›{ÿË=âÞõ Ý·ß…NðOÅq¤A]"G×ÑXÇo&;Éãÿ,¾U*§Và‚OkØ«ž{Áô $Ï]HÞ9‘—¦E68ÓËcµËÒ›Òˆ½[ ¿R“¢pé Ò’vzjKE…KAÙÚA< oAÒðñvç„5èä2ì™ÒãélÆ^{ƒªŠÎ ’vŸmyôOåþ?fßeûå¼Óí´n³`¬©‚ºYñ©äýµT£.ËlVJ¦¦2ð7—šîÝ:kšÂÊV—¤ V+µZôce÷Ú¬´§Mf¦h3¦ÂáÖFo¼;CÃ3пhIÙ{Ú'ék;ò…Í0Åd’žgt© ©$™Ï—Öd†£P•QÛq0--Ö#¯åÀ¼x½Üèý(šÍeæš1S1S9¤V©N /YT R<)-úu)>ý¦;Í[MÏ›>Èù ÷rNʰö93É5ZŒyF«Qù«ÑËH£p5´VŽUc”ÊÓ–œ4‹%G°äp˜9Ng5&ÈOàÚ=5³ŽÐ æ&)špæYð¶ Ú‘{×5®”Ô#õ¤Éf“AR‘‡¶ËWBlFøŠ<ÓvQ~ð'Ÿ~ÖË«ÂÎI¯Ùe2ÝMCOQºÝAßB˜!óèd°4´¢ r¨xÕ—Õ$³è©'.=ýøÜû|ÌüùŸýlþϳo…õÀ÷¬Žã›N~йî‡?Ùf~õhÛÿüOòN…žÒ:ú!Ÿ=ʼn=rÃi³³Øù!Ë‚ØónN:ƒ†K 4:CŠÁªÑ”¤[-¼µÄ¢(ÑèR²²12‰ì½¨r°Ó¨;ÊéÝÃ3åô‡Lµõõt–¾dñ¢ñES­ñ¤³’m¿I ]†®Q÷€ŽoL]–º!—[’Ñm\›æËèÓmL{@·-mkîê4 ‘-À§¥_ãUòÅ´Y\P!L?¥ÃUp~Jç³èsòÙ¤ËU ¥T@1u¦p»‰È–¬£ª°ƒ¶W…ÓõŽ”øÊsìvã®)Y \Ï>‹éóóˆ®# z"rÁ©b×äþ܆N6 g«w\q®”®A¤E‰.J²'×$€ÖcËÔßî[1NU}í¼%·áØ|*‚ciëaÛÖm>¸ïîißK3iÉÖv¤¶üË;N¯ëôÝ»kä£ó¿Å÷e=þ`ìÞ»žLÛMãÞûïœZ÷µÿ¤ÌúÂÃÇG>ý£FH±Æ.frÄUâ0álœ¡%%¦s ®æj„u®N_eª6kLfÑdŸn¢ÜL_ÛÒÉ\-sº¿Oµ8ôã~-qð%ªIÚR½Ã4ƒ¯ê´Ôâ|¡…_)¬Ð.×·˜Ö`?¿VX§ èý¦>þN>ùÙoê7?ÀoSmÓüˆOÏ™^ä_~ÏÿAø£þ¼é/üGÂGúM“•ìÈšGc µ éÛ¯\›IO3fiR“³"Ù¬ˆ !äë³"+•Òœ›1Í:%b4êRMfóØ¬ˆY£ÅJ#1«5f³86'¢ÇOˆ3›ÊÓqzffŽ˜âbëù´?'jviŽk8M'Ž´“=„@.ò°ËØl|ÕÈAÉ¥QvZúo쫞fƒ!úÜÐʬ²/®¼¸{t諳$føØ$ ›&‘–ûϤ““61&1Æ.ר|š–N›d×búÈrVn­‰N›äÖš%F§ÎæÖ ù¹µt雸¥–}3Àf©5»,µNŸ‘9ËlÊȼAPâx@l*¦ º~¾©V›’g¿£<û,­†"BQŠ9dæLQD9'üáq؃é›t’Fº'Ì^!c%©IõHÊ_°fiÁÔ¹¸øìÕ«Äyyd§Í>5}dù’üj䡾úæexËÕE_~A´Sªš­#˜=k‰dgó ºgÚ ³>röå§}..M~jô=:Tºªåï²tªÙ#7Á€ ]“Lø[¨¤³µh=†A]-*Þô àcŠS¨S¹=ˆO¡ûèw½€†i%E+ÚMö£-€ç-$¿G·ñÙß¼âî‚tÝÆÌ?‹B@½€·ƒì!Ðyð~ bò,ªýf ‡—ÓtrÜ è-P´Ž^…r< ù­ e;˾ñ7‚¾[õ}”MuÀF”÷1ÐÝò¥@óø?£ š7È%è í—ö¨w‡*õN›1ü Zx¾`CAàïÍj…´júô6~žÜÄ•ó©|=ÿ–âŠ2¿÷á´ý¸Ú¢Þ£y4¥´è¢úÅÆc‡ñHj{꣩o˜ ¦­æ;̇ͦùÓë3¶g¦d¶gþ*ó­l[ö•ÜRËfËá<>oV^«µÂºÔy»9ÿéMÁžÂªÂ…gŠ/~eÒ…I_–¸KÞ,=èŒ:Ï;¿˜|rÊɲÊòyÓ§Ê-ºµÑ²Ð¯³À5Z9jÿtñy # «#ôk˜‹_ËBŽ¥Ó°-Ž¥Ò£ˆŒ9tºWÆ<è\1 ÐÇ2V"=d¬Bƒ8CƪÀ¯ÉX¶‘d^:²Ÿlë{UŠé2¦kÄdLJÑ#c•+úd̃ÎOe¬@Å32V‚~BÆ*´R1,ce)-2V£Fe2/¾E¹,cžƒ¼RT¯0L=dT½Á°’É?fXÅäŸ1Lß„±ô¬2d >¢2 Ûd >“1øPøLÆàC5’1øPm•1øP=YÆàCõ‡2j’y5{ÖÐrê2¬¥eÓµ2œÂä ë1l¤eÓmbØ Ø¤ÛÁpÓÙÍp:³³Ÿá &d8›¥}‘á\¦sŽá<¦ó>Ã6†/3\Èô¿d¸”b½†á) gQ,°òë ³¼ô•§HòÙ Óº ýBô ŒI+QüfjA]È| ¢ Úˆz™d.l…ÓÐ òÓ(ƒ7ꆟˆ–€l ¤ 0Ûò÷ƒö} é€´Ý,n êäÙWóª§)~E·öæÛ£¾ê 𢛡I _œöÀÕr¹¯o»çÿQ÷kÖ}cmbý+Ù–ÉÞs½ŒïÛË5s\ÑšHu‰°ü’ý’Ú—êêI?«yíußÖ¼ZÝ/ï)_Ý_¨W# ×ÇRÒÒnëÍ’ªÙ ßևʞ++*fˆ-]~qQ°'ÙØëçC½Á7ö”‰îînqI`MW$,.ñ‡ý¡ ~_™;ðv/ñ¯éëö†’©ê˜P”¥u­þPÒ‹UeSÅI‹¡`8Ø)aZã#Ë*ï`²E-’@XôŠ‘×ç_ï ­ƒßX61Ð#F î–ž@Äï—F¼?$îñ•CbbBbG°¯' øÃeßddLÖBƒ†·?гF\ÜÙèð‹SÄ%ÁÕËMŽ®`·7¡E_½‘U¤òì¡& ‚Ú1io(èëëˆÐÚöwAAÆå<ÐÓÑÝçƒ6“…öto'JDÿúÕ`{œvÏ·æÎÔ}´ö!˜Ö’ºçZ’·e[3Y& —ˆ=õe(¹ú‚ý=ÝA¯o¢¼RÕ¡9ÆÚ%Øé틈>ÿêfÐéòw÷NôPƒƒlßö²½öj¬ƒ^»úí_ÙQ>'aèžH÷8÷wˆ{:Æ rÏ~7*ønTðݨà»QÁw£‚}T0áØ{ {YŸ¹^Ü{ôºÁÎø£2;.ƒÍnÐÙ8~›·òSù&~„µrè»ßdå&70/JûzŽá'9ÄÚ–ëBòqÄû-®a}ëß1ÔÂMpdÙ^{ž+A€WwæÙŽqÅ\^|¦Í•à Lé•÷ŽÞA+g¡aè Ð0Ú9+ÈnŠz H —ÿV+ö] 1\g‰‹6£»˜Ë†´ôÊÛÀe¢K@£@²AX´¨h'Ð %Ó£’ Ðf a Ë,ÆÅeÆ0 ÊžßÎØÀÚîJ¶é•6W¬d›Ë<_t³ÄHju’ÚÔé’¸lŽÄ‹'KÜTT¥\£«<îÎà2 ’ô’¾BLN"ÆÈ†öré(D8¥,qq¦BGåžaŽG˜#†F¶çp\—ZéÖQr ™ü\”bÈÅ}jå÷Bò'thˆ#‚ß{ä=´™\ >‡°hÐ0Ы@—€”äüÞ…ß;äd o£r z v =@Ã@—€Tämä-:gÄBŠëy B#yªõ&„ò 7ÈP´³ñêÚÊc 8Ëe`+’Af® L• ò?ñ/J G9 ¥¡G qùh6šÆåÇ‹¦Ú\V|VÀ– ¶½î rÅ€”ää|‰@Í@«€z”€Î:¢@»€öÅ€ —AhÉi ßG@. f ¼‡läÕ¸cŽÍA^!§P&xü ù/ÆG^düeò[Æ_n~š¼·Ú[ ñÒ—C¼‚üz Ðdu§:gƒ°¨h1P;ÐN %&ùqŸÍF†Ðifý•ñŸ¡}r­µ¹s¡Š4pÔÝ‚=âq9y6iàxø€hภ8î¼ ÝÑÀá[ ˆŽåí€hàXÜ‚Ùý\a±­zñ:,º ¤¼Ô^ê/õ#žôÓú‚§eûq¼´ÔFŸ“s–”Ú¢ƒ8ú<Ž.ÁÑ}8êÇÑM8zŽÎÂÑÛpÔ‰£µâ¨ G‡p ¸"Š]‡'lÖº²pô4ŽÀÑ0Ž:p´G qTÄÕ®±ÇLc¬‘±7Ýé€ß0Ž>bÚ¡ÏÛá˜0 á«@£lËJb¾¤œm¥< ´^Ú.«« ºç“ð4à ô. tºÑ 0r  ¬j:t h”ÐWZÞ%ùPð,4@XTÔ´è’çAA¹ˆYÁÊåB/¦[äüòág'vWžÑbtçs;-Ø`Å‹­£VR2脲)UHM`ÝÑè>ÿ‡©Ýjò0Ù‰ò !vÉ|gü‹<[?w ÙÜéøQdå¡×áZäÀEÀkP˜mW!‹@ùtd!¿^·´B2CÜ1Ù6ˆõ4ÕQÛ–÷mµ$À,C¶ß‹ Çm¯ƒäGmç,[m/•'<ïH``ƒ"S=f©±8ÍTïˆ'â¶M”µÝm™g[ga~)â¶0l¹ ¶%Žå¶ù`¯Á²Úæ ƒÍ£¶zËm¶Y’VMsÔVEpJ° [ba™X™Á[ª¸Ë5YõˆªMµX5CU©š¬²«lªêp)t†¿éâc.oC8‚PS¬tiS¬þæåm‡T*®¢UŠÕ%eZmcbô¸$,arܘ"•Í¢2µZVüzû÷¿ó%CØeÅöp1kS CAËr¨ëŠåmƒ0–¢§‡°*ÆNNÚ‹|G݉h“铑싈̥”$œtÉØu–sÌc0ˆþ“}5£ endstream endobj 272 0 obj 24193 endobj 273 0 obj <> endobj 274 0 obj <> stream xœ]”O›0Åï| ŽÛà <6°+E‘²ÉFÊ¡Ôl?'EjrÈ·/oÞ´•zHôlÞŒ{œm»CßÍÙ·ihŽqNÏ]ßNñ6ܧ&¦§xéúÄIÚvÍl#ýo®õ˜dKìñq›ãõП‡Õ*ɾ/ßnóôHŸ6ípŠŸ’ìëÔÆ©ë/éÓíqïãø+^c?§y²^§m×ã—ú3z>´Ëçn~> endobj 276 0 obj <> stream xœí»yxTEÖ?~ªîí}»½$ÝYïítB:IHDÒE ²CL€HB ²vØTD_0¢qtTPqƒNÚ€ θ+£¯ããè,êÌà2£¨ã‹Ž[º¿§ª;1ußç÷Çïy¾ßé›[uêÔ¹µ|êœS§nwüݽ-`„m €¯i}cçÒ¥ógÀKÄÖ´Á¯,JýëÝH¿ jXݹf}µ®Ë  ñayÕš¶Í«Ÿ||îíÆq)k[›ÿªZÒžÃ6ŠÖ"cGè: @:!uízÿ&‡fs=–S±ÜÜÖÑÔèXð×J,ïÀráúÆM'èSËaYio\ß²ÿçû±üG€mgGp ÓβúÎî–Î7­ËŸ(Ô‘Gðb#’jV¦‚¨Rk´:½Áh2[$«Íuºàÿ•êÄñû ċ逿÷,µ†?fu¡Žð_è_PøXôŽ|ƒS°†à ^ ša3\דðwèƒ{`79 =° }’XŒ=o†a?¼@vÑÚKÏ©–†oc/Ø’± ZQª6Âí8OˆžØÉ“ä]Á%Þú,ôU5&@!Ì€JèÅÙ</›ð.|I–’ÕÔK—¢J\Ž Å1'A>ÌÁk.,…¸®DÄ_Øz*ôOÔF¯lu1LÅù/C¬ÎÀđ42Ì"‹I+ÙG¾¡ZB¯¢è?•W‘°_8&üIx[ø‡8KÜ$¾§6„3ÂÕáµáMá½áSá?#¦2dÀEØæ ¸qVá*¸vàjÝ×°î…G ÇáüÞ†?ÃgðOb&ùd)%«IÙD“cäQò2y•ÖÓFz=#x„eØ÷Ä qØ#¾‚ДÐÎÐ@è7asx0ülø£ð0¢)#æiˆh6ÔB ö|-ì†Û°Çáð:€?Âß9^q'I%I6É%EdYH–‘5ÄO6“«É¤ŸÜFî 2„£y‚ Ÿ’Ï„™¨…Ê4…fÑlšCçÑ5t;í§Ñcô1¼^¡¯Ñ7èè»ôô+Á*8ðJÒ…YÂa…Ð!l6 […Ï…wD×Ï"fˆYâÏÄ{Å#âËâ‡âW*ƒêFÕͪ_¨ÞU½«µ¤¾@½@½V}‹:¨~S#hjVk¶j®Ô\­yD Zö!DëÀ™ŽùÐp7ü–<o‘ƒ‚ƒ>HÐûÈb\°Nø%ùoU5\GKi€Ì¥±Âÿ dÄ÷“óp¡"}ƒxÅûÈ>x -i']G7‰r±x¿8Lüâ«¢@ÏÂAú1ëGíïÃÞ6 {[O¦#µÖÃ]Ô/Ò¸ ]ð+¸K­£ý¸î» ΂Éd6[ú |ˆÖa%ep)ÚÉ0Ù¯òÓ»Éáj„2Lß&ÓT~X­–à*2Dç /’³hy¡¾T“µ´„¬‚axÜCÞ£Ka.½ö‹kT¯‘?/™§Z‹úâ;Âla5µÓ“ßsDGà(Z¸HxV›ÐúÏP/̦p§ð8ù%—‹k„µ8ÊMT$× -<CÂ,Ñ3á¨pž ‡„׉Žˆ›H;¹9\9\Ÿ«Ї…U‘˜~!ôGr/y%|‚þŠÃ/KCkÈbÚååh½ÝˆÄçï@q´H¥¡=Þˆúƒ¾M‡V^…žë"¸„|†s ¢TD2`Mut†FQ;p×›„™%·ÃDò{ñú‡¾K|eÓ/(6µdJñä‚üIy¹9ÙYÞ̉ÒÓR=)nENNJLˆs9ccv›U²˜MFƒ^§Õ¨U¸ª²*=U J ½! ¦{fÍÊfeO#2Ç0 ²ªÆË”.¦Œ—ô¡äê‘ôE$}£’DRJ¡4;K©ô(3%H–-¬Eú† O8Ç鹜ÓyÁ„·ŸP*]k+”iP*UÖöU6T`{}¹§¼EŸz’¤NOçqN'œ ÎÊ©´&U ÞSQˆóT°!„´ÊÆæÀ‚…µ• nw]vV€”7yVÀ33`ñr(çÝÔå ïFieÓ땬Ó};ƒ¬jð›=Í+jBcëÃêÅ~+Î-g]ß±q[yíö±µ B_¥«Uaž¾íJ`ßÂÚ±µn–ÖÕaø,M«jè«Â®w2]¹86|6•ȤZ<•ŒÓp©ÐyfzÖö]Ú€ ߀E›Ýƒññ¾ãáw ¾Ré[RëqÊÞàAõ=ÊCĘ€6}ôÏ"ÅÚ+×N ØSÝ©¯^ì©^¸¬V©ìkˆb[½d\)R?e´.JìåµBR4A൨‰+F…Y¡ÖÓðOÍ5¹9¨Ñ¢*rQªRìHZ§w»âCÁð§ì)ž}÷Xt˜©ÞñåiãÊã†gìpÀb:­^²¬¯O?®® ýN__•G©êkèk †·­ò(’§ï8½—ÞÛ×YÙ0²¢Áð‰ëU;ëpkÉTÔV 3íÓcW“žMÊŒoHdE)%£PIÌK¤¹‰¯$¾“($éõC%Ï•#¸Ÿ×wyÏŸ÷ž“¾¨ï:w§®ìœ­$×Z’+•ÎZm·×ë­‡z–Ù‹5ŽØØ‚ü¢É…ÒÙ•>¹°¨¨ ?wH¦pBõ¤hÔ1ŽX'¿«=)©ý§é¼£—ŽOÊûᲦK.ÿdÏÐäqƒcÉÍË÷ÕUL™]øë»JÔìý_…0‚´,½aîíM•%Sª3fܶªë‘†MÏ-×ÅX¦{.XR0«xyÑÒ‰I5U“omØø|û›¨gpiøq†8Ï')pú8¸Zd-”Lbеfk¡N‘r½ëú8Ñwa<ÕÀ±¸§ã0ÚÌ2lŒß/“…„xlÄjI‚T }! € !’ÅbB|–µß¶ñ¶‰ŠlÔ8eÑ€ÐßäKp(ÚtO’bñ9•B°H–NËÛÑ2=5}:Ó¯/ê½sÏ15>;q=Óåáú®³Äj+)A Ÿ÷2¨»»ÌÄÉ`càÚR\ÄÖÍ@E܉¡O÷¤¨…ôÐ'oxzÍÝnyâ¯æo?¯kª?J¥KÈŽuþS¤ÕvÍGë_¹ö0¹pïG/Í[$ÇÝrç²%Ѹc÷> áC­x:™Ž'37|íK©”kÄK,ËbÖYTSc&Ë•â\ËìUš˜cñÆ‹¥•„nÈ·1LT0©sm"›]ב[áK·:Εnœ‚¢5ÒZ—Zë&6+’œÔjõÁà‹H’9IVkhQ;e³Ášfñ+ãi|º}© £TgµÖ‚nÁNbžü"¤d C»ý‹ˆ¢W*õzK½ÒiâÝòܽ뽥“-+x·œæ©ôi=æ¨ÇÞR4K‡Q™·«r¼WHOB½ÝüâÜÅ´Uº^ ®À1ªV{R&v‡“i¸Ãl¦1¤à>¹þæE¿x®}ßšS­›¬qÝÕwœ¾ª¡rCËÌP«êñŸ7Vÿé7CŸœ÷«áSÂì93•n¿yöîWqèú–#Î8ï»L'ü—îfín¨6ÅšjŸÿ&~-¨Ói†8…ÑYx ºŽhÌ*à©ÉEOW«U¢ðY2@PY,µà3K… C°l(Ç^®H@0–>E§˜ e0¹5’ŽøâqR "‚†(}ÆPªïêÆ è8@øôÃ]ÌWèÌÎ2ð™byi(ÛÉóÁd[™—}êäø¸÷;È#HGÐ>7óÊõõ]ö¾N WZ¡â­}Ù‹î\T4Nϕ,Óß¼lÄC)¯…Î…j˜ï.BcNRÀ‘‡|KTd¾j›ê• %²*WµWuDuJVi¨ DáAX@ˆÀ"í ³q ²áïe Û >ƒ­ÖЇ𕣠|êíêvå"ÇÀç²Eç_–ŽóŸž)™‹±äÈÀÄæ‰@â.ŽäÎôè 9_Ò„7.ãPu¤öѬÒEoôS7Ns‘1ŠC®«»€àA&ÿXè7ª_Wá4ÚÐÃ=ÈXðü~è8$áƒþÊÆ|ÛJæÛµYLŠZAÓ#fM¬Ù‘4Q㉹Ð|±YípâÉÝ­ÏŠ©Ñ¯Ö«¦’|}iL5™©Ÿ£vY,FƒÁ¡3B‚¬ÓXÌz‡L ¦—̵Ɨ$ËJK‡eú± I}Ä-)ªt%ý8IƒÈ–yŽùµ¹g#.­o´®Üí’ù œšVÄÆÒЦ˜c*`/ ·⢨u Ò/ï¿õù½Ÿlz¦eÓÑÐoî åe]:ç²æÿúYóŒu­³n|ûµ_‘ûNÑi_W‘Ç;¶-ÝöÀ×[oœzýëÌã7#‹Ð²Ì¨ÿ›ŽƒqXŒ8$0ÿ4AGR:S¨Z•ãHêËbj’k䎘Y]®"~iƒã²ø-ÉGU¢,jl²Á`QÀ—[éî84’¦S#hzRÒ["î›{oôá\ÍÙôº˜rãüìRqÔ{p‡]Ìœôt::¿æGoýüô‡?}rëå/®;Öß1µ{UeŒ¼»}éήÉäfRüÒ¡O_z4ôô¡Kµ{Ï/s.»°iyÿÞ…w¼Ì,¡ç‹óK€>}‰ÐêX“p«Zt±õ^Š _¢¿ÞJW$´J—ë6K·iUjG¬c¢®œÔRt–TóbI̓èg®AÄ)jâp·‚Z…äJ>5Ç*šôDt$fÉLÍÕISªÇÌt.FCõ£Ñ@ýYiø,7çzô™¸7E×”oMštfØ4²; îcßì{øw}„Üûàsƒ¤ç’õû–oª­½›\cöÉwž?Lyr¯±¥»/ôþÕ;vüÎòÙðûj7FM ¼t’qnV\¾ e’œ‰y [KœñCÜxØÌg ap$8‰Óbª$”xA†¤ E–“ê*'ÛKl7™• p£o êØl³”­ÖÙ3mTG%!H¦ûœ)ñ™yz’«'úBÁ\Á­/\È7ôp|—™w¾¾ qø‚•^#£` ¥ãˆh·çxUh®^¶ó]<+!H^RìpW&¤[%T¬“#%F*¶ zèÕWl½°'tú®kÿFšÞ¼ãËŸ%–}ÛÞÐG÷þþô©?Τ3?xQÓû -x¹ëñ_ÄÜz÷áýoýé/[É´ˆŽ|LoR‚xØáËœcYmÙ`Ùnù…ù6û}º@âéÄìz D€8 Ø YV£:N –O­A”ü¶$vš0ä¨Õƒ4aÐä7TµªRÔÓJ¤— ª+UAºcH;µ‡k$~ÅAhøá})3´Í{&K¨;sæÛûΜa˜À8ý Ô¸Ø;´GKì¨VCk¡ƒ©—õMba •EãÜÖ&¡Æ‰.‡‹¦;ʤ*a“$JfGlLœd³”˜o2’~­ˆ¶lƒ—-êà2Z£Ïa¹Ì›™§!¹¢)L4—'–3{OŠ¨Õ˜`›™×y†±aÂíÌÑ"45ð(`•ìEî|‘+¢Q[¹©‰¿ýՊо?„>=ûñkdÚ߈ÛùhÒ±]¡ÿ9ØÿÖà/¾ bB(ô-©BcßI„÷¿þ­uïŸü&ôî_>~†aP Þ†¾%“Ìö]Pe%Y>¾poÖIÏ©¬—Ï{Þ§êÛœ·yÇN9’uÒ©®4×h—š/¶­6_™¥Ö‘mŠy²¶À\¥Ug±Mp¾I*&fRš™Éve¢H%~‚ ¤äd¬8ÆPˆ,+›Ícw8Œá v»#MF4#áM&Ú.nåYAòªÏä°èlµ ì’ÚƒdÏ$'Iɵв$S™qd Rf-‘"±ÎJŒzj¼¸É+’ìì53òÝ5z£[c!ã\´^!ÇROé,Û‚ñÙK%\$Õö\ 39R®ñ$Rs)E‰·žyÆú‘P'Ö (5‚ÇÖÕãéò·Ž¥µì­oº6fáPÓµ×:w»É>³tá¡zOÛ±=Ҍ¹÷_šÒ*¦éªi½¤¹ik÷¤®á%ô‰š´ÂÒU{ï¦gfË…¾UGî é1’ÿjß'hp'ÜçÃ5QSµV«QéôFQ­5µÖ¢ÒIÆ[„*¸,É#ÖŒÔ(ŠQŸI4QÀÍØø ÞuZ·J$'}fF´Æû-×\íòÆIçÁ…À°ë<3úÒsÄê,±–” 'Ü~ÅSˆ‹wÄâ†O©žzj;O5RévÙxHÝ#¸âÒ'¨5…²÷?{âÂá#’2òn‰[›ßÀ¢r0´Œ^@:ÿpÓÖ‡Ñ L],þ µ5 HÒqHD>“‚‘<ŸYi®8É1‰Š®ÝÒô–ôm“UiÞ¼É4Í–S¥²ˆ‡Ñ,§S¯Ë0e¸ââ)[ÆÕûT«@š”FÓ>e~Ìš:±b¥XúN,‰}2§æÉHHÔå{¾~øl=’ÝçÎJç»F]7 ŒÐˆµ„¿)È"è«’ïÞ”¤F^”0߉—b‘$1~èL_z,漢M›RÓBÎ(¯xîèsÿ-ˆÛz/Y›|Å+E5Ïn^uYg˜×^Õ0#73󲸉³¶=~«±¡³&??=¾hYáâó±|ùrœ`=ž9Ëq‡‹…g|—zp$ %š·ío;T.’n+² "šÄÁkETFƒQ0èÌÖØX¨ð\¥šo&fEG4K°ÛlèÔ±èší~‡à—ÐIØü11hxdÑÕë¬ ×£NÝ‹;QÕñˆ9rD?;æ s7»Ü³#–]èEÎu±s9z>ga„F%•–¢Ç(å'¡z@׊¡Dñt:rŽÔhXPQÿä=I÷È®‚ž¦ÊkÜ+¦O.v¸^HzáIáö·v5ÏHºË5¹©{ç·«!r §¡t‡oã…"I×Ù(›¨Ž¤ig“*íÅÂvío¬š5š-Ú-Öû­'µ'­jÑ š©ÃàÀSŠÓE©Ë5r 7=&Éa2IöȱLˆŒN‡üZ“njœ¤Ë5•™®4½l%Ó|ÓJS‡I4™‚ô _v<{ÕárÕŽTó˜JŽì^P§# ™ðœjr²ýËËœ†ÄN«ó¤O ÝÑ£ãÜQHÙA–æ¿ÿ:dÌÙ|aÌ]cv.¶quãaÏšÂnZxím9¼âg7)×Ûž4«bÕ`KæJÕ‰á3«–^ß=eÏð ôš©…3× =š‚nô$Fó9¨y¸IÃ_üša ›í?sP—‚a”“%‰,áA—A*Lf&žŒ µ]—kOH3È,×ÅvŒØ!&Û¤‹ÏT³uê”Bž'¤ð܇¶S¸MMÔ ÝÖ̼ˆU*,€Ÿ‰¯ø+7ïw¶‘˜ uÉ.c*‡燶—J£vÊ<"úH8Iž&åÄFê.žñLמCÐÛ·<¹îµÞ®—î®ÿüè{¡}t5ÙAÞ ý2ôÚë^÷lѬC${ßUolYwŠ8·ÿˆ¡ìlZ‹t ?«ÇÃ/}S‰÷Ùi–}ª}“ý:›h–â-vÉ,Å$Ø©5ÞbIŽè•Ur›Ìfˆ‹Ç ¡– ÐÆÉ)_JLf®ºL½@Ý îToS«Õ­‰2ñãN²@.vUÕŠqZZ=áÇ·á÷¢æå†RtQ¸OcÀ2òö‹S¬%šÈê£a7wk¦ˆ…[°»\üt»–Ðæ½{×Îéòϼ¡?´ûò½¤ü±À¥SVïíP˜=оü±-Ó-îá‡éW ÖÏZîÅ%`Ñú:þîæç>¤":R¦¢*¶né™…³`–´¶ñßøŒÆyìg ¹T ñR,˜5rZf_ G¿6¨'6«‘ÔxŠÀ6YÈž»®¼úâÇnðuoê·¡C¡=ÿj8³ã­ärì-2‡4@ä+È_òUòJKéçÚ8-ÿÚ}÷¯N|ÏFªÞ†#¥ ‹þNŠ?§™šÇbùèÇ1àØOœ…h ®Êð°ªúŸTì ˆå ò,a¹ ïft==êxe{ðîU= 'Ô@¹ª&ü;¬ŸŒõó_tÊĶj™} |3ö3¯^RH^¢Û—p¯˜-Þ©’TGÔ²z¶úEÍ€6EÒЗëÿi¸Ìð…qžq7ŸC0Á~þ"–"QFç¢Äî`±ðwˆüd àRž |Îz^øSFðGiÚ`[”ÁEi$1J«!‘¤Di œ`¿¿à´òÈ—QZ}4#J›ètpíɪQš€Jµ;JSP«öDiŠTwDiŒªW£´ ,ª·¢´̪sQZõªo¢´\êÚ(­ƒJug”6‘¥êcØ2ìˬÕGiâµ.N«8??J3¾Ój†vY”FL´«9­áü­Qšñû8­åü{¢4ãæ´Žá¯}&J#þº¼(òº©Qñ×UEi|V7¥Ý Qñ×}¥½¥ýQñ×¥Ã&NëÙÍ)QçhŽŒÁ€|‡yN”A1_Âi#Ó(óÖ(-B¢ùFN›‘¯5?¥E|62N‰·ÿL”fí¿Æi;ç¥ÿ[N;ØÜ-±Qçk‰Œ-†É[¦Fi”·Ìât,篊ҌßÉé8ÞN_”fíìát—?¥™ücœNâò¯Gi&ÿNËœÿu”F¾¤æt*kGJŽÒØŽ”ÅéLίŠÒŒ¿„ÓÙ¬©=J£ÝH[­åøÒL~§ù¼¤{¢4ãmŒÈ¿¥ÿ Nóu‘>‹Ò¸.V ÷ƒù‡WRK`-´`>: o?l†NÎ)ÇR7Ò,mD~+—ÈÁšhûm˜/BÞ|Þ=¼Ô‚y JoÀ´%g ݊϶Ál”ay+4}¯§©cä"­¬Á}­ ËÝXû$ûU k¿': °—IPˆT¶Ëdº±¦ïÕøÜÄq-mé_Û™Œí0Dr™McžÊþ—‘/×b+Ÿw#Þ~ŽQ3¶ºž{òØþ÷ø²VÛy‹‘ç–b©K QóÑø9Ò¬çväæòÞöZ>/ÇÚ¶óqµréœÿõH¾/·d”ªà’ùX×`y>Îu5LjÕfóuì€UѹÌã5k‘ÃVµO§ ,à=uóšVŽábL{ùŒ"k£àÊ–àŽ•u|6 Çv3æ½\Ï"EÖ`5«Ÿó:0mæüNÞßæQ¤ätó1ù£µs,#åFÞR'ï}=Ç|õU¼‘i‹Î³}t‘'FÆÑ=F¶“ëc3ޏ‰÷Ác#7Cä‡ç)3Ù&ì­—#ÒÌ-ï_‘`O´q*å'bÎ4pUtÜ?Üvûÿ‡¹×zóèÚwsýYËíù¡ŒÕíñãš6fØL"sñóþFô’µ™k3r6ò™wp«ûwšÐ8nÕ[¢–ò¯öÂPõ£\/’vè6GÚa’m(ñït(ç~%?/¯HY²¶E™ÛÑÞáßÜÙ¢”wtwvt7ú[;Ús”mmÊ¢Ö5ký=Ê¢–ž–î -Í93º[ÛfûÛZ›FšÊy(²¦·­±[‰TN­iéîÁV”‚œI…JÆÜ֦ŽÕþ‰áˆÐˆÌ䜼¼œüM¼*;Úø’ˆ`kÒ¨ø»›[Ö7v¯S:Vÿèx•ÖvÅuKÛ[ý-ÍÊb£¿noÎíèV:°¦[iêèm÷w·¶ôäüX#£¼%,©ènÜØÚ¾F™¿zukS‹’­,êX…½ÌkmZÛÑÖØ“¥,hÄæšZ•ŽíÍ8eRÉ”üºŽ^e}ãf¥·§G„3XÝÑîWüJskOgVà ”ÎîVd6aM æ=JgK÷úV?úªÍ|"ˆBK;k+XÝœÛÙÝÑÜÛäg³Ý¸2¦Ì[Û›Úz›q”‘At´·mV2Z'*-ëWaÛc¤Ûÿmï\¼™Í¾»¥‡Í’Áó]´£mMã3ÊhÅ^ü-ë–Ý­ØksÇÆö¶ŽÆæñ 4F¦ŽË1º.½þÎ^¿ÒܲÁŒ2k[Ú:Ç#”ƒ~¿7º n@;»³¯YÇK[àÜ÷äÆ×¬óÔ÷¥"üê‘Ãö '…‡„!á¸00Vfÿÿ¦(f$úøOóŸ(æ?QÌ¢˜ÿŸ£˜Ÿ¼/ŒõåïÞóé£õßy¢.,µüˆo‹ÔU…Xò“áE¬}¤íñc[ó݈[Õž «ù ûÒ(½×­ñ¥"5lŽZXÇ÷f8Z#Æ‹å¢Oœ!NóÇJãWÿèÞ;¾æ'ŒŸäâ»n¬Ì8þè \sÚÿeìãkÚùžÙ çÔX¹ñ5•Øön?Y¯~"~ÿ«ö~ªÎ ßûo¬qŸ%y'é@ÀG –ø‚ôГÏòA +Þ?d´å_9ÃJ¼Oáý Þ"äa:ï•x øøÁÁ]LþààJž Í[˜¿åÍÍçe߬H®7ErÝÔHžWÀä UnbåCùS#åÌI‘rjv/Ñ8ÆOxjÁ4ï2¼¯Ä[ÄÎ Å$EÓ9Øcû‡âò-§è~”ØÏíçCÜïÓcµm¾z¾†~2£˜|ˆ­íåé•<]ÉÓ2žæòÔ­ý;ë§§xz„§¹<-ãé|žvð”Ë“sx}„ׇxýüÝgƒ,2‘²ˆ$_ñÉä8ÑÃ`¡¼;H ¾âB9G)—óñ.P.”³0—ñ¾,s–œ·;³B.&Ø.è-8¸|6«Ö$=ÚnÞn]” f^$ÏБ©pBdÝá};Þâ`f·ü>­ð"€B”¿É’šAùk9¨%ƒòWrŸ]þR>+ÿS>).Ï‘ŸÏ|P>ŽR·ÊA9(¢Ô¾Ì }Ðg‘¯—áàÎÊ›ä6¹]áUmnÌ|¹ Z–¹L®U‚¬—y ïåB›yD®ÄÊŠÌ !È>ù:¹ ›?šÏ}Dž$wË92ï.+ÒÝÄÈØ2Xöˆ<;Ká½TÊKM:“®¸ÿšþCšþƒšþ­šþšþišþ"MÿdMž¦?WÓïÕô§iú“4­M+iÍZ£V¯ÕjÕZQKµ å?Ùò²7òµÄ2µÈR‘Óe)|QB‰–ÂØ…jZ½x&©œn‚êUJà‹Åž Ñ/\Pyf’€­ª—Ìt¦x«ƒšð¢@±·: Y°¼v€ë ;‚–ÔIc]›Àþí8®jܵ7$°<|í uu»¡ÌUf›n-©ªø¤!šŽùE°kü„«l>Ž«\;¤‘/Ð`q1ûY±Ÿ]I=Õ‹k$ÕòNª«ܼXYQ{œ&UV'³¬®ö¸EW.b|!«¢®®—†Ë¡Úfr‡Y†rÚסŒÉA™öu.'’ˆœ‡Ë¡ÚEäbðp9O¬2N.™<Ìä2Y†rÎw ™Ë%;ß#7pÂSY1àñŒ´u‚Ëœˆ´(å"²Œ"n™‹ ©È\D&”‹T}'’ÉÉá= ä;9"cRFdL¬'ïOú´Ìôz+[™®,¨ÐÂ̺ò‘ÆŒÓïïŸ*[+Fÿz¢ŸÞhî‡ê@æâê@ÙÂeµMeÀ×PQ‡¼¼žÁP ŸŽ0sYʘ‚0*8ÊÓ颂ˆÆ#ó³È|™ãê¼=8ìh,‚þž¢þÉ ‚ endstream endobj 277 0 obj 10097 endobj 278 0 obj <> endobj 279 0 obj <> stream xœ]’Moƒ0 †ïüŠ»C¡|´Bêè8ìC£û41ÒQ þýb»Û¤@ã×Ö;aÕœ3,á››T ‹è£ÌÓÍ)¸&±ÐƒZîýÕØÙ ôµí:/06¦ŸŠ"ß}n^Ü*6G=]à!_7˜«Ø|T­Û›µ_0‚YD”¥ÐÐû>Ï}éF©jÛhŸ–uëKþçÕ‚ˆ)–lEMfÛ)p¹BPDQ)Šº.0ú_.N¸äÒ«ÏÎy©ôÒ(Š£Òs̼GÞ§;ä„8K‘SâœôsŒœ³¦BÞ3'ÈæùÈL=‰“¹â>¤?ïŽÈO¬!}͵'Ï2âs‰Ìþ3ì#ÙŽzÉþ³ ùîï%Ù‚~$ûOñ.’ý'döh€÷Iá(q×?+êæœ_=Ú nd0ðûfìd±Š¾od+£7 endstream endobj 280 0 obj <> endobj 281 0 obj <> stream xœí|y|ÔÕµø½÷»Ì’Ù÷™,ó™d&ÉdÏ„ˆäQˆ@XMÐH $€d±â ¨Šk%jEÜÊd‚˜°HÜ—>Ô­hÛ'¯Å¢ÖT^«è³dæwî BŸíçõ÷ûó×™Ü{ν÷œ»œsî¹ç~g2=]½-Hƒú‡ä×4u¬[¼z9Bèߦë{$ôèäÀO"¤Xº²cÕ5Émº%©ÊÖ¬Z»qe_dhu{ò-omijÎÙzT‡P‘ú˜Ô k¢7* \åôÖkz®Ý¬•Û¡Ü åŽµí+šÒÚG;¡|ÊS®iº¶£»UD¨Øei]Ó5-™«û^…r!˵íÝ=&ŠÐ¥ÏÐöŽ®–ŽÉoLûÊ0ã;P‡áM_0>i™p¼ *”*u’F«ÓŒ&³Åj³;œ®dôÿÅK8ˆRXz¥ð~”‚PìÔDжÅNÑ6 Éç ¬ÔxJ¼"èô+œ‰%4„¿Cvô-vâB4 ñèPÂ>4ŽîA´íÂ&”Žlh1š…y  ¢Ûñƒ±õ±ÏÐ%è'èÑØóøÆØSо½†¾…üQ)š ô‹Q úŒûÕÇ@J´%¡©h¶¡&ô¼¿†9Ü…îF/àǾ…Q-èFè¯U¢ÊØ‹±s(ÝÎïN¨žC;Ñ!,ÆVÄÚPò¢~Œ}ûùQ=z =s âQþ2äAkÐ-è>ìä^ìô3ÅÒÀÍŽÂH³Ð´m@ýè)ô6áZá„p&ö£Øi$"3Ê„9µ¡Ïp žCç5±i±Ð•h½ë¥ïQþJþ áÊhEì§±—=Õø0~Q(î¿!öHìç`‘~T™ ã,G7¡Ñ›è¿ÐŸÉæØftZ#¿ŠS±„ý ñˆ“l"›¸wQ¬¶fÛ‹v£0hä :„Ž€l~N¢O°'ãÙx9Þ‰ÿL4¤™ãäösïñ˜äíC £ô8:ûùmt Юūq;¾ÿŸ$aòù†Wò7ñåÇôdô¯±¹±¯‘¹Ðåè:´dûBûÑ¿£÷ÑŸÑ_ÐYlÀ“q+~‡ñIüQ/™G:È.ò8y–›Ëíä^äKøéüþmþ#áVa›¢I=·'zWôÙè/cÏÇ~ ¶£ƒþý¨$zXÅãè(zzÿýýŽÚô?/ÅWÃ(Ýx+¾?‹_ſğÃ*{{ÉTR£¶“.Óä.r7Œ~ ÞÇÉGä·ääkNà¼Ü$®“{„ sÃÜqî¼÷óy|!?_ÊÇ@3EÂ¥ÂBa¯ð´ð’pF,›ÅñSÅŠ›•ÿ6ž=þQm†£C`»J°¤ë@£GÁî÷ƒÞ‰þ;Ìø$ú ´à€y—áj\ƒçà+ðU¸߈·àŸàûðƒøQüsX¬(`îARI’&ÒBn&[Èd?¼’7É䃙Û9ä ¹YÜRîJn¬¡‡ÛÄÝ ’ÝÉ=ÅãÞåNsŸrc 5;ŸÆ÷ò×ñ÷óOðûù_ — ×ÀûQá¨0*üR8'œ‰èSÄ|qµ¸WüBTLRÔ*nS¼§ø‹²§àl˜¹t¡· N؃iä)bá7ã1¨HÅ<ÒÃʃ ‡…°+þ‚*¸(èEGÛanVâäÍ”S”ù0ð÷àC¨¿Š6‹„OÌŸDür’™\‚ÞÇØÉ?Á­Þ"ô4x£ä09„§£ý¤œ,!q‚÷¢OÀÞ¯Ewã5¸=Çð|=.Å›Ñ{ÄÆ-Ä7£òØ£„Ç*< ŸA0tߌ®þÇ^—¡ß Ï¢óZþÇàŸ†Ñ.Ðè3ècü$ú ±/À»qàšÀËÜö~ ¢^¯öÙfØNð kÅch?=Q¥â4þ:tý7úL85<ééhÿ0ÿûXi,vì2´ö]+ºvÌ'`%G LKWÁNWƒ/)‚]]‹–¢ft=x½±pì¡ØM±±vô àýçàïðìˆaà(GoÀ{;úoƒ}xéÿÝ)mF£èsìÀ¸öذ^Ø!<%ì^Þ AÚ7£Á¢Ö¬†¬@¿DŸ£o°tãD9(ó s¯CkI=wÍÀ.Ô{6üøôÄJº¡—AzÁ~>{ã ø‰«Ð è&Ø+Zã+¡Ÿó2 Þ¼ AM3xílôGX·O&=0ž =í¯5 sú úH;Ææ•~¡ /¾¾AW faªÅƒ ¨ ‡á;®Üãi¦£µJ ãFif¸z}kÿÌÆ*èn0I=Ã7£E›ƒÕI€&¶û:±}f±Ïœ2HR “ »|U3ÃN_A˜Ë˜ÙÔ®_7³*Ùã©ÏÍ ã+|ËÃÈ7=¬24ƒ g„l©®m“sFûo6 åAM³¯¹éªº0×TOÇ0aܪ°ýºSŽï‹Ð¹iFÝ– [“¹þ™Ž6‰ûû·HáÑùu¶zh^_}/ɨn쯆¡o!Ö,”`4rK}]ßCJt%tUñõµøfÒšÆÕRXå›îkí_ݪqõ‡Ñ‚žˆË%ÄN"×L©QÏ®HöÕ7U¥ ZPÿ‚CNYr^Ü’›3h0Æ;¨Ó'öB¤å|Ã9Åjœ—,¦3ò̓K+$˜IÖ4™f-“QÿŠÉ@¯z \áfÐH[X5£±ß0…ÖSþ°aðIý_#°ßØ×4%jÄ Ã׈¢ÔNΛ´Oàá`0œMMD1t sœÆÊ%¹9ë‡É$_‡AâCµ Û¦ú)ù ~‡*xÛ°Œ–C!Ü7¿.^–Ðòä’óƒõaÒH[F'Z¬‹iKßDËyöFXò~vQ°†•þózƒÍ<³uJÛþAsK¼½f¡¯fþÒ:ifcB¶5‹.*ÅÛ'ŸoK`aóŒ:.™$0’̱V0Ê«ÎÓB&ÌgÀŸÈŒº9ÌQ² ,U‡ —ÅózµÇówy†Ê ˜†cg(ß³%fž¼¸<õ¢òE³Óôs0_ÞOj-íïW_ÔV ¨¿¿Ú'U÷7ö7 Çú–û$ƒ¯„Ê!µ‚bäTŠB”p‡±© @u GÐp¶|¼|®á«ò9ãå¨pÃ9È ¤ ™H3Áu„ Ç횥òÚ$h È,òfÂs±› Ø0Œ÷ɦ$½6_—‰$kµÑʱb+•¯×¢P6¥¤…¬v»‹/ãd‡3´™ÃÜ0È*ÂJ°óiÉ‘»œ2)$¡Ø:NË+qçŒ;!‡?ÇøÜ™-U;»æ¾:…*Æò+˜h±©ÌÈäj*D¡3À¦‡‹ ÓKCMذ°&<¼]„7 ƒ±3ÇÎ rp·…W=xÓ$Ä>•uZc…Ù`vBfrTà?‡ @aÊñ¾êͳك:Îç è*Õá`ô[ì‹Þ6#cÆ›kçÏuN/Y~µ“÷ëÈŸÏ‘‘†å—x¿Ñv׃_CÛ¢kù{aÇP z@Λl¾ÌLL!®L[f%Wq³´³ÌUÉÿ¬Z".Q×›–Ø–8êSÎ*þ;Y ÂvQûjÿ¶¤$ˆ/í¥«# §³t:½ß` ¦-'u >*¿ÔŠJ&?ðå`–†Ss gçŒQƒ;¬aj~3êdíJq¥ºÍ´Ò¶ÒÑ–"6Ô£j’`Ôeø¼þ8N ]kIˆÚâ6,ÿ|õ&Ñs#uÛçEOcÛ+—ßxëŠU[yÿCµÍÑÿˆŽGÏF?¬^<þ72ôôO‡žxt7XÞpç¥lí{åÌ{¬Òá…ÂJ¡WàòMuºV]‡‰W«ô·†l×Ä4¤B3OC4Ãdƒœ¥P`¤æˆ¨ÎD*ƒª@Õ¡âU®Í¦Ý&²Ì´Ù´ÏtÜÄ› ÈO ÖOHßé4VŒàBbs‚·ì<Ûàœs 9èÆêì*+Š‹¢Õ„í`(%`(ƒê¢É œLvÛ…F<Ëf¬©j¬¿âÒK¦.Èçý÷®©*ù:¯ò©èÔÄ>å€5já.u¯|Ù§ø´òó7Vþuò©@LNÁ©"õ†%æ%¶zǽä>ñ>彚aÕûä×ÂoTïkN §ÅOµ†'”¿ ÿ&¾¬|M#ô*ooVrFæù’ìTó^a)S¸“;’I²Îƒœ®º¸žéQW0¨¬¿|'hWÕfX ºmsð˜ª7˜C&ª[«t›îϸ@³ úÇú/оùÅO¢ßôci׺u÷ܳnÝ.⽋ýÑ׿ü¯èË7Çö>¼wïÀC{÷R{^Þ¤ÖëCùx®¼|Cê–TbÒh; oÕöòöW€‹I1'ãdw¥¾ÞRŸ±$kI°>þ[ã·fÓTm±mjfqN¶ÊV“Y•sF3nWß©Áš$6)[£ èlvk®Vc·ñŽt Þä9gr³3UgœÆ`’&3³ãg­/# C Ê*kr¨Lp™@%éÖ(Щs©@“¬ ‡SÌÎJò»Ô~TN§Ëµ½Ân–Õ¨8ÝcrÔ•'„üsÜœNMl¦ñ¯‡À Hf,‚ØäØà•&ŽãT\¿ù¨2šJæ£&´¤mÓ·YÚ2Ve­ ¶å³=hà0(.*T:©¤Dwã/1 °ÄÑ¢#>É_2_ »¸R™š¹d]i†Y»iôƒë—c|ôÕ>¬˜Öqh{ôÏ¿;wSãª;·¶¶ÜT˜lMóØ }W?øÌsÛßÇIØõì=ç.=|puùÈ:rÓ“?}äáÇ~ º¶œÇt[„;åV…K™"¤Ú\³“/K™•ñkÃÇFÕ$gµó ÿJç*ÿ­þŸ8ïríq$¿îz#Y#ŠZ«MtÚb–µÞ¹ÜJöˆÏ‰¯‰š£¡ $5½¨Ð˜£M—ƒy¡tÙ› ™35Ôž~.¤W§R}èô¡KR1J5¤†Sÿ;•OMÍËP«Gn˜Úbœb¬ðÈÉÈ® žã­:‡ªÚ„f"‡ªZ¶$¥ú•YªLm½[³[CÜK“u¶Æ5/„™‘ÜY€1.Îò,³ãíxž}™½ÝÎÙÅm•>XAçX¼‚ñÒ)zÐþÁÆÀYuÊT–‘@Ü "ù©¸³~lÂ:Òc£Ï'§†¥7§“†`}p€Ippj•S·LÂN`ñ€ÍÊYlv?àˆ` ôI`¥qcQTˆVË„•à–Xðc‡‡k¸äŒèçIwÙÏ~vdɃ?yõòÚöšEøêIŸ§—ÖU]>³ØD~—÷ÀÝõ·=¾ý–ËSJÊêêÈÖ¥wÔ¤dH)ógN¾c*rʧ.)ò—¦·À9]Ã_ó@Dî’5ø".9ùKBT&§ @ùsÀép%«™ß]sàï Z±† =$Û¯0®2î8•èËI¹±†ÔO…žêÅÈ'ÙÚj±¨U¢Ùâ·Z݈:›,¥‡öÙp̆m°7Á.lÞôÐÇ€ƒt8Î8È—ìP'ùUJÚ¤Ú%>£ÄJ§½"¾[!4£7êô»‚g!ÅBÄ"2ºuã²§„‰Ö_á–ÅF·Ô$Šrs§i[óÔåØé^PqYW6vî^¼üê§v‘¨ãdËÔy½§ðè_?¢ëtÇ>%;…Ÿ‚Ï[Î’¸=u–~Šn¶®^¯pZ‘ƒ³Y‘Ýd¶`»‰X°ƒS)Ô 8,ë‘}À¶sFÁʆ1±bzÄ!+½óôÈ:M’*_ÀÃ.ƒS (äLç·›[+,»-û,\£¥Ï²ÃrÜrÆ" ‹Á"Y ,¼Åéºv`Â^kÂ¥p®M…smYb£“ëËçÐ{ÑW 冯œô(cw% =vh,ÖËž‰Øê‹ ¤ÔÎ.Èè+).É0’ëF“)ÙŽå?¾üº²$Õ 7`ï?]tc0%ù£ìâù3 ïÁÇN¾û³èm ŸÅ`àIœè?åùuúzS½­Ußfj³]ïØè¼—Ü«yÍðšãW†Ÿ‰Ÿ)?3fýV4O6O¶Î6ͶU;ê5mÅS©­ÔÁm6è··êosî5=a1°©tl‡'‡(|Îd 銵´Æ™bPo ib©A”&c’É@‡ŠwÀ>?a,M’]i-ö |-E´žy:¬s%+<–‹ŽXzÙ ~5¤×­†SÁøm 5¥Nغ8~½b»rR©@-‹†Q°•ùÂèu+æµ]¿yMíJPrð«·?‹þÛÆ^ú„|Q´pÑΧŽ!,Œ Ç…/Á-4 ›…¨àî dÂùqüäó¤‡`Ÿ&6D0q1®ˆ»™®`1Øù]Ø)ü®Üj%è)z² üØ2ľ•«“ÊîW= ÝeØ+<¡>¤:¤v)•|¹T¬VÏKÛ«= p½®~Cóú„æ[Å7ZmŠ>Å*ƒw³Êpê­G­Ç¬» èÓ*ÔÙ’;d^gªÕ5êˆÎa¢çúv®›ØÁ*ÅpoVsãБ?Ðõp Ðç6˜ö2“‰n>Éä &=I<8ßW`~Ú²´ö´Ýi|šÞ£”áb£t¦&Qaõ•À¹“a³™EêSíæI4Þ àÏ^yþØ3;wvÛ›Îüü×/ï|öD u“¦VË•;k®ž·ôCüØäß?ú³+V˜‡vyÖgG7V{ô¹oS°žx5¥¶‡G–Æ)%W¦ŒéÚkf4¹¨Õ€4€Ì&/É£¢Qô)v£ÝwŸé>˽{²U Kµ…˜iGt¯{>ñ}«=ë³´‹µ-Ú{’î5=áÑ(*}rz••·Ù¿Å´År«÷¦tU©¦X4[;O_í™îUxÓþRM‰§Ä[â+IWˆjÁ¨ò8´×ëõ)Ò½rN·æZËFëú¬Þì­Ö›³°Þ“½ß»ß§íÃÛí·;îÏ~2;œ#Ú=6Ùã ÙäwÈmÃCŒT¬ôÔflÏ ²#5”ᢡ¯l‡Ó¢6äàüœ“æ)0`C1r‰§_ñ'”êŠøY¡ÒÂY¼v˜šÂ9p:,ÎMDOÁNZ4†âa¬\"b,bö{'yª=‹p½½·ÙÏb5¶Þåñ’L³VC2]ËxÌWg&Õº°«Ú¬¨o€¿ ¡©¡3yyc¿ ·7Ïpz‡c'‡ÒÒiùä;=^vºXYNdOòV{ïÓÞí}ÅûžWôx5Zžw¡ÄýÓeÈž[.—•½! åTœ#˜zµZÌ7â>|s ÔG/¥4Û€´9ˆÇËø3°“` 6º¶Ûeè×.C§v¹¤4d§÷»œ‘ô«·»Ù•·/vɯê]¸Ös‘ÄâéæŠßé“Ú†Nú̶+^Œ #ÞX¿t«¡$é±7a›*ô™¾8 -ÓX4ehÊ@BŸ&•±Ã?l+s‹Ý`ÃÀíŒö}Â(Ä«nÔô³JÚ`—iÝŠkJ3,ÖYÑg®ÜôÑ'½—ýƸ¬®½@Jñãëë¾úòÃqœ\°83%_²ZŒ5Ó–ÜßøÎm…Ó¦»m¾4kÊÊÙ5·þä0ì¢òè|ò©@¿Ñ2 Û23¯ÍÝšË9Ý '¾¡ô ý<=°çó:cOöà²5Ýœîóé$ú4Üh é[ òÍØ -Ï)•ùôi"Ùy@ñ¢N ÐýÁ|7vS>}0û,¡vZóW¯¡4”U>Ö`€¿¯Æ Â×4ñÓç…ð³±2Û`.™F¨„è­ª¸ØJŸ´Z:¢H#T4 ?«Ï›G¨ýå³fOR+Ó¯^zÉM%íi*!»rÆÔšLQ!U®-Ù²c…×`«ÇœáÓË^º¿!Ùô¥³xZExÅjƒÞ+o¼fOÞôPò™`ó]—ÖÎ¤ÞÆùÈɆ†å¢I<Îæ%ƒd¬çû‚’?ê V›‘XL6£Î¬G#±¨”ú$¼,)–D’h°£±Q¿"±çâè÷ ¢fá2U\¡œ§¬UrÊLC¾q™‘éåA«3û‰e°Úˆy*MÈæ´_;BÚPâˆßÎ$œñGe àø;˩Ŗ%îôžj.¦²›x@fµ‚¼àì÷9*»¿÷ÚnÿŒi—”¼óNôôC¼¿öÖ›¦¿b(›_óÛsÏs³èúsÁN>„õç¢}²s=ÙB>Pr™Jl7gÚsÁT¼ÿÐÓoçóZ3=I‰‡ª\í5z¼^]Ó_Vƒ¹h[ó$öØç~…·›ý¢ÄúïÜŸ%ÅF¶fff=€âä6æ’ÜÖüǨŰ{û‹›Müïï ½2b0°zÿöùJŠÀ†à^Òý<W¤¢4B÷—ÍN>œ5»$Ié»úJ°š5ÓÝX)äÌ*›íÍ7& ØYÙ †³Ü§·-½ ?À gýK€áœI.¾î™Öë¯ðäM_Yý§š¢ä/³[îzøùɵ3ÛòØiáÈMB'äêÉi5iKë•ë5·(oÖÜb¿9Y%ÚÅd“Ý”œiÌtdº2Ó”—%]É/R-MZÍÿˆ¿ÎÑã: ;`x]ûšáW†Ó—"J(þ ¿Ì ½gŒm)¹¢ÊD?¤2ÕÌÒO¨Ìôªl[®\%–œË :`ZBÜ’Ä—ä-ð¯30 Æzµ[] æÔô“*ϦÝ}REï°-;AùåñO¬À Ž¡4Þ,?/ß\â1Š¼Ï›{Ï[SâŸ[Y &z±*á*Ȧ†èîçþ}ê™Ñ‘;ÞÁF\œýÈýtßKŸ|z¸áÐ ’üÍøðÒÛ^Ä«Þý7/›õÉ[¥k¯?ûçè_£:þâM0Áßñ~öcžœÌMÆ¢8™W«öq„ˆ~, ö)ß~:îT`âågWi|‹!½Iã[ìä´žûK<Ú%컘GáΦ@j\9‚±²ª´,$fB¦`'mfIH”!ƒÒ ¹Ö€6ȲP6Ÿ-dªó5“Q©P¡YV“n¥Ðª\¥þ”ÓÏ1Qª0§V©x… t€ö¬âyI-‚ *Õ²+ušš‘äJ ©3lj¼j–u¢‚<‘Rc·Ã9Išä$7f_ìÃ&é²Ê­Âª>Q$ép+n’U’€gÒÕ+âJœ3î< 'VCg⃘‰)sƘ>!þ+ß"ä·\ÿÊ–< ò¶¼òJ<`د уm5ᤅ5á4öD‚‹E#J^}0IùÉìsp/ñ£Ð4çÁ3Ç G£/ôØ}LÅeÙo½†çD‡„ƒçú‰4~’J~Hþ0HÞŠ<è[ùÆ2ý,ýŠÕI«5O©žÐ øèN¨Ô¢RTÛ•6õ$]µ®Z¯PTF‹Î¢·&é&é/Õ÷ê6ÞU']«ºÖ¹>u«j«óÖTQe³¨àººP׫»Yw·î1 “´‹V«Ñk¬Z»-Ãl°àFË€…X,HòÀ"ZΊ”:*úÒ´Dû^r`@ ‹£âq‘·tø°ä+€ÓÏc•pü#¯a²mÈ[˜5Û)ôʱ¯Æ&=^Ξ*¤®¨lK^°Aw½álL|¦[¸ÔÅ£gp@fÉg4²ÇZ:û}¾]¤ýï÷½ôbãõ«‡¢еèê•å¿~uù¼ËÒ÷ŸÎ{ëÆÇ•2ùÖ§£¿ÃO×{Æâæ¦×MŸ}¥F ^{vìüŸÁûäàãò%#ÆáÔ™¯åð ³Âj7Û­Ž`‹Ð’Ù#^«íÉüPóOS¯^¬[ì­÷µjVšVyÚ2WålH½5u—Gcò± Ï¢Pn n¾w¾ïEï‹>¾ÓÛé»Á{ƒï?½ÿéƒêlmº7ÝW¦ ùjÔ5Ú*ï ßjm‹o£ö:ïmÚ~ïõÚ½^³J­ÒŠ^ÑçT;µ6ˆ²}j-íK²S µ;p»c·ƒ8’” »C®.'çZ8t‹g¹¤P<lÄ;ðãQ¸ÿ‰—]eˆ_s³UŽ/cvl—Íö½Fð»òÜCØ@ 5øKcâ3ËÜwÌ×,¬Dòäú9T{pì¢ѳðïTvOшÅ,Äó‚<’S§<Ž'àï#fÙ¥7#&Z:.ëMeZÉT¦fIOë>•u¨Ó–©4™Ë‚¾ê!»uŠzŠ–Þ;jÔ³´3¼Õ¾=ê'½jÔPz•ˆãfBßìlŸp½‰‘Yý>Ál,¹voÙ¾ó’ËC#jܲùË'±ÛÑæë¯¿aV~Îd>Ö{{ ~ýÿ6eçÖóC³’MyS—lüyÇË+ÿü–¶sE‰·,”‘¿òš#Û6ýf Æôkõ±WEzº%¡däFA4Eä¹î”v8ÎßOM³¤¦¦¥jRDKšä夤úNMþºàTj0KuÊðµã”;ÃèÃ%äêæüøŒû¯ ík= «ô’["Ò0VÉ©HÄgD,^eÙ‡4øŒk®š‡–Q-–Ï™1áï`ÒÔ@˜×k »‘>3Ê?ì;Ì>wfÝ‘°!á„`±v<¸.µØÏÇáTŒØ‡‹ñ?h¯öîûŸ¥é×gN®S’œ¹9N.?Îiߊ}v×½ß7:<Ð9_ûê G^ƒôÆöÂôôÂíÛ 2Ò ¿;-&ýuý«/¼ðêk/¼ð:«ÚΚÙ×dé!E¶ã‘ß–/Ó—­t*Ù·Gý}ùùÿ ˆEç‹GÄ U%þׂñ)¦Eç¢ßáöo¾€š"B•ð:j"e@›Š6ñÝHÇÿmãRÑ€ -‚ºY|wl ð;ÈSÈ åÅ@ÀJ(w¬†T<åPvÌËÐrÀß„¾iÿ»„%h6ô_cNBï¢wñ³d-ùœ»Š{IxSø½x…xZq‹âòEå§êò¤5Ýš¿h·ëŠtËô)ú7Dƒ‰Ù§ rúe#DOÊG‹¿#/A=ËrŸ£ø¿¢ ´šåãS³Ǹ”¨'s¨ý8Óÿcx/ ( }šÀEä`ÿ±Bq:ˆÓ¸à \…ú‰2kÉSä'çå\"”'p³Ð™À â…õ œC9Âu œGjaO^'pi„£ \„_$p%rˆ™ \…fŠr×âÅâ-Ð3æ9K§ø(óÈ¥ø”áTZj%Ià<²)5 ¡^Tz8LÊL†+¨Ü”S8ÈJ9áJ¨×(—$p9”Ë®¢òW^—ÀAþÊS œöó§òWžMàЧjnù«&úù«ú8È_u_ù«$p¿úÆòOНEM×®=ÀaíÚWžõ&í$p¥iÏ0\Cç¦Ó%p˜ÎÆpµ4]vçQŠ..ú8Û¤[’À¡]+ÃÍT†º[8ÈPw;Ã-t>º‡8ÌG÷ íPoѽ–Ày$éâú²1úï8Ðë• wRz½7½~Ó©NõK8èTßÈðT:ýúóÑÿ˜ánFg§ôqÙ¦SêžÀA§úƒ ϦòÑ¿“ÀA>úø]@Ñ´Ów-Ôýí(S. ‘ÎSMAKX?݉1%T½ BÀ2¡6´ZÛ¡½­„¾²~°—¿×G¬þÚ 8r/˜Ý¢‹zjcëj‚ÔÃdÐ =^° ­AûŸ—íuë1ηJmP¢“ÐBÀšX)>ò:¨Íg=H¬ïV¶& Öߎz¡µ‡Í–RçýÓ3ùŸt‹ÎcUŒr›ë*(σµ®dr§­¹LÛíhyb-sYK+“bÌ%êjÙH]¬¥Ép!ä½lEq½H ‹24´QÏV#1ÙnØËì(.£¸V²¹ö°ºvÈ›Y}oãyIIPÓÅæÔ“Ñ:&Ëx¹‰õÔÁF¿†É|BêËYY›Xçºó³ˆsLÌ£ëÚf‡Í0ãlŒ¸<6°yS‰üðâeJ»Fëeif;ëo%A9Ö2,è³R \ž˜÷÷½îÿaíß÷Þ|^÷]̾&t9a=?´‚ mûâyM½@Gt%ñµô°ñ&ì’ö_k3Ôl`+og»îYBÓEZoI씿Ý/Tª=@×Ë8élן·æx?”r-Pü#Ê{R**(˜$-jm‘æ´¯kïÙØÑ"Íhïêhïjêik_—'U®]+-h[ÕÚÓ--hénéZßÒœWÙÕÖ´vzûÚæ –)¬F¢US–´tu§T’WP(eÎi[ÑÕÞݾ²'ë{’ )òŠ®e ¹¬»Eq¢¶n©Iêéjjn¹¦©kÔ¾òïÎOj['õ@Ûâum=-ÍÒž¦ž`^לßÞ%µCK—´¢½w]OW[KwÞßëä|Ý"šUu5mh[·Jš·reÛŠ)WZоF™Û¶¢µ}mSwŽTÛÝ­hk’6õ®k†µH…e“‹êÛ{¥kš6J½Ý-0#XÁÊöu=RO»ÔÜÖݱ`RRGWT®€–€MÝRGK×5m=têË7²…¬…1×Ñ. öÑÅj;ºÚ›{WôÐÕnh…‰\0À¶u+Öö6ƒ^¤‰I´¯[»QÊlË’Z®Y}_@½îŽÎÈ›éê»Zºé*©x¾ .íD_SÙŠ2Û`”ž–k¨,»Ú`Ôæö ëÖ¶75_,„¦øÒAçõÒÞÛÓÑÛ#5·¬§bšÖ–µK(üp ìXº_é)ráIvqKêÅZ°èÏ.¢ù¾v%ÛͶÅkªÏE-‰:n+w„{…; ùà…íÕÿ+òøWäñ¯Èã_‘Ç¿":ò8ïÁÛþ®o·\°àzà§5½ÑþÏÖK™º/¢š¨«†³`-xœ³@ÿÔ]ì÷/n›àéNœí?Øã÷­Kv!M¼æ2VZÏNœ‹Û/n©…>èª{™/ ²Úxõµ_(©ö¿+ÃvÞÍOã§ò3øIüd^æ/ákø² ©°}Ñž©ß×VÿõÄkjh Í…mß×Ö°]Ð’nÿŠóõ؈~ÇùÀž/h?_w9ómc3ß×þoíê)»ÿuÁ¡ø\ÔW©åžAû d€\‚4ÀÑÇ?2÷ÌB[$4YŒØ‚E#±Q@¦³úÜ»‹úsO£e¨ªŸŽ,¦ÕOÉUE OÃüB#Êx³ÂRä®t[>$‚ô l¤ívC: I„ =>†ƒÄq{¹G#ÕnèáqèH_iáGfù8:)‰ƒÙ?ky}™¨áaV ©4tøÇW2÷pé!7@ꃴÒ1Hj‡|7¤$°G¡íQD¸G¹G"·¡RÍ=Œ6C"ÜHé¶G¹û† L6÷éÍEr¥»ÕB"(ÌÍA£t»Øv"ä5‘ÜB&š!µ®ÈôÛ`ÒÛ`"Û`ÈÈ1+Ë(ý¶!³vSDod|?Š„âÈÁQT R¸a®…[‡|ÈÍm˜pÀT€Ë¹f¤eó”‡ô†¢>¯È+8+øi7WÉÙà”vsUœ‹~Jd½]|œÞHfv¬xç`$zN‹B•œ"Rä–q2þÖ!UßÖˆÁZt„»…S Põ•Ý­?©A³j¶’EC*mÑŽJ ·–¹Äâ†9bò:ÖѺtTiäfr)Èmk¸TdXÍ¥1ø÷li7÷Ó!Š{ôwãú 톟7­iCZ]Ñh¥Š›­aîNPÀlðCþÉE¨ÒÏe¢Hd¼°ÍÌèûë­õƒ¦úASý0©~°>ÄÝ-·M>wêà6 vNÍÊŽ0$=³h„srŒáˆC­kH¥£3sDLfFæÒèŠ*ŽpÝ`çÝЧÌõ ÙE퇸l¶”œ!G2e舀¹áìqÕ£ªä—‚ ‚IåÒ"Vw¸Ò ejÈn„É[ä8y—¼OÕMÕ†Á_$àÛ øïq%Ç㛂¼CáÉÊò ý¿&ò[´0B‘—!¤v“È0ùŒ  €' Ü p`1ÀƒÏîa2<æþ`Dk£‹%/G‚ù Ä‘@ìÉ Äd+ªÌ /‘Q tñ+€é_$£È ð(@ÀQÒƒÞø)(ÃMö'à+ä05qò<91¦› Ett ሂ‚}‘‚ŸGP¼T›ï>L~NžF. }6âwAíÞ!º[úÃäqÒIu›*Õä\‡¿¢t‚Bd"FJi';"‡%÷ÙAvÈŽR9CΕ÷p¹{8)®ä¥Ò©Ò@î²›Àþ%Û /Eë$CÚAn‹ð¥áÊqX]A}0¬ò†!È ç[Ï0¬‚Ü‚æA"ÐÇ&H›!õAºñ_éG~ ézVÓ©Òð&ÀÑÀÑÁ8:€£8:€£ƒqt°Ñ{!QŽFàhŽFàhdÀÑÀÑÈ8è|£‘qÔG-pÔG-㨎Z਎ZÆQ µÀQË8dàC™qÈÀ!‡ 2ãC™qGpGã(Žà(ŽÆQÀQÀ8$à€C‰qHÀ!‡ã€C‰q€Ãà00p€ÃÆa`úé…D9NÇIà8 'ÇIà8 'ã$ã8 'ã$Ù0ȯ|XŽËq`9ÎXŽËq`9,ÇËq`9,ÇKïa `6› m†Ô‰òŽï(ðŽï(ãeæÕ ‰ò†# aà3Ž0p„# aÆŽ0p„Çp Çp 0ŽàŽà`Ìp{!QŽÞ(ÿiÕpÎZÒ‡³ÜŒ¾`p:ÁàõhÁ£= þÝÈàu¨”Á ÈÏ ôÇ`r+qÄ]ª¯´ ˜i¤vH»!íƒt’‚aÇ } )FJd/¯WÌSìVìSUû'D/Îw‹ûÄ£¢°O<)©2™h™ׂ¶³|3ä_B‚Cò †UŒ?[ï ÉÆ1éËl|,ÍÆû²ñöl\©"—bžy: •˜8®“5þiîJýià™î<ð…ÝñOrãÃq%~iÒH7B*…T)R$7«Ëú:Ù›èò0¤$$‰l6MF¥ &`˜ÂçÜ{2ns?}áŒîûÝyî;s‡•P}Ìû66DÄ}£4Lž–Íî>w»'÷”»Û=ÛÝä^ànÈ€úˆû*÷a:MTëÈÓܵÐá,XEFÄ}iÆ0›bµ{£[vÜeÒa*_49Þoiîa*T=ä›1Lm|qé06ÊÙŠ3ŠŠ+ÓS>…W‘¦HUX”&¥A©Sj”j¥R)*y%Q"¥…~…*H¿`éW€‘ÈÓœg¸ÐœÄ¿ì@°’ Ù(læjHÍÂé¸&<ºÕ,—Âgú†±zþÒ°à›ŽÃ¦T³hzxr°fX[. Ö„µWÖ b|g=Ô†ÉÖaŒÕ ã­º%™þÖÒ F·Ü‘<‚0vÞrG}=rØÖW8*LÓŒeÕU?5&ò ¾§ä¸M ïªYX~*µ>\D‘Xj}MøúKL#DO´3«FˆŽ‚úº¾ƒèg. õ|GU=bd`Í: C €L9I” üÉtJ:ŠÓùè<Z‹üŒÎ¯Ö2:SºÁÒ̪AIb4`4'2Ð4`1À[5è÷3*Ÿ„ë(®óIlbY¬#·HrÝŒîÁnÖ‘³ÁÂùß“d$HJΓ”°±8ü=;NcÉœ ±dMðÿñÕ2=ˆ‡ {7½LܪÑ7³RcxÛúVG¸o¹$ nêMüê•¿qùŠV ›Z½¾–ªð&_•4Xøò4¿L› }Uƒè噋ê_–[ª"…ráL_SUýPEy]åEcÝv~¬ºò謜vVGǪ¨üæJÚ\AǪ¤cUÒ±*ä 6ÖÌ6j÷µuƒJ4þüƒC$I 6ܘ쩟n3tL£=2ÕãØ”|Gx/J Ö‡5¾éa-$Ú”[™[I›`ŸÑ&ý³D“cÓTOòA¼7Ñd€j£o:š-¢Dôg&jž…K먩„å¦ÖY7}±fšÙVPîa ÞR¢î|õüЫ···›f½Án„jÂÙ k“è^(0TcU=ÔåMÔq«T©fÇF¡1“À=t8Š1ýꢬ†[—‚ ˆ B¯ =C®Ô¢ö#p‚o†÷8²!’Ï®ÏdÃ7ƒÞ_z†òK⮫F\ž"úŸ7¥ÀJaFÊÆ\@vdìÈÝQ:1;P*ÒÿYØ•î=ô(äïáPO°{B€öÔ£ø7*a¼G")©làŠƒõÁnöS.èoELü\ ý¼`»½v³î{&¯ïNtšˆÞ;ÁÖ›`b½Œ)ÞI¼t>ûþ%„þ“ endstream endobj 282 0 obj 14407 endobj 283 0 obj <> endobj 284 0 obj <> stream xœ]’Ënƒ0E÷|…—í";< !%¤H,úPi?€ØCŠT 2dÁß×3C[© б|/:x–õ¹¶ý¾ºQ7°ˆ®·ÆÁ<Þœqko©„éõ²­è­‡v BßmÖy¡¶Ý˜çAøæ÷æÅ­âîhÆ Üá‹3àz{weã×Ímš¾`»ˆ(( a óßyj§çv€Z»Úøí~Yw¾òx_'ŠÖ’Uôh`žZ ®µWò(*D^UEÖüÛSW.þlJ¢x_xVÄ*BÞ§gä˜8; 'Ì”I™rÆù ù9C>0Kä#qB™wä’9F>sž|™KäŠó2bOt“쯰+Ù?îdÿì„ÌþiмùS—ýcô”ì¿?"³ŒÎ’ýüG¹ùÓ÷Ù_%tÈÛiâqã}ø£Ð7çüéÒÐìpj½…ß{5¶èùf*ªf endstream endobj 285 0 obj <> endobj 286 0 obj <> stream xœíz}xTÕµ÷Ú{Ÿ33I˜d_s’É@ ABJ&€˜ázM&É$L2c2±(X«Ò âµ?ª€õ¢¶h9™¨ hKê[{¯µ-X­U¯¼êmµ­¥V½mÅÌýí=“@,µ·Ïó>ÏûÇë쬽ÖÚk­½ö>ûœ3™Hwo€ÆÑNäiîô‡'2Føü˜ˆ¥7o‰“_] þ4‘õÕÖp[g÷#¯¸ˆ’ž"ÒûÛ:¶µÎìÿâA¢´0Æliø[Ö SÑÿ5ú·C°|x›•Èa ŸÓÞ¹z:[bC¿ }[G¨Ù¿”–‚u¬²tú¯ÏÒ×éèסotù;/^×;ýÑø“áP¨€*[Ž7ÂÝð»Ïþ¶ýÄôBÆH¥³¨þÿçý6À*r¦‹½„µŒ½x ðëᕱ³ú•äÞ;-&ÀøÑ¹i :ÃæÓÓ4D+éA*§ZÚK—Ð :B©´=G¹¨Š&7s§jšÂtº›^¡Ë©›Þ¦Ó”K5ô:K‡/…i2-‰½\C»bGa•L•ôm:Æ:Øz*¿œç³›Ï§ð)¨ÖšC ÛC‡€N²æcCìûâ^4\››ûU,Fs© ï#Ƭ6ˆ ²ED›©EôâO®Ç [è^:IÏ#×Q÷éOl.Úü:¾#vYìáØÛÈÅFNZLki…h m¥o`UŸ¦ÐØÇ< –'´gôkô3±;PÛYTÜ×Àz=|ïÆ*Eií%Ìr<30‹ÅìR¶Žµ±=ld¯°W¸…gñ«ø»Âω״‹u=VO“i&âºè2jÇ \‡jßù>LÏгl›Å 0£—0þ#¾”W¡=ÀOð×ÅbvV¿iøôðo†?Žõ‘»ìÔ¡—¾…*üžMFsØfÖÃÞDæ·óÇDªp—X(ÊEð‰]b¯øwñS­[;¬½ª¯Ðýúa«¸køùXMìË$O òšMùt-ÂþiÅnºù…Ѻi;]O}töËtcÞÇéYú9ý’~‹ –…œƒˆÞ‰]w#» ínöû>{†=ËÞ`ÉÆ³ÑrùżŒWòjÞÆoDÛËOò—ø¯ÅtÑ,vˆhûÅâ4M‹éÅhËõÝúC–笹ÖåÖ&ÛÏþŸø>y}˜†§ ÿÓð¾áïÿ*¶1¶ ù»©€æ!Ó›‘åÝØƒ‡Ð¾…øýg÷/T®ï3Îtìø æÂnÈǪ•±KØ ´Õl-Ú´ËØ&4?kbíh;ØNö%vû2»•}Mµ»0·Cì›ì ´ï°ch?g§Ø±wÙû›˜ ìf7ŸÍ ùÌ´’_Â×ðuhm<„æÝ| Vè!>Àò—ÄáÂ/®w‹o‹§Å‹âÏ×òµB­TÛ¨µi7h'´çµ—µu§îÕÛõýúÓ–LËE– –Í–»,G,¿¶œµZ¬µÖ&ëvë‹Ö˜ÍÓêß0ïÇÇy…–¬GŸ¨]ÍOáºÈaýf¶³ð:Ñ!n?Ó[Ùa°WYŸŠ+cˆjþ'bùq–-œz‰h¥[(Æó7øüWÚ$VÇßa¹Ú¿°ïð¨äu®¾ MÒnÐqŸã¿ ~-âψÄ ±ïR‰¾ŸÒ÷óçÉÐNó t WõÍüN ú)òÝT¯]¤LAÔý›úÕ¨÷2¾‹Í/jûémáâdgØ>œ?a+µ~_ÂãÄý„ͤ߱«(̾Fö$û%$ƱU|VËäv¶7»Ÿˆ,ö¢H&ŸÌ‘Íâ“X-?Ã7ˆ§,'ÅBÜÚOÒÏè&XöÎÈg˜ºpìå³q¦yqš¼ÀŠ)ƒîÄyÿÁðSòÄÖ_ÖwcŸÝ/òiÑ?óç¨ׯÛhõtÓ1ìÁ]TÄï¢í±¬çþjœŸœÙf*d)8-§ ·¸_LæÙ8 õO8ÿ„S¿†½G[™+kˆr5©¹EóâdjÄù»­…þ½{éËãú ´†M!ÒŒáýØå¯Ñ¸ç¼‰øÓ¨ùm¢ûµ|dmàd¾ #î^N´›è9ÆéZä¼ ×y­¶'ï¾ØfÌ0ˆ{Ô*ÜŸ¥`ìNªÄÚ­‹ÝÛM ±ûc—S­=ŒówK,JÓͺoÔó´‹pÆ>Ë~€ûѰÝ8·—Ó«8Ü,ƒÞEû6ò_¦?I}Ú/pv–Ån‰ýœ&¡Ù¨Pî¢oQ'½‡º-C´`øRÞ«aÜ¡NÑÚØC1'K¦öXNÞ§èUÇÙ³“fꇰwwk­¼ùΡɬÒËõDžŠ už²e_(]Z²dñ¢‹^´ x~Qἂü¼¹srgÏr縲³ çÌÓ3§M͘2yâ„ôñŽ´Tû¸”ä$›Õ¢k‚3Ê÷ºª sV£©Ír-_^ û.?þó¦QõXÓhTfÆXK,[?eé‰[zF-™Ã(¥Ò‚|Ãë2ÌŸT¹ŒA¶im=ø[«\>ÃüâW+þvÅÛÁgea€áÍh¯2LÖhxÍê-í}ÞÆ*¸ëOI®tU’ ò©?9l 8sŠ+ÜϦ,cŠáS¼%ýœlv$eNsUyÍ©®*™)Ü^‹Y»¶Þ[•™•å+È7Ye³«É$W…™–§L¨R…1-•¦U…1‚r6´ÛèÏê»eÐAMyãZ\-þËëMá÷Éãó·ÊœrÍ[çºpž^YóùÚLÑçͲÛ×w³a\[¾6KbŸ>Lî®nì«Fà[Pšõbñ}õ&» 99§øì.¯”4n6Ì$W…«½os#fZŸIë¶eE§Mó¦i^£¯®Þ•e–eº|þªéý©oݶ©cêXMA~¿c|¼¬ý©i fœý|&0ªSœ2—\ͺѺ2™‘k¶ƒi4Ȥޅ9-–(°˜úšà Ã(³ë4“*û%;äxSw;\F߇„õwýî·c%þ„Äâv|H’•»dt£A?›yyæÜ¹rƒX+±¢Èq™ê/,Èß2ÈMWØa€ |T‹Úú}%…(~V–\Þ݃jBÇܹ¶>Þ7¨)3JžÂ<ŸÉ¥fhD3iƒÔìÑŒota?¦ÞL&™¶Y£iŽÉ¼í%&›üê@\_³ÞU³vS½áíkLÔ¶¦nL/®_<ªKp,®@ÁMÍJ­paë­ÛT/øÓÝÕ.o°q9.5ähN¨¬™Üçx¦P®°/õ,;õã¤/ÍmQû¿eÐjÃVfT›ŽÆåqìKÎÊú_Œ‘£97,1'³$olé˜þ˜ôÆõ $¬Íâ5u›úú’ÇèªqXõõU»Œê¾Æ>ÿ`lg“Ëp¸úŽŠzQßö6Ž,ÿ`ìØîL³ú&ÑÎJ°µ9Uô»Ø®µý¶ký¦ú£¼Šîª«rÆ++|r†¼²®þü5PÛW ï¶œMÇÓÃt]¾ÈZiu?gOòïáyÔÊGI×ù÷”l•Ì㌦Ú,úqè9 6‡’Ø•ì ÊÈs|TúI饎JWRJeàgæeÏïbÓ5:kˆ¡³>ÆSÈÅß„u¾§ú½v5¤•~h›jS7ÿo¼9ãé1ï‹23¼à¾9ƒZ³†½x‚§s’1nY¦ó8—8j).ääÀûÝFøþOí7¤+i æ•'Ü“)Á3<•oNð¼ÀSù¾¯ÑLfKð:øY ÞBÙ¬*Á[駬5ÁÛð\rQ‚O¢›xK‚·ó{ø»£sY¨9Á3JÓ&xNVýß¼ %ú‰¯QšÅ–àuðS¼…Æ[f%x+µY%xeXö'ø$ª´<‘àílµåÏðÌ4XãlÕŠ—rØÖ)Þ¢äMŠ·*y—âmŠ¿NñI²†¶ÛEæ–:Sñã”|žâS_¢x‡Ì-5>ß àÓSë?QÙ´*~’òÓ­øÉJþ%ÅOUcãóÍT6÷*~†²yDñNÅ*>GÙÿ@ñsŸcâOKÞÏÿ=ÅÇcýEòã”<Í¢x9JK§oâ ³ÏÁEx*4¨o¶ÐÕx¯îDhÞ"¥¤½nðû!*‹yДã]³tdm¡Õ €`½¸–uÐw*©A—‚nUV!Èüð$íÛðNÜ^÷_Å/ù;£O/Á*c÷$ò4h!2(¢ùàäó|š¡ AÂÛBO¢Ÿíÿoy›G èêóÆÆGžW‹çæÕÐÿ½ìƒJãDT}[`Ó©fr%d2Ç|m¤×.å1>nzAôäjÈ+¢l‰È]*†òÝ®fl N!TµKåTÖóþáLþÚ®n”«R–[U®mè¯Á\[ÕúHmÁh¦]XÙFÅ£v«ŠI¯ùlTö‘Dö«TÝdeÖVi V©o‘r&†ª«ôÓ«ög¼>ñú·*UÙ«tªªÔ­I©©U]¥ÞÒZÑG4aµ¿Z¥YyŒ¯ÅV«øÂqã}iÛŒùöªY´(Ûp‹Ò‡Õß6ºjñXÁ„‡æ„¯øìåõiüÕÌCªšÛÔµ ß µÛšFc](¯®¿òý¿¯Ò9ï-£ëÜ­öR|W5î” ÏþÜ>›×Òój gŸKDÅÙƒÒ|®-lU3©+ìÂ3WÚ?¦ªÄUñékCV5»^5Rf»etçÆýHKùMÜg®Ñ7⢢‹ºö€±:ÔŠl ŒÊPw8ÔíC]óŒòŽc]°­=Òc¬ ôº·ZæÕ;=Æ¥­ÆºP§¿k] ­·Ãß=2¾äSj#¡/ÙèîOcá¼¢ùFîê`sw¨'Ô™ó)ûóÍæ-¸Zi¡TºÚõ«ë>í>؃wêH·¿%Ðéï¾ÒµþÍÙÁ.#݆®`$Ðb¬ø#ðäïj) u!hºæPoW¤;è™÷·œŒÊê$ªêöo vµkZ[ƒÍ£@:íêlÃÐî`O¨+ߨlŽÀý*wK +bÌ_² Øê5:ýیޞòAþ­!hü=F8ÐÝŒÈÜš¶©L½V•CÛ­:áîPKosDÎbk{°¹ý¼± Á®æŽÞ „Œ–`O¸05Œ  V?Ï0F‚‡º:¶¹Á9F ³IŽ:ç«kÄú‚))ó9çî@JÕ,‹r^xUㄯ¥*ƒÜ ¢D²‚ÝADm míêùÏФýñT±£«ê„{#FK`‹,.lÚáOÍ÷´:üêêÂÕÏìØÝ›±¿ßQ'ÿˆnä,o‰ŸÑâÑ/¾+ŽŽŠcâ‘ÏŸF>ùüiäó§‘ÏŸFþß=Œ9ËÏñ²¼ î1vòº8ÿ”ïþ ûì€Í¶óûÚLm¾V£]¢}xɘ]ðû·¼ÈÿpoQUŒ_×íÌd÷ Rk[«îÄ™áÿ çxAŸù9Juâ·b®³¬|’x‹Å;t@¼M§9 q€+„ÁÇzlH¼1àõ{Aóæ)ÍS|T*¢Ó¦W¼Á¡Ùä„àTtr¦Ò¼­¨H0/Ž3s ŠO•'‹×é÷.^§°ÓÔ¨ÜyÅgÊí0q¥1FN:(~I&€“G¼:3«øÀqñcè$žE©ä°g£öñÅpøoâ;”NNñ„x<¡y| u|1•÷ˆ[‰ÑðIÀiÀ€F!ñíìh”ìÖH‰8,#ÏCò;(àB@° ¡„ß‚üJ‰ÅÃb3ecì-b/MÝ-¾ªè¿‚Nýä3AïG_Ò‰þ×A¥þž„ünô'ƒÞ• wBž ºOýRÄ)¾–èo½j\$AŠžèL§£|&ô  Àí·¥Û+w07ˆ©´´3NQ®k£Y.µF×L™Z|%½¥¿•»•»–4¨¶ØlÛˆí°Ù›í°ÙŽª‰Äë‘ßÌ;@ î=¨»”›ÀC€“JþeàÛeOlEç «¯ˆÍÑ\'6YÛÀOqÙ“¢¥öˆÖ©3Š÷œë%%Ëšš iÒ6 ´¤qR˜6#Naueyªh¦/8MÎ\¨h¢9šSè<&.¥NyR;ø±CÛ¡kEU,ý¸(¦ZaK¦‹*…ÁgC)[Ô˜NÚ™$IFRQ’'©6I‰bNQ(ÊÄÑ ôÁØPÔZ²Äs‰¥dÁí)SÌ”¡”“)ºi²œ´œ¶œ±è†¥Èâ±ÔZ-aËNËí–ƒ–¤Û-·[ycJ8egŠp¤)E)ž”ÚÝieËoMò;K` ¸ ¡Æ â @V£¥¸r&ô€“àOƒêè¥Á. vi¦AšFò‹ð4¥©4 ­eT32FÚŸ‘ÀlhS!•ß*ž>#9ÀJôìèÙѳÃê$?‹ À  ”ì4»xDW”Ð7,JFÙŒèT–+ê<‘?ÈÜO8êzÒùLÎ ÛuåÚ 8ž?ÈÙãÎ~Ù„-gO8ä·9u)í!´Xê¥ί»69ïv£u^Ÿÿ”Lƒ:1ãPûò—9W•vV»ÔžRó$;K\ÝÎ%/d+;çç ÊTŠàãðιˆ8Ë¥RÙ°è_HVÖëÉ·F¬MÖÖµÖ¥ÖÖ«aanhK·9l©¶q¶d›Íf±i6n#ÛÄÁØiOžü‡×D‹Cý&N“XS¼ƒKÌãÿËãÌÆqí˜D ¯Y_ÁÌôª©«0åÕ ZcëÌÅy5¦­öŸêû»Í‡žÉw 2ª«Ç•¢3åoŽc…7Þš)éöoõùX9ÔL5M†ùÑzÌ#yí&SwUdÐä-eeéËÆ/©®ºjLà¼sŸŒ¼ó?3Ì}5ëëÍoÍð™Å’‰ÍðÕ˜—È_KåWñ·ê(Kâ«?Ê®áWy×I9»¦Ê7jFÙ< 3*•Dš P¶4£l6 ÌV)3lÓloUvvÜèi¶Baû<­ŒÚâ¾r¾j%ŸI9ÊWŸ)ͰâÎÒÎw6ŽXšr–6Ž”³éÒ¨ßí†I¾[šô/rà߽H©ŸS»Üñt|äVqÜ̧â0vÎ&7nƒ]°á6Øäýßü*þc6à­¥Yþf¥Ñå ÍÝ[Ú3ÌM†ÑßòZâÇ,³›šÛ%õÌ×\*³ÅUeôû›/ n–j¿«ªŸš½uõýÍž@UÔïñ{]þ*ßÀƒ;*kÆÄúÊh¬Êp¶C:«”±¬¹€ºFª”±jd¬ëAσ*Vͺ VS[ßo£ _ååq:ÀS’q=4ffù*&;ÂËÔű4+ãºÌcá¶•’ç3ǹ*L;@ª Ê Ê¥ W§T¥Ê_%%T×-ÍÊ<ÆN¨wUPexƒU£=== ½½yÀ‘Þ %‹à¢ÍZ_cVËßP”š¥^ÓÓXåcr9zŸÊzãxé‰R*ÝQº§ô@é‘R½·×qúñìÙ¼!;”½#{Oöì#Ù©¸¼þ Oéìßg‹^ì&ÁÇ[¥bö‚âOv#½=òCЈ‡ËëÍ«¬/Ϧf<í2<™Ð€ °° Óÿ~ð&ànþ*àÀ€”ˆQàÍVɈ¾> endobj 289 0 obj <> stream xœ]AOÄ …ïüŠ9î6О›&fÍ&=è«?€Â´’ØLé¡ÿÞ)VM<@òxïƒ7èk÷ØQÈú…£ë1ÃÈ3.qe‡0àHU5øàò¡Êîf›”¶ß–ŒsGcl¥_Å[2opzðqÀ³ÒwöÈ&8½_{ÑýšÒ'ÎHŒj[ð8Ê=O6=Ûu¡.;äí"È_àmKuÑÕw=.É:dKªÆ˜šÛ­UHþŸwÃè>,K²’¤1µ)Ùãt§ö±~Ú€[™¥I™½TØ„¿ß“bÚ©²¾}Ymu endstream endobj 290 0 obj <> endobj 291 0 obj <> endobj 292 0 obj <> endobj 293 0 obj <> endobj 1 0 obj <>/Contents 2 0 R>> endobj 4 0 obj <>/Contents 5 0 R>> endobj 7 0 obj <>/Contents 8 0 R>> endobj 10 0 obj <>/Contents 11 0 R>> endobj 13 0 obj <>/Contents 14 0 R>> endobj 16 0 obj <>/Contents 17 0 R>> endobj 19 0 obj <>/Contents 20 0 R>> endobj 22 0 obj <>/Contents 23 0 R>> endobj 25 0 obj <>/Contents 26 0 R>> endobj 28 0 obj <>/Contents 29 0 R>> endobj 31 0 obj <>/Contents 32 0 R>> endobj 34 0 obj <>/Contents 35 0 R>> endobj 37 0 obj <>/Contents 38 0 R>> endobj 40 0 obj <>/Contents 41 0 R>> endobj 43 0 obj <>/Contents 44 0 R>> endobj 46 0 obj <>/Contents 47 0 R>> endobj 49 0 obj <>/Contents 50 0 R>> endobj 52 0 obj <>/Contents 53 0 R>> endobj 55 0 obj <>/Contents 56 0 R>> endobj 58 0 obj <>/Contents 59 0 R>> endobj 61 0 obj <>/Contents 62 0 R>> endobj 64 0 obj <>/Contents 65 0 R>> endobj 67 0 obj <>/Contents 68 0 R>> endobj 70 0 obj <>/Contents 71 0 R>> endobj 73 0 obj <>/Contents 74 0 R>> endobj 76 0 obj <>/Contents 77 0 R>> endobj 79 0 obj <>/Contents 80 0 R>> endobj 82 0 obj <>/Contents 83 0 R>> endobj 85 0 obj <>/Contents 86 0 R>> endobj 88 0 obj <>/Contents 89 0 R>> endobj 91 0 obj <>/Contents 92 0 R>> endobj 94 0 obj <>/Contents 95 0 R>> endobj 97 0 obj <>/Contents 98 0 R>> endobj 100 0 obj <>/Contents 101 0 R>> endobj 103 0 obj <>/Contents 104 0 R>> endobj 106 0 obj <>/Contents 107 0 R>> endobj 109 0 obj <>/Contents 110 0 R>> endobj 112 0 obj <>/Contents 113 0 R>> endobj 115 0 obj <>/Contents 116 0 R>> endobj 118 0 obj <>/Contents 119 0 R>> endobj 121 0 obj <>/Contents 122 0 R>> endobj 124 0 obj <>/Contents 125 0 R>> endobj 127 0 obj <>/Contents 128 0 R>> endobj 130 0 obj <>/Contents 131 0 R>> endobj 133 0 obj <>/Contents 134 0 R>> endobj 136 0 obj <>/Contents 137 0 R>> endobj 139 0 obj <>/Contents 140 0 R>> endobj 142 0 obj <>/Contents 143 0 R>> endobj 145 0 obj <>/Contents 146 0 R>> endobj 148 0 obj <>/Contents 149 0 R>> endobj 151 0 obj <>/Contents 152 0 R>> endobj 154 0 obj <>/Contents 155 0 R>> endobj 157 0 obj <>/Contents 158 0 R>> endobj 160 0 obj <>/Contents 161 0 R>> endobj 163 0 obj <>/Contents 164 0 R>> endobj 166 0 obj <>/Contents 167 0 R>> endobj 169 0 obj <>/Contents 170 0 R>> endobj 172 0 obj <>/Contents 173 0 R>> endobj 175 0 obj <>/Contents 176 0 R>> endobj 178 0 obj <>/Contents 179 0 R>> endobj 181 0 obj <>/Contents 182 0 R>> endobj 184 0 obj <>/Contents 185 0 R>> endobj 187 0 obj <>/Contents 188 0 R>> endobj 190 0 obj <>/Contents 191 0 R>> endobj 193 0 obj <>/Contents 194 0 R>> endobj 196 0 obj <>/Contents 197 0 R>> endobj 199 0 obj <>/Contents 200 0 R>> endobj 202 0 obj <>/Contents 203 0 R>> endobj 205 0 obj <>/Contents 206 0 R>> endobj 208 0 obj <>/Contents 209 0 R>> endobj 211 0 obj <>/Contents 212 0 R>> endobj 214 0 obj <>/Contents 215 0 R>> endobj 217 0 obj <>/Contents 218 0 R>> endobj 220 0 obj <>/Contents 221 0 R>> endobj 223 0 obj <>/Contents 224 0 R>> endobj 226 0 obj <>/Contents 227 0 R>> endobj 229 0 obj <>/Contents 230 0 R>> endobj 232 0 obj <>/Contents 233 0 R>> endobj 235 0 obj <>/Contents 236 0 R>> endobj 238 0 obj <>/Contents 239 0 R>> endobj 241 0 obj <>/Contents 242 0 R>> endobj 244 0 obj <>/Contents 245 0 R>> endobj 247 0 obj <>/Contents 248 0 R>> endobj 250 0 obj <>/Contents 251 0 R>> endobj 253 0 obj <>/Contents 254 0 R>> endobj 256 0 obj <>/Contents 257 0 R>> endobj 259 0 obj <>/Contents 260 0 R>> endobj 262 0 obj <>/Contents 263 0 R>> endobj 294 0 obj <> endobj 295 0 obj < /Dest[1 0 R/XYZ 0 595 0]/Parent 294 0 R/Next 296 0 R>> endobj 296 0 obj < /Dest[4 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 295 0 R/Next 297 0 R>> endobj 297 0 obj < /Dest[7 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 296 0 R/Next 298 0 R>> endobj 298 0 obj < /Dest[10 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 297 0 R/Next 299 0 R>> endobj 299 0 obj < /Dest[13 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 298 0 R/Next 300 0 R>> endobj 300 0 obj < /Dest[16 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 299 0 R/Next 301 0 R>> endobj 301 0 obj < /Dest[19 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 300 0 R/Next 302 0 R>> endobj 302 0 obj < /Dest[22 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 301 0 R/Next 303 0 R>> endobj 303 0 obj < /Dest[25 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 302 0 R/Next 304 0 R>> endobj 304 0 obj < /Dest[28 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 303 0 R/Next 305 0 R>> endobj 305 0 obj < /Dest[31 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 304 0 R/Next 306 0 R>> endobj 306 0 obj < /Dest[34 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 305 0 R/Next 307 0 R>> endobj 307 0 obj < /Dest[37 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 306 0 R/Next 308 0 R>> endobj 308 0 obj < /Dest[40 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 307 0 R/Next 309 0 R>> endobj 309 0 obj < /Dest[43 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 308 0 R/Next 310 0 R>> endobj 310 0 obj < /Dest[46 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 309 0 R/Next 311 0 R>> endobj 311 0 obj < /Dest[49 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 310 0 R/Next 312 0 R>> endobj 312 0 obj < /Dest[52 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 311 0 R/Next 313 0 R>> endobj 313 0 obj < /Dest[55 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 312 0 R/Next 314 0 R>> endobj 314 0 obj < /Dest[58 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 313 0 R/Next 315 0 R>> endobj 315 0 obj < /Dest[61 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 314 0 R/Next 316 0 R>> endobj 316 0 obj < /Dest[64 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 315 0 R/Next 317 0 R>> endobj 317 0 obj < /Dest[67 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 316 0 R/Next 318 0 R>> endobj 318 0 obj < /Dest[70 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 317 0 R/Next 319 0 R>> endobj 319 0 obj < /Dest[73 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 318 0 R/Next 320 0 R>> endobj 320 0 obj < /Dest[76 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 319 0 R/Next 321 0 R>> endobj 321 0 obj < /Dest[79 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 320 0 R/Next 322 0 R>> endobj 322 0 obj < /Dest[82 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 321 0 R/Next 323 0 R>> endobj 323 0 obj < /Dest[85 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 322 0 R/Next 324 0 R>> endobj 324 0 obj < /Dest[88 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 323 0 R/Next 325 0 R>> endobj 325 0 obj < /Dest[91 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 324 0 R/Next 326 0 R>> endobj 326 0 obj < /Dest[94 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 325 0 R/Next 327 0 R>> endobj 327 0 obj < /Dest[97 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 326 0 R/Next 328 0 R>> endobj 328 0 obj < /Dest[100 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 327 0 R/Next 329 0 R>> endobj 329 0 obj < /Dest[103 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 328 0 R/Next 330 0 R>> endobj 330 0 obj < /Dest[106 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 329 0 R/Next 331 0 R>> endobj 331 0 obj < /Dest[109 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 330 0 R/Next 332 0 R>> endobj 332 0 obj < /Dest[112 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 331 0 R/Next 333 0 R>> endobj 333 0 obj < /Dest[115 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 332 0 R/Next 334 0 R>> endobj 334 0 obj < /Dest[118 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 333 0 R/Next 335 0 R>> endobj 335 0 obj < /Dest[121 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 334 0 R/Next 336 0 R>> endobj 336 0 obj < /Dest[124 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 335 0 R/Next 337 0 R>> endobj 337 0 obj < /Dest[127 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 336 0 R/Next 338 0 R>> endobj 338 0 obj < /Dest[130 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 337 0 R/Next 339 0 R>> endobj 339 0 obj < /Dest[133 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 338 0 R/Next 340 0 R>> endobj 340 0 obj < /Dest[136 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 339 0 R/Next 341 0 R>> endobj 341 0 obj < /Dest[139 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 340 0 R/Next 342 0 R>> endobj 342 0 obj < /Dest[142 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 341 0 R/Next 343 0 R>> endobj 343 0 obj < /Dest[145 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 342 0 R/Next 344 0 R>> endobj 344 0 obj < /Dest[148 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 343 0 R/Next 345 0 R>> endobj 345 0 obj < /Dest[151 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 344 0 R/Next 346 0 R>> endobj 346 0 obj < /Dest[154 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 345 0 R/Next 347 0 R>> endobj 347 0 obj < /Dest[157 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 346 0 R/Next 348 0 R>> endobj 348 0 obj < /Dest[160 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 347 0 R/Next 349 0 R>> endobj 349 0 obj < /Dest[163 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 348 0 R/Next 350 0 R>> endobj 350 0 obj < /Dest[166 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 349 0 R/Next 351 0 R>> endobj 351 0 obj < /Dest[169 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 350 0 R/Next 352 0 R>> endobj 352 0 obj < /Dest[172 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 351 0 R/Next 353 0 R>> endobj 353 0 obj < /Dest[175 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 352 0 R/Next 354 0 R>> endobj 354 0 obj < /Dest[178 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 353 0 R/Next 355 0 R>> endobj 355 0 obj < /Dest[181 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 354 0 R/Next 356 0 R>> endobj 356 0 obj < /Dest[184 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 355 0 R/Next 357 0 R>> endobj 357 0 obj < /Dest[187 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 356 0 R/Next 358 0 R>> endobj 358 0 obj < /Dest[190 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 357 0 R/Next 359 0 R>> endobj 359 0 obj < /Dest[193 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 358 0 R/Next 360 0 R>> endobj 360 0 obj < /Dest[196 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 359 0 R/Next 361 0 R>> endobj 361 0 obj < /Dest[199 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 360 0 R/Next 362 0 R>> endobj 362 0 obj < /Dest[202 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 361 0 R/Next 363 0 R>> endobj 363 0 obj < /Dest[205 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 362 0 R/Next 364 0 R>> endobj 364 0 obj < /Dest[208 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 363 0 R/Next 365 0 R>> endobj 365 0 obj < /Dest[211 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 364 0 R/Next 366 0 R>> endobj 366 0 obj < /Dest[214 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 365 0 R/Next 367 0 R>> endobj 367 0 obj < /Dest[217 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 366 0 R/Next 368 0 R>> endobj 368 0 obj < /Dest[220 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 367 0 R/Next 369 0 R>> endobj 369 0 obj < /Dest[223 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 368 0 R/Next 370 0 R>> endobj 370 0 obj < /Dest[226 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 369 0 R/Next 371 0 R>> endobj 371 0 obj < /Dest[229 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 370 0 R/Next 372 0 R>> endobj 372 0 obj < /Dest[232 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 371 0 R/Next 373 0 R>> endobj 373 0 obj < /Dest[235 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 372 0 R/Next 374 0 R>> endobj 374 0 obj < /Dest[238 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 373 0 R/Next 375 0 R>> endobj 375 0 obj < /Dest[241 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 374 0 R/Next 376 0 R>> endobj 376 0 obj < /Dest[244 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 375 0 R/Next 377 0 R>> endobj 377 0 obj < /Dest[247 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 376 0 R/Next 378 0 R>> endobj 378 0 obj < /Dest[250 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 377 0 R/Next 379 0 R>> endobj 379 0 obj < /Dest[253 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 378 0 R/Next 380 0 R>> endobj 380 0 obj < /Dest[256 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 379 0 R/Next 381 0 R>> endobj 381 0 obj < /Dest[259 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 380 0 R/Next 382 0 R>> endobj 382 0 obj < /Dest[262 0 R/XYZ 0 595 0]/Parent 294 0 R/Prev 381 0 R>> endobj 265 0 obj <> endobj 383 0 obj <> endobj 384 0 obj < /Creator /Producer /CreationDate(D:20100721185538-05'00')>> endobj xref 0 385 0000000000 65535 f 0000125265 00000 n 0000000019 00000 n 0000000288 00000 n 0000125411 00000 n 0000000308 00000 n 0000000945 00000 n 0000125557 00000 n 0000000965 00000 n 0000001292 00000 n 0000125703 00000 n 0000001312 00000 n 0000001675 00000 n 0000125851 00000 n 0000001696 00000 n 0000002142 00000 n 0000125999 00000 n 0000002163 00000 n 0000002609 00000 n 0000126147 00000 n 0000002630 00000 n 0000002924 00000 n 0000126295 00000 n 0000002945 00000 n 0000003234 00000 n 0000126443 00000 n 0000003255 00000 n 0000003725 00000 n 0000126591 00000 n 0000003746 00000 n 0000004280 00000 n 0000126739 00000 n 0000004301 00000 n 0000004574 00000 n 0000126887 00000 n 0000004595 00000 n 0000004985 00000 n 0000127035 00000 n 0000005006 00000 n 0000005454 00000 n 0000127183 00000 n 0000005475 00000 n 0000005927 00000 n 0000127331 00000 n 0000005948 00000 n 0000006527 00000 n 0000127479 00000 n 0000006548 00000 n 0000007263 00000 n 0000127627 00000 n 0000007284 00000 n 0000008060 00000 n 0000127775 00000 n 0000008081 00000 n 0000008889 00000 n 0000127923 00000 n 0000008910 00000 n 0000009745 00000 n 0000128071 00000 n 0000009766 00000 n 0000010621 00000 n 0000128219 00000 n 0000010642 00000 n 0000011537 00000 n 0000128367 00000 n 0000011558 00000 n 0000012470 00000 n 0000128515 00000 n 0000012491 00000 n 0000013429 00000 n 0000128663 00000 n 0000013450 00000 n 0000013902 00000 n 0000128811 00000 n 0000013923 00000 n 0000014448 00000 n 0000128959 00000 n 0000014469 00000 n 0000015049 00000 n 0000129107 00000 n 0000015070 00000 n 0000015681 00000 n 0000129255 00000 n 0000015702 00000 n 0000016274 00000 n 0000129403 00000 n 0000016295 00000 n 0000016899 00000 n 0000129551 00000 n 0000016920 00000 n 0000017523 00000 n 0000129699 00000 n 0000017544 00000 n 0000018118 00000 n 0000129847 00000 n 0000018139 00000 n 0000018706 00000 n 0000129995 00000 n 0000018727 00000 n 0000019281 00000 n 0000130143 00000 n 0000019302 00000 n 0000019844 00000 n 0000130293 00000 n 0000019866 00000 n 0000020502 00000 n 0000130443 00000 n 0000020524 00000 n 0000021015 00000 n 0000130593 00000 n 0000021037 00000 n 0000021553 00000 n 0000130743 00000 n 0000021575 00000 n 0000022109 00000 n 0000130893 00000 n 0000022131 00000 n 0000022758 00000 n 0000131043 00000 n 0000022780 00000 n 0000023393 00000 n 0000131193 00000 n 0000023415 00000 n 0000024012 00000 n 0000131343 00000 n 0000024034 00000 n 0000024617 00000 n 0000131493 00000 n 0000024639 00000 n 0000025234 00000 n 0000131643 00000 n 0000025256 00000 n 0000025878 00000 n 0000131793 00000 n 0000025900 00000 n 0000026474 00000 n 0000131943 00000 n 0000026496 00000 n 0000027104 00000 n 0000132093 00000 n 0000027126 00000 n 0000027722 00000 n 0000132243 00000 n 0000027744 00000 n 0000028353 00000 n 0000132393 00000 n 0000028375 00000 n 0000028974 00000 n 0000132543 00000 n 0000028996 00000 n 0000029608 00000 n 0000132693 00000 n 0000029630 00000 n 0000030245 00000 n 0000132843 00000 n 0000030267 00000 n 0000030868 00000 n 0000132993 00000 n 0000030890 00000 n 0000031505 00000 n 0000133143 00000 n 0000031527 00000 n 0000032131 00000 n 0000133293 00000 n 0000032153 00000 n 0000032768 00000 n 0000133443 00000 n 0000032790 00000 n 0000033421 00000 n 0000133593 00000 n 0000033443 00000 n 0000034112 00000 n 0000133743 00000 n 0000034134 00000 n 0000034833 00000 n 0000133893 00000 n 0000034855 00000 n 0000035577 00000 n 0000134043 00000 n 0000035599 00000 n 0000036263 00000 n 0000134193 00000 n 0000036285 00000 n 0000036953 00000 n 0000134343 00000 n 0000036975 00000 n 0000037636 00000 n 0000134493 00000 n 0000037658 00000 n 0000038302 00000 n 0000134643 00000 n 0000038324 00000 n 0000038956 00000 n 0000134793 00000 n 0000038978 00000 n 0000039901 00000 n 0000134943 00000 n 0000039923 00000 n 0000040967 00000 n 0000135093 00000 n 0000040989 00000 n 0000041896 00000 n 0000135243 00000 n 0000041918 00000 n 0000042878 00000 n 0000135393 00000 n 0000042900 00000 n 0000043803 00000 n 0000135543 00000 n 0000043825 00000 n 0000044781 00000 n 0000135693 00000 n 0000044803 00000 n 0000045645 00000 n 0000135843 00000 n 0000045667 00000 n 0000046509 00000 n 0000135993 00000 n 0000046531 00000 n 0000047387 00000 n 0000136143 00000 n 0000047409 00000 n 0000048299 00000 n 0000136293 00000 n 0000048321 00000 n 0000049218 00000 n 0000136443 00000 n 0000049240 00000 n 0000050126 00000 n 0000136593 00000 n 0000050148 00000 n 0000051046 00000 n 0000136743 00000 n 0000051068 00000 n 0000051971 00000 n 0000136893 00000 n 0000051993 00000 n 0000052891 00000 n 0000137043 00000 n 0000052913 00000 n 0000053806 00000 n 0000137193 00000 n 0000053828 00000 n 0000054731 00000 n 0000137343 00000 n 0000054753 00000 n 0000055673 00000 n 0000137493 00000 n 0000055695 00000 n 0000056616 00000 n 0000137643 00000 n 0000056638 00000 n 0000057573 00000 n 0000137793 00000 n 0000057595 00000 n 0000058545 00000 n 0000137943 00000 n 0000058567 00000 n 0000059496 00000 n 0000138093 00000 n 0000059518 00000 n 0000060474 00000 n 0000138243 00000 n 0000060496 00000 n 0000060944 00000 n 0000150939 00000 n 0000060966 00000 n 0000064787 00000 n 0000064810 00000 n 0000065003 00000 n 0000065295 00000 n 0000065460 00000 n 0000089742 00000 n 0000089766 00000 n 0000089958 00000 n 0000090570 00000 n 0000091021 00000 n 0000101207 00000 n 0000101231 00000 n 0000101431 00000 n 0000101836 00000 n 0000102097 00000 n 0000116593 00000 n 0000116617 00000 n 0000116814 00000 n 0000117228 00000 n 0000117499 00000 n 0000124339 00000 n 0000124362 00000 n 0000124564 00000 n 0000124856 00000 n 0000125027 00000 n 0000125118 00000 n 0000125208 00000 n 0000138393 00000 n 0000138453 00000 n 0000138577 00000 n 0000138714 00000 n 0000138851 00000 n 0000138989 00000 n 0000139127 00000 n 0000139265 00000 n 0000139403 00000 n 0000139541 00000 n 0000139679 00000 n 0000139821 00000 n 0000139963 00000 n 0000140105 00000 n 0000140247 00000 n 0000140389 00000 n 0000140531 00000 n 0000140673 00000 n 0000140815 00000 n 0000140957 00000 n 0000141099 00000 n 0000141241 00000 n 0000141383 00000 n 0000141525 00000 n 0000141667 00000 n 0000141809 00000 n 0000141951 00000 n 0000142093 00000 n 0000142235 00000 n 0000142377 00000 n 0000142519 00000 n 0000142661 00000 n 0000142803 00000 n 0000142945 00000 n 0000143087 00000 n 0000143230 00000 n 0000143373 00000 n 0000143516 00000 n 0000143659 00000 n 0000143802 00000 n 0000143945 00000 n 0000144088 00000 n 0000144231 00000 n 0000144374 00000 n 0000144517 00000 n 0000144660 00000 n 0000144803 00000 n 0000144946 00000 n 0000145089 00000 n 0000145232 00000 n 0000145375 00000 n 0000145518 00000 n 0000145661 00000 n 0000145804 00000 n 0000145947 00000 n 0000146090 00000 n 0000146233 00000 n 0000146376 00000 n 0000146519 00000 n 0000146662 00000 n 0000146805 00000 n 0000146948 00000 n 0000147091 00000 n 0000147234 00000 n 0000147377 00000 n 0000147520 00000 n 0000147663 00000 n 0000147806 00000 n 0000147949 00000 n 0000148092 00000 n 0000148235 00000 n 0000148378 00000 n 0000148521 00000 n 0000148664 00000 n 0000148807 00000 n 0000148950 00000 n 0000149093 00000 n 0000149236 00000 n 0000149379 00000 n 0000149522 00000 n 0000149665 00000 n 0000149808 00000 n 0000149951 00000 n 0000150094 00000 n 0000150237 00000 n 0000150380 00000 n 0000150523 00000 n 0000150666 00000 n 0000150809 00000 n 0000151704 00000 n 0000151809 00000 n trailer < <1175077ADBC8C5BF397AE130B849EA63> ] /DocChecksum /A364C75D42A3E9045C9AA656ADACC1CE >> startxref 152059 %%EOF Getopt-Complete-0.26/lib000755030216023421 011625061503 14652 5ustar00nnuttergsc000000000000Getopt-Complete-0.26/lib/Getopt000755030216023421 011625061503 16114 5ustar00nnuttergsc000000000000Getopt-Complete-0.26/lib/Getopt/Complete.pm000444030216023421 7533011625061503 20407 0ustar00nnuttergsc000000000000package Getopt::Complete; use strict; use warnings; our $VERSION = '0.26'; use Getopt::Complete::Options; use Getopt::Complete::Args; use Getopt::Complete::Compgen; our $ARGS; our %ARGS; our $EXIT_ON_ERRORS = 1; our $LONE_DASH_SUPPORT = 0; sub import { my $class = shift; unless (@_) { # re-using this module after options processing, with no arguments, # will just re-export (alias, actually) %ARGS and $ARGS. if ($ARGS) { $class->export_aliases(); } return; } if ($ARGS) { # Turn on fatal warnings, and this will safely be a die(). warn "Overriding default command-line %ARGS with a second call to Getopt::Complete!"; } # The safe way to use this module is to specify args at compile time. # This allows 'perl -c' to handle shell-completion requests. # Direct creation of objects is mostly for testing, and wrapper modules. # Make a single default Getopt::Complete::Options object, my $options = Getopt::Complete::Options->new(@_); # See if we are really just being run to respond to a shell completion request. # (in this case, the app will exit inside this call) $options->handle_shell_completion(); # and then a single default Getopt::Complete::Args object. my $args = Getopt::Complete::Args->new( options => $options, argv => [@ARGV] ); # Then make it and its underlying hash available globally in this namespace $args->__install_as_default__(); # Alias the above into the caller's namespace my $caller = caller(); $class->export_aliases($caller); # This is overridable externally. if ($EXIT_ON_ERRORS) { if (my @errors = $ARGS->errors) { for my $error ($ARGS->errors) { chomp $error; warn __PACKAGE__ . ' ERROR: ' . $error . "\n"; } exit 1; } } } sub export_aliases { my ($class,$pkg) = @_; no strict 'refs'; $pkg ||= caller(); my $v; $v = ${ $pkg . "::ARGS" }; unless (defined $v) { *{ $pkg . "::ARGS" } = \$ARGS; } $v = \%{ $pkg . "::ARGS" }; unless (keys %$v) { *{ $pkg . "::ARGS" } = \%ARGS; } } 1; =pod =head1 NAME Getopt::Complete - programmable shell completion for Perl apps =head1 VERSION This document describes Getopt::Complete 0.26. =head1 SYNOPSIS In the Perl program "myprogram": use Getopt::Complete ( 'frog' => ['ribbit','urp','ugh'], 'fraggle' => sub { return ['rock','roll'] }, 'quiet!' => undef, 'name' => undef, 'age=n' => undef, 'outfile=s@' => 'files', 'outdir' => 'directories' 'runthis' => 'commands', 'username' => 'users', '<>' => 'directories', ); print "the frog says " . $ARGS{frog} . "\n"; In ~/.bashrc or ~/.bash_profile, or directly in bash: function _getopt_complete () { COMPREPLY=($( COMP_CWORD=$COMP_CWORD perl `which ${COMP_WORDS[0]}` ${COMP_WORDS[@]:0} )); } complete -F _getopt_complete myprogram Thereafter in the terminal (after next login, or sourcing the updated .bashrc): $ myprogram --f $ myprogram --fr $ myprogram --fr frog fraggle $ myprogram --fro $ myprogram --frog $ myprogram --frog ribbit urp ugh $ myprogram --frog r $ myprogram --frog ribbit =head1 DESCRIPTION This module makes it easy to add custom command-line completion to Perl applications. It also does additional validation of arguments, when the program is actually executed, based on completion lists. Support is also present for apps which are an entry point for a hierarchy of sub-commands (in the style of cvs and git). Getopt::Complete also wraps the standard options processing and exports it as a %ARGS hash at compile time, making using the arguments hassle-free. The completion features currently work with the bash shell, which is the default on most Linux and Mac systems. Patches for other shells are welcome. =head1 OPTIONS PROCESSING Getopt::Complete processes the command-line options at compile time. The results are avaialble in the %ARGS hash, which is intended as a companion to the @ARGV array generated natively by Perl. use Getopt::Complete ( 'mydir' => 'd', 'myfile' => 'f', '<>' = ['monkey', 'taco', 'banana'] ); for $opt (keys %ARGS) { $val = $ARGS{$opt}; print "$opt has value $val\n"; } Errors in shell argumentes result in messages to STDERR via warn(), and cause the program to exit during "use" call. Getopt::Complete verifies that the option values specified match their own completion list, and will otherwise add additional errors explaining the problem. The %ARGS hash is an alias for %Getopt::Complete::ARGS. The alias is not created in the caller's namespaces if a hash named %ARGS already exists with data, but the results are always available from %Getopt::Complete::ARGS. They keys of the hash are the option names, minus any specifiers like "=s" or "!". The key is only present if the option was specified on the command-line. The values of the hash are the values from the command-line. For multi-value options the hash value is an arrayref. =head1 OBJECT API An object $ARGS is also created in the caller's namespace (class L) with a more detailed API for argument interrogation. See the documentation for that module, and also for the underlying L module. It is possible to override any part of the default process, including doing custom parsing, doing processing at run-time, and and preventing exit when there are errors. See OVERRIDING COMPILE-TIME OPTION PARSING for more information. =head1 PROGRAMMABLE COMPLETION BACKGROUND The bash shell supports smart completion of words when the key is pressed. By default, after the program name is specified, bash will presume the word the user is typing a is a file name, and will attempt to complete the word accordingly. Where completion is ambiguous, the shell will go as far as it can and beep. Subsequent completion attempts at that position result in a list being shown of possible completions. Bash can be configured to run a specific program to handle the completion task, allowing custom completions to be done for different appliations. The "complete" built-in bash command instructs the shell as-to how to handle tab-completion for a given command. This module allows a program to be its own word-completer. It detects that the COMP_LINE and COMP_POINT environment variables are set, indicating that it is being used as a completion program, and responds by returning completion values suitable for the shell _instead_ of really running the application. See the manual page for "bash", the heading "Programmable Completion" for full details on the general topic. =head1 HOW TO CONFIGURE PROGRAMMABLE COMPLETION =over 4 =item 1 Put a "use Getopt::Complete" statement into your app as shown in the synopsis. The key-value pairs describe the command-line options available, and their completions. This should be at the TOP of the app, before any real processing is done. The only modules used before it should be those needed for custom callbacks, if there are any. No code should print to standard output during compile time, or it will confuse bash. Subsequent code can use %ARGS or the $ARGS object to check on command-line option values. Existing apps using Getopt::Long should use their option spec in the use declaration instead. If they bind variables directly the code should to be updated to get values from the %ARGS hash instead. =item 2 Put the following in your .bashrc or .bash_profile: function _getopt_complete () { COMPREPLY=($( COMP_CWORD=$COMP_CWORD perl `which ${COMP_WORDS[0]}` ${COMP_WORDS[@]:0} )); } complete -F _getopt_complete myprogram =item 3 New logins will automatically run the above and become aware that your program has programmable completion. For shells you already have open, run this to alert bash to your that your program has custom tab-completion. source ~/.bashrc =back Type the name of your app ("myprogram" in the example), and experiment with using the key to get various completions to test it. Every time you hit , bash sets certain environment variables, and then runs your program. The Getopt::Complete module detects these variables, responds to the completion request, and then forces the program to exit before really running your regular application code. IMPORTANT: Do not do steps #2 and #3 w/o doing step #1, or your application will actually run "normally" every time you press with it on the command-line! The module will not be present to detect that this is not a "real" execution of the program, and you may find your program is running when it should not. =head1 KEYS IN THE OPTIONS SPECIFICATION Each key in the list decribes an option which can be completed. Any key usable in a Getopt:::Long GetOptions specification works here, (except as noted in BUGS below): =over 4 =item an option name A normal word is interpreted as an option name. The '=s' specifier is presumed if no specifier is present. 'p1' => [...] =item a complete option specifier Any specification usable by L is valid as the key. For example: 'p1=s' => [...] # the same as just 'p1' 'p2=s@' => [...] # expect multiple values =item the '<>' symbol for "bare arguments" This special key specifies how to complete non-option (bare) arguments. It presumes multiple values are possible (like '=s@'): Have an explicit list: '<>' = ['value1','value2','value3'] Do normal file completion: '<>' = 'files' Take arbitrary values with no expectations: '<>' = undef If there is no '<>' key specified, bare arguments will be treated as an error. =item a sub-command specifier, starting with '>' When a key in the options specification starts with '>', it indicates a that word maps to a distinct sub-command with its own options. The array to the right is itself a full options specification, following the same format as the one above it, including possible further sub-commands. See SUB-COMMAND TREES for more details. =back =head1 VALUES IN THE OPTIONS SPECIFICATION Each value describes how the option in question should be completed. =over 4 =item array reference An array reference expliciitly lists the valid values for the option. In the app: use Getopt::Complete ( 'color' => ['red','green','blue'], ); In the shell: $ myprogram --color red green blue $ myprogram --color blue (runs with no errors) The list of value is also used to validate the user's choice after options are processed: myprogram --color purple ERROR: color has invalid value purple: select from red green blue See below for details on how to permit values which aren't shown in completions to be used and not generate errors. =item undef An undefined value indicates that the option is not completable. No completions will be offered by the application, though any value provided by the user will be considered valid. Note that this is distinct from returning an empty arrayref from a callback, which implies that there ARE known completions but the user has failed to match any of them. Also note: this is the only valid completion for boolean parameters, since there is no value to specify on the command-line. use Getopt::Complete ( 'name' => undef, # take --name "anyting" 'perky!' => undef, # take --perky or --no-perky ); =item subroutine callback When the list of valid values must be determined dynamically, a subroutine reference or name can be specified. If a name is specified, it should be fully qualified. (If it is not, it will be presumed to refer to one of the bash builtin completions types. See BUILTIN COMPLETION TYPES below.) The subroutine will be called, and is expected to return an arrayref of possiible matches. The arrayref will be treated as though it were specified directly in the specification. As with explicit values, an empty arrayref indicated that there are no valid matches for this option, given the other params on the command-line, and the text already typed. An undef value indicates that any value is valid for this parameter. Parameters to the callback are described below. =back =head1 WRITING SUBROUTINE CALLBACKS A subroutine callback is useful when the list of options to match must be dynamically generated. It is also useful when knowing what the user has already typed helps narrow the search for valid completions, or when iterative completion needs to occur (see PARTIAL COMPLETIONS below). The callback is expected to return an arrayref of valid completions. If it is empty, no completions are considered valid. If an undefined value is returned, no completions are specified, but ANY arbitrary value entered is considered valid as far as error checking is concerned. The callback registerd in the completion specification will receive the following parameters: =over 4 =item command name Contains the name of the command for which options are being parsed. This is $0 in most cases, though hierarchical commands may have a name "svn commit" or "foo bar baz" etc. =item current word This is the word the user is trying to complete. It may be an empty string, if the user hits without typing anything first. =item option name This is the name of the option for which we are resolving a value. It is typically ignored unless you use the same subroutine to service multiple options. A value of '<>' indicates an unnamed argument (a.k.a "bare argument" or "non-option" argument). =item other opts It is the hashref resulting from Getopt::Long processing of all of the OTHER arguments. This is useful when one option limits the valid values for another option. In some cases, the options which should be available change depending on what other options are present, or the values available change depending on other options or their values. =back The environment variables COMP_LINE and COMP_POINT have the exact text of the command-line and also the exact character position, if more detail is needed in raw form than the parameters provide. The return value is a list of possible matches. The callback is free to narrow its results by examining the current word, but is not required to do so. The module will always return only the appropriate matches. =head2 EXAMPLE This app takes 2 parameters, one of which is dependent on the other: use Getopt::Complete ( type => ['names','places','things'], instance => sub { my ($command, $value, $option, $other_opts) = @_; if ($other_opts{type} eq 'names') { return [qw/larry moe curly/], } elsif ($other_opts{type} eq 'places') { return [qw/here there everywhere/], } elsif ($other_opts{type} eq 'things') { return [ query_database_matching("${value}%") ] } elsif ($otper_opts{type} eq 'surprsing') { # no defined list: take anything typed return undef; } else { # invalid type: no matches return [] } } ); $ myprogram --type people --instance larry moe curly $ myprogram --type places --instance here there everywhere $ myprogram --type surprising --instance (no completions appear) =head1 BUILTIN COMPLETIONS Bash has a list of built-in value types which it knows how to complete. Any of the default shell completions supported by bash's "compgen" are supported by this module. The list of builtin types supported as-of this writing are: files directories commands users groups environment services aliases builtins To indicate that an argument's valid values are one of the above, use the exact string after Getopt::Complete:: as the completion callback. For example: use Getopt::Complete ( infile => 'Getopt::Complete::files', outdir => 'Getopt::Complete::directories', myuser => 'Getopt::Complete::users', ); The full name is alissed as the single-character compgen parameter name for convenience. Further, because Getopt::Complete is the default namespace during processing, it can be ommitted from callback function names. The following are all equivalent. They effectively produce the same list as 'compgen -f': file1 => \&Getopt::Complete::files file1 => \&Getopt::Complete::f file1 => 'Getopt::Complete::files' file1 => 'Getopt::Complete::f' file1 => 'files' file1 => 'f' See L for specifics on using builtin completions. See "man bash", in the Programmable Complete secion, and the "compgen" builtin command for more details. =head1 UNLISTED VALID VALUES If there are options which should not be part of completion lists, but still count as valid if passed-into the app, they can be in a final sub-array at the end. This list doesn't affect the completion system at all, just prevents errors in the ERRORS array described above. use Getopt::Complete ( 'color' => ['red','green','blue', ['yellow','orange']], ); myprogram --color red green blue myprogram --color orange # no errors myprogram --color purple # error =head1 PARTIAL COMPLETIONS =head2 BASICS Any returned value ending in a character ("\t") will be considered a "partial" completion. This means that the shell will be instructed to leave the cursor at the end of that word even if there is no ambiguity in the rest of the returned list. Partial completions are only usable from callbacks. From a hard-coded array of values, it would be impossible to ever fuly complete the partial completion. =head2 BACKGROUND Sometimes, the entire list of completions is too big to reasonable resolve and return. The most obvious example is filename completion at the root of a large filesystem. In these cases, the completion of is handled in pieces, allowing the user to gradually "drill down" to the complete value directory by directory. It is even possible to hit to get one completion, then hit it again and get more completion, in the case of single-sub-directory directories. The Getopt::Complete module supports iterative drill-down completions from any parameter configured with a callback. It is completely valid to complete "a" with "aa" "ab" and "ac", but then to complete "ab" with yet more text. Unless the shell knows, however that your "aa", "ab", and "ac" completions are in fact only partial completions, an inconvenient space will be added after the word on the terminal line, as the shell happily moves on to helping the user enter the next argument. =head2 DETAILS Because partial completions are indicated in Getopt::Complete by adding a "\t" tab character to the end of the returned string, an application can return a mix of partial and full completions, and it will respect each correctly. Note: The "\t" is actually stripped-off before going to the shell and internal hackery is used to force the shell to not put a space where it isn't needed. This is not part of the bash programmable completion specification, but is used to simulate features typically only available with bash for builtin completions like files/directories. =head1 SUB-COMMAND TREES It is common for a given appliction to actually be an entry point for several different tools. Popular exmples are the big version control suites (cvs,svn,svk,git), which use the form: cvs SUBCOMMAND [ARGS] Each sub-command has its own options specification. Those may in turn have further sub-commands. Sub-commands are identified by an initial '>' in the options specification key. The value is interpreted as a complete, isolated options spec, using the same general syntax. This applies recursively. =head2 EXAMPLE COMMAND TREE SPEC use Getopt::Complete ( '>animal' => [ '>dog' => [ '>bark' => [ 'ferocity' => ['yip','wail','ruf','grrrr'], 'count' => ['1','2','one too many'], ], '>drool' => [ 'buckets=n' => undef, 'lick' => 'users', ], 'list!' => undef, ], '>cat' => [ '>purr' => [], '>meow' => [ 'volume=n' => undef, 'bass' => ['low','medium','high'], ] ], ], '>plant' => [ '>taters' => [ '>fry' => [ 'greasiness' => ['crispy','drippy'], 'width' => ['fat','thin','frite'], ], '>bake' => [ 'hard!' => undef, 'temp=n' => undef, ], ], '>dasies' => [ '>pick' => [ '<>' => ['mine','yours','theirs'], ], '>plant' => [ 'season' => ['winter','spring','summer','fall'], 'seeds=n' => undef, 'deep!' => undef, ] ] ] ); my ($word1,$word2,$word3) = $ARGS->parent_sub_commands; # (the above is also in $ARGS{'>'} for non-OO access) # your program probably has something smarter to decide where to go # for a given command if ($word1 eq 'animal') { if ($word2 eq 'dog') { if ($word3 eq 'bark') { # work with %ARGS for barking dogs... # .... } } } elsif ($path[0] eq 'plant') { ... } The above example specifies two sub-commands "animal" and "plant, each of which has its own two sub-commands, dog/cat and taters/dasies. Each of those, in turn, have two sub-commands, for a total of 8 complete commands possible, each with different arguments. Each of the 8 has thier own options specification. When the program executes, the %ARGS hash contains option/value pairs for the specific command chosen. The the series of sub-command choices in $ARGS{'>'}, separate from the regular bare arguments in '<>'. (The method name on an $ARGS object for this is "parent_sub_commands", a companion to the "bare_args" method. The method to determine the next available sub-commands is just "sub_commands".) Note that, since the user can hit at any time, it is possible that the parent_sub_commands will be a partial drill-down. It isn't uncommon to have something like this in place: if (my @next = $ARGS->sub_commands) { print STDERR "Please select a sub-command:\n"; print STDERR join("\n", @sub_commands),"\n"; exit 1; } The above checking is not done automatically, since a sub-command may have further sub-commands, but still also be used directly, possibly with other option and bare arguments. =head1 THE LONE DASH A lone dash is often used to represent using STDIN instead of a file for applications which otherwise take filenames. This is supported by all options which complete with the "files" builtin, though it does not appear in completion hint displays. To disable this, set $Getopt::Complete::LONE_DASH = 0. =head1 OVERRIDING COMPILE-TIME OPTION PARSING Getopt::Complete makes a lot of assumptions in order to be easy to use in the default case. Here is how to override that behavior if it's not what you want. =head2 OPTION 1: DOING CUSTOM ERROR HANDLING To prevent Getopt::Complete from exiting at compile time if there are errors, the EXIT_ON_ERRORS flag should be set to 0 first, at compile time, before using the Getopt::Complete module as follows: BEGIN { $Getopt:Complete::EXIT_ON_ERRORS = 0; } This should not affect completions in any way (it will still exit if it realizes it is talking to bash, to prevent accidentally running your program). Errors are retained in: $Getopt::Complete::ARGS->errors; It is then up to the application to not run with invalid parameters. =head2 OPTION 2: RE-PROCESS @ARGV This module restores @ARGV to its original state after processing, so independent option processing can be done if necessary. The full spec imported by Getopt::Complete is stored as: $Getopt::Complete::ARGS->option_specs; This is an easy option when upgrading old applications. Combined with disabling the EXIT_ON_ERROS flag above, set, you can completely ignore, or partially ignore, the options processing which happens automatically. =head2 OPTION 3: CHANGING COMPILE-TIME PROCESSING You can also adjust how option processing happens inside of Getopt::Complete. Getopt::Complete wraps Getopt::Long to do the underlying option parsing. It uses GetOptions(\%h, @specification) to produce the %ARGS hash. Customization of Getopt::Long should occur in a BEGIN block before using Getopt::Complete. =head2 OPTION 4: USE THE OBJECTS AND WRITE YOUR OWN LOGIC The logic in import() is very short, and is simple to modify. It is best to do it in a BEGIN {} block so that bash can use 'perl -c myprogram' to get completions at compile time. BEGIN { my $options = Getopt::Complete::Options->new( 'myfile' => 'f', 'mychoice' => ['small','medium','huge'] ); $options->handle_shell_completion(); my $args = Getopt::Complete::Args->new( options => $options, argv => [@ARGV] ); if (my @errors = $ARGS->errors) { for my $error ($ARGS->errors) { chomp $error; warn __PACKAGE__ . ' ERROR:' . $error . "\n"; } exit 1; } # make the %ARGS available to all of the app $args->__install_as_default__; # if you also want %ARGS and $ARGS here when you're finished... Getopt:Complete->export_aliases(__PACKAGE__); }; =head1 EXTENSIVE USAGE EXAMPLE Cut-and-paste this into a script called "myprogram" in your path, make it executable, and then run this in the shell: function _getopt_complete () { COMPREPLY=($( COMP_CWORD=$COMP_CWORD perl `which ${COMP_WORDS[0]}` ${COMP_WORDS[@]:0} )); } complete -F _getopt_complete myprogram Then try it out. It does one of everything, besides command trees. #!/usr/bin/env perl use strict; use warnings; use Getopt::Complete ( # list the explicit values which are valid for this option 'frog' => ['ribbit','urp','ugh'], # you can add any valid Getopt::Long specification to the key on the left # ...if you put nothing: "=s" is assumed 'names=s@' => ['eenie','meanie','miney'], # support for Bash "compgen" builtins is present with some pre-made callbacks 'myfile' => 'Getopt::Complete::Compgen::files', 'mydir' => 'Getopt::Complete::Compgen::directories', # the plain name or first letter of the compgen builtins also work 'myfile2' => 'files', 'myfile3' => 'f', # handle unnamed arguments from the command-line ("non-option" arguments) with a special key: '<>' => ['some','raw','words'], # CODE callbacks allow a the completion list to be dynamically resolved 'fraggle' => sub { return ['rock','roll','fried fish','fried taters','fries and squid'] }, # callbacks get extra info to help them, including the part of the # word already typed, and the remainder of the options already processed for context 'type' => ['people','places'], 'instance'=> sub { my ($command, $partial_word, $option_name, $other_opts_hashref) = @_; # be lazy and ignore the partial word: bash will compensate if (my $type = $other_opts_hashref->{type}) { if ($type eq 'people') { return [qw/larry moe curly/] } elsif ($type eq 'places') { return [qw/here there everywhere/], } } return []; }, # undef means we don't know how to complete the value: any value specified will do # this will result in no shell ompletions, but will still expect a value to be entered 'name=s' => undef, # boolean values never have a completion list, and will yell if you are that foolish # this will give you --no-fast for free as well 'fast!' => undef, ); use Data::Dumper; print "The arguments are: " . Dumper(\%ARGS); =head1 DEVELOPMENT Patches are welcome. http://github.com/sakoht/Getopt--Complete-for-Perl/ git clone git://github.com/sakoht/Getopt--Complete-for-Perl.git As are complaints. Help us find bugs by sending an email to the address below, or using CPAN's bug tracking system: https://rt.cpan.org/ The latest version of this module is always availabe on CPAN: http://search.cpan.org/search?query=Getopt%3A%3AComplete&mode=all And is readily installable with the CPAN shell on Mac, Linux, and other Unix-like systems: sudo cpan Getopt::Complete =head1 BUGS Completions with whitespace work, but they do so by escaping whitespace characters instead of quoting. Support should be present for completing quoted text. It should also be the default, since it is more attractive. The logic to "shorten" the completion options shown in some cases is still in development. This means that filename completion shows full paths as options instead of just the last word in the file path. Some uses of Getopt::Long will not work currently: multi-name options (though standard shortening works), +, :, %. Currently this module only supports bash, though other shells could be added easily. There is logic in development to have the tool possibly auto-update the user's .bashrc / .bash_profile, but this is incomplete. =head1 SEE ALSO =over 4 =item L the object API for the option/value argument set =item L the object API for the options specification =item L supplies builtin completions like file lists =item L the definitive options parser, wrapped by this module =item L the manual page for bash has lots of info on how tab-completion works =back =head1 COPYRIGHT Copyright 2010, 2011 Washington University School of Medicine =head1 AUTHORS Scott Smith (sakoht at cpan .org) Nathan Nutter Andrei Benea =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. =cut Getopt-Complete-0.26/lib/Getopt/Complete000755030216023421 011625061503 17664 5ustar00nnuttergsc000000000000Getopt-Complete-0.26/lib/Getopt/Complete/Options.pm000444030216023421 2407611625061503 22043 0ustar00nnuttergsc000000000000package Getopt::Complete::Options; use strict; use warnings; our $VERSION = $Getopt::Complete::VERSION; use IPC::Open2; use Data::Dumper; use Getopt::Complete::LazyOptions; sub new { my $class = shift; my $self = bless { sub_commands => [], option_specs => {}, completion_handlers => {}, parse_errors => undef, }, $class; # process the params into normalized completion handlers # if there are problems, the ->errors method will return a list. $self->_init(@_); return $self; } sub sub_commands { return @{ shift->{sub_commands} }; } sub option_names { return keys %{ shift->{completion_handlers} }; } sub option_specs { Carp::confess("Bad params") if @_ > 1; my $self = shift; my @specs; for my $key (keys %{ $self->{option_specs} }) { next if $key eq '<>'; my $value = $self->{option_specs}{$key}; push @specs, $key . $value; } return @specs; } sub option_spec { my $self = shift; my $name = shift; Carp::confess("Bad params") if not defined $name; return $self->{option_specs}{$name}; } sub has_option { my $self = shift; my $name = shift; return exists $self->{completion_handlers}{$name}; } sub completion_handler { my $self = shift; my $name = shift; Carp::confess("Bad params") if not defined $name; return $self->{completion_handlers}{$name}; } sub _init { my $self = shift; my $completion_handlers = $self->{completion_handlers} = {}; my $option_specs = $self->{option_specs} = {}; my @parse_errors; while (my $key = shift @_) { my $handler = shift @_; my ($name,$spec) = ($key =~ /^([\w|-|\>][\w|-]*|\<\>|)(\W.*|)/); if (not defined $name) { push @parse_errors, __PACKAGE__ . " is unable to parse '$key' from spec!"; next; } if ($handler and not ref $handler) { my $code; if ($handler =~ /::/) { # fully qualified eval { $code = \&{ $handler }; }; unless (ref($code)) { push @parse_errors, __PACKAGE__ . " $key! references callback $handler which is not found! Did you use its module first?!"; } } else { $code = Getopt::Complete::Compgen->can($handler); unless (ref($code)) { push @parse_errors, __PACKAGE__ . " $key! references builtin $handler which is not found! Select from:" . join(", ", map { my $short = substr($_,0,1); "$_($short)" } @Getopt::Complete::Compgen::builtins); } } if (ref($code)){ $handler = $code; } } if (substr($name,0,1) eq '>') { # a "sub-command": make a sub-options tree, which may happen recursively my $word = substr($name,1); if (ref($handler) eq 'ARRAY') { $handler = Getopt::Complete::Options->new(@$handler); } elsif (ref($handler) eq 'CODE' or ref($handler) eq 'SCALAR') { # be lazy about actually resolving this $handler = Getopt::Complete::LazyOptions->new($handler); } else { die "expected arrayref or code for $name value!"; } $handler->{command} = ($self->{command} || '') . " " . $word; $completion_handlers->{$name} = $handler; push @{ $self->{sub_commands} }, $word; next; } $completion_handlers->{$name} = $handler; if ($name eq '<>') { next; } if ($name eq '-') { if ($spec and $spec ne '!') { push @parse_errors, __PACKAGE__ . " $key errors: $name is implicitly stand-alone!"; } $spec ||= '!'; } $spec ||= '=s'; $option_specs->{$name} = $spec; if ($spec =~ /[\!\+]/ and defined $completion_handlers->{$key}) { push @parse_errors, __PACKAGE__ . " error on option $key: ! and + expect an undef completion list, since they do not have values!"; next; } if (ref($completion_handlers->{$key}) eq 'ARRAY' and @{ $completion_handlers->{$key} } == 0) { push @parse_errors, __PACKAGE__ . " error on option $key: an empty arrayref will never be valid!"; } } $self->{parse_errors} = \@parse_errors; return (@parse_errors ? () : 1); } sub handle_shell_completion { my $self = shift; if ($ENV{COMP_CWORD}) { my ($command,$current,$previous,$other) = $self->parse_completion_request(\@ARGV,$ENV{COMP_CWORD}); unless ($command) { # parse error # this typically only happens when there are mismatched quotes, which means something you can't complete anyway # don't complete anything... exit; } my $args = Getopt::Complete::Args->new(options => $self, argv => $other); my @matches; my @printable_matches; unless ($args->errors) { @matches = $args->resolve_possible_completions($command,$current,$previous); @printable_matches = $args->translate_completions_for_shell_display($current, @matches); } print join("\n",@printable_matches),"\n"; exit; } return 1; } sub _expand_token { my $self = shift; my $token = shift; return '' unless $token; my ($reader, $writer); my $pid = open2($reader,$writer,'bash 2>/dev/null'); return unless $pid; print $writer "echo $token"; close $writer; my $result = join("",<$reader>); chomp $result; return $result || $token; } sub parse_completion_request { my $self = shift; my ($comp_words, $comp_cword) = @_; @$comp_words = map($self->_expand_token($_), @$comp_words); my @left = @$comp_words[0..$comp_cword]; my $want_new_word = (!defined $left[-1]); #if starting new word, last value will be undef my $left = join(" ", map(defined($_) ? $_ : '', @left)); #want an extra space at end if $want_new_word if($want_new_word) { pop @left; } # find options for last sub-command if it has a completion handler # skipping first command but old code didn't but it also never seemed to trigger before my @sub_cmds = @left[1..$#left]; while (@sub_cmds and my $delegate = $self->completion_handler('>' . $sub_cmds[0])) { shift @sub_cmds; $self = $delegate; } my @right = @$comp_words[($comp_cword+1)..$#$comp_words]; my $right = join(" ", @right); unless (@left) { # parse error return; } my $command = shift @left; my $current; if (substr($left, -1) ne ' ' || substr($left, -2) eq '\ ') { # we're at the end of the final word in the @left list, and are trying to complete it $current = pop @left; } else { $current = ''; } $left =~ s/\\ / /g; my $previous = ( (@left and $left[-1] =~ /^-{1,2}/ and not $left[-1] =~ /^-{1,2}[\w\-]+\=/) ? (pop @left) : ()) ; # TODO: this might be a good spot to make sure we don't complete a new sub-command my @other_options = (@left,@right); # it's hard to spot the case in which the previous word is "boolean", and has no value specified if ($previous) { my ($name) = ($previous =~ /^-+(.*)/); my $spec = $self->option_spec($name); if ($spec and $spec =~ /[\!\+]/) { push @other_options, $previous; $previous = undef; } elsif ($name =~ /no-(.*)/) { # Handle a case of an option which natively starts with "--no-" # and is set to boolean. There is one of everything in this world. $name =~ s/^no-//; $spec = $self->option_spec($name); if ($spec and $spec =~ /[\!\+]/) { push @other_options, $previous; $previous = undef; } } } my $quote; if ($current =~ /^([\'\"])/) { $quote = $1; $current = substr($current,1); if (substr($current,-1,1) eq $quote and not substr($current,-2,1) eq '\\') { $current = substr($current,0,length($current)-1); }; } return ($command,$current,$previous,\@other_options, $quote); } 1; =pod =head1 NAME Getopt::Complete::Options - a command-line options specification =head1 VERSION This document describes Getopt::Complete 0.26 =head1 SYNOPSIS This is used internally by Getopt::Complete during compile. my $opts = Getopt::Complete::Options->new( 'myfile=s' => 'f', 'mydir=s@' => 'd', '<>' => ['one','two','three'] ); $opts->option_names; # myfile mydir $opts->option_spec("mydir") # '=s@' $opts->option_handler("myfile") # 'f' $opts->option_handler("<>") # ['one','two','three']; $opts->handle_shell_completion; # if it detects it is talking to the shell completer, it will respond and then exit # this method is used by the above, then makes a Getopt::Complete::Args. ($text_typed,$option_name,$remainder_of_argv) = $self->parse_completion_request($comp_words,$comp_cword); =head1 DESCRIPTION Objects of this class are used to construct a Getop::Complete::Args from a list of command-line arguments. It specifies what options are available to the command line, helping to direct the parser. It also specifies what values are valid for those options, and provides an API for access by the shell to do tab-completion. The valid values list is also used by Getopt::Complete::Args to validate its option values, and produce the error list it generates. =head1 SEE ALSO L, L, L =head1 COPYRIGHT Copyright 2010 Scott Smith and Washington University School of Medicine =head1 AUTHORS Scott Smith (sakoht at cpan .org) =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. =cut Getopt-Complete-0.26/lib/Getopt/Complete/Cache.pm000444030216023421 1732111625061503 21406 0ustar00nnuttergsc000000000000package Getopt::Complete::Cache; our $VERSION = $Getopt::Complete::VERSION; use strict; use warnings; our $cache_path; our $cache_is_stale; sub import { my $self = shift; my %args = @_; my $class = delete $args{class}; my $file = delete $args{file} if exists $args{file}; my $above = 0; $above = delete $args{above} if exists $args{above}; my $dynamic_caching = 0; $dynamic_caching = delete $args{dynamic_caching} if exists $args{dynamic_caching}; my $comp_cword = $ENV{COMP_CWORD}; $comp_cword = delete $args{comp_cword} if exists $args{comp_cword}; if (%args) { require Data::Dumper; die "Unknown params passed to " . __PACKAGE__ . Data::Dumper::Dumper(\@_); } if ($class and $file) { die __PACKAGE__ . " received both a class and file param: $class, $file!"; } return unless ($comp_cword); # doesn't detect my $module_path; if ($class) { ($module_path, $cache_path) = $self->module_and_cache_paths_for_package($class, $above); $cache_path ||= $module_path . '.opts'; } else { use FindBin; $module_path = $FindBin::RealBin . '/' . $FindBin::RealScript; $cache_path = $file || $module_path . '.opts'; } # TODO: This does not quite work yet. if ($dynamic_caching && -e $cache_path) { my $my_mtime = (stat($module_path))[9]; # if the module has a directory with changes newer than the module, # use its mtime as the change time my $module_dir = $module_path; $module_dir =~ s/.pm$//; if (-e $module_dir) { if ((stat($module_dir))[9] > $my_mtime) { $my_mtime = (stat($module_dir))[9]; } } my $cache_mtime = (stat($cache_path))[9]; unless ($cache_mtime >= $my_mtime) { print STDERR "\nstale completion cache: refreshing $cache_path...\n"; unlink $cache_path; } } $cache_path = $file if ($file); if ( -f $cache_path && -s $cache_path) { my $fh; open($fh, $cache_path); if ($fh) { my $src = join('', <$fh>); require Getopt::Complete; my $spec = eval $src; if (@$spec) { Getopt::Complete->import(@$spec); } } return 1; } else { die "Unable to open file: $cache_path\n"; } } sub module_and_cache_paths_for_package { my $self = shift; my $class = shift; my $above = shift; my $path = $class; $path =~ s/::/\//g; $path = '/' . $path . '.pm'; my ($mod_path, $opt_path); # if above, check cwd upwards for class location if ($above) { require Cwd; $mod_path = Cwd::cwd(); $mod_path =~ s/([^\/])$/$1\//; until (-e "$mod_path$path" || $mod_path eq '/') { $mod_path =~ s/[^\/]+\/$//; # remove last folder and try again } $mod_path .= $path; $opt_path = $mod_path . '.opts'; } # otherwise search perl's path unless ($mod_path && -e "$mod_path") { my (@mod_paths) = map { ($_ . $path) } @INC; ($mod_path) = grep { -e $_ } @mod_paths; } unless ($opt_path && -e "$opt_path") { my (@opt_paths) = map { ($_ . $path . '.opts' ) } @INC; ($opt_path) = grep { -e $_ } @opt_paths; } return ($mod_path, $opt_path); } sub generate { print STDERR "ending\n"; eval { print STDERR "evaling $cache_path\n"; unless (-e $cache_path) { print STDERR "found $cache_path\n"; no warnings; my $a = $Getopt::Complete::ARGS; print STDERR "args are $a\n"; use warnings; if ($a) { print STDERR ">> got args $a\n"; if (my $o = $a->options) { print STDERR ">> got opts $o\n"; my $c = $o->{completion_handlers}; my @modules; if ($c) { print STDERR ">> got completions $c\n"; my $has_callbacks = 0; for my $key (keys %$c) { my $completions = $c->{$key}; if (ref($completions) eq 'SCALAR') { push @modules, $$completions; } elsif(ref($completions) eq 'CODE') { warn "cannot use cached completions with anonymous callbacks!"; $has_callbacks = 1; } } unless ($has_callbacks) { my $fh; open($fh,$cache_path); if ($fh) { warn "caching options for $cache_path...\n"; my $src = Data::Dumper::Dumper($c); #$src =~ s/^\$VAR1/\$${class}::OPTS_SPEC/; #print STDERR ">> $src\n"; $fh->print($src); #require Data::Dumper; #my $src = Data::Dumper::Dumper($c); } } for my $module (@modules) { print STDERR "trying mod $module\n"; local $ENV{GETOPT_COMPLETE_CACHE} = 1; eval "use $module"; die $@ if $@; no strict; no warnings; $spec = ${ $class . '::OPTS_SPEC' }; my ($other_module_path,$other_cache_path) = $self->module_and_cache_paths_for_package($module); $other_cache_path ||= $other_module_path . '.opts'; my $fh; open($fh,$other_cache_path); if ($fh) { warn "caching options for $module at $other_cache_path...\n"; my $src = Data::Dumper::Dumper($c); $src =~ s/^\$VAR1/\$${class}::OPTS_SPEC/; #print STDERR ">> $src\n"; $fh->print($src); #require Data::Dumper; #my $src = Data::Dumper::Dumper($c); } } } } } } }; print STDERR ">>>> $@\n" if $@; } 1; =pod =head1 NAME Getopt::Complete::Cache - cache options next-to the command they apply-to =head1 VERSION This document describes Getopt::Complete::Cache 0.26. =head1 SYNOPSIS Presuming MyApp.pm isa Command, and "myapp" is an executable like: use MyApp; MyApp->execute_with_shell_params_and_exit(); Add this BEFORE using the MyApp module: use Getopt::Complete::Cache class => 'MyApp'; use MyApp; MyApp->execute_with_shell_params_and_exit(); Now the shell will look for MyApp.pm.opts during completion and will never actually load the MyApp.pm module during tab-completion. The .opts file is autogenerated upon the first attempt to find it. =head1 DESCRIPTION This module is for the obscure case in which: 1. the compile time on an executable is sluggish, and we don't want to have sluggish tab-completion 2. the command-line should be cached relative to a given module name This is most useful with classes implementing the Command.pm API. Since these modules may form a large command tree, the caching occurs at individual levels in the tree separately. =cut Getopt-Complete-0.26/lib/Getopt/Complete/Args.pm000444030216023421 4756711625061503 21316 0ustar00nnuttergsc000000000000package Getopt::Complete::Args; use strict; use warnings; our $VERSION = $Getopt::Complete::VERSION; use Getopt::Long; use Scalar::Util; sub new { my $class = shift; my $self = bless { 'options' => undef, 'values' => {}, 'errors' => [], 'argv' => undef, @_, }, $class; unless ($self->{argv}) { die "No argv passed to " . __PACKAGE__ . " constructor!"; } my $options = $self->{options}; unless ($options) { die "No options passed to " . __PACKAGE__ . " constructor!"; } my $type = ref($options); if (not $type) { die "Expected Getopt::Complete::Options, or a constructor ARRAY/HASH for ''options''. Got: $type $options."; } elsif ($type eq 'ARRAY') { $self->{options} = Getopt::Complete::Options(@$options); } elsif ($type eq 'HASH') { $self->{options} = Getopt::Complete::Options(%$options); } elsif (Scalar::Util::blessed($options)) { if (not $options->isa("Getopt::Complete::Options")) { die "Expected Getopt::Complete::Options, or a constructor ARRAY/HASH for ''options''. Got: $options."; } } else { die "Expected Getopt::Complete::Options, or a constructor ARRAY/HASH for ''options''. Got reference $options."; } $self->_init(); return $self; } sub options { shift->{options}; } sub argv { @{ shift->{argv} }; } sub errors { @{ shift->{errors} } } for my $method (qw/sub_commands option_names option_specs option_spec completion_handler/) { no strict 'refs'; *{$method} = sub { my $self = shift; my $options = $self->options; return $options->$method(@_); } } sub has_value { my $self = shift; my $name = shift; return exists $self->{'values'}{$name}; } sub value { my $self = shift; my $name = shift; my $value = $self->{'values'}{$name}; return $value; } sub bare_args { my $self = shift; my $name = shift; my $value = $self->{'values'}{'<>'}; return $value; } sub parent_sub_commands { my $self = shift; my $name = shift; my $value = $self->{'values'}{'>'}; return $value; } sub _init { my $self = shift; # as long as the first word is a valid sub-command, drill down to the subordinate options list, # and also shift the args into a special buffer # (if you have sub-commands AND bare arguments, and the arg is a valid sub-command ...don't do that local @ARGV = @{ $self->{argv} }; my @sub_command_path; while (@ARGV and my $delegate = $self->options->completion_handler('>' . $ARGV[0])) { push @sub_command_path, shift @ARGV; $self->{options} = $delegate; } my %values; my @errors; do { local $SIG{__WARN__} = sub { push @errors, @_ }; my $retval = Getopt::Long::GetOptions(\%values,$self->options->option_specs); if (!$retval and @errors == 0) { push @errors, "unknown error processing arguments!"; } if ($ENV{COMP_CWORD}) { # we want to allow unknown option if the user puts them in, we just # didn't help complete it @errors = grep { $_ !~ /^Unknown option:/ } @errors; } }; if (@ARGV) { if ($self->options->has_option('<>')) { my $a = $values{'<>'} ||= []; push @$a, @ARGV; } else { # in order to allow bare-args we only block unexpected arguments # for commands with sub-commands if ( $self->sub_commands ) { for my $arg (@ARGV) { push @errors, "unexpected sub-command: $arg"; } } } } if (@sub_command_path) { $values{'>'} = \@sub_command_path; } %{ $self->{'values'} } = %values; if (my @more_errors = $self->_validate_values()) { push @errors, @more_errors; } @{ $self->{'errors'} } = @errors; return (@errors ? () : 1); } sub _validate_values { my $self = shift; my @failed; for my $key (keys %{ $self->options->{completion_handlers} }) { my $completion_handler= $self->options->completion_handler($key); my $completions; if (ref($completion_handler) eq 'CODE') { # defer setting $completions } elsif (ref($completion_handler) eq 'ARRAY') { $completions = $completion_handler; $completion_handler = undef; } else { #warn "unexpected completion specification for $key: $completion_handler???"; next; } my ($name,$spec) = ($key =~ /^([\w|-|\>][\w|-]*|\<\>|)(\W.*|)/); #my ($dashes,$name,$spec) = ($key =~ /^(\-*?)([\w|-]*|\<\>|)(\W.*|)/); if (not defined $name) { print STDERR "key $key is unparsable in " . __PACKAGE__ . " spec inside of $0 !!!"; next; } if ($name eq '<>' and not $spec) { $spec = '=s@'; } my $value_returned = $self->value($name); my @values = (ref($value_returned) ? @$value_returned : $value_returned); my $all_valid_values; for my $value (@values) { next if not defined $value; next if not defined $completions; my @valid_values_shown_in_message; if ($completion_handler) { # we pass in the value as the "completeme" word, so that the callback # can be as optimal as possible in determining if that value is acceptable. $completions = $completion_handler->(undef,$value,$key,$self->{'values'}); if (not defined $completions or not ref($completions) eq 'ARRAY' or @$completions == 0) { # if not, we give it the chance to give us the full list of options $completions = $completion_handler->(undef,undef,$key,$self->{'values'}); } unless (ref($completions) eq 'ARRAY') { warn "unexpected completion specification for $key: $completions???"; next; } } my @valid_values = @$completions; @valid_values_shown_in_message = @valid_values; if (ref($valid_values[-1]) eq 'ARRAY') { push @valid_values, @{ pop(@valid_values) }; pop @valid_values_shown_in_message; } unless (grep { $_ eq $value } map { /(.*)\t$/ ? $1 : $_ } @valid_values) { my $msg = ($key eq '<>' ? "invalid argument $value." : "$key has invalid value $value."); if (@valid_values_shown_in_message) { $msg .= " Select from: " . join(", ", map { /^(.+)\t$/ ? $1 : $_ } @valid_values_shown_in_message); } push @failed, $msg; } } } return @failed; } sub resolve_possible_completions { my ($self, $command, $current, $previous) = @_; my $all = $self->{values}; $previous = '' if not defined $previous; my @possibilities; my ($dashes,$resolve_values_for_option_name) = ($previous =~ /^(-{1,2})(.*)/); my $is_option_name = 0; if (not length $previous) { # no specific option is before this: a sub-command, a bare argument, or an option name if ($current =~ /^(-+)/ or ( $current eq '' and not ($self->sub_commands) and not ($self->options->has_option('<>')) ) ) { # the incomplete word is an option name $is_option_name = 1; my @args = $self->option_names; # We only show the negative version of boolean options # when the user already has "--no-" on the line. # Otherwise, we just include --no- as a possible (partial) completion no warnings; ######### my %boolean = map { $_ => 1 } grep { not $self->has_value($_) } grep { $self->option_spec($_) =~ /\!/ } grep { $_ ne '<>' and substr($_,0,1) ne '>' } @args; my $show_negative_booleans = ($current =~ /^--no-/ ? 1 : 0); @possibilities = map { length($_) ? ('--' . $_) : ('-') } map { ($self->option_spec($_) =~ /\=/ ? "$_=\t" : $_ ) } map { ($show_negative_booleans and $boolean{$_} and not substr($_,0,3) eq 'no-') ? ($_, 'no-' . $_) : $_ } grep { not (defined $self->value($_) and not $self->option_spec($_) =~ /@/) } grep { $_ ne '<>' and substr($_,0,1) ne '>' } @args; if (%boolean and not $show_negative_booleans) { # a partial completion for negating booleans when we're NOT # already showing the complete list push @possibilities, "--no-\t"; } if ($current =~ /-{1,2}(.+?)=(.*)/) { # using the --key=value syntax.. my ($option,$value) = ($1,$2); @possibilities = $self->reduce_possibilities_for_current_word('--' . $option, @possibilities); if (!@possibilities || @possibilities == 1 and length($current) >= $possibilities[0]) { # the key portion is complete # continue below as though were were doing a regular value completion $resolve_values_for_option_name = $option; $current = ($value eq "\t" ? '' : $value); @possibilities = (); } } } else { # bare argument or sub-command $resolve_values_for_option_name = '<>'; } } if ($resolve_values_for_option_name) { # either a value for a named option, or a bare argument. if (my $handler = $self->completion_handler($resolve_values_for_option_name)) { # the incomplete word is a value for some option (possible the option '<>' for bare args) if (defined($handler) and not ref($handler) eq 'ARRAY') { $handler = $handler->($command,$current,$previous,$all); } unless (ref($handler) eq 'ARRAY') { die "values for $previous must be an arrayref! got $handler\n"; } @possibilities = @$handler; } elsif ($resolve_values_for_option_name && !$self->sub_commands) { my $handler = Getopt::Complete::files->($command,$current,$previous,$all); @possibilities = @$handler; } else { # no possibilities @possibilities = (); } if ($resolve_values_for_option_name eq '<>') { push @possibilities, $self->sub_commands; if (grep { $_ ne '<>' and substr($_,0,1) ne '>' } $self->option_names) { # do a partial completion on dashes if there are any non-bare (option) arguments #push @possibilities, "--\t" } } } my @matches = $self->reduce_possibilities_for_current_word($current,@possibilities); return @matches; } sub reduce_possibilities_for_current_word { my ($self, $current, @possibilities) = @_; my $uncompletable_valid_possibilities = pop @possibilities if ref($possibilities[-1]); # Determine which possibilities will actually match the current word # The shell does this for us, but we need to do it to predict a few things # and to adjust what we show the shell. # This loop also determines which options should complete with a space afterward, # and which options can be abbreviated when showing a list for the user. my @matches; my @nospace; my @abbreviated_matches; for my $p (@possibilities) { my $i =index($p,$current); if ($i == 0) { push @matches, $p; } } return @matches; } sub translate_completions_for_shell_display { my ($self, $current, @matches) = @_; my $uncompletable_valid_matches = pop @matches if ref($matches[-1]); # Determine which matches will actually match the current word # The shell does this for us, but we need to do it to predict a few things # and to adjust what we show the shell. # This loop also determines which options should complete with a space afterward, # and which options can be abbreviated when showing a list for the user. my @printable; my @nospace; my @abbreviated_printable; for my $p (@matches) { my $m; if (substr($p,length($p)-1,1) eq "\t") { # a partial match: no space at the end so the user can "drill down" $m = substr($p,0,length($p)-1); $nospace[$#printable+1] = 1; } else { $m = $p; $nospace[$#printable+1] = 0; } if (substr($m,0,1) eq "\t") { # abbreviatable... # (nothing does this currently, and the code below which uses it does not work yet) my ($prefix,$abbreviation) = ($m =~ /^\t(.*)\t(.*)$/); push @printable, $prefix . $abbreviation; push @abbreviated_printable, $abbreviation; } else { push @printable, $m; push @abbreviated_printable, $m; } } if (@printable == 1) { # there is one match # the shell will complete it if it is not already complete, and put a space at the end if ($nospace[0]) { # We don't want a space, and there is no way to tell bash that, so we trick it. if ($printable[0] eq $current) { # It IS done completing the word: return nothing so it doesn't stride forward with a space # It will think it has a bad completion, effectively. @printable = (); } else { # It is NOT done completing the word. # We return 2 items which start with the real value, but have an arbitrary ending. # It will show everything but that ending, and then stop. push @printable, $printable[0]; $printable[0] .= 'A'; $printable[1] .= 'B'; } } else { # we do want a space, so just let this go normally } } else { # There are multiple printable to the text already typed. # If all of them have a prefix in common, the shell will complete that much. # If not, it will show a list. # We may not want to show the complete text of each word, but a shortened version, my $first_mismatch = eval { my $pos; no warnings; for ($pos=0; $pos < length($printable[0]); $pos++) { my $expected = substr($printable[0],$pos,1); for my $match (@printable[1..$#printable]) { if (substr($match,$pos,1) ne $expected) { return $pos; } } } return $pos; }; # NOTE: nothing does this currently, and the code below does not work. # Enable to get file/directory completions to be short, like is default in the shell. if (0) { my $current_length = length($current); if (@printable and ($first_mismatch == $current_length)) { # No partial completion will occur: the shell will show a list now. # Attempt abbreviation of the displayed options: my @printable = @abbreviated_printable; #my $cut = $current; #$cut =~ s/[^\/]+$//; #my $cut_length = length($cut); #my @printable = # map { substr($_,$cut_length) } # @printable; # If there are > 1 abbreviated items starting with the same character # the shell won't realize they're abbreviated, and will do completion # instead of listing options. We force some variation into the list # to prevent this. my $first_c = substr($printable[0],0,1); my @distinct_firstchar = grep { substr($_,0,1) ne $first_c } @printable[1,$#printable]; unless (@distinct_firstchar) { # this puts an ugly space at the beginning of the completion set :( push @printable,' '; } } else { # some partial completion will occur, continue passing the list so it can do that } } } for (@printable) { s/ /\\ /g; } return @printable; } sub __install_as_default__ { my $self = shift; *Getopt::Complete::ARGS = \$self; *Getopt::Complete::ARGS = \%{ $self->{values} }; } 1; =pod =head1 NAME Getopt::Complete::Args - a set of option/value pairs =head1 VERSION This document describes Getopt::Complete::Args 0.26. =head1 SYNOPSIS This is used internally by Getopt::Complete during compile. A hand-built implementation might use the objects directly, and look like this: # process @ARGV... my $args = Getopt::Complete::Args->new( options => [ # or pass a Getopt::Complete::Options directly 'myfiles=s@' => 'f', 'name' => 'u', 'age=n' => undef, 'fast!' => undef, 'color' => ['red','blue','yellow'], ] argv => \@ARGV ); $args->options->handle_shell_completion; # support 'complete -F _getopt_complete myprogram' if (my @e = $args->errors) { for my $e (@e) { warn $e; } exit 1; } # on to normal running of the program... for my $name ($args->option_names) { my $spec = $args->option_spec($name); my $value = $args->value($name); print "option $name has specification $spec and value $value\n"; } =head1 DESCRIPTION An object of this class describes a set of option/value pairs, built from a L object and a list of command-line arguments (@ARGV). This is the class of the $Getopt::Complete::ARGS object, and $ARGS alias created at compile time. It is also the source of the %ARGS hash injected into both of those namepaces at compile time. =head1 METHODS =over 4 =item argv Returns the list of original command-line arguments. =item options Returns the L object which was used to parse the command-line. =item value($option_name) Returns the value for a given option name after parsing. =item bare_args Returns the bare arguments. The same as ->value('<>') =item parent_sub_commands When using a tree of sub-commands, gives the list of sub-commands selected, in order to get to this point. The options and option/value pairs apply to just this particular sub-command. The same as ->value('>'). Distinct from ->sub_commands(), which returns the list of next possible choices when drilling down. =item option_spec($name) Returns the GetOptions specification for the parameter in question. =item completion_handler($name) Returns the arrayref or code ref which handles resolving valid completions. =item sub_commands The list of sub-commands which are options at this level of a command tree. This is distinct from sub_command_path, which are the sub-commands which were chosen to get to this level in the tree. =back =head1 SEE ALSO L, L, L =head1 COPYRIGHT Copyright 2010 Scott Smith and Washington University School of Medicine =head1 AUTHORS Scott Smith (sakoht at cpan .org) =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. =cut Getopt-Complete-0.26/lib/Getopt/Complete/LazyOptions.pm000444030216023421 410711625061503 22654 0ustar00nnuttergsc000000000000package Getopt::Complete::LazyOptions; our $VERSION = $Getopt::Complete::VERSION; our $AUTOLOAD; sub new { my ($class, $callback) = @_; return bless { callback => $callback }, $class; } sub AUTOLOAD { my ($c,$m) = ($AUTOLOAD =~ /^(.*)::([^\:]+)$/); return if $m eq 'DESTROY'; my $self = shift; my $callback = $self->{callback}; my @spec; if (ref($callback) eq 'SCALAR') { no strict; no warnings; my $class = $$callback; my $path = $class; $path =~ s/::/\//g; $path .= '.pm.opts'; my @possible = map { $_ . '/' . $path } @INC; my @actual = grep { -e $_ } @possible; #print STDERR ">> possible @possible\n\nactual @actual\n\n"; my $spec; if (@actual) { my $data = `cat $actual[0]`; $spec = eval $data; } else { # print STDERR ">> redo $class!\n"; local $ENV{GETOPT_COMPLETE_CACHE} = 1; eval "use $class"; die $@ if $@; no strict; no warnings; $spec = ${ $class . '::OPTS_SPEC' }; #print STDERR ">> got @spec\n"; } @spec = @$spec; } else { @spec = $self->{callback}(); } %$self = ( sub_commands => [], option_specs => {}, completion_handlers => {}, parse_errors => undef, %$self, ); bless $self, 'Getopt::Complete::Options'; $self->_init(@spec); $self->$m(@_); } 1; =pod =head1 NAME Getopt::Complete::LazyOptions - internal object used as a placeholder for unprocessed options =head1 VERSION This document describes Getopt::Complete::LazyOptions 0.26. =head1 SYNOPSIS use Getopt::Complete ( "foo=n" => [11,22,33], "bar=s" => "f", ">" => sub { my $values = []; # code to generate completions for this option here... return $values; } ); =head1 DESCRIPTION This class is used internally by Getopt::Complete::Options. =cut Getopt-Complete-0.26/lib/Getopt/Complete/Compgen.pm000444030216023421 763011625061503 21755 0ustar00nnuttergsc000000000000package Getopt::Complete::Compgen; use strict; use warnings; our $VERSION = $Getopt::Complete::VERSION; # Support the shell-builtin completions. # Some hackery seems to be required to replicate regular file completion. # Case 1: you want to selectively not put a space after some options (incomplete directories) # Case 2: you want to show only part of the completion value (the last dir in a long path) # Manufacture the long and short sub-names on the fly. for my $subname (qw/ files directories commands users groups environment services aliases builtins /) { my $option = substr($subname,0,1); my $code = sub { my ($command,$value,$key,$args) = @_; $value ||= ''; $value =~ s/\\/\\\\/; $value =~ s/\'/\\'/; my @f = grep { $_ !~/^\s+$/ } `bash -c "compgen -$option -- '$value'"`; chomp @f; if ($option eq 'f' or $option eq 'd') { # bash is fine with ~/ paths but perl is not, need to translate my $home_dir = (getpwuid($<))[7]; for (my $i = 0; $i < @f; $i++) { my $perl_path = $f[$i]; $perl_path =~ s/^~/$home_dir/; if ( -d $perl_path ) { $f[$i] .= "/\t"; } } my @not_shown = ($value); push @f, \@not_shown; push @not_shown, '-' if $Getopt::Complete::LONE_DASH_SUPPORT and $option eq 'f'; } return \@f; }; no strict 'refs'; *$subname = $code; *$option = $code; *{ 'Getopt::Complete::' . $subname } = $code; *{ 'Getopt::Complete::' . $option } = $code; } 1; =pod =head1 NAME Getopt::Complete::Compgen - standard tab-completion callbacks =head1 VERSION This document describes Getopt::Complete::Compgen 0.26. =head1 SYNOPSIS # A completion spec can use any of the following, specified by a single # word, or a single character, automatically: use Getopt::Complete( 'myfile' => 'files', # or 'f' 'mydir' => 'directories', # or 'd' 'mycommand' => 'commands', # or 'c' 'myuser' => 'users', # or 'u' 'mygroup' => 'groups', # or 'd' 'myenv' => 'environment', # or 'e' 'myservice' => 'services', # or 's' 'myalias' => 'aliases', # or 'a' 'mybuiltin' => 'builtins' # or 'b' ); =head1 DESCRIPTION This module contains subroutines which can be used as callbacks with Getopt::Complete, and which implement all of the standard completions supported by the bash "compgen" builtin. Running "compgen -o files abc" will produce the completion list as though the user typed "abc", with the presumption the user is attempting to complete file names. This module provides a subroutine names "files", with an alias named "f", which returns the same list. The subroutine is suitable for use in a callback in a Getopt::Complete competion specification. It does the equivalent for directories, executable commands, users, groups, environment variables, services, aliases and shell builtins. These are the same: @matches = Getopt::Complete::Compgen::files("whatevercommand","abc","whateverparam",$whatever_other_args); @same = `bash -c "compgen -f sometext"`; chomp @same; These are equivalent in any spec: \&Getopt::Complete::Compgen::files \&Getopt;:Complete::Compgen::f 'Getopt::Complete::Compgen::files' 'Getopt;:Complete::Compgen::f' 'files' 'f' =head1 SEE ALSO L The manual page for bash details the bash built-in command "compgen", which this wraps. =head1 COPYRIGHT Copyright 2010 Scott Smith and Washington University School of Medicine =head1 AUTHORS Scott Smith (sakoht at cpan .org) =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. =cut