pax_global_header00006660000000000000000000000064143111147650014515gustar00rootroot0000000000000052 comment=7bdaf7681df5601a93ea0009ac3a103bb2a0cd24 libswe-2.10.03/000077500000000000000000000000001431111476500131455ustar00rootroot00000000000000libswe-2.10.03/LICENSE000066400000000000000000000045031431111476500141540ustar00rootroot00000000000000/* Copyright (C) 1997 - 2021 Astrodienst AG, Switzerland. All rights reserved. License conditions ------------------ This file is part of Swiss Ephemeris. Swiss Ephemeris is distributed with NO WARRANTY OF ANY KIND. No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any particular purpose or works at all, unless he or she says so in writing. Swiss Ephemeris is made available by its authors under a dual licensing system. The software developer, who uses any part of Swiss Ephemeris in his or her software, must choose between one of the two license models, which are a) GNU Affero General Public License (AGPL) b) Swiss Ephemeris Professional License The choice must be made before the software developer distributes software containing parts of Swiss Ephemeris to others, and before any public service using the developed software is activated. If the developer choses the AGPL software license, he or she must fulfill the conditions of that license, which includes the obligation to place his or her whole software project under the AGPL or a compatible license. See https://www.gnu.org/licenses/agpl-3.0.html If the developer choses the Swiss Ephemeris Professional license, he must follow the instructions as found in http://www.astro.com/swisseph/ and purchase the Swiss Ephemeris Professional Edition from Astrodienst and sign the corresponding license contract. The License grants you the right to use, copy, modify and redistribute Swiss Ephemeris, but only under certain conditions described in the License. Among other things, the License requires that the copyright notices and this notice be preserved on all copies. Authors of the Swiss Ephemeris: Dieter Koch and Alois Treindl The authors of Swiss Ephemeris have no control or influence over any of the derived works, i.e. over software or services created by other programmers which use Swiss Ephemeris functions. The names of the authors or of the copyright holder (Astrodienst) must not be used for promoting any software, product or service which uses or contains the Swiss Ephemeris. This copyright notice is the ONLY place where the names of the authors can legally appear, except in cases where they have given special permission in writing. */ libswe-2.10.03/LICENSE.TXT000077700000000000000000000000001431111476500156302LICENSEustar00rootroot00000000000000libswe-2.10.03/Makefile000066400000000000000000000052541431111476500146130ustar00rootroot00000000000000# this Makefile creates a SwissEph library and a swetest sample on 64-bit # Redhat Enterprise Linux RHEL 7. # The mode marked as 'Linux' should also work with the GNU C compiler # gcc on other systems. # If you modify this makefile for another compiler, please # let us know. We would like to add as many variations as possible. # If you get warnings and error messages from your compiler, please # let us know. We like to fix the source code so that it compiles # free of warnings. # send email to the Swiss Ephemeris mailing list. # CFLAGS = -g -Wall -fPIC # for Linux and other gcc systems CFLAGS = -O2 -Wall -fPIC # for Linux and other gcc systems OP=$(CFLAGS) CC=cc #for Linux # compilation rule for general cases .o : $(CC) $(OP) -o $@ $? -lm .c.o: $(CC) -c $(OP) $< SWEOBJ = swedate.o swehouse.o swejpl.o swemmoon.o swemplan.o sweph.o\ swephlib.o swecl.o swehel.o all: swetest swetests swevents swemini # build swetest with SE linked in, using dynamically linked system libraries libc, libm, libdl. swetest: swetest.o libswe.a $(CC) $(OP) -o swetest swetest.o -L. -lswe -lm -ldl # build a statically linked version of swetest. first find out where libc.a and libm.a reside, # and add this path with -L like below # a statically linked program will run on any Linux variant, independent of dynamic system libraries. swetests: swetest.o $(SWEOBJ) $(CC) $(OP) -static -L/usr/lib/x86_64-redhat-linux6E/lib64/ -o swetests swetest.o $(SWEOBJ) -lm -ldl swevents: swevents.o libswe.a $(CC) $(OP) -o swevents swevents.o -L. -lswe -lm -ldl swemini: swemini.o libswe.a $(CC) $(OP) -o swemini swemini.o -L. -lswe -lm -ldl # create an archive and a dynamic link libary fro SwissEph # a user of this library will inlcude swephexp.h and link with -lswe libswe.a: $(SWEOBJ) ar r libswe.a $(SWEOBJ) libswe.so: $(SWEOBJ) $(CC) -shared -o libswe.so $(SWEOBJ) test: cd setest && make && ./setest t test.exp: cd setest && make && ./setest -g t clean: rm -f *.o swetest libswe* cd setest && make clean ### swecl.o: swejpl.h sweodef.h swephexp.h swedll.h sweph.h swephlib.h sweclips.o: sweodef.h swephexp.h swedll.h swedate.o: swephexp.h sweodef.h swedll.h swehel.o: swephexp.h sweodef.h swedll.h swehouse.o: swephexp.h sweodef.h swedll.h swephlib.h swehouse.h swejpl.o: swephexp.h sweodef.h swedll.h sweph.h swejpl.h swemini.o: swephexp.h sweodef.h swedll.h swemmoon.o: swephexp.h sweodef.h swedll.h sweph.h swephlib.h swemplan.o: swephexp.h sweodef.h swedll.h sweph.h swephlib.h swemptab.h sweph.o: swejpl.h sweodef.h swephexp.h swedll.h sweph.h swephlib.h swephlib.o: swephexp.h sweodef.h swedll.h sweph.h swephlib.h swetest.o: swephexp.h sweodef.h swedll.h swevents.o: swephexp.h sweodef.h swedll.h libswe-2.10.03/agpl-3.0.txt000066400000000000000000001033331431111476500151320ustar00rootroot00000000000000 GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 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 Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are 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. 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. Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. 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 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 work with which it is combined will remain governed by version 3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU Affero 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 Affero 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 Affero 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 Affero 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 Affero 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. 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 AGPL, see . libswe-2.10.03/doc/000077500000000000000000000000001431111476500137125ustar00rootroot00000000000000libswe-2.10.03/doc/README.md000066400000000000000000000007251431111476500151750ustar00rootroot00000000000000## Please note: The official Swiss Ephemeris documentation is found at https://www.astro.com/ftp/swisseph/doc/ The documentation on Github is in an experimental stage. We are in process of moving from MS-Word files to Markdown files for easier maintenance of the documentation, but the transition is far from complete. The PDF and HTM files you find in this directory have been automatically created out of the .md files. See makefile for details of this process. libswe-2.10.03/doc/makefile000066400000000000000000000016351431111476500154170ustar00rootroot00000000000000# makefile used at Astrodienst to create pdf out of md file htms: swisseph.md swephprg.md # pandoc --toc --self-contained -f markdown -t html swisseph.md > swisseph.htm pandoc --toc --template template.htm --self-contained -f markdown -t html swisseph.md > swisseph.htm pandoc --toc --template template.htm --self-contained -f markdown -t html swephprg.md > swephprg.htm cp -p sw*.htm /wwd/design pdfs: swisseph.md swephprg.md pandoc --toc -V documentclass=report -V geometry:margin=25mm -f markdown -t pdf --pdf-engine=xelatex swisseph.md > swisseph.pdf pandoc --toc -V documentclass=report -V geometry:margin=25mm -f markdown -t pdf --pdf-engine=xelatex swephprg.md > swephprg.pdf cp -p sw*.pdf /wwd/design pdfx: swisseph.md swephprg.md pandoc --toc -V documentclass=report -V geometry:margin=25mm -f markdown -t pdf --pdf-engine=lualatex swisseph.md > swissephx.pdf cp -p swissephx.pdf /wwd/design libswe-2.10.03/doc/media/000077500000000000000000000000001431111476500147715ustar00rootroot00000000000000libswe-2.10.03/doc/media/image1.png000066400000000000000000002310421431111476500166440ustar00rootroot00000000000000PNG  IHDRwtTyPsRGB pHYsgR@IDATx]|TUֿ{M@BAzQ ]g߸kYq\ ko Х@ 23/]df´n9s= R H>GNQp@O.(\)ws|H"RxvL^!شxDr9%8,&bf&҂qk/D2%QFqJ%25k`z4XVQw^2H?@$.(#cG:\+f]+0 _ ry"\%Nq;\WN!`rF.q9x=A>0Иs/pxAq:lџ\I2*5꒽kdJm*<5Vx]nD.ʵ:=X$r i4Ó9|Jw|L|6d%H^@ G#`܏?}#QimvsC\!QSp)?Ce8ٶq=#s ܌M,sB@(bI %|%&ŔAsLvn yr bmX0n\ '+=8LkQ"hxӖ<&[wt[T%f?86FP%Dg3n3c'qb`Cqpyb\>f>,)TS<麻mZoтeít(@wQ ܻ[PkP R6'@2ҡV@%`(њ24X0-H/+bio5*5R#t:\zժDg|oӁ;[Yi7Gⰱ%O7իydgP0N?L mh"2J NŭKg<.IP;Z' zD'비kv{:2U]0Z̭j͇S]AAx^WA~zܘ̑zm8MaݎH\6pZX͆6V34*;qShL{eOCcKxtf2#mIIz/ j89KKFTSEO+;`v,"芤8l(.C#<6Bz[V1X=M"#m^szGa2T0m 7tV9$+K@JJCy)'jG; <hO .5`R2q@ U) |? F7DHon~P⢱4 ow"_If}{kbvÞjh$3`6CPb,@"RuH C6O\\_~觀p>@| X-˛#g tI'K`˱`08Rws|Rj2teGo dtklb*Z%Kr8gTdb S{sBkI':e#M98%g:uDܫjt]aa(' ?F/%~xWo i8&SfS$FP¸|A8TPн*UvB鮐i4.z'~zY. $ꛚsFU%|HI>qE> _TZ e~KFgMu/OpNa /ngV7FJR zn;eB52e.'=]PRc/*Qrd;xxz" 1z9^+岧*4a׶֖&qZОQ!H4G%xg57f){pѢ_\u~)S`ˆ#b߈JP BN|n}&<ƆƤeߒ5bʈ_Dy "J/t?UF\z}\hd½q9' #,6c-ɡ.n7Nz+|EsԆG:GCq9BÍϹ_a PBz>W%:2&koa(ΝhhY}tdwJ4 EИC ٣8䫷 kdgO:/k&_Zŗ>z HQ-С*:snᝐ)#*e Y}K :SH:af&kA͛z)iJ'"QGr_PS {΁$uP$T{@Zu{ EP*syk]p xi6=}FaF'hY/ UWmtC麙7?u.pP`-tݠYeru(9j# ;@ S`O O; ˁVx6Cɞxi\ /ާ+%e1% 5E_izG_= @?@b9S ZCrY?t@o qiHM"/Anj{mKZθiՏ`;A i $5Zpzt~T>|1>+w||pp>OA}Y;@gX c|ڹ`A "?{62jzP 1ѣaܻ@WρIKPSY&O HHaجE0 \ 8ͻaT'Si0}" w꨼% #<߂ {F>b)G`NC}oY=n c.q&2~ 13Σp^K~ \|/bC=5ufw3 $H D(D ݜUPY oL#g$ifcdǓMv0ҐHWՕPL/Kj/^M\#3uCb эbHxɽmVixfk* @,zHDQW;٢ӵtK8bP 3ݾl%OGG@zc˥K!8V*G x5m(b0~+{ No"L5lNk솖36#6+36vS'q۬hɜ9f5mĔ/W<%F?-n|=>崥-F+vRwS\,IHx_|-Cg̑dxHΰmE_eM?HHng4?)Bj2Y$tj&\l$n+)mtዥ!֙xm^8r'4,w5z! O[r?Fßv~6-$!k84gTcOoCgVx UĻjLnB\V3[MNNHMĤkaOT6![}WfMTKԴZ:lvDj")s@%9gmf]tج\D@\!6B2`rr_B<ςѹ҆b&26z&XUV*Uux*YTl6^W-k G(*Ba8HtTEQV2H>p>1{S׽N>ΐwGDž4jcOfC!$ &e92< : =Бvx\,7Z ،`GF˪~'|R(r:eΔQv-\\ܷ) ܨܶ|S{<S&B?&ֶ6t,gCNlxĖmTN:xr nc(Wj^3[kJ#{*\4LI Dy.+jH%^b\\d{ -ݛN*ѿNr2T]}|+zʌg+S6B bNGB\IrS[NƊRRst?A!1+h;W=NHIvٿo/ ^^DK{&}KI: jHE!{ ӻ?=򳞄ĥ̳@by<2NBU||)TsV_?=ӪoPs8xHQGaDAW.Gr+T ?y] 0Q?55mҝւoxӯ9_E{wI2S- TU@g2ۈdJp Ijќeno1BBe }/?.}t}ٮ!Vq|]umNۅ`:<;\_oovݰ> D9%ۿm NXXTjn> kYاtXP qX kg:7j͍:+!U`ZydWH?M_rߋ?i"77W`s8wUcձsG<0>\]HALTD\݇7}0(o$b.縥D fdb e,Û aP@@n~ O;.Cwmc;TW_"R uVHrA[&4x4>c1 +Hx n Q?>D"cM;׼7mSNZq:npm#V D:H(I{YY, zwr{FK_+ƽWڵBK*"Rt $̢7wGE-=^ t r+t^lD:oi:n'0:; 7- WEO}jA{<&.e;i$>7ii`iKաQ@}?a}IM<UcbߤosB2,,M1Kw>u):tGM}[#5U )+TFD۾f)ЇNLT $Ux$CkC\G{S$nr|A$TF5 V+ox,mʵZ t/{$SwtPXa8?{'EC>גIG+I-hx-e)ٻ*l O>aw4;9 MDu$"mT*mT:R) (=qJSJk/rkؠ躍.X?_"[M\QvqEM, $똔!"~6m־Ra7 VYZZ$?cj'H1y =YX8XT@pq)dkWPCS\$zQI闉5 O[CS}ƖF`y$ A &aIq0:H]zUԏ J,QF-. Iikv1}dᤦ n1bdmU` 4[&ʰWCcR wܧBIr?F'XNˑMCx?CJDnQGkmmb &Sջ}Qxݭ^}`#N>k g:7*xշg^lan{ abO.M(1;t>#;c1u6"Z,V~-T6~#ȅ]q͢6HDuLdБrهz 0X\NW#2uQuH1D^w -gM_\!u>q<>vuT]O EXh#LW2N0>.BO֕j@iNB`k7W٠ cJLH>-}EԸPcIPxiv7/Jmֺ`AW1aaGaz]p#{R^$ ]QR\RO 92hRo_/BO(0</db-Tsdw"3e;&,nQqЄ6!P@H6M<Gm GX:ð,swƸKN K~ܣs׊M|A22S@mt}߯c`Z"yS}px0F*_SNS`z >'PRxt1@ &/Qdkȡ5x'c~Ԃ.xCSm$,RXx®bL>zOMc[ qo#j0M7yIQQ<5)CM]"s% 25fP?D)P}74n (ȃ$(i’!@T]z"4rd+8ip2WZ8Tri5S߯gK rOi(vX[-bS pX|F|?#*츊bӣ8uCbRde'6f;9\M'/#&U3⯋HX$o'xlt7I`Csj MJsEW{7`zs,JSeӵ FyNݠ@CVbXO3kzӰE 9>eޤc8ƮR4 ZA; puC9lJ?,>o[ A_Lw>O%Q_C_tL f!܁],N&!щA6*)@L.!6Ɍ[Z]q11j*9v`sIP=VbEֹs4$Fҡd}d+acsc~~INo|@̢9s>Z ʿ.hnK#[VhD;db2c3?xs1\&Ȇ4O1GeUUUlw9MuMՙȡ;q A|Ӊ-KsnWB.,9> 2fvน!مUP=IxqCj<&z ESd[ ݤxHyrָי#pT&tɪՊplTK 5EE@.6- ' >W-V ; Ӟ$525:c.mB>(x*2pˁȆnE8L'S$9 곥Og͚%j5cyx5HF`F۳C Q26pРEs:plNl~SN&,lx,?ΰA7jvT>XбɈ9WBJ>4t7l`HfB(}~`pJIP}sa0wfvb'HEnQʁѢo, x?]SZTr:CI@$G>P :pڑ:jgp͞A>Ibš*K}}@-p:䍼JcK:Z78r54D@Y7?BX$ᑛSaa_-4:XAmS=# {)6+dbRŎQdZ"d>/FW T7凟hp'w|,HJWzZ0E1*OeWINز솪cfH\lցT~o{,_<"ACD?頉sȬ8&$iEs'^~d\r5!G];4 Tk] CKqm3@N]YWX!F{Upϥg@p I2eR9;^nlwD4k9=^;ڡ˨?qpYcQzk ׹F\ 4Z!J1.bV0asLu٭; c28+IHLbb@ 6cRɮg mYI)Kg4xJjNWȄZtT#٨=n-x-ۿt;Ca%4_'QYl h;i-yqWT V ^  sۉH$?EE-8WHԲ6ZT äU>M39FҡC \׷Ȁ1ӈ23?tIYeܿ-X- }6w[tGITg)A&dG+Ƽkon-MZjN5V2t/Z$b\U5%IFoEV'_kO^z'b@T~|X+Ƕ}g` ^瞚*244 R<褍n~~Yµa^,dу+m/A0̼O~ PP(UXy.~ċIbwūVpg?SVtRˈ劇dw>t;Ӻ Mdbca+y6|*,^oW-[暴Os,㷛;;?~y۬;W`f+N0V Ӣ޸o3xO58 ngh:?C?{ɤŷQw^M})S 5~.OdT7L;بZ,z4L/۟I2;i%;_[GBn eVjhZM=V#<5uD,?S ){*>9sA6Kqo?`2;`GkI2$Cz^F?4eSoo? {D*?:5wBqoߓ,s?֔C{^3j{XR7MTwUjZ}n~\zl`چX.'We5y9k}|d*Z$sWjI=R;*kɃGoad\o(^^MJΠ\`8pMך+O ː!Oi7_zqPNc=2y C4lP| PL$pCK"n>Tտ;c؛M"9pO"p/uK ۼuMQ>եœoC빴u0{_}us߮ 8>^2OGRj"6#lW&,e[MJ {ܶr-hrX:U,av{6oJ|{CŇv~ 뗋;mM;A++ؓdwg5GƦ I.7i';'':*TQr_C \׆\@>5`^0o}F34]HEGKd!algȘKSnO)M=!s=d~<>Y3t_TH,)WCacŨ$}s-ջ쏈(^\3~ ;}(0;4a}[|3-^x8ݨ@NܳG_K{`^`;/ @?B˜pG%cOU+ihr;[HxB)=vtVTyn {VyYS_}ގ󭷯G]!$wn)Q(WnN6 n[(@QD9N'ITGC3!'A%=yUq Gc{]˗yfu )~ک/{}m!r1. Cw폷Ueʸ.,6 Ho_p 1 h qKb>P<9˼d[Bg@=J!\b!ۧ tϹViտ+0];'pΊݱ˯ 씭%J$[*運;&5jh{7-*B xj6d*L.޺߯{d'L?0ˊE%(5.zh{[ց B7 XXG OX #{ֆW Fq3zGc"Г U Ru+h%< ceڈxC>e_MIY#D d)xi-$E>&4;TgM5B g~RsT'&ͺ C6X;+z귟-I(̳i_(S7=e&x:߶{4>RG"<>X;:I4ܩ}L4鯿Q6UCS RL,+T%b7t9yhq .>=Q1ޡBֈBB ){:_’i*M4;,+K?ߞsOSKy,ki l= Z!dgg`>g|PT{xsʽX= qH9WyN"|ҭ;ZzB7" Lb3r`PnG p/36T eG.vmV!7Q2@ov{RC?;Fvu&&+eܹn1\{'m OI ZTTT'JSܓc7_wû*m<$d @c zGRJwW7p<=ArD. 4<++?,B>p<$rMge%B+?ROg,,_ll/|f{bC=]6 Ӡ,0b6_\q$ ciW}]CHCkR浒+v.V%7 q8^C҆Ob V&S8f:0pn@ˎ]|rglj\$~Bj\e$QENYCB$Ƃɓe:H w Ǭo-<rESPƪ#.,+<!WLR+IK;-zϑ_yT0M 8-Cй󗑘DL skt9SυjFT{\9i{/H@ uHI8jHݷ31uj9do_zw+4dY毉ӇNXv=Pj)ٿajϾ_HaaarDe21{-lnI6&/S_;rGڬSRW?0wA\6mH57 H*)fO㘯UDhh_`ҵ\-HIF8^1PZS"dI &)9 ULbpP 8bs{W{-N70@J'>!eǖJAά>Y7ۿ/5wŜ}v;z\U }/,(솃?ip:;lDt}.Uda.mn1e;:: V-TA5'rL!LygIiPjpKdg IB\}7IFVwrz\Vdw_pXNc*U"/heN_& ך15DN"^Ui3v%;׌L֬F.+ouY2\#ge7|!Si3ULO)SL$a i!7ťb/asR2-4c_-`LU3_xVi,xZ` ܛ?" /mp8Z]cxD1_P"*w#Ef<_hnd[|#S29|`D@$T,/eZUwT,Q93D؝j"s?,kt$!k8x#766/-o0CBzh' n'Kȱ~`/_zl1JERv^cwtN5˸KBBb|<.oUɞ&BA m^68O&ol>b^ `dΓbDT Wh"bV⸫N| B# 2sfC@j#&0z1ЫI5aXҽyk wYXG͸}: ȁuvڝbɝvKruv@X0ܻ`aHAߖ-Y+ulFS|R$[_K>aYcvϼ:f_@]#+Oqҋv9eI } 3.N(y ª`l*"_q3Z3-=@eHFwSBR)R-ɦ_g^SEmd/je!P)uޭnj!V_SR"ӆ՜bli>=ܧp 61_Hm:vjʅ]G;~{BT)sT)%/$e8d}f ~UޥB"}Anbv! /l[!j[%yi[{t?3Zb}Ru "PɻɲA~l@]i;!cҡC=g3^*2DT"Hv; hғ0g9HIm 'U!gj^>bvc6^F#KBbֆ6cxA#sC2u{__iB;3 x"ׄ a?~o[C@IDATңͬIЩ555'lMdE轩C>z{۾{mb*HN<͔q{WedN!Y=oKT:: TQ <,mcű옘L97ԎC9\|>y70޺j4ԭlڒɜ['V B+&281 }xX8"ڸt\ _Uk'kV<Žrx۷Ut֛LJ{Y  jfG س1n ']z׷PnAD\TSO]0bO$8Ř[kRƞ;HOSbCdVnL$C\ʡ[MLm͜ U >6% ꝗuR!dUyVXq ޑUEpطu 5m>h{ERH~˙~ߛ^絽`h(B޽ n#*mMYv빫YߖOn]կ}HR;k`sG*IKlhRu4C}f53CC+(I8YJa) jR=0j7𧾄-LF'{{7$SEx"\UCeѵ|Ff/ džKIFQIԼe׬1rE)Gwm %7=hyWPRϞU 3FK_ehn9(Ymt8! G7Y.嵫 豝cKB T(6r?8X*Ū:EmH>R QpKt#yGwn܅ko\J-0(-W= Qx`|LS!\#i@)d*L@D K'wAƒ3Lh H*%^NNv8,*]EuaFP4F>n|p^? X~˸ |5?+=sʔco`%':;BE.}u5=As,+!dޟ!Hwi&j>d0DXø@bnteR~[m%1E p֟< vn)|-&=|p\T0}!YPNSV2`1$ү׮ Gw#݈Hv5qq/Z95X*u*"^ڣF0Knz8jz#~=>5uxt@qNqm45ޜ['p1D u{S~]t#sb1[=P]# sN ?0 Dȉ[pm1i*v};-vrk#c>19?YAuݿ԰xÂ[JUq*\^۝{<ٟͣ|38${lWNLn2%4d/}QcyWP|CK=vՓlnTTV<QP491,YbTgZM>JdH)}eK<*VtȈNLp=3k?WܓGEۛgSV܀a>U.,]y:h\!!r P=2*e :m!$y1q{\W5ܱ%/=CoOV"-'*?\Y'S:Nc{ .+ƶ >t<+a\x9cnyḯi[kObe8Rλ1HTF1l1OZ|+QA,DEB5tP$-*#*ZP;t )ݶ. 4toE0򥇠i. f{# pÇ+B'Db lЈ讞dnov!pf}SڷFSwm_"4\Uxtې uwg϶'HKPoz䮧 *XΎQ\!&Pm6N `;HX\ήlg?:;`1d@gnAQ!ӞG߹-YP45-^W O~,nKB^]V[AO4mguRBVڞԹYO+ Y,|6ГM'Hh`PTE}Sm=v ]j8`mCIW)~ s/mc'hL`VPA ?/6Cؿaޘ#T?~xȨ՞?3m^;ŧm}'gibk *Bo,G_`͇_MWQQJGи-P)$_xuw D8ioH 6%7\ٍUsUɃG>Dqhi(/+cy<2=?hGn=a3CWIree @; #q]cw?ֹkYbF*C-tM`dOigp ~ŧCR:i˻|5o?5"WrR{t\.dwg_gsPvg]щYvgϥT_~DC1DFxM,$ީNӃtz~-ˀ{Zlnfi"3n|FsgB5SչO/B0BՈ=v=S)< ~L7qܠI,ppN%ɡk{ٱ^,@^1"?{2Y]$LW<] fY 8䥥S 7b%؇>wvK]P,"3Sj K*6SNOpP"?~ìRȼWݷXW߃Fq.}li=6膊S(y]Xw[CC/Fzfޟ_춈 KoH0Zyawn};*)$:> | ¤X6[`*e ki'ѭwS|J';]m%7Etkc\B)[+}2I#?y8֟'[_?f䧦y5VAe˞RK&C?×8e؄T`5E_W]t 1bLD[IiB@wu\sc5^QԈٗ+WM*GTEzۧ&vzqYIQ:8$6#]oiO;]_z˷~؈S]VKx<.D/ MO7*j`-^=*}b\E?{Ṳ@z *]e]ѵ; HMΝL@ڼ$0Wüy޽wޮw"WnCe==_WuOzi"{߮וf {^ ҏ=ϖ\+2KN/Ӣ##ײ^e1ЊM~$q d .9SG&M?Q-R8<6p$N}m=|CAqu`Μ땃FNbwf,r%aI=6-C <=<8OPqN&l%'.>mWoy&v Ճn~c>5 8#qH_g:i]Llm@K@mPd>mPes}G~g[p9NLw}YFL_sTRt F1wT߹xޣ/0" YuI3*ax}cMens6;[rc,022M cTTdko h.o]҄Ƅt+jiWq$v]ֹCu+TӠsEsзuܧ O*3ÒF?-2 ӽsV`?0aFМ=~0_ܗ FWJBLѮ$|Խ> %b)#5UUUflϓ:} v\S2Y+n^Kce= : bk;[V%KҮgw#>AENAQ uU/谈U0O=M[9IZ 1 bօD]?|M/ƘpR wh \(_1a:Kȇ$Lm25߅?]ee{ze{ ?jr9FH}Y>$bfnnbvi` M#]%7d:q:C-_CH{._gRyl"P_%ȦA;>Y6L}e=_R_`mP2g߇~"v[jLKzͽnR\ $tLuW ُhΪt/~D^EKW+]0SyuHNi?f"iua˘3H,a1_ =B* M8tؐGӥAh2tPM.,/k3VӭC$QQ_W$)!-+@x M:;Rٻ%.= %9=Ar2^a[$ N[8 I uL]Y!;!SݳMM>yn4:|څsbԽ@G51u:2f*JHSxN-#o{܍| |p#~~`xtI`&ZE9!7pS:_:s=z`I`tLe7DogW϶a{;Ǻ}=wj+͝}$?< ET Qp"^\(a'IcB+{,C>0vb찦fot`>I׳_@B겟N?Ν_AC/+S6b<@&W2߮Fc)hMp*hddӺrPJ"A`AifJ=rU@_UUkwڲ6|lYH,XA҈ x{d Ӌh<,Q?9~ҫK6e.O/޴uJW~цijiJ'F|~R_vO˦B/ Ր#lHoE /ڜ;Cʞ;HRG<^`qhOp!fXiWGGĬ@D*?Z୦*H|N* Ə'8~b]z>z&bCa'-D}|KnwE _m$~@^ }K,sXmɓmcPm&A\M4vR6 y9_sݖS:Z!1xEbA6{ ;XC5U/fff† ̆D$jERY:$8Nfi0*NNN!,b2v,؉p oTr}L2Asrr,u%&CǼ>xw nT&JTtȶ 2r8ζBݳ:g>r?"&LޡK/؛}P\._/H."WYJ7XuQ9RM&N<zN3tۡKw,JqG@B =g 7.qE\^/68uO9T5f%Wx)20D..931wQ_-"8VT.!=- .)D$ n5VM.[-3 / \w?;}wi@Bޖ2`À93;J"l/m(BŔG 0|\ua63J{𦦌4]z̀=p9W߱>Spx+jf*M[m/~R&0\eAf1D 2wkpBG{jjOZ)s~Q_z3PN;$sǏKjLf5}bY )Nw 7a~*ë5极{ɌJz",~h +lǚ[/?+ݳE=C[gP a G0A Z `j6{1!.w)! .Veҗ=]9?/$Ƹr *6},r͸f'3 @"G}#ڙ O3 ͲB|>vzz Buq@xL&x 9&6t&+QLk2 pMANCgu.X| F,|3#FPSwgznV3rU0 KzSS].R9U[V(x`ވ(n^ty^3MLrP[X}uldzh"o*aO_v Oi6v 2GGwJ Gݻ榦nw#}rې1K2w]eFx^r[ܸsldt<}EZ6(\1ޑ9R_SIzkffC֪ERI$f;d}Y4z(o{;2PTlrGGeh{7\j^{/ 4{Pcl7ޖf3!C(wVÖ/fk_{L`m6wc:[o}IS^ꭘ)~W[k;[yO3 ãG#hI0GuiޡY͡+7t!#oFRB0r}- |VU[:zABx3<ϣc7> !5uwKlwe9y#77VG?kЂMZppZUQ21vꐫfGe|{.\o%s* Q :HOofq`g"j?/\+f4Ef_ug%*̘Sbwh ! )u/1F<=% Ԕ#~6ƠxovŒ]nbvX2_<{o 12(rhk0!< {j4i1]w{vm.NoӱHST8 ,DZ'j*JO{-2wY,sH]I'KuaG+0 5 L,Ŕ6TVwWNlR|ժkWAMcX# cs"* %ɐCkƀ,xS-a=(<5nt[mnGP(_?|(~$ YWC- 9h$ULY P4XZ`I.x6 ITh  'iR>i6?05J^<׵$u ,پD;RCc7fmo-:h}xVAo6F"`-C"ux qL`x pQeU;ʩ7߼d6\Xĥ(<2i{UmHX HczԈ__}YK& 7`R0N$*exn2Z[0~ԭY( Ggjn6֔JED ~@P?'GRPHLj+f,]Rn$cDd)<9)1E(͹lĴܨEA5T0¬+S])VDHp0@E(11%v2z3 |/nXD|[98|FF|~|jJ3uTWgQ k2xtQ|]>PޮZ,+#8CѠF<}rf?|.N!.sv7j4&@!&i"/ze؅Ϟc=v:#Ycܳ4sI›CuR4 e>z"?`gCLHFAOə6Ion1!zWPoŴ7qT@gK`I~ h++9M v/JyN(`o_Mh͍f+z_y{9~fivgo)R&)U`~X5vN $4cv?c44ڜ^g}Npl>)}&_a f;p*FCwx/KwL"ؚc@ ;hlVVv_^LpϢ#{]zBe;2lȰLu4 6s-ul܂<}=1KP4NXtekUo޻C֋z`Hdq[ q*ނ ^ߋ]<*u$wbc㉿O^>n]τ &@}/ױ3vL|"uT6$PiMi){<`:.{ Om}{<~k{DsZ,Y.|+ =j`wk5w') KCKH8'E8E[#M@TZZې Y9PE/wݜw{(Uޟ.]~LW"pb{7x\HTc;aBOծ[k[Y oqĤL:?AÎKw`Dmb4`=I,-L=11v28H"e=v۴ zauF/qBymMC7ky;$/J/QF.⊎GHUc@PλtR|J+D\Ʀz>Sg>[1rf{N; ޼E@ >}Jd"fc͇kϞ'+ 4S4,pNW\r!٬x}tߩ΀Dbf+'٨K8] s3 @}u nxCv߻lłt5cgh'-#FVE#/UJuz42qZ[DQ4@[b:bHrx]wunݥ>l_`焓B^5x!l/xQTWc!Օ1~pS˗%7R̸=[75T@g.=s J.&LT0{S@;wks5ˎS^t+s2{nI^=(Ǹ Rgs/&Kdvm~Hgwav =8F[h +J>AVzWKAMF:QYؠR xbBhs_+WBhBvJjsܨg,zNDx@du@Ymջ.fw2dj2ʑ!V_]ΐR94]c'D/szwJ-]]M)#G^It. |'vxf5_WP3 @E* ׸%"V8]^;c=8* Z0b]\ٟy@{Bމ(9Ƈ=' ,xׯٳLa*HQ(4V*>6F9s[MrL""6?2 ]&"y64f/x[A'?DHP.%G tAanq@=?rKH,0l$|OyrE2L8gM1w\lq\2)9g4c,aLRxp릲] EGM`06`ݻ2n.AC sTpFQUIXG\da@Cba΄ BCgyyK9"b5 2D \J$rRf7l?UoN8W݅֡9U.x3X?$n ?LFϩ[\\uGb$7лtڜ0v:%w`Z[zXF9--o :[' ,j/7݃:3eYDaϺ6у*}v 9k1ebX=mS"y}ʰNOK(PDNh/-#ЬUo*N8 $9 "=vTjѠ$ c2'-WgdPTl3kVA]x OҨa7G'ՖUe2SQC]#Tn(:z. ɤ;ՆVcLCp AR7o}P54vʠ[d(V0EJQvwJFo v<&ZBJ1>ڰ U5⢬jءҨrL ]b<@ﵠS%S;-|v\.1MR#A6m0 64ӳRP4t}ɈIEGArHX|RK*dZ\1alЧI*.粘 Ij]K dաG7)(@7Iуz)ڊB2ާtW2Sb'vSF}0K!H]G]j-bTMV);[VY !*l̘p'~kW}BR ٻ6΅W.)O=Bv\m#ً9*2s(i%^*Efd6Y}vٸ q[թ8(<65@.hg'%5$K CUV$wo uNe6`*7Stui(FI=(vL1wFR&}t`o˗I2xԖz5_u[@9BҳL+!, Z$}B¹n1B-I21(i)~78:*T&NTTΆg@:b씜JEQߌ/i7E[ZeJN# @pItu!nz>8ED ! c?aKo(`GE5<" ブ+BS4 jJ͔jp>iHWqR{Axq8]0_ +D]Jc`5YueAkbۥW@\`3pIKTk|I.Oh:(91A&{ dzY"0t' XxPڽh 6[yڡHukXLfB5HN—I_:IӈaeubKFա?zH- ]o?@_/+5eFG;1p|/)$pN ߬!-ynfO)SS.C]]rvJN{t9.r)Ev\;]NĹ%pg g:+A!TyZox^hW%sB(JHrlEp+VIL PHbB&,- :[l<k} TVX8 -SS:=FD}=N'/nP{k>O_ӝn !;"i+TOI #E2%VwriPT|2cKQ)Uj7;v2 "PP3WL PV& =CsLk)yOR| 0mh&lpXa'jl:!`ꊙmI6KmKK!ʣq1,3> ( y̐#@8G@r#O@*zwz.xIB`Žo`'㾗*L/Ǩ$C!aRa۹7W=r-%q/>jP_v*uI^z/]~v߈Δ|.@"UHo4Z)<"⍍ bHHx`Cno f/-s˽#=7WWO(ƩTC6߽LZ  ^I-a5V&*%d9Zإ+O_cJvABpZqy'5$(/ *Bܸx` $QY̐[q?PSaiE'<~ύz(z/W4|çgy jw'f =ی_~1/JWs==m҂/}#.-LmЗɄ2# 0B$rA!34JÓN :08@nt8dXF' ]cϻ DfH

]6-z0 MnqX\"@"9'"sq ›oO)(mG"yi4L#l< IijO逝56{~`es j#ze_QeⒸWE!iG];/ ~]Y!o04&A},v:(` bT4w"#[&nȩW/d~5V"N6P5,%{6rc3eT~j8> o*ѝlD(w""'GZ=~R/SpHF@f蹗xl'\/vd,bmX$&.;Q6x'ԫv Mf_7dp[yj?(пzA[*6X"W/Jc!-8ц:}wHay8(ң#@?kU8CCT'ܖ~s;Muю2jd)Sg۶Q\!#<\!U ja. vAӆDƒ)v'k;a޾wk>PsUjh.m洑O*K9[fUѣIm waɼ]jh?t!AuP͌uza>ydaEțJeĴEG#F;`IzU裭GMtbhƧN}zB*=;g[xH 1I~s{WBMRnD!_S 2-\|#`}ڭsq\g}E)܆FƼzNb<,ZK)ҏUZȷ pƊ_` ̓*nE;Ӷ~tH qTP.w,0nÓRL]\J ܓs9LV# CbY`ts*%兜9N|M[4T&=]ͫV<]kBu,!uJbYΑW!< R[V&_t OA?{gĥdà?ј;ՄEw_z= UW9f}i}ͽڧu_JÉ3ㆠaq\\j }MHHB.af d2@/f(tx,n8ՔkC;:_oy`üH32mVpiш^\RɕjF,9VyG,ҭJ/n@Ś_%Aת I]pKDw #^Uř/Ľc1t3@dJ'J=g {YӃʚAų=(5,.ֳ!ϢXMn~@G{I>(%Ʌ~v'Y^Am|DD#17Ҍ &Q\fS\D̴ꭙM΁V1(9ycM%+9vmVD$.|+΁P'#c"b5wyA r4yWR;<29sƒ7X':Ԫ9^6.bd{jjCʺMl7+8ƻUn_ fUnlCZ{$YQƥ|Wh`wO(P[Xs./Pfx@h) %...?Bo4j((r9ixݨØBN303gӗ\֍|tH>G[|a.D*yʲ+>V}F]W[*sB) E(y?QrRi2GMgณ/\}mfokN>[Nc K +>euB=Ry6yԖ"M)|n¥IW*HWkǸ`Ǚ{QDźNW\iuX"Xmnj(m yjJQ" 2vQ*}eJg9{~^38w=[Z& j崵ې>1?pҺoq-{<%| @/PIEB=jBV yyvBPX͍ $2K RTߚ͵^9T]VVdMT[v|v~NflgM{ٱbΜb0l L>Է(w_[FW!UH? Sʙ$hm)`7vSCjw]c]ܐ綗xau(cPP'7Ĺ}D&0 64zms;$B0ɀ}@?0c`udO`߳e.acDlvjE3]<+mF;Xmp8: Ieœȭs~]U URr:hϚ>~.0HTr\bRƩN~Pc"i6bBb{{YyNٰF بCZ7Z>NI\@CDu敿VFP|w bayelO0${E>5ͩn;PGSS#"${ 8GMb[y+ďgYX ,38;;~= 5͵"!,vpM/St~au:lئ_N=C0Ϣvw@^1R$?n<^%X,3A521i<,N~hiw<h+_h hZ*\EsǘDZgٱ86(e"#GbhIvY+nc|]yZKwl1|a,ywȢn7 /0O`4.C'˹&[J?Dl{CU4cÿm&-㑪Å91*Ĉz篱^+'@#7Ц^V= nJ}4@uPi@7=j*pCJGZD)<0؞9c73s~w' !5ډN &y$a%ŮVx=L"8sOY&\p՟=-Zu{>{NTP.1sa-sI$k5wc^m;5tPB7JeA!|)amKnwIMHZքW4wdB2#\4}{0 XyNWl79 7u@WYgO]{Qx\|9rNsXL3/>L+)ZhGC˪KXp :)6UR7L>Pvg*6b1U0lB{pt-N8wzLm`Laa$#Q5 5b5q()Ӗ,,y M.WrpXBX5d'hNlX*Lv`K$:$1v@;dl=]WBJ7B_Td頲vOӵuGʌŻ#*ˋ\G늫 hq8%x>P*8mm.&,]tC ȜKp0NO0xځQJbDzXny ܤ xai m8֤嗬.Qa1xx%T49ǥ,ݽw n9 I.Ǚ22~[ D2K'Rv2'!Zk(W'(9.6rօOw[_=j,I{~⟁_ U۩w0E0h;U [䐔V>{rMՕ"SSBJmNM>ݢUhks{B]Qmo3dhp_gKv556p7;b T?|7~f:i>J$AV5`}YYA[ə%r*TLxTlbO.5ݒf+W+ɊI_f>}{[rlؤy<ە[]ߕB 9Aخg+yKYTb@TsSC[Mx&&yܲDւޕ~׺lPa:lB=㥣\AL 'Έa{ҺXB]YBkM$O#LzFN~ff,{.d(iHBtAj7tg#ߪ3즨cTc$+ƞio`ƺ/PeCccI0ʖ"װJY%/c`>gۢE1Pl}+ 4ܗ}@߀8mY(=:IhO&\p%WP]R\v Sh4*HXA *{-3齇BHGAeV]]뮮b]ˊaEQEIHBz$;o LIf2}w|;mtR\`{YЁx&֟wܽkCJO3tvyN9D~]<%8a!q 7\ڛ :t i8FfnYLy# K va3%-W_^sk6h't&0ʦJ͹tږƷ0wru%7\I|0=7ZƼPU¸S[N7 6KUX'+:o*c5plSnO frٿof?|WWjA&?kcs,eO%t#BibZ`duТ3+AJOZ̝&1O&/b,#vdOܮ*4>M>6pLǨ#89fz]aUam?0"Xh>[Ec&}1ںTTl 6j& M`E~iCnZ Cp憈%+'Pѡvp2Q6>5%f6F>Zgx~X<@\̅/4!JXzPɮic?ڒ|J,Dɴ[`U}eGvc<ʎ5+#?b&.YQ p+㟈e (=A;%dETSUprda!1}ٰױ) NӉzvHd9> "Ӈ!x#+=ym,ͦRT&C_ǷBVT?A 0ϊ~Ѐ®@m~3tӂw 36yFe`S\%SyN"#9wȬH Fd` g/ÃCIV+gbW8ȚZ}}"ei??8([Xj8+'̏ۙOxyBd`/AVkO8$΄}dlK]3~p'̑2oŬGʌ8 !2$U⋬ޱӸ{8 vTSGRNaoqK=A@ dcYo!(-4O}r˪T0g@fa\+\!9JR/O?0BsCf2@FZ<ݳ$^vN̦޹lU(TdGbs}92b5,drXCuiJpPtmρn Y"U4w.- <&d?=SO΃bI8pʉpE̓w舐67[L 4@o%O@J} ϿO :?1eYnVR@_/$b'̰gK=,>):H4 \1]*lR@*ڻB,3d K7 w<%Ko]B0$]&& Izhǖdl\7~]{'g̈́~D ϲX-} dCi|wt2yc;sLڴ}+437f59 iKV EZ8Ah@oW}d-5h}LI#&PՈ6&hƺ1B1oVX\Qrp[`0feGE"KSiHʯA(! DP2^ \};5h-Vjt|Z-EI/$kD`JBK:!v,&ͻק u#Ie9Vܳ3Jm2[!!@IDATgcƌUuF\7( ;`Qo4==[;$ ue a$sl1K ͦVe򢧗!Sܓi($-N[MaaJCdy<,ՠ&ގ2>Q$(A)̐vaz/$s$p{N8;njJq@3 r@ϔ6|Taa;sd ^efQL_\Ccc=ݜ!XV* b9`LA^Nah\?]dJ9( F"LŇwdvC_kSh֜AbÊѝÈ^B?H=t̃G@]ބyK}p! M 2;A$BHg٫IB{`lNe=_P`W7 i00dAˮ뾊KWW`lٮCZ5u`tBH.`O:A3f(ʳ2ޡA N(!G)Yb~{L w8G]tS, ~1K'a~rD[)i(s y jy0݆F~3LHyb'y1q;0Z|8IQ$OZ|ױ! MURȇ:W **-Ī ^Ͼ׾nR^qxv.Ho>PHl^rNY20,77QxEޡC5rwWn:ΦIB xx~)oa(gH$m#7pz$߾Ȳsl^"=8+!ߏ9p Pd""(6 wlC&Nf0]T9DOdʀbcYU~KgR@67D R&xbDs rq|#撿ӮQ&wJs]Վs LG?sMG̼[t_"{uչ>RM窬O='$.Ϋ;룇]س/}HI+aUw&G] Ҩu h´L Ü;A7ʶ}Uh1 і)\'M" RN>i01K݈\vSXn4F WBUTw~wM?@3A|vtZy~ZYNmy=Bh!Y!fh zVi??>c Mb~-,(2Y`!뫷#(ٷY}fޤ*:O~gĕw|v|:bn}SvF\y_#ʿ۴͔0٭e'2?v=az#SUe`D7,2q(SKlZߓz9?fF+4!_z/7%-\ .PقI$NN$ۦn⒓Bj.(OBZ6нڎޜo:ڶUWs۠?|zvPPEșOf?}Ds 7?\!-76BF4ͻA|xx?W ,TKAyDCjH–/Iz= {nGUoD &!3=rBksC  mDℏ*r3wŸyKr0Ic>24kq9o?Ά0rNӢ@Z 7xq>jT CH$|<೑)U;&nȵҹ&2GE9ƣ!xwf|hp.a#(N% A]F\(RŢS/ ~&o۷u[\y-~x3c] 1k?bTQ35vs kpcG+tK}%o9WuBG SyA_oy3'ԁkkZ}?|t`kݮ^ⲤŒ|;c?sYj!`H=-Z-+ *4j)hF% ' 2eϛIsj1qwk"ާq/wtxN?u c~n:rµ~q~ӗǽq2 -}h.{9  OySC~Cڊ Bz 9Fsy]s-){} P£\*<iϝLPfkٿ}'ZC߯}7{?p_zպû^$O*5or$ sוp!L=:|}T]>B1ƍM1buLGWZ!8;衹GPYG R]ӵihu7/Gl}_"J+8 Jii{&pr$ &_^3@MTz~>)cg0uvvؿsMrIP?y-o[ uٙ"(&9;4hrz'TBv}vwAߓg9D9t݈#YA7H"p+_z0o(ۻ+8较P3=vAFfLau{2l)[W_p.Mz.83gZ㮫 NN<VY{qK8*PO6(ڷ4n\&9p,pųҬ} k+> $`:]:uY{YNލGUPj߾9,IӪ*AO:_gd;hW%qDR+0L\S+H8=*YL| 5e?5ҼԠq:L1@%] TatW+OϫŤ;`8::}saW]v}٤I0rz,|dM *88ݭGgՃ_ ϝ;%ܩRۭw"pٕc;'ސ%Qe5ICngzxځkZC1B:_^D |5`[bSGNuɣ ~yJ&8aBWW,f<7=TsM\{BǰӳBL SX(Įd hn4vZ_αI'k_yXh7|bpJԛ +޾~ G1!'|pl=_/5MLSMm{8~ UEa?%sxjr6`a[䭜`.7D*&\~oC;?sICzH/^T~'Sf? Euhiw2|o@O5o>fDTgȞ[WF]#X#dfPAq҂96&L,{vrJ;pr{HG%~Y^S^ŋW?1)nȾX|Xmhy:kZPlց2$( lNM+nwiy rg 0ΆDY~aKqٗu: c M'vu^ cHݶ~>"A#؃70KJ9? 8i`>5GngOmg=c26[m c(bq.ѫE8P4sIy56u8!E# ں+~A##*yZvJD1vf=y 4HQ{CCeQ <|XYTdZpOO_eUH~AHĈ+0iN wpy>H< Ndji|[tnxу6]gǂS$| ʐFrQg!( -R/#;+r'`p7$7K7VժKJ\E^=l6b 5[wT]Sp^*[.y3 ඖ&)]ؕqCP5rkHcl;'pm(7rkUٓiё|;=ӍRҢ'РX,{[_<_Np/*}[/f#Zt6vlݕ[9B*PSh4觃':AV%M*\+AH/{stMZ}lk|xnU͡]([; I9WX+8!,I+|thpԡ,gaQ ?kv6LJP?pqs7G ?L6.~h~"M8Κ 7PPSPX_Qx^Z=K9S:tBuK! `Jqǹ(vecEe"hu]nFs o셑fEJܜc@+`iF@Jd2Asdc{H0cwIKN"1ؾrT@$\p̛-(v gCŘ<ё"|16@7NO^k ~#HSMgSTnVX̨ q# D$ =E'8BHQƎ,Soت6Jc* s9yMo_#UU/݋ :kιi8Ւ*IF-,t# !H}-.Obd _^Ԧ=rM+g]t*X&hۊ\`,A굚\AΪ…:S>[um5{1<0T7aظ_*:iKqx8i #{tvJa:cg Ds;f֏%:❡=u]gs>۹oM\"0i#f}g6žM X*yPX[Ij(?vU;ȶVxb|FaϰPc۱h]H;*.)I$-V2XznKK"J3#Ba?8ZuTN`ofG d'MŴ _ߐ8z؜?בO]*Ft6 w19< G'i'-q 63oZPSqj УG!K6Ri?L5#քeJ_Fy"AG Ʌbj &I9©<]؁NRk?5? ; vcfI(HT{ZCZ9oN>nnM˪5_?;ItZCG-vU@&(Zi~domYg#MPDBkˏfT[ζk#'0^Pb @cN@.,(ȂE8w0 I#8 z1x @@|#͗JG#i`AHf:p -4T"{Q*@Nqp0<-zp ܠ_ml4%qgo_U[N"cq&IB$4Vχ6MANc~^ef{}Q~ɬ3I@D bT-{PQ 8d lardQ}܍6} m\˺e֎@C;DEkKaT:7dI"= #f.c>F| g;rY1i3~2ReTQ.>7j*1ECN:\Ҿ@g8^| 9DOxfE xV4$co*?kFw0P5Zu|E9kQٶN']|Ɇ4u;ܽ![D"}^d[vlo,{ǯ.8,EŭMYcZmGr3ŋE~CՐ31}$^JFV/S҈.҅֬Xxpy02ܳR@# *Wv?sdrmtr0+>ذ!0h7 6E(|uP= ˖t]cM!'k6"DBQYPx <}YNHclR DiïZ.)%1ʓʛFie#A/imHCX6VXpbtCߤ<xhHg#09 Fw5 %=U?fs~ &ʯ4Q,@¿!I iq8{vrQ?#?"t(&P ʠĂS? &~ݗH劵Gww͘"Eέ%Rᤴ* ~p'7Ҭ}Bp(حy+**,5e:˨Fc4dcg51r:T*n<óY! p\oy;[/Xs(|v_#lto<_@L0bmǖk;G! uUW/}`W4B3連xPP٭+aB`{^4V+/ yR! B  ۠A,ЁkJ KC偓wYBu*yLaY͆gA[ːNwk.wEOsTsaQб GڟfD?T %2YfPv?cg/> V1H768@"kvJz~5]:9G k_JJ6`?Rn<;ߏeNJaӨإ+PnɄ@}jSڕV'D `b{C`d\ݕj/I?J5XA(^@:[;՚4|3d{%.Jn"nP:i@TH^K{& c*dc&/|);YV"($TPn]݃{0ֺ ~#nKQn׏{ɦ3חSn.B2\8Cfc,M !v ʀ2F>adw6uM k]TfTfe*u\:17E:AL,9"CkW~KOSGLjL5SP}>fQf)$9:;vW1q@C,kۅBg8 K{A ZMÝKH_|ӎGjtK} qiljn{`v'l'5w {L?%nЈBLTމ/Gؘ<446Š졀F;D2e':iL&j*Gw ۷e*Zzgʢ#m'9Goʨ7 X̖K.SiוdQ JB`ZD1)i\ڳ$^,'5.tx߫^]B<QUO"_DJ"~9SREГLdg|*|/32@!C%ӗ,w&@KR/r-ImϊRnt_,.̹/7'6uϳX_nI($$mD9z9fd |#KDpDvP+;l]Gv&I%$vz[Q_grr ,ZHT]=ep7DDUU %XU2rCkׇ/]:nYTLR$2%.uF}\0ڱHs=MCsQ^/2燞^PP`Tlu IIw@qjOSwL1@W#rM,spmp7u"mh꒱#E/*ŝ+ǹLSc=EcWW "7 |UG5/*{My{7%L?2z:\h Zᅻzr&O1?,ܵni;thDQ V|}CQ"]m';@|/ӲNh]TkM73%'5i#`T7ibPB' m\ڣTiHlaGSrӪUH*l~H$߀P8{QRSz2ub*+JTm>dRӿ=`'e'5e,9 J'0dkkM⬬sVx!OjUP#b &3k.yV wLuaοRcѡ]M%/B~~ĔћAY[}˟(=_=CL&&5#&#Mh.yvxݩ K  qXΜA=emf\-h?Vg7d56L$P>kvRwrNc0πt͍i-`Dwv|cNpL!"oϜyoRS;=${ A7g 9 ,(oNҁ'GGNABPZIlN ɡ͞<}"ۺㅾ‰D,s;2E2xTTR]hst+廥2Ay^E1 ,f?eIѵoOZ邃ˏF˫ .U;=@ =mlh?/v㜩^ߋH>`څԗ#!:zlk4!f*|,;&Ja{$[ꯣ@e,Pٚ7'"?R{I tJ[ks@5ƒ+I618omގN3pָE/k9O0$讍wqYs_ ʬ4gQW:3n3M /;fÁ1' 9 ϣ? ~9d+_ziBN7];q&agB{s44خ Z(GKe3ٓJJ`{~rw7m,3=]2l|/mkuwg;ރo6GF9;zwSumD!;b,0"rwqp2'RLgMQ2x}F"2U>h#S҇c@p {jj"X E8mrp%:024CȤN棗;JU`]ߦ5W{=fq]c fq||bB"2gϜGhN3HQq~Y$sX)7;@`f {<="C~ [W2C jܬ.9[*׿1uF\kOΞr㷽?}Y 6, Tlomu:6gk@zX}'v1A#zgI5i4K.UA=;k+:g;Ba %By,kzfNƮiX^qT ^"ShDzy1n`_ݠɳVϚη.R0H5H/В2n{nAY\Ck;g1$_Ll=!~G( xDH:8(ri]yS_y6h2踄*񩣮y<*~> g|xspx7/qR|ڣK6KeC/3gõ#ǫ1>X [4 [8a1T}HjuGC1D1XD]c1cL_v+t9?-]3j .iKQSؐ)smZme_BUS#ۣ+c@EN x{SGWv9d~)?zx^\WiGq1v5Vk{ٖ3\'Y%x? zcW8+ >Z>T+ @/J|[--zn'ƂS<m)4ڻn{+h^9G߷% 8*ᐴfxgsS0txǾ4ڈ5?-2 ՋXAII˳u3_TSz?0 }09]x ch*,1f y TٔUaL&UE-8.Ϩ5#J3&ͫu[[g06~HЩsXtP.dvBx;6wEYW^ެR;(c-fS0BD'2yEmRED\G8`fuwe^}}XCGm;V7> H R*SgjrrE+4wxf { Bu> //DHkjk[! APMl1韱[W}>w`ڠi,7N8#AOzN2-FcU5e| GFFv yr޲HW|^{vH"*.LLl%4lȔD2ՖWcW*NP` ii掊LrcDR7@15hBf  |A?f ֡hc@Hl_bc @lɽJnwPx|n q/o=Y)?*Qjnڶؽg^lkid>}|"h*D :l57lPtR(n_~oť ;pyk Z/7 ,v%T }[K6U4(H@=_Azl|b!ʼ?]/kp]ٴj2 !p;20K^K3]0NjWlq;nvBD9_CA.89B)zzN6فk?B$PEcyJ3)Q$&JLereHLW-/7ub8MlƘBk*Vsd*dyçOn(ӚEQ#?BD[M! u)ôb' 9/خ7'n_@T qZ;'z!򹐕!A~/kS뚿"Si8ЪQ` p,|DJBѥ|ƝSS 8TvxQ3oR޷<̙)#0/+B*?~emkfzpT盫MI!cx2756LfMAVK׻}gꛚZuá>m`iIp^|+ KvGn&`yyCL:lu+CbeYi>ċnKcy7 ªiԱ%,yh nwǢO1Rذy4A A=yŎ_VxDʓU>HH;Ĝ] UO߀]_3lvB)]{8( ?Dx tժ AAzz;-9' 2>3hؑ0$P c$p2w4HPJg:T⏙r,*y(erl/6Lⱺ|Vwȩ_uվ 6Z1DƎh1P1Pg18q9^;%OyiJM=,aꂜ[t73; 2825z"AW L4*>X]TdŤZ m:,j6%b2Aщfm1k}]x!Sagހ~IfJ ܏8c.v| & ^Z'& !g"1{h):qڴыpZ1pI_i['1q/O_ܦn2Oʠ8n+ɛz2s;FF7lzиuuYn MUE}F_V[x؛2Pux5$a~eєN `y}@h ˮ//TL_w'4+"=;X4Z, `2oA/sIJU'4wȻv";v\z?8΍h|T-_1؍p ϼi&'ImQ]S9fw*. .X:˥] cKҍGHuU(C"^# jxiʙ>>b$){ g oGb,pGkk ~< :4Jg(.O_mjteo)Q nzz)` T,  b>hj*+'Da(LWPəf::wǟ.5-\:Ý?fG̴VD#>qa'(4,G6|{̻zqxH!ja6L棓F&8n!y!C,~yڢrC u0f be2…J((:N\]A\4VBί6r&j8-tKvB~/N(䟇N&UmBbXh\r; K 9K9)rJEp_١kXa H땁a@%kA L:>BDa=勘-HǞ*c' 7\nā`BlLX_ӹ}w[΍mBWL`I40KWYPQgZF_q[\Emx((Թʄb'/ v,RS^ *RZZ|6$P`yQ(y?NQ$` _;0!:Zg7~Mޟh!*nm~p%}]SZlN+ߤ"y$lHzا7TQ\[^QϏ`HhDL {|רӌI#eCdO }(1>n`>)Avn`y\2%ͽݍMl `Gi0OQSq9sg#:mNSߴug3 {+j bJ"L'o#XpKyG*:ڨ=f"FB8 (%-~2LDmD5tb@$@d2aƾ}-@  ;^%3 vF`G}c_H}25大{O?8_Q3Qo'ȪXǗ>kr5[~uh5z\V gV{4 -Pq F3z8riMʘ2uM@B/P!ax jmr\B:]~|y -s{c]w嵠667tZ^celoj X=:',ЊHUR̾4 v(ܹ[±F,6@mh}` IBнبNy%%l8ԭ,u"75H)"̥~W1D0##Q+.inj' Nݼ5}0LXhƽV>ݾ*65mP8WiW/4Ɔ,pb7kx^gc?eGcԩʠC^!R)q㡾_I={|ZaN 3%g)a'hd&u<}#@L (0tKܐ壷x%e6K_& ?k H }RwJ/֗zNk5wd*n3V :تحSoydHQow 2>e2TvRJU4qԪ} :8qI9;2Dx]1&-&G1a|uU0[Gj;X"Up^[| 9w{]\#K3]0'T~!ߙ6c@ӿ' 8j`p hGAʂÏT%*a3c) qI($ዯкc=Pyb3 /6)r._Bxsyn  / `(*j/hnٺ?..O))IwgDTI@Lf7(dCv~ok k) ]I¨ ?^fsq=Ԫ|\_jf]a Q6F]+CC9>ζnDA@&Il*oS$p>.c^2Qof}USmoچj(=ġCv oַ-ɿOڦkK 8Kgpw%QUrgߗL}{ Ⱦ\ѾԪ/J=h+g[pA /%d#d$`@H&&sνϽη~kS/ԅ(6BS5~B $`L8pBd[Z7#ʨ{M2#֨ uے>_tʌN<4sQy:K8c6ͥ+MK2z=0xR_t?8V6<L\ (1 ]Jd_?ז-g ߿#_ zl.^ \g"J},$d|"38dQ((,}rcACq';rF [LC.¦6̹j? 4V"Ň ū yС@sޥ//Ҳ R 4xt28HlzA#&ok`rK]FN1UowۭYtU&Q6>mv_[Vsޘ]]AH3O ~sHe;4">? \.w0-ی?KNM (F6S rꌍzupQꀬDWP4ET2Cʶ[d{(\ЧF oP:xR=?]—I6"(## orիcXXj<3Nz\ &_pظGHΨi$)w8QT[o3ۄ?CLء23]^]q8\M|u =N~ZuS:6 fM*zt'=ܟ.y>܍ETaQ7kd7k%梑&ram|Ѣ#G{lۺAsi}BFML6ΰ g#z(˦et5PE}=1f7ˡ'8TkozűP U0k/%)NXyn^^_3|O*>\>̡#ur-dž@sy7TPtID1 5k""0 %mAU.(mP<6jI2 <- Sֹ*=}/醆B>&,+3Ks7;֬HA_a{cm\ OvH"i-i6>񜔇dnYs9h`?g}o?Ռ+ܻ^戉S]6SmuRMn ""%%"vVuhgdj,V2rQ1Tu!D}ŠKj'$ ( C:\DߜSLi7*RܥwsX.{wN8lo_xs\q{< '>hs=D-k$3L!L]GgF?\-2P&oTv౒7~:-sGN99MO,[:&R}L4׫N*㝼uF_VHO+՟(崙3Pf@$$ T|Kn8^}'*%\ǜ_$T)I 0侭^[G+/-YOš Ǔ7ߍ8zwAP54<ZD\Ay@sH ŸC'[QQr_XY-KJu%nGH-so%Rī+|%ŊrjaC ^Jrl}AGҗҎ\_k0|iJR+ʫ:?l|&Na> BISJ"QÚ?*S m W WCDHY{dͨ2Gvhmdg[>So_э/l]^gCm! X7!)i7`Qp|I(藀:2nPOW߷ DL-VH(@IG)y&+,>>3Bu7)zM7{A_ cK[ ڤv??x _.76c[GK~0Lpt/,'W|aV$[kp i,~ nAB#BC5 } shaAƿpV" \p# f84G9DqJH/xvj?8y ,{kK6S{#@(T5&<@_ vFF !Ï0ZDukc&\7#{Os1XpBa$>cg#&v_k.DqEhIgէpX;+ͮS,S`H~q*O_օZ,.?E$J\Y۩wmRPf? 9bk朐O'seIPDFиq9'/u^jOW$sq|뮕*4|YHN}RL;]/-̹0:a?Ǣ_VSӏ3>l+އ͝VH~~ܾ ?m츹m%sOǥl'ې?^}:cFhT YC p9"/?x<QYգR}B+ȵ0.W8,h^$hnBmQ !!!~H=T%j}$C) ،VCOy ,\`t</`r3#|']R >Z xb";&j+t v$2QduoY3k__^5&o6U'aW0`pFjT͞C~@r&<?Eԩ 9lFѢ[>׳&.6*:9 z^8K; N*F(8$vc=Z_YճMa"гD'g']AaWF$L, cNtc/.]I{ٻ`{=w9pJCE45x]tY'8ZI=$,W |"ZA)"u`u>P^vyYdb.:mK"FXOLTZ,!iaun"{9"˓<$Reը%R[ >KG.lh/{ ֡c^Ӓ=~LLk }(t/r61NSͨۜQe»8@()ڥKW4v{}9:F$݈r匟--kD k.rVs({ר[TM>J Q $dJG6&\6P-]“|6}sDv;ר, ߢ&|elW/5X^0Ves"*j4ÿY;[ɰiŋEܰ[hLI zw[8| Ki'7ffORN:SaytzMjh0hS䱱:> 1`TR؂}0\qNz5mN @iM;Ju0w4EF8t %dp jErǍ(/n%x0+H^8pBQ ˙:GWwZ& †h:@3|2nPN:;%;{|Y(yGPMG@VR/UFŗSb #ľ@T|ʠOM8fC,uO+Mאt!d':ץQt=z(UtүxD{˅V.!1g֌a..Mc/rM`5+oX0J .#'@!ꨄ#HZ?1qT @yƥo])˛8\GG Ot,A W.$U\6_B>Dӡr9-XF"m:s~jn~QӶRz}[8-r(.dN,+d3ͭF1wɈ̊OG{\ڀ'Q{l- "w +}cnCn={J;`4HQ.IM CQ`ړDYuv٣71 'M(DK+^M(hr/`fR9|]Uo$*%sKu_àA!y\rӦFl7!0얻o3@I6s{&2I}Xyƨlj,f+#k2WLV_)b}իyuvH[OtF!F5>Vb"J(V{R$6֔x;$2g]?pŏ7h06XJ H"OaIXav)5 !\>ȔZP"XR )CFu7{z^h߀k} [q-߾­I{2mg |*?fY( fEd[e݆ĉ%%%Tca4TzX)ջ}ZL2-,?a҉Dށz'3 _6LH]\S;{%gx-R% jT4AímM IJށg_( EZOp0V>8w ?`7}c = cwc1 +ĘEgTʋNː*{g./6˲?@Xz]*+8m\ZsAp&B׊$*;V8lHr1z=iD1X(}Wzz|=)k:kk.[kAMA #'AOAYʽ^+̨ X)O>gEV󪫷r[Z -ULK*iBA5_ Zǣ }X-9~ED8y ŃZLzu[Zzޛlǻ+ܻ U>+Gw~PcKrS(A9=4K#QGpx\vV!p{䌙f{Qz(dDWWwpCf[V||j}%^H(`sEs:e%vq:x}b Eogjq*n'#9 #<:XqlO2dx"_@۷m-Ur$ U V0B VhOwC[f$ɷW>Ahlyzzp!`Bf+;gWn0HLuuS_:;P P r1v]wSH[\ 3P$Tz!8X* _@P,s$}|;P}ăq;NDF\@DLH (p^',jB"r ڵ񑨔9&k4s]Cξp!`{֏-K+7_AW r8ITb `ⲚA@𰐦<&!Ɛ)e15aac%|=k1ۯ (?)E`{̞`>{h,%S_|a$nl+O8<"sxwh;83=(bH&,$xjSձ=M ]'.>(z7~S䃧sw:#\Y٣YXXXXXX=ZX;R(IENDB`libswe-2.10.03/doc/media/image10.png000066400000000000000000000152421431111476500167260ustar00rootroot00000000000000PNG  IHDRq>sRGBgAMA a pHYsod7IDATx^K8@}.]|S:I9z+ ) Q Jg.J$?^߿!TLcbSuvw~~_~xr"[a?B[㜘ѴU8G;8%DŽB,ƽ^/bAru|xq9rsq'#"[a?B[㜘GcϤh8G;8%ǴW*IJKN- e'8~'Jd+8Gl~~hj{B}t3϶rrSy- 6O'/G[isuNGqR`󱆖 ?fv)&}&?-x"pօz*jjK74TZk5;HZ9~x]Tv3f _eӹCr%!Go#NL(nؐvbܰ)s_/t=1Im1KV]\Th[3ϼmKLi*clɷ^UnۗTl Rӿѥk*aXqzlp!`M%،H$ʙt\>> nH["w]jk*]T[7Z7*5GA?[$tm9#Fcy=?7C}F1za{d+8Gh~~Sg+zJ:PP WdZSM ǼT|{TLM4TLM4.h*&${ 70oYo\%@D7>[뢱(o έxvS̫t݊G\==?=~츉]_;y@̋fQ?|lu~GXJ"?չ-jXzzS!#օݤ)\"b!ۍ!9!$u5PqwƬGc6$ Gk4z(i cűΥ硘]G"Vl"?,vՃG Ĝ5{T=\]CqxOI9h}uYW ҵ&n4lZ*\`02;鉨vn#R?* {(c%*Q>lJf`FRg Hll>67`pS>nigR#ژƏ(a#͕u9֞从[:Vy\Tߋ?xzK gL;EE#'|ň}+>kK%X4V"v_vRA]j)sX'2is_~~Fjg^#l;ʙ~wQգǏMs{N}*dv+¹3if?p}hRG紶Tr' A;xc9fl<&{yI.&ʏhֲF1ތ#iG5n` PC Cjll6c̭kΘG<2VWacت]g?k{M L:P"̫Ŧi! _IyC[6țQ$6c埊#7H;rlnTL+)g9}! %_FVЏ2ij=1ykN#ʇeۖlS>jxqk?AS0 4@S0 4@S0 4Ӹ^~/^|g|;ޒcĿ8>.lUQ{j|GO>Լ{ [F:[~ vQT-)Ug~Drݸ9T(k&M*&;kdz~?<%XLClbqv{>P\zqu}Sغl6zy=#Pk9y^̓44DdV⽵3ⷿdYSp]aXUrDZIqL^+':'Q7+JQ>즙|0wiވs>yβln6p sU0 yOn%_/u(WoSv?Lk>6ov~H;fޡTQ{y 2 Z(y)~|,ԪGqnlmVw4̹{>l*#nj>oi=4{aS1".A@:ctH L8_֔[Yn{P4[~(vcј!G n}p<<{cқߙz˚ofi,Ǔ}6k΍sAӛq:T|ޞtMcPllqࢦ .9iu\8&`#{~ _0G("׮sEcOdè t;6@!Xe#k9%~C46.MVf[k3y#[Gr7vy˼vp~S}f 1D`[DdO8O#R] ZQ>mzmJyZo }=T9Ei9L-5CWI%ғ3oQ\էXSiuCY#ɶͳ`kCs>mC{/ְ|Hݵu8ǔQ5DdBȞx )"%g.=rL|kL'G`?G;vl*n!589l7cxڑlg/MS|7:W{eSeO4nknuogW6Q@bqv{>@_bdq[i귝G0ydеڞd-~TǡXnà5M:r6~J)zs5Įo OP[uۑ̂/1M.Z G66%;6$h'_c%*Q>lJf`FВʎzM|&վizM1 Pee[/yוcI?cMΓQL1u^Gqڦ"8o}Ͼ'?Ĥq{vRG9W\פbúztzVAR2kjNQ\']3k#"E͏b!SEcr096 Ǵɳ]$q[};Ssr<9VƙseϺͳ`k|e:o\4O\Kkfh 4K&s6}6o95zIENDB`libswe-2.10.03/doc/media/image11.png000066400000000000000000001224121431111476500167250ustar00rootroot00000000000000PNG  IHDRޞٖsRGBgAMA a pHYsodIDATx^=, 8m t,='<-@5.%? FʪzxI2 dfU… .\p… I_o g4pp8pNi8 84pӸԁ7&Z=h&wǟ_߇&̅ !_5u ST1g0o"pxhBe nЂ?WSCv|;8I7B\obtcȚO2oLХzrm:˲@r{hy6cJ 0%3r918O<]^=gbfCi^oTqpfeU~{Җ;'|&ϲ9Y60S 0Y:refǝ4Cwc9j̼\a$nС>c  רJd9Vч[u>cޓ1]"%1"N#|(?z?jk\+LQ=r/k?Y=v A%W"ʅC,0Զ1y9L(cJi;8AD<Y\?g1izKU_AA"&eV{5:M#q}: ܆*]rzrxjk=13->eKb,>;c 1EEg\u_aJ5/|gUysTg.|QӃt }` f`է 0%]9PrVJvn Tg{:TBYcEd3(Nk1dvI. _,.߲N\H~lє_bW91!6F\XuQmRٶl>%+GvJ{&nWM?w~eXG^cGLYՅs~J=ܴ&3yaH}aP*Ak u`|Ձ)8ӵ_K|p]-g<)\cn;T:Ti-i'Cy\S߈-^r/#cYqb˨cPymn阩m3JDdMv6C"Tq|QߐzP^70?*Ӳ+V=x˓:‡8¸N@F4n+7PX.N2݈G*CȍpI[8R ^P\Σ9vSHˍ3iՅ>9n.&v(=kexzm%ב)jL0yLVJH~zy*?t3޸c,e=y>7?u}rq{6eM{=oS:#O)Ot0|Y&\hg`Ff:hmRߙ],c?e\.B%.m;}pi1sU1%2h44e ]Fdd,K U Rm9ķP/قږl/R0<]e"u?Ģ'z;r+73<Փ4pnPo`~N4thL1>^LA9pld$2"`jX^cp̲n({iP>.GI͒ Oܶ+Gfľ6 }%q}N[mb"au;qA֧xyQ] o뫥,W2k[z rtUnžʎLUE[jZ_}cQ)?i F+q59=^㷫^=s~6zh<뎣12}rYp>x9 |Ugu2f`gוe@O렦._Hz4@ B!)|]/V`} |ZQ0Msl5'7 b I]=XV{+Vؤ'CIWm~ا18ٴ7j.s!3'f:?vM̄-q#5ot\r!cGSp1Q)t^ˬ8 ||1xQ_ԁՈ X^_xgyepz60ޛ^s|+po8!4pp8pNRozhr Ō؃kzhrxW&O#v1Q l„~-'SØE;pI6ngdO?^4q6|+1~?Tǔz?"85bvp'[ :{?up<^fm@C/1t,k| ~n_Op? '?htܗru^u;.Ϯ1xCMtZ,:Ǹw-֚d^Nj~>oq1_R_|d6N[|{a\E}ól!S%[!S?aOCŢD??$`Tă0F_.{rG|!8W$;{B&tZl|pšJNM^\hc7ұ,Er;(Gxyc=ှ 4. ӱل50FA/qNdWN[ ]NiYƜv@l eyruC%Wm`[tvqHZ{.;c(v2qTc}f#pZ,X~䉹Yg{=M^³ %=-4)#cnp/ mSVGX{BHՓPŀѨqLT|P$Nd*X1"9=ӑF~pQ<1ue}O}2YQ#}1+Kdz=#wPlIe6%>s'mA}zT z {BuxzfR0a-cbծgN=oy=]XQqP%Q|Z= CP6lA5=SE|Vjz i{BgN,  i^9K5P90X'4 ebe6hc %Y2p'/*4Qs"{zZ:ޜ畝R~T2,:Bg)sԞSO6.JNEj7\2/+2ObS;dK'}1uߨE/їs9_9m鳘kf=OkAmU%TOקM7'sCe7TJv#&Y?-ƓV?ys[>ҔMi7 'ڡ?i>$jwҩZ<9jKLwOf nZ IU2cYzhy< h$^ o85X>!ĩ{|,нOj}}Ls\Sœf>2Fےi/O%Rg^ >Xg)sk\4LT Z74y3dyyls>d/3:V~FYJKNNO[;!CN]y1 D08uHjpDjt 1ëǡ*=,pUNEܘ0ztq,ysGҕ_1ٍ+Է>ͨOub lrYqG*Μ I߫ 7cu0D'T"Yazjk{J\2lc203zT29N5?ļd<8 esj_bb-[oԞlc%>Z!׭e^kzT2?ƽ'U([/ >o? 6RO'Lv=߽7rsFp.7c8 b0 X@< {=Y8 84pӸԁCh1&Śޕc =L b10hC3' [4i7y^Yw@W~nw?/qzULQu_ˍyWm 31:!v'KW];|>/7?p&c;U\=LXbX)igO?=mL2P8qOίmC%6v/P/ڧ򛐙kbJ D_>44ςl*0]m)oF~L>P^c(/G rW}9>nn` ٕ:ܨ {c '{02CK}2067ѽ8~i1Ŋl`kҁ#|k#Wsҟs9sI'|r]-]2J~f㝷uGFT ^&96$^b rFOCz6Q{ ]sd}g鋙W'xiqȫb7YXmx _<z,/l>FWô>l ݭx7,ON,{YV/yYaPosSS]]2Jvqi:=70=eM1g3mGoajaLz~6⇂cb&ߔ1bho.ubsk+;3AX˕->}fP,P6V)IO=rʽ96b1|B96mׇ|@"ևceỷo/r7.ϵNĘ3ܗtcAvtT/pXH !oN(a 7Yx dXOE^?Øas^"yߛVC)!򨞱X<67n)_̛v,1n`, }̃Il0=c |B`S|: }̃i8 84pƥ@@=49-L8¯] l„xV]s0ί\ױ E;pI6Oߖ כh9  =Œۣ< b `ΏQX7)dQ'?!6.?pC"Љ5i̩/EZĉ1ƙpa>)K=`3&㏈E̵׈4&t>`P3L}BgYS= {#L`ޤK_h6y-wn3 cmdPlFt$a>Q/SB\͋f1ǁ&;8y>dce;rtFcXE՛hrީz1j3\{| 4&(9F9mG_k(BF( qE/c)AcG '4.l/s<ݱ~7c}?< mn\6 8;Dh#6 őabnȽ %KsR%}g+yr&/(V:b+J\yg-ߋqK6n1YΝ0Sԇa}<3i P"H?G(`50FڒH<>c̽P6? " Ycv*Ǎ< Izݘ&V/vx//~.}'9|3:I'ܐz}=d0$`x`~hHc9|Q _5~8beHtȟ< ,9ɑyD086/)~ i2'$L)k&'h6MHE>@s_,~tU;ܒ%"tY7792&Uzs7m1'|b\WXQn5&"ƩTwA 4xt> [B5=*oe4>+ cn-_dU|\+@ lKL6Rk;ܓ2y;s\ݴXR\w,BoMsyop@"ۜ{OR'QЛ۞w<+UO !}C/ѽl'۲+)O䠸;O`{۞v(~7U,m_x[ms1苻cmx\ F-mxuzH} Uvf J~Y8>d<>A3iROO, I~_Ȯ_ K:D婝-$%y#G 'x4,-9/TN}1N)d4@1L0LMhOlmљ'}b~?s>Tvc;.6*_U/ɒY2s9fؖvdd;owJ>~#t8 J_X,cĉ\n_Jp?;sQDĔT.7F?~?K|[ڡ2hiev+>׎ 񊉉8kBNvgSv|rL/șz9Z_QqѨ1"(]iN苻c;L,4^Eϲd!/~*zL6c!]*z1X:=GfkC%CAW騧WIS<8ɦ^iudﲗ퇵/rֶ? pߐsXܨ/;>RՕO+FW7+Myf5bc7]^wW|3!̈́5ꛓ; ~'FtZn.z!%pd_5F>>1XHk~Vck7y1᨜J ȓS&$ft*!/9Y`aɭtN74Řa*ml [U|)1E wyIxzr~ӽ$慗1C{Aw~_ jEc:MxWNշ+G6tiN؎$kynL\NkkG+uz/ˠŚ O8r`>^5e{'P| ?2Ю9?nQL.u(acxCbz1q*,l t!z{"\'~"x U mhEPMq`}].38\0w~ˑE`o7Lײ!8p48pNi8 8q7=49bFMA5=49+8/B?)80!ʟ:T10+U,sɈE9~h+MιI ~x$hq10ܳT?XǢ[-sXaBΟ9L- q/RRpJ h⇫@?ql0V C`S4V`g+?d?z{>oS\ycOďY؜k֊;l.=:wvO\#{Lh |ݔ>V]6fO_pcy:ˮ_׼<078׈ g7z->0;Ys,6{5g׻eXWF>Zbq4q1̆cXGjxYތ< Ժ% o)(1HƁw|x-ǔ0JW'[_&8pI/CZٴ yq(;suJ\ v 6-qʒUذaU{X&b1>&7c=$] T>כg_<)πEfױXA!ȏPvӝّۜlKl?-[s176XhA4y<'tWNm)͗_`$_/ #ĎpgR XsprtlhJ}mlLmۍAx41?7pa|,T~5іx;U,rDyh ^(s6~\^ҍe$ZS!Ӆɩ}tl&|"cI9i9Z0urv?< 1Te6{D{,g&Di'`//GoXk6j|6 88.{y=Sca.s#Y^4:2x:I*QۧCel g<*(ʍ'La}[UulvǢFʟ%|i; d<{d LپKm*&e6m֍qt('yc9A3'S(cOFّZ+jh.bŧzsZ~C;~8L9LC܆}~,oĔS '}ܖ2%M1-Vio)'ۛ_^#/u ;{y<'8+'0o,[传Gg%nP[鳖ۓ9Ӟ_niǃDzxC[`}p>tV8O xE#>bHelvXƠrsFJ]O"NJKR>pIz0'@46 U䉼Zwv> Wɤ^r9^ $wø5RFo %^"L1-7!H=35}_y2K'<" -qfLƈ'f}자i@s{- X}*&rTyAtUnblϯ05f?$=p(@lhE0E?0)ЛVO7 6^, {z@ ㇈zۍp8pNi8 8qK=49bFMA5=49+8OKf>q`3&$@,2*)axԆ@@,yo863&$FVvȠ~%10obPz|;'8&bf]'Poffl0#,BW}E>>\lLAۓflĘ`l?#z츆r]^kƽ>_&McĢƿ2#:%ΌXF_نqZ.tqFKLo+c&t9c!M PΛ88{6Gt76BS#v:McW8~P|u:n;{e>D[ó&i>*.GyTn u_h0Y>= R;c7.#dLV=7,?V:mrrN=]:~ 1Mv9 /o0')ȩ+M=mGyyUZIO,bP4ƪb޾cJC!, f 7v1btr_<'x'jL6:-xeFǭPOEc1mз=児n\Q>6sBo%ϗvG^ Oô>LL;U"Fm0)3.>px 9fB Ī+M*O@r$7MbTϣ4zeSZDrnkSӺe|CGm#tO7ЇlhLP֛ c׻vLͽ,[~#HVy(~CGXo\c#בY\^{\HqS݁tߦ\/./u/FwpMmoҘ8\Y'D񰼤m9RrOiOe}hbn}x9VSY}ѩr˸3\TVKv@yqt^`z)mϨ trr,'oFnFY$ncnA{p6&&~z* [?%  KNnH"[3n gx$,:7p&/6yci\Jnm:6PiG7p vǔ4uדH4|ILu1?=J=ݸ#ʌ&>^McncƎUڱiUα/ ugS+[(.ч}hGȥX;nƄ Le?.wAH(N֕bhS/Wfy.by_YJm6ʍ~EnAݼȈ>*_K[+Ōpbaȁ=}=:',p wyД[b;^*(6y2V]ڼP7? w. ;ie_0kzT2 )¾!q6s9 q|y^܇}X^Lm׍}þAuK{}^pK89Уy"aa_)|f8^0=cī|`'|6%_A` + l ki8 84pƥ@@=49-{࠿q 6saBTqTf#QM1N!0ˁf!-I QǍCEÊ <9hQs܁y"0NHcIK86s\o{_RMsLLO6O47D xSRslظXͺoOD\_yb|v2o~fCw"crGs8',oW7'rllIۢó6'x|$gL/X`+\^|h/SڧiCxVlyżi3-aZx: X}ʨoA:᨞Fi:eEcx aoxpv=ч\N`*&!Mїc;ӷ_1omzroiWv?S ֳCm充on|ce7G5yၣaGvWj;= j;bs!)K =I t<^^C:Á%Z> k/Y/|SXi7\EfSO>6f,>7wS3T;Z_XV1,e}S'Uاǭ"o}0ڶ(i"o(sj0)<+ި}E J[K7:Ρ\w1p]JmwG6|}XO*=XbԍWS|9{?D>pvSp=q |r*e1ԥy4pZ$'MzI'XSTʒ>CSϐo= ?Uธ_B.Fo妯\IJK(Nlh68ch MQ:2ee>#r,{?ڬWsdŇF{O]_l:px#r28c$67:TmA:|n7E~}IQtגl7֧OY >\?5:1 zbvıigw,2dsvns2=9 6Ϩtlpl6j{xnyet2r73?#MFich?H}Lu?ڦ1_:M?zl&}23zp?;):EUen坼q6KL34eW)|.o,{(EՌI'ƫF i+ؔ`.D(΄):eB!zxё1#ϫ>4Sb9?e,0u/uX#61.4^2ԋf['nIraUwˤo#6`-:]?1Fy/߸󈍳27Ͷ7:^^ئ3~it6|C٠Cqț_͘8n\'sc'{'$m^% 4 ?1bШ9a5AR9IMZ{2zD=4913Bϲp'fK_n8FGRybry~@%WxPjFO0R*Sdb }&|HMܟd9bMJ1xW8xs禜C=33NO#8HqI;+{~-lOAaAo.;ʗ/8_i4S|uo_8pNi8 84pƥ/m@@=49-{(xG+&̅ BEl\ALLCqm/|;8OsC-܈ F9d/_^ )YC;Txs܁99&dLksB$m|:16v!p6IuĀM44&L_|1~V>Pmc b7 "l7'mm]8k˱>em䛏IbOӗmS?"=+ۧ|Ёc6ڠgf6VFf{Fzx?oō6["m>Hv|lic{y6S˱>ז(:vֱ\!NO?"wĄlċ trn=֦xiŒcvtTuz+/x n gtBxyNnnnґsgyLgAˉ)8}qV8uvƗHTz)V}M|ٖ1Ǫ>^3'Jrߨ&U܎胕dCMyP(x=Cld@}fڲ'r=ѳ,[m#6sE6K\ކW'G gZ'7El n;:4e=匎}67O~޳.ץoe֔2q\/Җ<ԯ}g6l?!4{ 頹8Vjz5!(Հ JpZO=u7LN4 _hB Koe'j}3ƂkcU6*d/cܤO?+'}eB|t*xU]7JSC[X}oEvГ˟믗'thH#ht>7i4#ؗl"vKg}wݬ cZ\$t\n}Adj`R:2?wV3w`;1Ѽ6#13sT.'C0:X@:d_6®/)U[YvƗ8]_c^r\q[XvOd7 Kޠѱ2Pɯ?zi~_MU4iV߂n 6>4˒ǘG/1a29tMn9_l3-a*nIh^n\׶Ij2qR_oj{ID?nU7e˲.$]֍d}ȏe|'>8yROJfg8b*)5볪v76)ko?{A~_˙S>gts/¹L/rY499T..e ,N֎汿:De~ }.Dq2ydhWKڤJOsaU 걫2V,zƲl^S ^3zhrZpvƗ(Q_$g_byZvo>C擎N}n_+Oa41j:jЮ菄˱>/ֳz@UD5=49 ژ־>Mep؊(K !< M*t$`cpcӠ:wnpxSR;|{p2t>pp8pNi\MMC{bMM2'/8y0f.LH>' #_u~A_10qT"lGLBqqj"L8n w ۴>2V?LY;|a|4ш #ȓ9EHz M2ͯ4M Ťn3F_>_ǃ=mdj:8Y8tBZ.<ߨ5\Ն|nwL LhpCoӷ7[*<^۵3Sj~ˡgӧ8p4ā.߫|5?ILOj`wLqtȷE9MOczq|)}h?{^͇BeXڐyg?'{N>Sʹtr]/?K٥_EQ6M=W6$5O%?-B e}RX՜}0|_ȫ#>}cD XqGqSWe=S|g hUb"x:,̸h{ŖySgOVyܷ:>jgգgCy̠K˜۹50gs*;2V<>{q8%q*E*>52(ˌ2R"` rbLOGaViMfݾn"?_"c1с^1/|f}d:s!ʍW0CU}#P)m# ԙhO=*+uY3*}64=26i|MZNGgvIqA}Ҙ[nRݲ$s]ĉy6>NȑM7;(rao[[ߔN O4"c1śYV/rCvJ aLDDWMKJs<=EMn=5RNG G.kTOrm΅85ȡ n H/vޯ[E.̷ze{}تdvƉ|?rܤ{ &Ki<'ֲ4)2˕m{#m:F7$@`G;cWs ϹRH2C,ˌ'}rPN|ҍF?Mr/L7~qAxOfK] u|X? ?o^~^yT\lJfġzQ󪍃rsIʤ|p&ū'i}ӧi*|` 9O)M X~[/3s0mW~nwT~@N|igU`{jlzK^^`Fէ>؎m/N=}#iuAxXH8y3tu3zSuk (C0Nl?p48%M^SiX;w4^Wo^#ڨ:UmeS̿˽v<ՑsΜJeLLm{Zle06K)c=-tϾ3:TiGo5[7K«r )]zm ^ WJ)S2oGw;pR>/䁉 }4c`#N:k{&s[ۈNˋAr1q<\}r5_ܓrzL/bFMN=/҇SlWSjF3F;SEkTq#lȘl_bچj:4[Ś g| e^ca?oe0U鵍 nN+m.J)aߞ>o'.uB}aq~ݢr5}H mC}\?NrCς6l_qx:W)px o'pph! xC\IWqpx'pp8pNi8K8_3zhr`Z]w~ ֺ!L Bv!~aFTh7~F=Ld_REL= @X\B,`M?[? )ff@s䟍>b}>w ޟpWn8 r"u1C)»tԇ80R?q>z<$#~:`>淜5}CV?:q'D?Sqz|G [G9fBvFe1Dv9`]U'WaƆc=}9 q̡|CzZg Ym==z8Lx^Q|/;R.-n*ʓuM:M{ O* K2rjBבEbU7Qf=įd2Hߙ`wLI~'P}{phhUY*s6sX 6v,dmg_l\HWV#KT7oޢc;>?>Xx/yV>3F{CR~;G[FQmGGυ6.1YUYq_ %6!jU)?U}u{u6tXuߓ62٤&EFi|*!2>1Hs%#u|}?KyyDhל} v*TWNT>I\Cmj>)~11y%>n,fWQѱŇ6Ş]c7i>iKuG|/J=1 z+mHsdzUzxt2+JYnd˒wwx>`Fy/t>7t#MFӗF&!덶>xc2cJCUv}}ҟeĦTӐ40Y#S6K ɿ6GR&ߓIzۑ2pFv}|qF.Aa&Isv>s=O\w!yr(o?REeDT)GN:ơѭI; ӭz36iYzQcY'//vD^ĵ:^I-.Ö0SL!Gт!u[co39yqcۛF_1T䗺_ٱyUǼC$gdN8P=V7GN51~2|/4\8FR6!yr@3z&Y9n&-'Idm, |7sq#gMl e =9=ftRuPdx4X~q[z,dY^^^K{gk 3Qh2Ә$Ufdl~!7oo7őv앫tbzǖa߁`Ι1` ש;帳<>|BIDQGyg!;Ȝ''64}!n ;8z6i&SҼ@$ʙw[Y3.O%F5Thg.A"}ͅ=\flW98g#ʰ+ƛHĕXG] }涧\ٍ-F_T2aCe@|6 JٜXm7Qg凍O);cHLn~ZJJw]Q}R_/n4 /zA'ǘjPLpX, Tf>caס'OassmIGt; \pĄffPxYތWNP& bN.bYww=y^^CbbmA'nVggƂ]mm?pڟNL}<ɶ?3{cބ<}s`8¨g{5k0?ϗƍÓxSU?*̻Ow=Fw;=}ٟ]mm=pܟNR5ϲCSoQi1=_igSOIyƝ׍דihh_Օ:$Y]>S,mI 7ShF[Ka2VqmkRLCIF7M`w s=u5eHi/o:iWJ+u6zjQtQfin% qMl.H8Ic-lfB=qS0 ܘ_<1M7-|&y ==Q^n#>K^C?-}&Ёa}B>{ 5}B8X ;ϥ,; g^4~W/9)F]ώI3p,CļF9nWNpsyԋ=U>\X#uqӚ<1+2 A߾qp#ĖNE6橒;HFّZZlr6h&qVش:.:n>|q2g)q1vǔf>q4~sKEޯg^u9?c6Fc.]Cɲd^&K7(<6n6/亰z<ܳ/1F%AgK~j4@a8OS(;'/4==cH59XqymPoa5ч m~ ߫&891N˧ŝuy!Rz`4:^.pL<M=? 7o?onr|~;v\/ˆ\eeʸoآ@26O9~^.%zzǔʍ({B#FN4xF>ki*AfFgM`=u`Xo '6Rv0}A/nı<)htZj}yY޼rTmƤ]8"K'/Zc-=<ܲ'ǚi.ނ');҇l?pQ9@,nxI'&(σ$]=Y*&ؒuMgږP>s%;>OE~IwgLYHSc~#gO2/5ߘnXPcZwNXb̘b.f=Hcmts>g.ug0CL'΋wI^5{cM8 (#ǧA'Y6ʓV@̋I_~@aֹ}okf {%@g̋I_~X@Y0j5dPwFi8 84pӸԁCh1&ŚޕGEܟ@&̅  xwy "w(M߈85~0L:6!i2CƆ_xĄۈ2(n8:)+av[YcEfdLbvW<&|P1ў_mBk=9pd|ٱ8nsm8_ڦ̇p#o9*m\ #֫gP$Ti:˲'o#n:GWrv h4}7}q5o5.uࠅE:f|+5|Ő_}^/Ƣ3Vgjz}2mXMn1Npq=x::FO\ߎ?~8%OC6QC+8M^>Nj %cL1?`yzϘK#z5#ڰ5׽;a#jbsv3ty5>Y|oN\m%ӡlXHonO ʆvR I H('9Ⱥ U|5i7 8F>CyGe #"(X1?\;Oeis3_i9IE?OBЅWb~ء95 %|U*,#_a#\M,R=XQE5]{;sdV}:9_ҭxy#Y}VZ*{@tl0aH[rށw\oٽ94Eg*22@SմqyVjPrG&OWy3hk'xr]ۮ.[gڸW_)725cJymִ|WjOL8uxacX̶X`a#\M,j5'E*=?*zI:~xy=]X@U}Z0+U`D2mtא҅ԕ=5d}Gu;/9pHnTs\)gQ \֌><-Q3+'nd:u:!6,?b;?ʆr|0n))Kݶ\ xq.j37ٜhtr,&5ɘ\M]?\N6^z/2ѧѲ>Q~l#K>~^Jad};Aqٽ9h{Qe0!˰ }}zz@ۂ}'Xm4I72n{NYpMhHB=I;ȸ9J(ojz\J]a<\=\o:lE|jfz@Ī׬ %xyQ]r)-$F;u kri isSWgqȧH7=ݛԍΠp/eŖft}x<ضDm_'#fʂKkK ~ϊ)lY_sݱțOUzb]xM2l!iډ.Iglyj#Ll^}axj+oq,li@_%9FY -WL蠦S]O>D%/իdL_ڏmGHy]zeG>-f/ق\TqP+z%diKKsx^%oekzT2uыNhpq'_7~OUVWCS\2lo};K8Itljچ: w*}W`88ה90 p8pNi8K83zhr`Z]~߇~5q"0!_?SO@Xdbv68 Xr{4GAL̢aOH˸5bvG~n7-F0 02Ron|35=i"};3B?/l1%᧛GCX?~fs .~Aj=E8+mykh^Y>ebg5.c6 te 8v—6|=5 HPm:'CeȳlB_O РSDnEE^C/ :rZݑYmR\E9c|1<cc">*ӫ7e-qmhף3x2k%M썺_q'jpF자ΆlLߞn.BnCiNY65d(?Yf?—eXkuGg9?K欎#-10aAqj~pZ,KFˍpV^=+O!u5ܡX17Twc<~8#?d&d˃6$G(~z-vcm?J^oKJwQYu'ZҁN|ryQ0w[:6yaDY(g2'n賵FUzm6 o#B}X-vA:pDgЌTdmXP86q椔:,M 3MƉ-zUi=כѵ)[Cӛ'A8f†8ko ^#6EP)5yKQ|޺os]kzZ|7bQ@k6zj]/ ج;Fwz_c9k98pL99 ~@Ζ#㚧&m2UWZwj9<QZ~Ө>]rzY,y1b̫.'kë'y_-ORiĩ}P儾kX 자!0MʘUY S+G@i={%'OR1$O+ T吞k\Ō ộF% zsH@(yaEfUbMJ;Cٵ̈[ f;uz5zƀЯwayf7?N^u6r8e2Uj`}B\`?Pnn>^q'mƓ!<,8po9Wv84pp8pNR6{hr ŌlgCx'=,36\?Ѕ_.qG)śS׳~6l lnVnl BpHBp sgꂕ-LB#槝^y!+OF[nuxJs2̶+2*eqf\}=W>؞oߌ c >n>U2>s9ʣr5<ߪ}9@5ť%LyTn4Pˈ%|uz4}f:} kCnwht0Rw 0=^Zi-,[Ez2l[y򴫋Hh_c1}xKy-h$ ՍS׫d6(:˶xڵl;)3\Rq=S8 HGt5>O{y*a!Ip؋r^H72G2G922傺$b,آ ڠ'ڽY3V'҇~)nlv)a|lmB[m}RKr6Z%uai- 1&V4D١uJ }QmD^́ .D^^޶+]Mx5RfQ VenXP96MSFvd({)^((vxJLQ&So'Y/d'^%<ħזl;087{4 ĥF_ 9W1]8f/\T&kCHrjnZzQ\$>hytH8ʲ܀H=϶{%?n"맕L^O=ÞaLY B:%})g|No>R6 ^E kUNI{PY&7kǥ$N/rY4913"7t1~_TZ#"b--J{=y=r뢚Z̘7ngq-Ķc}.O;lPGCz ]B=49r|ʟxYh}['ُ+U J[wSRU׾ܘESnx`/a|-8p|:0~88_#p8pNi8K83zhrKչ_O ̅+/>kaP8OH )c) CLލGM}?*w~BJ9֋QP ]z']00ShlG3|gkU|# Y™gRo@,˾K7ex7,8p[jHenC qؽ]zx>ĆuXztMTo )vޖCP.^9t:ܛmx#?i# m8pw :-M92] 6!n6#:8niGFϒCm;9 s쁃?m\xR%)]:4ًζ簑kk}իjdi\K\|Uo[X*]rzrxz(zV}5Mrz6Wܔ]bz5caE*|_:p<_Xr̫sdw VY,ccGSϾOt;O?KꋰeS19 KoM4-h<_]"Xe}}f &J~l7:VrBx1jtamWiGT49|`ɩCDJ߆S;ܮFg~å[l]s܁c f84XEn5Βqjs?bB#>G:?C?ٖܾo538,61N\ջչ]\-&ۢle+Zhi_lB8.|dPNA`}嚶Z&vCorUnW&%[m˜Ce=S1%Wl<+W%lirxscL?.&f;p,TC`,%/=/wmCUfeu/GuOaW]7u>~#/u=:T㳭Ɔz64zo dj_y?Oc)-7{H/]1py?TDZ^ŠBkt)xPkiz_È́n{o[V|jKpGu{$t6Rq3k[\۸Bc`cټ Ty{܈1zJLQڽ+6heɟZ>mƖg/?8ؽ9 ،O%nv"%f-B;ےXʶ\P6 0[Yt4[IeCpڏ6L\QӅXlME[jZ3^+c&E^f3zT2q^[lkm{thdKbSfA+*]:Oe2Uj.X_p:pѨ6Jؔ|&|+8ނ/hSKv=-ZڷE|38pxOpp8pNi8 84pp8pNi8 84pp8pNsߟc<\8p0kNwu  p<{gj+_4]s;8p,efǾ _Xwgjx/u{ۍƁ#>y[]` O\___!Ec @h?ۖz;r^N󦅾#An}MҝXwSKnx,ܝ~M>Woqa ZO۝r}~4m山 yEfnK^ޜW2q|#+Tz6}fH96fn[d~# rv1Gag;mG|g9>pU.| JP>:ՆF May^o6D^&GilX~y2))ˑr쓓Ak۬fkϫēCX󡫋7nn2M }ylVSҽW.-KZTE:YkI(Q9lPeM84#.mWҞL^IiI>9i6m2F!`]rڔԺ~Jcl}7i'Lm 1% C=Pӽ缴Z%ϐ0x9ݘ, >'[LՓ}rM]nAR(1zI<93lu>ȼQƫkQ,Fc`Pdrzp\zRܧbNG ٷK24ѫW#h [m˯Ҿ垔[՛5n=}(X;}JU>J9W$[i6tEnB!080ȇ&B75Ŕ7䍁6`Ao8y0p