From 9b65e9781514002630b3992d64e1332174241917 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 28 Feb 2025 09:47:00 +0100 Subject: [PATCH] Empty project --- .gitignore | 3 + README.md | 3 +- lignumis-assets/changelog.txt | 4 + lignumis-assets/info.json | 9 + lignumis-assets/license.txt | 674 ++++++++++++++++++++++++++++++++++ lignumis-assets/thumbnail.png | Bin 0 -> 35246 bytes 6 files changed, 691 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 lignumis-assets/changelog.txt create mode 100644 lignumis-assets/info.json create mode 100644 lignumis-assets/license.txt create mode 100644 lignumis-assets/thumbnail.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d929479 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.zip +.idea +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 5d96929..b0b91cd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# lignumis-assets - +Assets mod for [Lignumis](https://mods.factorio.com/mod/lignumis). \ No newline at end of file diff --git a/lignumis-assets/changelog.txt b/lignumis-assets/changelog.txt new file mode 100644 index 0000000..4003169 --- /dev/null +++ b/lignumis-assets/changelog.txt @@ -0,0 +1,4 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.0.0 +Date: 28.02.2025 + Initial release \ No newline at end of file diff --git a/lignumis-assets/info.json b/lignumis-assets/info.json new file mode 100644 index 0000000..1211e49 --- /dev/null +++ b/lignumis-assets/info.json @@ -0,0 +1,9 @@ +{ + "name": "lignumis-assets", + "version": "1.0.0", + "title": "Lignumis assets", + "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.", + "author": "cackling fiend", + "homepage": "https://discord.gg/5bevXf5W", + "factorio_version": "2.0" +} \ No newline at end of file diff --git a/lignumis-assets/license.txt b/lignumis-assets/license.txt new file mode 100644 index 0000000..3877ae0 --- /dev/null +++ b/lignumis-assets/license.txt @@ -0,0 +1,674 @@ + 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 +. diff --git a/lignumis-assets/thumbnail.png b/lignumis-assets/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..8c07e6f2bcb2e4ef8f34705c7ea6dc97ffe9c8fe GIT binary patch literal 35246 zcma&M1ymf{wl19D?w(+cJBYH<}>D8-xg)4rRLPa7%diU-fDo9!!{C1A}>p*~e``(k>Y$7^hF%WP<3Z)D2sZtL)dzkA0oYVbd z@(yCA7M9YUPNvG9pH+-Kt&Mq1078OD{O-JO0&GnohGg!xHg?Xu?gD_nvdd%nA@hBI9>5G2;b`Oa7DjZ6pA&fIu90Sy1}wBH{YxxPJ!We>KEe#lyjr1#IeU@8V=^D&hL(4vN1$_m>}eLAHkGrgEls z<`4@30FZ;@|3K6&P5uM;OO%bvU$IlQvwWMJ?O!|^|H1?S+-xkse?gl6EA(bDub7jm zA;eVt?Rb;L%ErmW3S?sCQeg%1a&ifYw z=l@ClmeVGN5X1jJ^#2`3-oL2-q19VG{l8WE7n7L1jlI*Gc5ha&|E=x6Adr}tqLaOu zrOg}W43-il14)Q+0eQH%nAn*A;iA9NfmhMe-PA@y-104Bo!`9suXy|m)%?Gqf6uP` z))L;P0RCNQWc((^ybw!>jp<)y_s_x;v4Q+!^p85UvHYvrcx?>r%mo1MOeUsghAuV` zfS`?~xt)uxr85)6)Y!uA%`kHhewM!q)yDFl!u}rpmo$Esf18T`?>y#}wseNrJ9+$% z*_BNl|9$qq6(b}2JBxV@jsMCi0f2*(y@`vlsmb3?d{g`%sI$Ep#LdvjRK)x(fdv2} zW@eUe+2=u~_*ZR`v5~R8H7V|YXK}MIeG~Uz@%zstVfml7{FiS0EdQbXKTQ80J?o9{ zANSsR;agK>`R}g!Hu&$pY-;zGJWg+2mx#vkt-HVXvwX{f|A_v(ceL>?@e>T=wNiIH1~8j`AotDlR;VPNc{*r7yN-YoqB(m;HzBG(&1j^fES2T4(sxs`E0KbeeTk zT>Cr|$`onNt$SZiZnKD|{d%xQRncy`>|0o@BRSx)y; zzspBR(LRJPzH_$@4qVdDc<7TEpA6dB395g}yKpAmqk54uWMj6D95s_OLcyjQqzy!w z6r=Ik^g@`C2tA^WC%qrfHV|>bJ?9-E7)_)Km1zAQ2^OFzqxY1Q%rY&0^?kG|UDdU7 z@x`Ghv3V@S_5N_yY`1*+*zoM}&h*wnjdqviNaVC^|4@Rd9@$^@6Az133DYOtztsVDC^%MdaqIgUiDAA)?d<|@D&vQbh;mr zCO+pw?aNlv3KL(Ge(-zj3w^jYemW9RQdd{EGB@8F@f%EuRlb!A_|&ZLo%%9A@iOIi zjZT!KZGe*#`w)B0L`%f#`-riS7MIJe+Wq>W=#@zLK-L$IY>fmltoTHee{elU-?QUM z4E7Hxj<7zMz-QLi<^-R#1Fjb;jSO!PhaQ@Z%z1h@q#SFS5_14amtF;pjFJV>wq7Zo z5{@ayGw8GBk0`9~DqDxvPQ6vWFG2uZb(ne*I*Irs_jpEY?Ka_|u55)UE#LxQo|FN<7nrTzn0uJB^ z)3GW{fntCy&Jk3S$+R5B+F$b9>G0OMW9inrx%*-D+#hJtd4hc>At!!izN-JMVz~Gd z{LVCq6^0PjQJeWj+uv?8f4x>~9Yl^A^hqU8@|zL;pa6?uLN7LzdxcANKLp@NMAb{F z)cRe{?vKA@x*R@5emNc$rnF=UEe2R-fy_MXEMNM;zc0hWq(~J=bJw4~cw`#ui!@*2 zg(pt=?tmM&VEq&916aox|D2yR{W%Ji;|JLmr6B{B>-?97g%MA_%|>GyJ0BiXWQ@~a*_qzA5Gfqv&673P2&E{7$s zXCkQx3NGNt{ov-;Cq77xz}58Ugx->5Z-vNA&umxx!=*cK4~|sMyQFc9D#8)!JjrVWx}-a!6;K}j@&`^ceQOfgUCsMBAjJP z#~tu(o9sw&_*Gl|wPg|fUNAjNbS?K!EO%7p3Am!Wbg1bn0bzZpz2b9}Ml0-sb?ceU z>e$Fu=4<#gdQzfNFG|at_FF{KF-}P^OoW6n{r>J~x49$3$3G|rgF?MbdhkXXsMIGL<)2kKKH0!kdp3d7CwAc4TIbvxH0M&qkDMqVaK3B9s&R z#I{o*3mwBdtW-D7S!H*wq-M#{taJvvAf>iY<@7a^=jgDx@2Q99<7L0_xB57QlHA{mG1z=)J06?3vI$Wrd8aOF==QityMDpHM(5#}+{ zaYk{VFhnPrbBsG}RndaQ58jF7PW3hwjW^KQiY(~mAOr=qTM4b7DD$;*`@9~Pma`b+ z#cH+Qaj^GI{fvoa6X2!)$|JV3pt`6RUnA%;!HaqRL^PlH z+n3p(vQSY^js4#gh&Mw{0_%dUJcMm6o`!n5-Z4tyAYk4gPT>$w`W~e~foeDdBLfO; z7Xk8Abs}o>fk1Fgd3!NDNp#~PlXJsiLYhANB}0FW2unwgsWKRaq{fyr5#acvZMR~(B#w) z1eSoSaZDI$kI$BD^%nK$-zm$L$s{MFvuj(~$>5zXnb+i+#+~(+qx0~ z=#8Gc$7u09hc?5N?b`+|Md;Q^r69Vk`b_o)9!Vt8;WN94#e~dwBi@g@Nk=*EOp5xasA#W7O7pThot^GsBj=(dxCe$3o)1U_c@07xJ7g^fdNDL)L!}(^gVwCreoE}i z0SMkJQ7R$CBUn^SB7h_k=$Dv7ZPa1a#DYaZqVj80y;N(6hc^iMm9(Npje%)ITVuqo zBZNabzpr?f^XX1)qb&k=N`K6{#u`pd-GngC9VPQIK3GGB5o!U(@-tMs$MQ;}`o!bv zG&2=LJ@8&Lp{-L7nI@}sD`-Mh5TD(GF(*|fe@XF<`J`8C*nOd@SC&V^XBt>V=w*?W z{AMAq#^}06YxXbd_fNOJ7n?#h*<&%5>2UcU^(yw~h!W{ajigTi9Bze*Lrby}i1^OYn$z&t)9_@Y~`KS_%UW5o=l$pB=KuBsIfFJP^C6P8^|P zDS08)nl6^E)K|Jvr!h*#yUmM)E|YWxW-}PTqjqS9u0k6A?WYNbo0W*2KGgP?pn=3k zj&mw`4N+LApPe2Gjl$|W-+DK6``r(DNJC*wDPAR=PBIeI&Zrx|||QjY`M zBBbXbn(Q`LOMPTKCK7SsxCSbfK*uxWO6e=PBgG*PMMT-U=hbTI? zd@f(fXguNHnA<@#1a2L}8~3|J#!Jhw>QmKjLW@i7M!r`qVx_CDO9YO}O70M=ftnhx zm#iYIPS7)`yv!5F2T6DQT5yXxhe4-N~N;}_!Nol{H*XCA#F{JjwA-seG|l#BxRd{KZ?C^ zuk{LZC1$3qPS$MPtg4D_wqo`G#3;=;S7n_$dGvyCUgmbFmJ5HsxW@{yg{ZUlMP~y` zT${e}_3sj$XD1dEBW7=PQ{|F^ag+I-lO*yAdOgT{p(>bU;BRQO`T6()2=4cPWB+Lr zWsq2)qNG+dh$3?Y9TFwjYXm2IEpgded>_e3sY_|AdB*!eayj4rnl`g^>*07#T*>T% zr~ERtrV_oih#I;x&WbhSPmE6pIyFHbm3J>Jx~bl406mtq#dWehf(@&&OaKL;&b}8@ z^rPzom&;{yN3pRJuex{-A#qMfpsV4U3)ycQlWd084_+DR0ga_TYw09;Mw|U!4;>VD z*1x`VtsUW_51&$44V8X#!dcq{>tU%z=Izyv@L1{PLc)E|gutM@ugN@|Wy%v$t=V}h zl#Tv|9-%7qFs%J~74LJ{cz`hC$RZyfwXs7ah6?D>D$Eyq z?@r0R+r`RtGY+2=_0nA(+*vkrrzd;h+%n1|azim^;hJO`9weBJ5NqMC>1Qe?Ib8ib zZ4HiT2spye?3mZJq5n#^$E;MG0uV&N`YY$E=%+?%!Z;@mwQ&L!TX?U*`P5VhTB3E9 z?lY=(kC&X3S5ySw=#gwMv9ph{3Tbzj0Vk=8EqBRD%pE;6=y%&x-EXvx5VD!INbkYFcruY`qL8V5fmS$7Zc|f{jrX zKUqtH#NpyFlD8F)?)d)K?g7}nG8T=9EzzB$O8ga$iJ@88;*uV-4KV{gZB|8WeupIb zmI4RQ$aO+N1F+SfA)k{NC$_?$^PfOLI3>fFcV_GXsX<8q8L}e3>71`cD#_c>szB4@ z1(mN7;Tt~PT9H7wJz_urm`H_kgg&G;)WUG8!g4vLmI%YWFZT0G)aoHREmANtCW~w@ zX`K!cZkeYB(d+M_`*Q={Rkgrw?Wt55bPgiC^MINq>wDa$I(=SYeJ5?s>aUdi%}!G5 zGSj{}y65ZdpI*}k_UhD=^1lBlI>0@&>(g#E4!D54hmoI&bu=9>w@kzIux8tt=`j5M zktODp_|T+8k~6Z76l*0z4z^NEYWlr#P+s+?WX3I7HFeZev~}_6B(L_(v36iHCQ^RQ zpBsn-YyaeZG9z}Wlia$i1qTQVNX0=E`QDVSHlP9fq8!SSZX{uY!ffk2jLs;E93$f_!sTRDbnY=I~Gz>eP5(p zsVxw_Sp2y~YXLLI0`uezpUS;)%w@z6uzJk)dHN&7|Hbu&R4LbZ zWL{WyORb3(=iYDYI(-F)YT<_iAx`E@9AJyz!B(rIQ_q=-1o7MNHD58jT?kEfwK~q- zHU@zDg8>G0+RnK_c25^qK@d1%IzZLhNTq(?5~+es(lWK8weLgZb+pgr8T7(}?jqsQ zfD%xCNSdFQR|YWsT)Ua8Pb3U5T14?d^?zJA*?E*XxTRU@%6{62>~w$X*?WaMrD(lJ z(}H>rn{a96k?sB9Cy`YXRSn6KIK^O8O~y>vr77cd_DoQMNvTT;@b`ZXw6FW-)BlM$ z5toQb;1|8?A(NF8SQ_O5i5xQk+IU}?av|i$p`}jj6kI+kmMqwgjxCycvV0ffA+H+C z+OWB6CK>iVJWf0pLUtciLnu+HQMI6A8dDH-8AHGUKnvK2Kn(O0wxbE!kd~ORY2LP} z+4kl%){3bXlRYH*HR-sNkvGTHv-wV}4|10<;~*WLH^tOb&Xw}K1I_dD#oOsFK9N$_ zEaHp7p#@qa7KTLcD;wEE;k&E7OJ7U7?lL1Q^h4U0jp_C$*7&vT#X#RLke8*cSfOVj z4Gw?anUA`f^sPqb^*!AkW7}&+@Ex$+Uzp2;mVsX_2buq;TR?r%^- z{c^Vcoawi85rFtbW_Xvy}{^Y(m4|B4DGobV(rA0Q~;7Rj2|6CV*sZnE9H zijug4XN~-@hMj1WBxO0Am!nygYG@GCP;L;Z<*|@es3-%}%sR z0}7AqCexn@hII%5W*vS3C51sE@-KBSDq1lVSg(5bOD>)Nlwqc{qEA%-MsOrt6|$M| zV+VFr6^$)p&83ceDh9@T+19orIaIee^&QP_zCu$1(nWtuH_V^!j+yem8W=PRePd$w zJ*@h2VXni3M~1AnN-^Ifg#+Ah?%R`(1@efg#+iq>xrXrTGirJo5>hDni()XPe{fF% zP>WaxCWq+q&{PN(5=D9FtmSfX!h7Q92T63AScSrnB9g~}yHimrIGZ_pF+fv>IO6Rd z^697u^wa%W(>Nyc2GMz^ycr937~#Mv7bXwA>PGwc91#8FfVd3dxR=i9LFQx=1Db2& zK_CrPZZt!s{pauSvFDC`GAMIe1Z<(eQ|%m}^|_h+We^CKWH z37U4Cc|uv4H~6S|p;DGiM%WRlQ%VRgCU1K=CIRGWcl%E1ehTboC5mR%3amM@nJb@n zR+ER<2!gV9=3p&_qx~^7Z3J#wo4Vc*6Q!%>>d_i&v81z=SVl7aA%PHHWP7j@QEn5K zOEV0kA|HiT$W%9nm3f~%PQB9~mrkyEL?h^RVXUUpCJcZ%g|vC5nts$*}7Q|9wj-Vc!}VgE3lhaAm*J8anbZixV(WTJ%n zMOox2uSm!)BMOxscsKTHveuxnTBjXN8^M!3Eiep`(hZrDSl@LBW8Y*SIJb zg{g-#cFMR!38DB?DvBAtHghci6mJ>d@)5Qa)0_))H~Q0T$uDDGz_Gn^fT&3)Hz2B` z&sKusk^HF@qA{nqNMub^FU}D_ZM(@Ld6kElR}G?|GZgFLDCbdXEzqObqWOp>;~B0~ z5JT@e`)gA^?+|Jlwz7$E>2mY-WW7!uKQht9GE!Aj<+&}hb;txuVw=IT?T`KyY=;RR zEt0N%#nxCN7vox*2|TGD)A-uM)wY-W0vpq9s>6YWR0@9GG$?Wa-=R-mxrqfR7F zPUODJTB4#n8{QPh^zL5&tUc~!cmQArzD2=J{=;ui4-b36bl;J(ljz8uxpbL2-Pp*f zogLG2Ro%y`Z3(?rW`kMTR|8z;HRkI(frUr(>}h}nNzq7gIOhjkyHXK9dqIIl)x1W2HC%>11wE!QWv}qrdnF393-@&?+Q|BKS(pTQMN9g;OX)ZBqGyy)+ z#zio=2*9}S9)judqp78-Y!$c7>Cy2VWKh;07S9Lx_doB4g|TsSrAzZr<#k%%v-BrU#SwxQy_x1t^))W1gPk#70~RbmJ7~owoNzw6Tf04ar8vMSxM8>c+yCScvYws zSd5|oe~TnFamL^^qoqu?+Ze1Kjt{wC$&p~N1SOJ61}`E~p~ycOL9W(-w34)mn0YiK zY!}^=g?K27c}20ZqE{T1RE0?L-H&LX_g#jz;&eZFSh9hvEKL;X8nFBFUB#^mpRhwu z_+C6~`!45%b}H95eTj~MM6UFvtv@&RdKwq`|)Ka%tyuZDh1>M@A?uX)7JTvaHE|*x1mZ z#}ah+@Xlz)li44Xk{sK@;l;+`CYZ`nb>e$^8Efe|qUtO<$u7QwGJ?s>s3B>1{88Pf z_gXX^z@2yCmxBYc4cIF{0f>qQQYs=UtrV?AB*BQE@nVSYKOKlF;`SUnQwzLS?*pp4IjFY>_Y)Y$t z3)VVC8BYM&x2GbCQ<)@N)?@HyN>8o$~G>)8yl=4<@KnTKF0H{Z*l!`qIO7rfHjJx#~Hd zNY>NY<*Nm=8FCvq=mbl^N@O+PErxB~aFuDW=F`WN1dUc{l@MvbQUE~^tyvwqg!3|6 zn4hSn1Rx#uW-ts)`>dh z+pj*_W&2;%V`*~AW>hU5zC?__V3Ho&CoTnqRqu1~mLEKZltG>i)Ap*8MyvM5HX-J1 zb+yJbPF@Nx3s4vzu7?7f!WYJR;(ocwG>{Ny3#4adwu>(s)imW9^yk@Y)Mufibp{*B zS!rp(s#6j%1QmqoA<&BjU?jd@T4Byj=(dnrU=Znu_@0;Ii!GNo>+FqWD(67rdYc` zkBPnqDr)}(Kei9IdBEQ4gH7#LP0!sPIM4X8#Zc)nQhDFr)yNEnTeykHZ}xj`iw()4 znnoM=-(_;=iByx_8!(|8+=sYO!Mwj_6AHsrBe*Dc$5K;zyp9?c7^~n{D*AI^bb4qR zQu!2y)q19^&SS=EMxQfps#j-s5D8WakMSZ9=C0JL(zu-Y!sN)gXfNuh~eD3RoKcK&MTTzJ}nTpDGprA5)! zd0ON^EJ!E_j-1AYI1LszMaN|T2A+ulBUm0Wo>S9I#1cIFp^*qziAtPHUb}(`D4C}~ zi%LD?o(&`^Z%X&gp5108sFpCu_$XC3u|zap!X7OH+rUpw9SP={g8#ONy-y3$AXTDs zH1`fbZoP{;I}VummL;N==aO@%Zjty~t1nuUpAdDRig%f%%FfLEaoH=96$Ldt7_C#w z?;XRT2j(BAm5}>!y3?}@i&7$5;Pf^ftc;lP2f^h1qz{(uUaj~LLfTm~{9k(k zZg@@$6qZK52)8b51Q<22Y0PYVBugGf^A90_MkY;bjxh{c%`@=YJWt7Xz|D5}C2_H> zc@Flheg*mcf(P`zzi{a3JVl#+zlj zLp5zkd$onn`{5$3{Rqh>BHdF#?o+r)UTP9z8T6XecolURfAN}cc6ySuQXp8Pa1fXA zANdOLP75_l@7}C1T1B`SRmyMz`6h`oQ8zh*FlJe8?1GLXeW6 z*%I+oDAh2|C%QB@SoJYnax3ONsx&&D)}|4IE9z_o5(n_Ejhp$$QOOlVv6JI0tShQu zHrj?st(m?M)6SnDlR0j=+CfEB={#W^LCV^d0IZ}bf{Jj^pv!0Qq-X38WO1{CNo6ux zoRrm|+6;<@uKO@iS{uoIueR9w3iD5cL(aj@hznlgQc3h@h@x0pxHZJmm4mfEy&d}$ z52aR3_84)#{IF5WMj7c+)m>oVYLtIn@u}^sf+8ey8;|B&)|-|CAW!-;$aG2!?sDAm{nfZ3}489=VL{dv$=b=h*c^}Eaocq52KR>aY5?F z@W@NAHu_h(AyfX<)`_pgQ?S8UWM0DYq-R-td!6=Pf4X=w`KXq{rg4=_?SUO3 z#3IfhI8Qyc)EacFCrA;E|4snsYqou?lCz>ZQ8pQZY z>sRMJ9BI?tBhVx9$9+d2RBFH*()bfrIzd`#haLW9x+Q;_g=gtGq#C^!BnD!9MAK)aoP z4U)?Oma-sN^ipx42Fpa*jLQM6_gGzHq7}OB0aCXdp^HYa7oAG z>5_wb(UU$NpX#I0=4PncJM=5hPMH1H?$|eU1Qpr6tB5m69~vZXXHfOP>^tc#uKcr8 zLD{G(jGUr*tTPb|2p3+lnZu}%)}nCY>&#!2gD%Qe-AV*Q0Q>v{uEZvBNIm9ek&zYT zzT}~_ueQI4N4ia~*eE@M|M%V!9tT(v>ki*&^7ZE++-gnn{MN(XI}qc2;E-w-a~bu5x`~=-pR9w3E)~ zS6JQKh`mIP@9N``9ETnRVg-o9u2Nr!3Su?zkXJTCtEjNBM3ATk@4 zS+iH5ySaSITEZ`Zl`s|;-+fCGj+QcQ<`!epXp6YW$hVr&No%JnjZp#e`}`K~@HCA47z#L{KJt7%C;en6nO&AyyO|!K+jTxNk zIGSA=3{F%gY9d8b^opk8t7Hb`pA^X{N}~d@6nIuRyyZ>exEak9G^25ZTK1G0fcxBk_pJ#znvh?$-f2zMrK3>{&w0^jOpZ^sg@BQc&6Zpl>?^pe(NWZja zj`B^&jjJz5Q}OLDW$)p%;BSZXbwb~OZ!eu%De`m^sK^g!DPacQVMB(X=ArE0uno&s5n68aAYu3>NtyjU-xDQ5nSM z9mUxYa?}C@zF!x|Q+|$S%???l%=1Sou%vUidRVZqcoJI_CG{5Vn;?x^fj=b>5I!K& zrQ8QV+1HEq6TaoER0{4q0drL>kLCD5_%>J1LqO%oBsCi`U2<6r26nS%zPiw+1IKO? zeh?HQ54$MdBVo9gdAtD&C(c*c?6@j^e~W-6Ha2L64)2l&-sXbiuSE? z$-dPr$=u`ZlXiS^;`tI|ceDpPsN$K#ZP}4sc5z!zzb<4KE2V}HIW)crIb|b`UdoJW z%6g6y9Mx!s4VIzI*JQzt2%!!J?^VcTV&*bk)NNr;^Qxp=SG@T{xWgp9Pp8CDQR|3Q-Y5O8wWcNG;Kcc&Hl$Z2F zH(W&Jk62R&5*afo+3LxHpr}^dkVO?CRwBIypsP>f5z(^p$yN@+q@gDC#pC>LQli)k z9PN_ZZmGmyem-4!q5LAv!%XJRD!`Fez$JYLtW5TMpwcS#y3Lz{mP-91M*v@^SeH!>G?`ndsv zMx3k0KMb&HM)RSu_C3^Bt{-H-i|Hu_sZEwLh^yc4{=i@U*>n#VL;y23v7y3i=QsP{ zigfnlb-5Q@mdd5?1l0eXv1OphKAi)PyUy3VQM=3`ErF=TrMjcL7f(w`j0m7@FVXc- zVkBm4|NXLt4QDo-LsXmM>ha|Py2z}*&iHp?m*6-Zb)s1E^DRg>w0OI=JyIR|Mt+0W z!>mP|&Ho*Jt1g;BHYYO7%N6oqEDvsRSQWm-;QtSFn{ znh-9R-W7*>Z}G46Ekncsvb`2uC-g%T8=wQcU-gJi*S0OOo=j{XzIs%U*!WFr875J$ zjw6+52f@fjyf+nQP>}PhrG?JJp+~g1eh3uBaX{dP+5?Q@G3?q#f+LEVYa$E-i{5hX z3xWZ(6&z}OaBO)???np@hk(r3Pz3t@e0rzC_3Pw~oJj02`4~C3ckD^xd z5V07#hy=RDYE-e1N)&>Ej;I45 z9o?bf;)y^2NKbWq4?8O{S9w)V^W2kYddIqB<}-H5FaiE}4jN6X7pNq<+{gj>^tbp( zbNZ4VdX|n+b?U*rv=KQvBxCR^Z3nV(p$OMGByWTQ)z(rTlR^a26?)LdVPlcM@w=Df zmp3%#mwuFYJAN@)Ka$ikyT88vAt)g5ENOZ~iX~i|pzKqfZW(s7J$W))xf;>$s#E#l zS3?i6-o?P{`TCju%dY*FZY&xfH5erLaLeU#SdnUh+lFfj=9~9WHlVxpEWdQ-nKB zIR{)(5mL0ATkep4^z4QwOApavw$c>`BKvSOY6^);?BJJ=iT3*iM(qpUzTTqxI4i1z z3ieFobl`WGu%K_hMcxC>4+ST%r=Z%xn#ihwYmvwt+#?G+Hcm- zsL$-3O7EVJkDYTegSQ6+m-h3E5#!q@A9fHh1*QU5NjsV>i)flX&>hW_aui{y28p9@Qa}Gk>n5? zd?lS0M~woX6-4l|2nL+ue+Hw#1%8uVwXrmzGB^3d?TWA>ZrBaSMGg=xioudvCjw{l6k7w^vX^< zNe7z{$*~s-(*{$ghWmQuo zM&i;Ps1p1%KrOQ6jCRbVcYK%LL&~Nk^b^8Eul$s#G$Qq)ZIWo5rT65O^|sPi>2CRf zGl$!GGoNA3?bfDM>Hhe=fU!TSENgwV^1iXz49no#Lfe`xIh80uzl=*ZPbe8ta-HCs zdG7Y45>|$>TT?mFt)8HhYkgy=l}hYfUth52*+$p;hY#!Z@CknPB~0XFU<@g)Pjem$ z7H+h2zzQTiJ8dr0u7?{1cb{v5OzVq0fX0Mvdi6PxIzJ_KtaJdz^+Nh~uHCCQ7Lh9f zraz?&1{;|KCCE`Bn&3`Ml0HU~@Khakp!v61XUMkFLq~X2z$7yNZ8DP<8Z1yE=ydV4 zb30p*U!=hK<>=o0O6X<%&f5}H7KkZ^B^csACzkJer-f~6)iO^4}9kjhah<3!W6%~!9B zOHvYHIx0s?p_IL)#`X&8aj)d#32m>8uY)!-p2TJ(1D19BqCn$h(gu3aVjQW8ZV_qY(vh0;Y6I>j^`h2HtR&Ss}AxU`}uJ+ubDGN#a^;X9Og z&)3E+uvbwRQLK=Cp2NHOaQ1P_fSKCnn0PgpY9<{0&%noB_yiyV+NaiC_*22nqW2XX zzsj3dbPZNXyc~k~bEBvWqd?DL4c7(Ld)$ZWPko8j1q}OWRB5w8FEJ*>^sXyw?PhKl zm{24)gmnOVl?8;nY+rGjkc^kAU!P z$>SvHu6Hrc*Y9tl*(N=1nBIR6qa~jwhns;!qa2e^d5ZoSlI`k`9(oX{jmjZ5?Z_E4 z)3GH+?~ngQ$@M7gKvZCoZ0+>b(AH?VXRS3`LEC82wD6Hcn$lkdF-Xch+ynq?Aik+& z8b^0_up6?_kc*#1X^?@Y!Px$bkm;9}3k;E8WCB!GKZ~qX=w;8(m0LaNriH!v zj2ilR^F74HrSS8_=V z>P?!y{SED#ESVAr61_FnZed2Fz1!cDev9T@`nyjIV*^lSNJ6qCB;lzqVvd@?RHx0T z3p+`BWyousxKgeoJ=GNI{^m8?%g@d)_Ll-G)gLWGrNpl4siC1-P8SEAvkH4d$7J=S zC9cHkDuW8fk>5JI2L57EzP{W3Cqq3PlQ~7^hyGlFrbS`$Glw*BVD!*2V1fh)>WaAtfieKPSh}S4(-HA$(FlF5 zcj0w)>{uY#czV)DokGhgO$M)QG8dTBFeS1=DZ1F`WIHbr2!#y0x!~B4%TV7#Ds#kp zR9tAqrCX*;%Q2AQqPFZ_kASa+ceFhfTm~Z*;?Q~WDmi;ko9?9m&A}#}T`DkqS$NPBH3>u|1kk7zpB#${q=3p;hb-Ag1UC_QmD%*pPA02*jBY!ESS zdtL9HudI!w6C&d9mE|w zVWMy{O^=NNO~fIjwA=<5oPs0f}&|L@V?+U&Cg#Bc=m@%u@I&R@4I?ier`;(?zpbmEs=Mn^Ssv+1E^)fg+y(cBj=~)E63e;@ zd*XhYrt;@NqzZ90lj2}5hftU}U5ZL-Bj6Qc(n!>4^MPRUmSlbjB=UI7ezt)MSA?lt zr$CqZp4>ufVjtvI7qWY4IZjC~{tV4EArfandSIz>jURdkCrNTHPC>cwHkC9dza1TU z5(&f^faL?UO66f~Zq9te0C3BaHenmH9oQ&yk3%r@jF&32^4$ zVzk+5z}VTxhfWF*@7mu@P~gh0t&12y7u;|qbO$3{(B3VTEzsttePxe{?ngq-rGlN< z&7&C#Ln9nW#5Au{cD0k3XAq4dW3pYx4ge$uD19{yBAv&rHL)9Ctl~wo6oIwDz>(le z)!v~ptx#$)Uxm>6$Xc9Cnnfj01&FKBn*n};#S$?zKM%u*iZVMvx zZTGhlTRxtYtXZ}LdW1HTWTMlyLMN!inUiV7K|it%Mo~iZhQ_w-@F}Q0&Gn^58jXIG zWnz@1YIBC}#l#W(L_zgwVQ>D1enhq;>0#$e_-h85Vn~<=Rm|t$22U-f!CrQ*3`3O^7=hS<5MQZjLr5Xo8~3E%~NdLa%cp|1hqk_1JXE>2=pOgVvEWZ z|I}XaU~)^Q;c;<==sa0UynXHoF40?0+Xk|_f+)22&IE$=BAP7EkW$_w*#GHW&^Ik% zA|$U!A`_V7w%ZA7-Jq^GdYhZe6{$^3Gl4ORpd;J0<@i{llIDx`Il7**-tIVlyy3l( z=F7DsdPR&5qcvxF$#+jqdFOb+|NO&Gc)8jTQ@G#Z4Cr!90d(X@8|EtEx{m)H&!a9P zvX*w+0dSm+(4wVy_3!ZIKd0P&#zS{tpPnElcJS8;5$~YNbBaczWTGw&kLC+z#R!e& zXO~yhQc_d~yIrG;7LzBu>*#lZHZC6 z*fKk=s7E6%FZN6y8~*IY8QYU{9*vKACo6cQBae@#oS%IUog23MTfEntEY7J8XL!3O zxdz*{h+H7U0UsUGd)`u(haQ>|ru!{#J=&p_-ekBU$e{3`E>Llhr*y&3Xf)dI%6@L(ddfTyN<*41|vPW zNW@_8%{>*#CmzmnzTF2ta~8UmqRM!j6dz1KW3!Evql`o2$!Eh*5<(y}4wEZvZ)rQo z3&ri)lP?-#N-7am@KHwwrGgOR7b{_Z3rrJ|M2I0C+&=csrWm6LaTvLks0cPvO(mP9 z#rBE1)`TEPX|Pghut>^4~|HE7!2S09x}nj?v_9JWW#^=o$vF{-+7zAxW44e z&6*%HND7%TkiJY{?GOB*STmA2?{NhJ#PA-{XTr8G{WyZ`Wsp5Si6uGNlN9N1a8E9!~Lnhdnq{Rg>$2b-!a= zWw>^O?;SGLjO$}8P$^9eJu3HX4?Rg|(7r+$gU~f!y>|TQXOZpqev7YEhTKV#FGy&f z-&n3TuXtWw^ZnyFxp%Ca24NDp5R^rMvahKMjby_0YRlVc%}*GijNy@rEaFR^J{`=l z)>87$gAo^>Zn#}Jq>jwyf{}!-?WrauyZx}&7ZEnAmr^}>N2C;pK}t*#=^Ky||IPps zLZmn7xJ@AmgtV^nhvqO$8{&Sq5MjL*)F!god8X3>DFa!ixZPzaSrMbecags-zfIij zN!kpfCW5Z*xOTU+t>?w!0cY>d_|=nRKD&8EQhSgFX(T8pl;bqqk?#H@GvF>d8r#!* zJD3+JiOLL_+z(d{vy4niay+?t#kMJFkaP~5Z>jT&iL4mq1)a=2EI$3Sno84TI273sbn1~7xz@x zp*L^4ma>ponemg0SG+qv;iJhMB?_Y5Ly@RNBom3Z_cttWzF=2&bl%bS7Nv$RPpQGC zH#$d(k=_R$XJdQ_6nRFB!)6;9SvEO4C&-sQm1(HT0^2kw2?l}pdLY4@hNP}&ouD)i zI2k=8`oyTtQKymZ<~iO4Z0Kk>kWY@;bQwjVD6<~#GhV!&^6dBnz7Q3$8BQc9!rW5+U zMQT`X9Ghm?1=V9g7cxRJM7sks0iTqXIwmDz*LTDeey*?j1p3 zIYwu+hXYC|Ty(fBqxC(p-O}AyM$?CbHJ*=DN@1!I34_qXsY)LVUM8aM5Z2;_WV_yT zbMq;#y+#%XR`I|t>=8k--(Hca8NE~NdX141kynHKC_;*gHwWxf2*l_~-jU+qz#;CH z0YNAZw&l=ttoDLJ3Zyh-a?CZrq(-HVWPz?@pCr-?l9M1xViMR8Av1&+*>{P}!4sk) z*vPHzNoGPG6(RIg`CRxArIf-esR9r~48N2TmP$DZy>5K$Wgm6dXhRf2k{JW8B_)CP z0W_#~NiZdw2CjQUQC0LY462K2O0ow+mXVC)yAj&`24BzEsSMk;jSm7Qsmm8V&c(a%JZee#sSyT zc}|^Yw6=p?Gw`2tMLJkSyjQGvfryHz2WJs^Pc84dj;71l?juF6h+eST2PTgUIwjiP zql6)fWK$xlB;p_`OTVNZXa!7@7f34veNk22@nl}!++0ydL1!|Yb9CDtUp!*D>0u;s zO0!RnByt`J$JlO&;Xo;8q`O-_etgHB)I8l)v}L4`W2|@F$ezp1l36KvT;_bFKHyn% zfvYZ=mY!L>A~lXa!1-xGG0JJ2=Gn~^>urOJ0aGcYkO-CW?)gWI@>AyZ9X||zLa79$ zDR6P{b{^$p7Lzl&!yU?0?3^Xqo<4Sr>Jd3GQ*W`|AGmt`AE+laYShxGmQ}OoK*Wng zh9uL8)GNI3be-jkr#Vljk{Bbx2ZSGJrXme&gP}1D1LzbIT1!Sn!J|>Zc3;vVm=p%m zASLSBjuhTxGY8=wA_?if8YpB82pJJEqWYe_JmvcK67M8=CXiZTazRmyC^O4pw<9G& znH90F#zmf29!HEJ{*nS{PE^TwEp;1xaCKd~aXsSd`if*bIw$D*78wTzF~-Hf1k?kq zz}ucuIKKO+rOeu4$#<^UZY7101RJoiXFN9a241@@w_n{bIX~go-}y&8RCl{H`HqL^PWXYjwMclNM4<50YzQ_5=cLyx(@Ddsep>2(f3~tZ7Bdy4~Paq%)8g8n?`` zspj>~73XiAa_D!2`W;r)6xBFTC0-_yd*hopIB}2$`H@nZcg_~PH68Que1?*e=eJ81 z;}Ms)x9koLUE2+dt`r9q3kjkGDG@P%ihv(L>EMZNix-J?I>)eKB0*(2rOXjBVPs+# z1buRy6e=2_eb+a>5?Ofs`0?L6$A8l%I%$zv1bv9k9*xiXJby-(l`LjEwkt=j3;NJw zGL1D7DFrjz5i>>HZ292a(jQ7rvzkPS)`7{mU|Kea{27lnhSTu{|GxPy&o-9BZi|`B z8RrG=APKRe9<|)QZ0Vbh$y^g-LaKtvBh4o-mfT5$kPZ=HwQA^28s2~WF3tX$*Zz!e zzx^@adi0z8#peyT>z{Hu8#7iJ&2B|m3@4h-9!?P=BBi55G8uh{rbMcajo&esnwy(D z4yGYnNQ9B}`@pAv(h~EY*@@sN%LsPG?VTbW<;-M;8jndK=hfkEFw;tD$RIH>DoZl0 znHD+!#XFB!lm&$rd_P|>GX@_5v94)%8&tCygB z1SN*kn@Y3ZGzg=axE`0}{r$A6=|Z>msb6YkTjk6J99<{cWJ#lvY3%UM zptM10g;a_T&+X=t7&Ol>mzFbYW3dk5xfC_22)hY)olD@O-m7t)fZB`^<5K$s?v)_07TcK5_gmNzWUrq)RLZl!6 z_{ZVsJ9xA{2x%Idy4L7oFNK`!_n!GwaMSIPO5vl&(2=4>NsA=mqhefFoE+zDw}D;T z@#V{wXfwGK)&F`)oX4J8(J;6xQT4NrygsBDVU5OAPnr< zpP|@5t>`u#hrm!y?)B9Y22Y3fK3;$?$tsoJd2485Ua% zDh%-^3q`a9Ee10#nGz{45YiEdWNL!bEw$2k7m31wkkLiAl2UBO#i)@&JMX(+UJ3io zcfJ!7F=WCt8D`t2z8Q}ujZ$W^+a=~>%aMRpdBlEaIX00|k?=N><%;Pf=DMC%r zna72myPaj4XC!+-2!}``v@!@4IX=$leZ;h|X*{(laG~G_PkxPQS)!EUaJXT=eZ|eL zBX58ZNJ$eTr05Y^kt@xl%$b!1PmYgBF|u53SZ+2XDOp>~J|t|{a%h|TYtwRY-6IVq z5$XOCv>bv+q=c4GWd;FQYe5>45?}k&Bn+==qw{3xxMX}OchzTrmV(rC>WKJ?KW|B(*lw4RC0aSAvOp0 zjb}b92uZQoL@q7^tBq$;3$9hp#l(?P%VcqiNRm4Y57dIwW5=j5I2CZQl=PMxsoHR*qZ;rg=doGRET>CTV=Zu*_Y??s3)d0>6haJ#0wM4U&{=> z4kR(SjH0!oEDDTN6ommb<8Hg8DmBI~X`6tQ^>6{Q?`WhZHyK4LJE7$+%d)M}Sr;Sz z$>S&A=!(xb3ZQ>^@~`9Xq~8mp-p~*S2Km18rT?=FtCp(g}Mp#^W9zDr}D5nnxL->i5(K4U6# zF0Nj4w_MWNEh&IDVmL)rYZjvulF)RGLy^cb&C@TIn0iG*QH>3HQ@g8cNl@+LAYLr_q`+H^aL&Xj98ZZfA6eop|E zge2+V8gxj3wvDW}EsJqQlAh=-%e$T@Z`W*h4Q=q)zGAoatXC~Js||m2XZf|aAF`PA zWV%EJ!>l-^iw@xe1Vxq^>LTau^D`zz$tW+l-5q#+d&{e<3zn-TNhzdEB=3gI^L68# z?tA88+A6Xf?<_J!lmLQ9B+a<0nT%(w_FEdaCsUw;quUEqX6})3j~UO%^OF5xL%vvC zWI9{brZ`AUAAI=67kvI<0km|!m{i+3o3ED5%ZsDM;&61lsBi9eY<4?*NNi(3ra)c6 zY6ovm1Q19{P#2P)ebsTcsF9~*KB~{)^&MBQE{Ja6!Mwky$ld4E(<$C8nQtwO7r68i z+kV1#-}{)Kezs#&2i`wku)MVN2ZK}Ov}{o$>4MPdHvEw%dkBM>V}m zC|$CZ9myF?E;yRhC>aMM%Me+u8*cY|c%GOT$zgAi$?)uQhbc4iOZz8$Mo~aJKMdDsmKG@uVB^G#HAq;>po5MP6}QkErsD%bOdn`<`aCB*DpN!e;r3ZLTSZ7X50XfG*n#ba zDNPzy>lGn5tIK>@6~*j%W>O7enoI2P8VY?Z#T#g zIIN!GRbV&CvDWcmdPxc;@t~MbM?9z#$KN|4Hv!*hLRVtO1vje|*Ox0Ck%P-QoX=^! zqj=iz@!OitdO%PW1@qZss>7afDN!;qDKm@_be-dByQ4n@Tnya$0|%3_*;_&k*xpkq z&rg56#JPBXBXv-H%1q+4=jh=Ph4J*wn$5;zeUAu=B2(;}j+616TuD}&6`%a{Q=;uC zwdBw?1EEPugcz6wL_dt?_f97F*Ew;v<>tD*oSw@x>Y@0RGx6JZ8UcKsY zUBDYj6at+RpxA6TNTE_umg_vr)@5F;3sWCr#6EfO*nQLUPv1Cz{^iNPj{kl9AH9}& zJI#)k32qWxo*bP#n2e@rv)YK(TQVVN+sLR&IM-2RgWbq-@0rcVwAVWjiMu;TJw7lR zC#t<+Tqv4thZGTEA~(JiQ+CUZe71g|$U z;`EfIgXBCv$zXch^5v@=n!cmVGPVavkrllC==iv?Ft?~wf+`6A$(1BYHPoqmWCuURc`DN9X}IgWC}$%$okXgGFr zeykMjVZ$H4ydt<2nHu1U?z-jV=mGm}i;t4&@d;l(f6C46j&0k~i$IXWlTDON^Nh?W zPNySsrKzh7-$!mY4NtFDw9ya$bOoY@7SF5emR+ByQwCBYMWiwrqrxyThPO@@td`g8 z?uO-`P{TzZg8ex(@uv6rx(6EkvIjrM__vmd!>NZ|v#0Y7MhWJ{9ouaO-V@|tVk(6m z$ZXL=t^n=p(fD;$)YtQ3y3-j>Fw19-!&*L2|m(wk^i^7H;b_?OY^&aYuMA7W4LkW%yec|WtClp-L_@Z7=%H# zWIwHN)F6rn*oH()1K70SyH-G=nD8YwF(axr^d*Xh27$^zTn|*V3a9BP{gg0r$;#^w9F=oyqI$D&MW-<-2<9+ z&19T28d*%4lWD`m`{=Y-n}sc>L@M&-eG4P6ia!g!x*SH$v@0 z;sY@XWfY~cbWNbEBbl$+E-Q>nw8K^unK3lt6IGs;RQb1<6Kl(KYKiTLt*sHa%58Q> z+o&$0C6M*Rup1SmwCV}B5}l2bD`v>l^S)_WzNVW6NqpcDjSrr>T|zXtc#5i9R!dlQ zf-@e`3W*W#9hou7@hOVa;b`=HSXRfA;cRIoYj5AV@Bhbt`uQ>Oxq5%D0QBqs6hH-u zCI&xvbn?!)RJ(U2%KiOkM|5t5mPm*Z?}euJNL1L&QstVqjkK*{K0l$%0$HXxKC9FC zqujG}Ek!X!OGQ_AH1&Wj(}ErlqGGFTY1@DzaC&-)gcd=tSwYuXayw#>kJ#PHnT#WM zhAVao$It}Y)=}gZV-&Ubv?1Wcvvv&!XQ#BzClX_o=xfK$ALV zFIFw{u0^yY+Fg}czy_IRdsMKur7=oFHX)#ylm$0CzF=8jjWb|K%$*DA#nt$&QatgHY>Zy&aLx4Nt771(M@hABQvPSPUgE+&!-1#mI$RSmHnNyUtV9M@aGYTB9WEZv`IFzB zQke|148%gQY%O=TY_gvQC)8`tgZo>Q)izzLxm-Bf)}vx%IEZ9q7IfxU1GFROe#^rw}E0FDz>hs-ba#CInK5MpBECiWsX?^W)Bl zVd=SJ8_rLcoGZuU)r#ZO6J*u0tkb-C*%--J8Ffe}646T2SKf0K@R7*X7zdjtb*4K^ zrsa}R&e{H$NM zRBRugHwQm{aR1)7Mw5I{uQNo#6-ROHB6*;vUW){Av_$szTdGo14kJTrDKyMRirb@t zLKL0Nc=ADu8O#}sG?#}bjL6xU6g=D=QFnp&o}8j{&Cz0oTBJ!oS!dbb7k>Qq5%=#8 zsfL!!Xq0GPday_Jpk(PftaWTpw;7KL9z8$ivR)8Ex|!aA$sl%#yHR4q6HvLr1y9!~ z2E!cZplgI8w``B{G~Ti>+};^+a=fC-DvnMralqZ3dvtNm;%rG1TaFK&AS%DAjZPgj zk2^jfR%VR*n)F zWH~#d65o23^M=*3BgB>v&Nx|slSo$PoSq#Ko33v&vV9#7fS_Wy%Cbu$c}y&`u}e8G zZ4#dkineiB?Z`Y#COI)id@D5Tkff*x6j@K9Y{0c-gMpjv?0vAkyY=SQc~ti$r%S08@syR%zc`N{LczMowY z1GG&9qtoEF#36$BogN~Nj&X~zyhSu9OZO7s1 zCF|%>m{e1o3!V1_m$Kc_3EHJNiZM{;hQYuPT_np5uRh$yHw|^YW;Dwn!g>|y>W*pt zlrS$@mD{|wcbA{eKj=k|^aSfZd0;BpJ7ROvG;W`&3k5_ADtb_=4`4=0(d2oKt348- zT?ZsYoG8RcDl?#|JEE)^6**NtxfoB!zbLcf*{H0JmB|;%`R3N;&KFW$UkX42K~Q8&VB?P*)My<4(>-1QZB7F%u+{F>Ee%hS367s&?$F6K4o=NFuwdoF6nom&-q zGtaO7YRP)7I6Z54+Q4ER$;Sn4ld(5`KxM~i!~xrk3(u3~3PXk|5~p-qcSsPFX!0yi z!&96`dxh6RhhTJn(?jIo*_>v*B6!c%%rnUQp)p!vbI0Ag@Xm3|(dhz{D|}4F^#s>T z9zl9?QRSAP0?Nnat!E0IS(Mh$LDRI!OehtFEwH9#RVUtU=K_HYr3;#6hYya-M3l+h za5{ck<>m8%EuV}Bvt#d6ebKbtKm474`1Jt@;P4~jV7qXGazpobV^SuIw$=n)mk%8a7OF|9`WF_?m)t0U5+Vy>!GoV6_?iqX`v zssnZ1A;Azd_*N0xmMRadmM3iGGmg78DmqYo#3!*5rnYYdstE)i(>Q$Y{ zy@JE)8D*KXShV;q5<^e=g+`6}~wIuIHTDG=wCSyYsO=b<}ixrD=1zkf`1cpP!y0;~Y zfx$;Xb&8+=^peF^8iOz>(^vF9(z!FnlQB9JTrO&yBXKpyh{-dyX4{z3(ySYrb&Itb zoo{h24Ij70Pz?)4`H1zprj?GOunbB=^ns@JG_B|0$P?N~QE0r=RAb9$$+x)}KAS&D@JiPtQL2Q32F zOmpi_#)F-^U@zD|KEii_&bOFc6C|P>tQKo9V2z>c03`(Pu^CJT6+>GvUw35MlI0qc z3u2PwG{cObVI4fJQ)HP!XJATAQIy=8R9HRWmG69;-L3aIIEg$vTX4F%Na+dG8e< zyCB5++uwWD-@EtANuMtbAf=T2A5Z_AFv`B)K5aO;RX+U1&klcl>*3(_H~#Fe{H3km z`tAQ~u(((Oi37RFO3p4XSk32Xy-_QHdDUM_cFhlUl zQ&k!zL;lQn{xYvTc#T&de4n%Vk{`YI9&fz;CYP6U6oLCQa1=Z{ZHUg1Yt8bq!-Zsb zYopj1RcMn8c<3c;5W01sUAKsU*BQ3;=v>9Y&h&kgmmlQW=tE-$r-EJD(XeUx{CTg> zTECPVe{=nVzyH6>fB5hJC$#=t&gbi3R9+m^kA@GnUm7k}&EDzpxsC|q(U=e-&kvpv zyiWmCm6%24sxlmkEW-x}0%e(DGsSAvuvj?eb4S;8v~|a770EJ9-3Udg2~n|L2dv5{ zjlpWrMmU)_lvB-Mrit3KUbn24l86fOg86cR51!yXQ8_Lz7lfGXjt~MqI6{n!1`{&L zSY52iGEJ6g%CaQHmbz_mA>u-Ws4zuI)S9fyDR)gWhE2NI(i!UYl6QXk2b^7ApjA#& zpV6)l*%}1C{jem2NNz2;g3@Mm0ena#7ACWlS}~}KD{dz51FZ{m>p=8^kKlY_D#;}< zy0iUwcKg;3tHI=rVRh>lWidL{Rxix3a)0;V`nP{+=>uO<0&Ui7uRZj?ID67I-SUj6 zKFrm4Z@<}}J$&i@5$nIXI43ZK+ost9e88sRJQcxIF1NKkm|;d9f@mj;Xtj z(PW#`vs1KPQB)aqT@%IA)q!s9uqI7P%(9%jyZ3qW=m`RxoHk5Hnpi5F54bjYPqXce zZlS0~1%3xq9;h!pZ4;?4Bj@W5L1<>*g0v<_Bfjz3-&miNj+1yFd8emPp*$fA)-e zl@f4qpFd2+_cJvGz6RCj&5C=x*jE7`d{q6vzFgGFkk2@twKTSr3Y2>~$RYft74R%Prz5!Q92 z8fXM)=Z?F3ipAwIr>BuBw}`b!@aVoKsBSvYC5RBBCiwKdV+0if`LJ4#Ub*)}W%PSS z7atlsIrNVCvbkvPzE*tUpy6k&FRj8hYj1DFYY+G2@!?wL>!q(UZC37bFdJ_bw{P9s zy}Y={7UxU4CUqu=>gN!qsZ4-S)QCyHR383w~4d$;fM(o3%}-JYS0<#7Li;UJ?~E&4>IW?1FqMH-Q$jY4ON zu5tJ_kmVL_U{GdAfaR)9aThOaO$+Ys4Y)jCvAA5~y-+VBZ5`-VLZ8M;5oN#_L#8b; zM4B#52q6fr1#429PTN3k3#vTBca9i5&c_rSj2R(Bd>07)jQilzajaHh^l+dEX{fWy;cR`r6HAHKpMuNagi zHn*&nHErus616fEl}4jb%Fs5Et_ip%(6&D9_sxl|b3RdeH?*cvuZ4(j$icfjRWE!M?c&${- zX2ZvJI{bZOtGBXp>s_s@!`SNis&(~m{Dc4eg-9QGfdB&d{lEWH`L$pB+j6u*_7C^H zRyru<^V+T0yYJk+b;(u=ay465`nSgbQEQY@ z6j{kjcVFV=2d_|j$8xzKIG3cCQfzJAVQZGySFN?|?cHT-vV~HL<$BJ&y?eZN{}mqI zdztZg!s*!&^VJ+LsU9dVl5wBqn!K=xPbxLDh9XbIPASt3-bLyr(6xc4Npqv=!KF## zx6*JugY@MZM)#MX@6<_|jT8)wLC|Psvt1_R9TtlPP16y4O87<}lC2j6-}bpRr7@$y zS-v&;|4dc=*qX^(HXA&n;i4;xRsQ(gKYjYn3%lnp6hHv~+yDAM%fJ3t{-(_RDn2_| zb~}@bwwqhTv$OYL_xxfxJUuv|r^V@$uKmv;(zYEE!FT-x=NrS~g?=V43QdaBY;W)J z`m5hzI2^KEty$I$A$YtCNC+rvc=_G~#^W(fv!+?E=vq&iS3JCXpTcIGot+YV!(w^P z#ry;xIyx8eL1-3%W)Wytk=S>OZ_2HLCmFmd6}(?b1liOQO0TZc4%h%`Go@Oolm_#m zpGws8VTYc!MFRaqBgb;JV!5jEUWg$*B&62l7(%)t)}Y6uMK-JcnHdg#q^RE2+4w`> zsq=Qt@>v+V5B|x2|3XyPX1#C#0X#iAlkfidAISNW<9N2N+u69J>uPg3Kk?OYdgt`u zxNPfn>O7DXg_fA?9tla0M~S_v+Yp8JlMJJPXwZtXEZE)JW>AfoFBfS-Ulf|o)3tS~ zNpdZV#R83{?K)0QPdPj~!n@RXd3dzX)2B~Z%+Fb@E|3W8+5rk{Y`V!JJ*XqjrD{vp z1zeC+2dxy=S~6SULQK*_n^aAxuE7K;Sn5OS_#V9zRVmn;Q{Ao zCtNP(EEfx07x58hvuz$ee3_lCZH&^muEY1#bekn4R~bW6Q_^8DnfrSn|^&{Yk2UtvWrZDJyy%<~dsGPE*O<$xlq@IK1`r}eqwdMc|uHT&c}Y*vLp|yukwr`A|Zj-M~@dE zFQT1|-_WJ~y`b}Ve8}Gos@iW`H*ft>9o~O0rqYlXzrHd60X+UcPi63DpUWitsrcmJ z!i5m)-K{DZE3wRt9S)~EhexM*2qEoQk;JOi14*Q}c0|xR)#y0a(Kanz*P*SYD$1m4 z5W2QwxttSx#D@+Q6<&qZ2i1oMj7=a+Zm+wNBvI0Cj*@1Tx!_qXS6rN5u&UQ-plwf^ z9B-&2i@}icXdxzQ;429MS87-Kz@J88ZI(Q)AjBB1jOd$oVFa``DJ08-E>}AcoX-ELY8XX}F73DTb5hC1qLB`tFKvFiNBv45-QhXXmG!UtHjtG!q24 zqLka*@F0;uAV^H-*sG$rk)#4DYRaNQX-f=3*L4Xzat#P25H@yEP-vZ|A$sq7^_kum z>EmQk5R;3VjNiA@(f_0J;g36?y&b9cgQyGNE!N1=^K}0!0}p%+00KDs@IwBj*Z;C~ zc@~}?T-2^xb+>j#UQ~>uD(}i_w6(Zc4BOVF0kLS5$x^|&x;8+s42K9IMh2rPpjez= zaDH}*cODh5Z-(?zEQE+LhN3JPRU?QhaVM`kG!Wt7M~=k>H(XiEyS4Wqm)XetHH+} zY&~EEqS8bRl9xe^XV1-e_(D>A`tZw`w`7jI$ZB80O3IaJs!-*WcMpm=lUDf?{4T@fMY~$$lhYI zQ&PwwMbZ2FpK{vqI@oEjXp^B$Mp0HY>or}|;ho2IsT(D12-u@sKSDZwh$`85uIp77 z{dB?#hQn5kM(>(I`9rMz4d2;!qU1+$C>OD=*ODD|JUaf$!2@3-fB@e4-QVT*gQXPZ z>*3(!qFdFgRWT~tVQzv~Zn3+yJryz2#eA-!_X$X;eu1b>+I<`Gtxc-^Z99VVX=Ff5 z-ivHhL+tI6n50k)0oQrDw(X@$s+rlSiv*6%|MoUfe@x)2W{HiB)7vaaN; zOy8X7(#Y_(rE5C6b|X=eQ?yClNWA{+B*08!C-Z@*6c~dV4l$F_fgYHDqH_B~Z1vkA z7Vku552F+p-s!bGe#i6d;%fm9e9Zs?IQ#G--u`pPlD99#!}Hp$*Uh@htQ!tYT*dW# zHXZxj-P=2D(`D<`^2!wl`i?2Xrr|(TVu1I~5u!(Hg+le-OtOJeusbQiD>pa@-upBe zTKfO#Jtl=FhGeu7)9i{qkpXcN)RC*;r}RLGS00q<<5?*k6Jxx7j;Z4$^uUZ8hoM(@ z$u8pBSnl0@Wi#}2h8gBRC6j-IvF|7|cq=&Gi>f@1&dmeanuQM>eejjI>wnn#BggrC z1xo{FuxImf{C#sVohgHxs_3>~d$9M~?nGX%tbDJO?Z5W3ci-Lp;QgNwf=}%%+MrY# zfteZtL*MNyDDjE@M5o)Gyr2{|);hV&Vbia+sen}KN&;!4Qzt0kV`6&OiB|<{@+NkpK?iO!?T0yEp1n=<@ka`Stb z(Jz8i&!Z_1rSZ$KS~pxAbaab`*7t3!U*Gz=Bv2Z?o*oKtZWUdf?RGES9cWl*{Zz^ul!eg&Ev;eeEK=vD4Uo%Sj# zeXza)RSG4en~b-Lu`aUd)^zLkw4B`i z`TLJYk3aZ8`QWcEy6TgY((h!Ybz(k2HWebNZ4S|0R_zS=` zX}6pKYal4Cl+xB>Y)+Pyqv?2j>(*o|tMr!2&DQp4wp(SxTR(sI{p#7%XWF|yHlwbS zl^RgS0KF>=$+x~nQy=wBE|bt_$(1H`LTs|-8kH63yzJFX5^cU&qogMCKt;=VTx&(8i#wLXQTm((x$z`Y=X0SHUc#jTh2&3-P`o z_=e!y-e}8!F)#s^zya`o1HXIYx^JZa7b1@Oyz8p~P!3nDA^`si@E3t^^`Cc1`m&xR zo$Sr?P{|;%VltDJMK#-=jJI!%X1265TjaC5+k3Oc`F!^$Z@f2Lt!pJARU0a8dJ!Nf zoAt-)jbn)@m*#TGl{D!;R10Ve%JxM^J~4wSjj|=G9HW#$MMrS!G$i(7Z1@eQ$S*fbcTvIH=tz~reP&SlQfINbnsY zB-eDKdlMiwz{r6q2~aEG9TJ${zj0q;f8Af$deJt}rXN>;Zv+1UN$ObOm^6881Dve? z{EvgUPt7YqVhFxoHSKcQHWE~4wRE*>TAi8t&fT4$lr7q*tTK7ZJ*j?Y`+f?b>Ti_R zh|(#JVk}~d#Gasa0*TRPY(=U-2T2$91xpgBdOb_jtgXxXq^xBnw)gPs2@z_X0Wl}$T?2n}s7>mksu({~WIE*Znj+a8XROp3> zUWtnrba5rYuf_YWk2Sd7L--;$J&-oC0&e%${=Ws@;Chq4ko6(~WJ$>XHt?TvEjo)Y z^*IWZG6rpoXl=B$c`+!e$!t8FYz?P*WhMyY+~%V^%O>-MpPU>Vm+g9~>%|i91Jbt) zp$u4)BmpU6EeJGgt^zw(YXdSq@!ICcjSf_slkERL_I3`5h9$F!SR&6nHtR5I1^!YL zOBI<*kcD)z5bu}xSmV5t=shubVjrsh@e3 z$yok!AQcb^K@p=89VEt3d*8LIc71*}UyLWC!Du=d4@WZc!B3(N+mpTNI5X2+>aLt$ zTmgCoh5F{rx-rXTt)ifkI#YesU`l;Zoj5 z&6i#;QUV!zIzHe(0|vlzuD`?!`7EV-qeg2ZN^50oW;2@=RZ$Km!(lb5rg>>c*2c;h zYsJS=*L6eJbX8M#WnNg(TC2Ktw(Ej%K~(30cFrSxbzk}*)f?AvMZ?ld9i>2NCE6HK z3elPI+GxZWlvZA1tRb#qbn6getwgN_)#9logq3t*MTj*actUiN!sg)xNSvE10xd~M zyafCR_^(O#XH$LkrPqrDP-@Ih`gI%lJHYoycF_FB-(QH~u2R58r{Is)qP4*oYcrka zWl;=ARaFi1swlI{S~E~q57$lH%54;Fw30{`Lo`Y$BQaRlI@7dW=2~Y^NQkHywNh3~ z41KOaL@+v_bz*@69|bR(4v{WObmC(ZW9&p!C+LW392)YLjJIW-?`zQMp#yD2-JLtrSLSWm0qJbxOjAs6?cTK@braB0*yG zF~*<*4pfjB9YH)IQ6z>WWnv$AigH6mZCt=#X7!f($6{?GU^{u#-whZ`xR zFY&pbxxUI&#wJME@o|g)b>PpC0*qDv_azBTE$O1D8;=dJZoc-pR&OsQcT1_OXGthi zS}QGD>l6h~LvMO{rcmYz%qfMTt_v_inrN(~FX{;WbClHWCoxAxHcD4@o`|?aG5^!oPOD)-&g1L3;+ND*GWV{R5w8(HvG9MAtu*vSA6W} zt0L%RP$zHfMn<+Ts_vsqpP`oI#`7m1HvzKwE*VMP6eO^0B(x%JvU3tpeg?cvN@3i* z-kWT|<~n|5>+3A%*xcka&nR7pPp%=!@Uy@U31GYZYctZt+??}9?>o|k+B^q7y=&pq zQmmISebP*&YK}hG__6CE$aQ;c{|d6XG4e?;z^6f>Z#>%@k4=TbW`k|MS50z0PDs+_ z5wIX_qJ2J{9Nm}=n^eWuRulBkqaJAUxtoi*+2NljYg~|kvA0$W7_*Dgt-ZNN9+`X=XGtB8$PsBawS zv((Q`K=fR^IFfU4OajG8|5%VD%En9jJZrPLZlvu$W)HovIL?<{f1CjHhpn6T%qP{s z=5IG|>K~hn`x$HF6m0C7oB6{}8qA+m!GA2*zX$;OJnNGnyZQ5H{S7{Sv*6P=?UMznm2(E9%YttI?F4#~Y!00000NkvXX Hu0mjf@c=X} literal 0 HcmV?d00001