diff --git a/debian/qwad.debhelper.log b/debian/qwad.debhelper.log deleted file mode 100644 index 45f43e5..0000000 --- a/debian/qwad.debhelper.log +++ /dev/null @@ -1,7 +0,0 @@ -dh_auto_configure -dh_auto_build -dh_auto_test -dh_prep -dh_installdirs -dh_auto_install -dh_install diff --git a/debian/qwad/usr/bin/qwad b/debian/qwad/usr/bin/qwad deleted file mode 100755 index 9111071..0000000 --- a/debian/qwad/usr/bin/qwad +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd /usr/share/Qwad -python2 Qwad.pyw $@ diff --git a/debian/qwad/usr/share/Qwad/AUTHORS b/debian/qwad/usr/share/Qwad/AUTHORS deleted file mode 100644 index 19406e9..0000000 --- a/debian/qwad/usr/share/Qwad/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -Christopher Roy Bratusek - -Previous, Original-Author: -ssorgatem diff --git a/debian/qwad/usr/share/Qwad/COPYING b/debian/qwad/usr/share/Qwad/COPYING deleted file mode 100644 index 4432540..0000000 --- a/debian/qwad/usr/share/Qwad/COPYING +++ /dev/null @@ -1,676 +0,0 @@ - - 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/debian/qwad/usr/share/Qwad/GUI/AboutQwad.py b/debian/qwad/usr/share/Qwad/GUI/AboutQwad.py deleted file mode 100644 index b347fc2..0000000 --- a/debian/qwad/usr/share/Qwad/GUI/AboutQwad.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -Module implementing AboutQwad. -""" - -from PyQt4.QtGui import QDialog -from PyQt4.QtCore import pyqtSignature - -from Ui_AboutQwad import Ui_Dialog - -def Version(): - return "0.4~git" -def Author(): - return "Christopher Roy Bratusek " - -class AboutQwad(QDialog, Ui_Dialog): - """ - Class documentation goes here. - """ - def __init__(self, parent = None): - """ - Constructor - """ - QDialog.__init__(self, parent) - self.setupUi(self) - self.versionNumber.setText(Version()) - self.AuthorName.setText(Author()) diff --git a/debian/qwad/usr/share/Qwad/GUI/AboutQwad.ui b/debian/qwad/usr/share/Qwad/GUI/AboutQwad.ui deleted file mode 100644 index 65a9c29..0000000 --- a/debian/qwad/usr/share/Qwad/GUI/AboutQwad.ui +++ /dev/null @@ -1,864 +0,0 @@ - - - Dialog - - - - 0 - 0 - 441 - 496 - - - - Dialog - - - - :/icons/wad.png:/icons/wad.png - - - - - - - - 150 - 0 - 131 - 131 - - - - - - - :/icons/wad.png - - - false - - - - - - 170 - 110 - 91 - 51 - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - - 180 - 150 - 51 - 21 - - - - Version - - - - - - 70 - 170 - 51 - 20 - - - - - - - Author: - - - - - - 230 - 150 - 131 - 21 - - - - - - - - - - 120 - 170 - 311 - 20 - - - - - - - - - - 10 - 200 - 421 - 281 - - - - 0 - - - - License - - - - - 0 - 10 - 411 - 231 - - - - false - - - true - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - false - - - - - - Thanks - - - - - 10 - 10 - 391 - 121 - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - true - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - - true - - - - - - - - - - diff --git a/debian/qwad/usr/share/Qwad/GUI/Ui_AboutQwad.py b/debian/qwad/usr/share/Qwad/GUI/Ui_AboutQwad.py deleted file mode 100644 index 7fd0c5c..0000000 --- a/debian/qwad/usr/share/Qwad/GUI/Ui_AboutQwad.py +++ /dev/null @@ -1,89 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/ssorgatem/Documents/python/Qwad/GUI/AboutQwad.ui' -# -# Created: Sat Jul 25 02:02:44 2009 -# by: PyQt4 UI code generator 4.4.4 -# -# WARNING! All changes made in this file will be lost! - -from PyQt4 import QtCore, QtGui - -class Ui_Dialog(object): - def setupUi(self, Dialog): - Dialog.setObjectName("Dialog") - Dialog.resize(450, 325) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/icons/wad.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - Dialog.setWindowIcon(icon) - self.QwadIcon = QtGui.QLabel(Dialog) - self.QwadIcon.setGeometry(QtCore.QRect(160, 0, 131, 131)) - self.QwadIcon.setPixmap(QtGui.QPixmap(":/icons/wad.png")) - #self.QwadIcon.setScaledContents(False) - self.QwadIcon.setObjectName("QwadIcon") - self.Qwad_name = QtGui.QLabel(Dialog) - self.Qwad_name.setGeometry(QtCore.QRect(70, 70, 91, 51)) - self.Qwad_name.setObjectName("Qwad_name") - self.Version = QtGui.QLabel(Dialog) - self.Version.setGeometry(QtCore.QRect(70, 110, 51, 20)) - self.Version.setObjectName("Version") - self.byAuthor = QtGui.QLabel(Dialog) - self.byAuthor.setGeometry(QtCore.QRect(70, 125, 51, 20)) - self.byAuthor.setObjectName("byAuthor") - self.versionNumber = QtGui.QLabel(Dialog) - self.versionNumber.setGeometry(QtCore.QRect(120, 110, 131, 20)) - self.versionNumber.setObjectName("versionNumber") - self.AuthorName = QtGui.QLabel(Dialog) - self.AuthorName.setGeometry(QtCore.QRect(120, 125, 311, 20)) - self.AuthorName.setObjectName("AuthorName") - self.abuttabs = QtGui.QTabWidget(Dialog) - self.abuttabs.setGeometry(QtCore.QRect(10, 150, 421, 150)) - self.abuttabs.setObjectName("abuttabs") - self.licensetab = QtGui.QWidget() - self.licensetab.setObjectName("licensetab") - self.textEdit = QtGui.QTextEdit(self.licensetab) - self.textEdit.setGeometry(QtCore.QRect(0, 10, 411, 231)) - self.textEdit.setUndoRedoEnabled(False) - self.textEdit.setReadOnly(True) - self.textEdit.setAcceptRichText(False) - self.textEdit.setObjectName("textEdit") - self.abuttabs.addTab(self.licensetab, "") - self.thankstab = QtGui.QWidget() - self.thankstab.setObjectName("thankstab") - self.label = QtGui.QLabel(self.thankstab) - self.label.setGeometry(QtCore.QRect(10, 10, 391, 121)) - self.label.setScaledContents(True) - self.label.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) - self.label.setWordWrap(True) - self.label.setObjectName("label") - self.abuttabs.addTab(self.thankstab, "") - - self.retranslateUi(Dialog) - self.abuttabs.setCurrentIndex(0) - QtCore.QMetaObject.connectSlotsByName(Dialog) - - def retranslateUi(self, Dialog): - Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "Dialog", None, QtGui.QApplication.UnicodeUTF8)) - self.Qwad_name.setText(QtGui.QApplication.translate("Dialog", "\n" -"\n" -"

Qwad

", None, QtGui.QApplication.UnicodeUTF8)) - self.Version.setText(QtGui.QApplication.translate("Dialog", "Version", None, QtGui.QApplication.UnicodeUTF8)) - self.byAuthor.setText(QtGui.QApplication.translate("Dialog", "Author: ", None, QtGui.QApplication.UnicodeUTF8)) - self.textEdit.setText(QtGui.QApplication.translate("Dialog", "GNU General Public License v3", None, QtGui.QApplication.UnicodeUTF8)) - self.abuttabs.setTabText(self.abuttabs.indexOf(self.licensetab), QtGui.QApplication.translate("Dialog", "License", None, QtGui.QApplication.UnicodeUTF8)) - self.label.setText(QtGui.QApplication.translate("Dialog", "Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P.", None, QtGui.QApplication.UnicodeUTF8)) - self.abuttabs.setTabText(self.abuttabs.indexOf(self.thankstab), QtGui.QApplication.translate("Dialog", "Thanks", None, QtGui.QApplication.UnicodeUTF8)) - -import Qwad_rc - -if __name__ == "__main__": - import sys - app = QtGui.QApplication(sys.argv) - Dialog = QtGui.QDialog() - ui = Ui_Dialog() - ui.setupUi(Dialog) - Dialog.show() - sys.exit(app.exec_()) - diff --git a/debian/qwad/usr/share/Qwad/GUI/Ui_VenPri.py b/debian/qwad/usr/share/Qwad/GUI/Ui_VenPri.py deleted file mode 100644 index 330adcf..0000000 --- a/debian/qwad/usr/share/Qwad/GUI/Ui_VenPri.py +++ /dev/null @@ -1,290 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/ssorgatem/Documents/python/qwad/GUI/VenPri.ui' -# -# Created: Mon Jul 27 19:07:42 2009 -# by: PyQt4 UI code generator 4.4.4 -# -# WARNING! All changes made in this file will be lost! - -from PyQt4 import QtCore, QtGui - -class Ui_Qwad(object): - def setupUi(self, Qwad): - Qwad.setObjectName("Qwad") - Qwad.resize(481, 296) - Qwad.setMinimumSize(QtCore.QSize(481, 296)) - Qwad.setMaximumSize(QtCore.QSize(481, 296)) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/icons/wad.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - Qwad.setWindowIcon(icon) - self.centralWidget = QtGui.QWidget(Qwad) - self.centralWidget.setObjectName("centralWidget") - self.tabWidget = QtGui.QTabWidget(self.centralWidget) - self.tabWidget.setGeometry(QtCore.QRect(0, 0, 481, 251)) - self.tabWidget.setAcceptDrops(False) - self.tabWidget.setObjectName("tabWidget") - self.unpacktab = QtGui.QWidget() - self.unpacktab.setObjectName("unpacktab") - self.MuestraRutaWad = QtGui.QLineEdit(self.unpacktab) - self.MuestraRutaWad.setGeometry(QtCore.QRect(160, 40, 241, 25)) - self.MuestraRutaWad.setObjectName("MuestraRutaWad") - self.BotonRutaWad = QtGui.QToolButton(self.unpacktab) - self.BotonRutaWad.setGeometry(QtCore.QRect(70, 40, 91, 25)) - self.BotonRutaWad.setObjectName("BotonRutaWad") - self.MuestraRutaExtraer = QtGui.QLineEdit(self.unpacktab) - self.MuestraRutaExtraer.setGeometry(QtCore.QRect(160, 110, 241, 25)) - self.MuestraRutaExtraer.setObjectName("MuestraRutaExtraer") - self.BotonRutaExtraer = QtGui.QToolButton(self.unpacktab) - self.BotonRutaExtraer.setGeometry(QtCore.QRect(70, 110, 91, 25)) - self.BotonRutaExtraer.setAutoRaise(False) - self.BotonRutaExtraer.setArrowType(QtCore.Qt.NoArrow) - self.BotonRutaExtraer.setObjectName("BotonRutaExtraer") - self.Desempaqueta = QtGui.QPushButton(self.unpacktab) - self.Desempaqueta.setGeometry(QtCore.QRect(170, 180, 121, 25)) - self.Desempaqueta.setObjectName("Desempaqueta") - self.TMDviewer = QtGui.QWidget() - self.TMDviewer.setObjectName("TMDviewer") - self.TMDfilepath = QtGui.QLineEdit(self.TMDviewer) - self.TMDfilepath.setGeometry(QtCore.QRect(150, 10, 241, 25)) - self.TMDfilepath.setObjectName("TMDfilepath") - self.TMDfilebutton = QtGui.QToolButton(self.TMDviewer) - self.TMDfilebutton.setGeometry(QtCore.QRect(60, 10, 91, 25)) - self.TMDfilebutton.setObjectName("TMDfilebutton") - self.widget = QtGui.QWidget(self.TMDviewer) - self.widget.setGeometry(QtCore.QRect(10, 50, 451, 147)) - self.widget.setObjectName("widget") - self.gridLayout = QtGui.QGridLayout(self.widget) - self.gridLayout.setObjectName("gridLayout") - self.label = QtGui.QLabel(self.widget) - self.label.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label.setObjectName("label") - self.gridLayout.addWidget(self.label, 0, 0, 1, 1) - self.TitleID = QtGui.QLabel(self.widget) - self.TitleID.setObjectName("TitleID") - self.gridLayout.addWidget(self.TitleID, 0, 1, 1, 1) - self.label_9 = QtGui.QLabel(self.widget) - self.label_9.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_9.setObjectName("label_9") - self.gridLayout.addWidget(self.label_9, 0, 2, 1, 2) - self.idASCII = QtGui.QLabel(self.widget) - self.idASCII.setObjectName("idASCII") - self.gridLayout.addWidget(self.idASCII, 0, 4, 1, 1) - self.label_3 = QtGui.QLabel(self.widget) - self.label_3.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_3.setObjectName("label_3") - self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1) - self.Version = QtGui.QLabel(self.widget) - self.Version.setObjectName("Version") - self.gridLayout.addWidget(self.Version, 1, 1, 1, 1) - self.label_5 = QtGui.QLabel(self.widget) - self.label_5.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_5.setObjectName("label_5") - self.gridLayout.addWidget(self.label_5, 1, 3, 1, 1) - self.TitleType = QtGui.QLabel(self.widget) - self.TitleType.setObjectName("TitleType") - self.gridLayout.addWidget(self.TitleType, 1, 4, 1, 1) - self.label_2 = QtGui.QLabel(self.widget) - self.label_2.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_2.setObjectName("label_2") - self.gridLayout.addWidget(self.label_2, 2, 0, 1, 1) - self.label_6 = QtGui.QLabel(self.widget) - self.label_6.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_6.setObjectName("label_6") - self.gridLayout.addWidget(self.label_6, 2, 3, 1, 1) - self.GroupID = QtGui.QLabel(self.widget) - self.GroupID.setObjectName("GroupID") - self.gridLayout.addWidget(self.GroupID, 2, 4, 1, 1) - self.label_4 = QtGui.QLabel(self.widget) - self.label_4.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_4.setObjectName("label_4") - self.gridLayout.addWidget(self.label_4, 3, 0, 1, 1) - self.BootIndex = QtGui.QLabel(self.widget) - self.BootIndex.setObjectName("BootIndex") - self.gridLayout.addWidget(self.BootIndex, 3, 1, 1, 1) - self.label_7 = QtGui.QLabel(self.widget) - self.label_7.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_7.setObjectName("label_7") - self.gridLayout.addWidget(self.label_7, 3, 3, 1, 1) - self.AccessRights = QtGui.QLabel(self.widget) - self.AccessRights.setObjectName("AccessRights") - self.gridLayout.addWidget(self.AccessRights, 3, 4, 1, 1) - self.label_8 = QtGui.QLabel(self.widget) - self.label_8.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_8.setObjectName("label_8") - self.gridLayout.addWidget(self.label_8, 4, 0, 1, 1) - self.Contents = QtGui.QLabel(self.widget) - self.Contents.setObjectName("Contents") - self.gridLayout.addWidget(self.Contents, 4, 1, 1, 1) - self.label_10 = QtGui.QLabel(self.widget) - self.label_10.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_10.setObjectName("label_10") - self.gridLayout.addWidget(self.label_10, 4, 3, 1, 1) - self.Reserved = QtGui.QLabel(self.widget) - self.Reserved.setObjectName("Reserved") - self.gridLayout.addWidget(self.Reserved, 4, 4, 1, 1) - self.IOSversion = QtGui.QLabel(self.widget) - self.IOSversion.setObjectName("IOSversion") - self.gridLayout.addWidget(self.IOSversion, 2, 1, 1, 1) - self.packtab = QtGui.QWidget() - self.packtab.setObjectName("packtab") - self.MuestraRutaEmpaquetado = QtGui.QLineEdit(self.packtab) - self.MuestraRutaEmpaquetado.setGeometry(QtCore.QRect(160, 110, 241, 25)) - self.MuestraRutaEmpaquetado.setObjectName("MuestraRutaEmpaquetado") - self.MuestraRutaDesempaquetado = QtGui.QLineEdit(self.packtab) - self.MuestraRutaDesempaquetado.setGeometry(QtCore.QRect(160, 40, 241, 25)) - self.MuestraRutaDesempaquetado.setObjectName("MuestraRutaDesempaquetado") - self.BotonRutaEmpaquetado = QtGui.QToolButton(self.packtab) - self.BotonRutaEmpaquetado.setGeometry(QtCore.QRect(70, 110, 91, 25)) - self.BotonRutaEmpaquetado.setAutoRaise(False) - self.BotonRutaEmpaquetado.setArrowType(QtCore.Qt.NoArrow) - self.BotonRutaEmpaquetado.setObjectName("BotonRutaEmpaquetado") - self.BotonRutaDesempaquetado = QtGui.QToolButton(self.packtab) - self.BotonRutaDesempaquetado.setGeometry(QtCore.QRect(70, 40, 91, 25)) - self.BotonRutaDesempaquetado.setObjectName("BotonRutaDesempaquetado") - self.Empaqueta = QtGui.QPushButton(self.packtab) - self.Empaqueta.setGeometry(QtCore.QRect(170, 180, 121, 25)) - self.Empaqueta.setObjectName("Empaqueta") - self.NUStab = QtGui.QWidget() - self.NUStab.setObjectName("NUStab") - self.NusOutputPath = QtGui.QLineEdit(self.NUStab) - self.NusOutputPath.setGeometry(QtCore.QRect(140, 150, 241, 25)) - self.NusOutputPath.setObjectName("NusOutputPath") - self.Download_from_NUS = QtGui.QPushButton(self.NUStab) - self.Download_from_NUS.setGeometry(QtCore.QRect(170, 180, 121, 25)) - self.Download_from_NUS.setObjectName("Download_from_NUS") - self.NusOutputButton = QtGui.QToolButton(self.NUStab) - self.NusOutputButton.setGeometry(QtCore.QRect(40, 150, 91, 25)) - self.NusOutputButton.setAutoRaise(False) - self.NusOutputButton.setArrowType(QtCore.Qt.NoArrow) - self.NusOutputButton.setObjectName("NusOutputButton") - self.enteredTitleID = QtGui.QLineEdit(self.NUStab) - self.enteredTitleID.setGeometry(QtCore.QRect(95, 45, 161, 25)) - self.enteredTitleID.setObjectName("enteredTitleID") - self.TitleIDlabel = QtGui.QLabel(self.NUStab) - self.TitleIDlabel.setGeometry(QtCore.QRect(40, 51, 101, 20)) - self.TitleIDlabel.setObjectName("TitleIDlabel") - self.Title = QtGui.QLabel(self.NUStab) - self.Title.setGeometry(QtCore.QRect(0, 10, 121, 21)) - self.Title.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.Title.setObjectName("Title") - self.comboBox = QtGui.QComboBox(self.NUStab) - self.comboBox.setGeometry(QtCore.QRect(125, 10, 150, 25)) - self.comboBox.setObjectName("comboBox") - self.comboBox.addItem(QtCore.QString()) - self.comboBox2 = QtGui.QComboBox(self.NUStab) - self.comboBox2.setGeometry(QtCore.QRect(280, 10, 170, 25)) - self.comboBox2.setObjectName("comboBox2") - self.comboBox2.addItem(QtCore.QString()) - self.decryptCheck = QtGui.QCheckBox(self.NUStab) - self.decryptCheck.setEnabled(False) - self.decryptCheck.setGeometry(QtCore.QRect(40, 122, 130, 23)) - self.decryptCheck.setChecked(False) - self.decryptCheck.setObjectName("decryptCheck") - self.pack_in_WAD_checkbox = QtGui.QCheckBox(self.NUStab) - self.pack_in_WAD_checkbox.setGeometry(QtCore.QRect(120, 122, 150, 23)) - self.pack_in_WAD_checkbox.setChecked(True) - self.pack_in_WAD_checkbox.setObjectName("pack_in_WAD_checkbox") - self.ChooseRegion = QtGui.QComboBox(self.NUStab) - self.ChooseRegion.setGeometry(QtCore.QRect(230, 122, 150, 23)) - self.ChooseRegion.setObjectName("ChooseRegion") - self.ChooseRegion.addItem(QtCore.QString()) - self.VersionlineEdit = QtGui.QLineEdit(self.NUStab) - self.VersionlineEdit.setGeometry(QtCore.QRect(325, 45, 71, 25)) - self.VersionlineEdit.setObjectName("VersionlineEdit") - self.versionlabel = QtGui.QLabel(self.NUStab) - self.versionlabel.setGeometry(QtCore.QRect(265, 50, 51, 20)) - self.versionlabel.setObjectName("versionlabel") - self.availableVersions = QtGui.QLabel(self.NUStab) - self.availableVersions.setGeometry(QtCore.QRect(170, 81, 300, 40)) - self.availableVersions.setObjectName("availableVersions") - self.availableLabel = QtGui.QLabel(self.NUStab) - self.availableLabel.setGeometry(QtCore.QRect(40, 90, 120, 20)) - self.availableLabel.setObjectName("availableLabel") - self.tabWidget.addTab(self.NUStab, "") - self.tabWidget.addTab(self.unpacktab, "") - self.tabWidget.addTab(self.packtab, "") - self.tabWidget.addTab(self.TMDviewer, "") - Qwad.setCentralWidget(self.centralWidget) - self.menuBar = QtGui.QMenuBar(Qwad) - self.menuBar.setGeometry(QtCore.QRect(0, 0, 481, 22)) - self.menuBar.setObjectName("menuBar") - self.menuAyuda = QtGui.QMenu(self.menuBar) - self.menuAyuda.setObjectName("menuAyuda") - Qwad.setMenuBar(self.menuBar) - self.statusBar = QtGui.QStatusBar(Qwad) - self.statusBar.setObjectName("statusBar") - Qwad.setStatusBar(self.statusBar) - self.actionAcerca_de_Qwad = QtGui.QAction(Qwad) - self.actionAcerca_de_Qwad.setIcon(icon) - self.actionAcerca_de_Qwad.setObjectName("actionAcerca_de_Qwad") - self.actionAbout_Qt = QtGui.QAction(Qwad) - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap(":/icons/qt4.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionAbout_Qt.setIcon(icon1) - self.actionAbout_Qt.setObjectName("actionAbout_Qt") - self.actionAbout_Wii_Signer = QtGui.QAction(Qwad) - self.actionAbout_Wii_Signer.setObjectName("actionAbout_Wii_Signer") - self.menuAyuda.addAction(self.actionAcerca_de_Qwad) - self.menuAyuda.addAction(self.actionAbout_Qt) - self.menuBar.addAction(self.menuAyuda.menuAction()) - - self.retranslateUi(Qwad) - self.tabWidget.setCurrentIndex(0) - QtCore.QMetaObject.connectSlotsByName(Qwad) - - def retranslateUi(self, Qwad): - Qwad.setWindowTitle(QtGui.QApplication.translate("Qwad", "Qwad - a WAD management tool", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaWad.setToolTip(QtGui.QApplication.translate("Qwad", "Ruta hacia el archivo WAD que quieres desempaquetar", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaWad.setText(QtGui.QApplication.translate("Qwad", "WAD file", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaExtraer.setToolTip(QtGui.QApplication.translate("Qwad", "Carpeta donde se almacenaran los contenidos del archivo WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaExtraer.setText(QtGui.QApplication.translate("Qwad", "Output", None, QtGui.QApplication.UnicodeUTF8)) - self.Desempaqueta.setText(QtGui.QApplication.translate("Qwad", "Unpack", None, QtGui.QApplication.UnicodeUTF8)) - self.tabWidget.setTabText(self.tabWidget.indexOf(self.unpacktab), QtGui.QApplication.translate("Qwad", "Unpack WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.TMDfilebutton.setToolTip(QtGui.QApplication.translate("Qwad", "Ruta hacia el archivo WAD que quieres desempaquetar", None, QtGui.QApplication.UnicodeUTF8)) - self.TMDfilebutton.setText(QtGui.QApplication.translate("Qwad", "TMD file", None, QtGui.QApplication.UnicodeUTF8)) - self.label.setText(QtGui.QApplication.translate("Qwad", "Title ID:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_9.setText(QtGui.QApplication.translate("Qwad", "Title ID (ascii):", None, QtGui.QApplication.UnicodeUTF8)) - self.label_3.setText(QtGui.QApplication.translate("Qwad", "Title Version:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_5.setText(QtGui.QApplication.translate("Qwad", "Title Type:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_2.setText(QtGui.QApplication.translate("Qwad", "Required IOS:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_6.setText(QtGui.QApplication.translate("Qwad", "Group ID:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_4.setText(QtGui.QApplication.translate("Qwad", "Boot index:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_7.setText(QtGui.QApplication.translate("Qwad", "Access rights:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_8.setText(QtGui.QApplication.translate("Qwad", "Contents:", None, QtGui.QApplication.UnicodeUTF8)) - self.label_10.setText(QtGui.QApplication.translate("Qwad", "Reserved:", None, QtGui.QApplication.UnicodeUTF8)) - self.tabWidget.setTabText(self.tabWidget.indexOf(self.TMDviewer), QtGui.QApplication.translate("Qwad", "TMD viewer", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaEmpaquetado.setToolTip(QtGui.QApplication.translate("Qwad", "Carpeta y nombre del nuevo WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaEmpaquetado.setText(QtGui.QApplication.translate("Qwad", "Output", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaDesempaquetado.setToolTip(QtGui.QApplication.translate("Qwad", "Ruta hacia la carpeta que empaquetar en WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.BotonRutaDesempaquetado.setText(QtGui.QApplication.translate("Qwad", "Folder", None, QtGui.QApplication.UnicodeUTF8)) - self.Empaqueta.setText(QtGui.QApplication.translate("Qwad", "Pack", None, QtGui.QApplication.UnicodeUTF8)) - self.tabWidget.setTabText(self.tabWidget.indexOf(self.packtab), QtGui.QApplication.translate("Qwad", "Pack WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.Download_from_NUS.setText(QtGui.QApplication.translate("Qwad", "Download", None, QtGui.QApplication.UnicodeUTF8)) - self.NusOutputButton.setToolTip(QtGui.QApplication.translate("Qwad", "Carpeta y nombre del nuevo WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.NusOutputButton.setText(QtGui.QApplication.translate("Qwad", "Output", None, QtGui.QApplication.UnicodeUTF8)) - self.TitleIDlabel.setText(QtGui.QApplication.translate("Qwad", "Title ID", None, QtGui.QApplication.UnicodeUTF8)) - self.Title.setText(QtGui.QApplication.translate("Qwad", "Choose title:", None, QtGui.QApplication.UnicodeUTF8)) - self.comboBox.setItemText(0, QtGui.QApplication.translate("Qwad", "Choose IOS", None, QtGui.QApplication.UnicodeUTF8)) - self.comboBox2.setItemText(0, QtGui.QApplication.translate("Qwad", "Choose Region First!", None, QtGui.QApplication.UnicodeUTF8)) - self.ChooseRegion.setItemText(0, QtGui.QApplication.translate("Qwad", "Choose Region", None, QtGui.QApplication.UnicodeUTF8)) - self.decryptCheck.setText(QtGui.QApplication.translate("Qwad", "Decrypt", None, QtGui.QApplication.UnicodeUTF8)) - self.pack_in_WAD_checkbox.setText(QtGui.QApplication.translate("Qwad", "Pack as WAD", None, QtGui.QApplication.UnicodeUTF8)) - self.versionlabel.setText(QtGui.QApplication.translate("Qwad", "Version:", None, QtGui.QApplication.UnicodeUTF8)) - self.availableLabel.setText(QtGui.QApplication.translate("Qwad", "Available Versions:", None, QtGui.QApplication.UnicodeUTF8)) - self.tabWidget.setTabText(self.tabWidget.indexOf(self.NUStab), QtGui.QApplication.translate("Qwad", "Download from NUS", None, QtGui.QApplication.UnicodeUTF8)) - self.menuAyuda.setTitle(QtGui.QApplication.translate("Qwad", "Help", None, QtGui.QApplication.UnicodeUTF8)) - self.actionAcerca_de_Qwad.setText(QtGui.QApplication.translate("Qwad", "About Qwad", None, QtGui.QApplication.UnicodeUTF8)) - self.actionAbout_Qt.setText(QtGui.QApplication.translate("Qwad", "About Qt", None, QtGui.QApplication.UnicodeUTF8)) - -import Qwad_rc - -if __name__ == "__main__": - import sys - app = QtGui.QApplication(sys.argv) - Qwad = QtGui.QMainWindow() - ui = Ui_Qwad() - ui.setupUi(Qwad) - Qwad.show() - sys.exit(app.exec_()) - diff --git a/debian/qwad/usr/share/Qwad/GUI/VenPri.py b/debian/qwad/usr/share/Qwad/GUI/VenPri.py deleted file mode 100644 index 56e447a..0000000 --- a/debian/qwad/usr/share/Qwad/GUI/VenPri.py +++ /dev/null @@ -1,384 +0,0 @@ -# -*- coding: utf-8 -*- -""" -Module implementing Qwad's main window -""" -from PyQt4.QtGui import QMainWindow,QFileDialog,QMessageBox, QLabel -from PyQt4.QtCore import pyqtSignature,QString,QT_TR_NOOP,SIGNAL,QObject -from WiiPy.archive import WAD -from WiiPy.title import NUS, TMD -from Ui_VenPri import Ui_Qwad -from shutil import rmtree -from threading import Thread -import TitleIDs -import tempfile, os, time -import binascii - -CWD = os.getcwd() - -class MWQwad(QMainWindow, Ui_Qwad): - """ - Class documentation goes here. - """ - def __init__(self, parent = None): - """ - Constructor - """ - QMainWindow.__init__(self, parent) - self.setupUi(self) - self.defaultversion = self.trUtf8("""(Latest)""") - self.availableVersions.setText("(---)") - self.VersionlineEdit.setText(self.defaultversion) - for key in TitleIDs.sorted_copy(TitleIDs.TitleDict): - self.comboBox.addItem(key) - for key in TitleIDs.SupportedRegions: - self.ChooseRegion.addItem(key) - self.getReady() - self.default_region = "" - - def Status(self,status): - print status - self.setEnabled(False) - self.statusBar.showMessage(status) - - def getReady(self): - self.setEnabled(True) - self.statusBar.showMessage(self.trUtf8("Ready")) - os.chdir(CWD) - print "Done." - - def ErrorDiag(self, error = QT_TR_NOOP("Unknown error")): - print error - QMessageBox.critical(None, - self.trUtf8("Error"), - self.trUtf8("""An error has ocurred:""") +" " + str(error), - QMessageBox.StandardButtons(\ - QMessageBox.Ok), - QMessageBox.Ok) - - def loadTMD(self,tmdpath):#TODO: TMD viewer - """ - Displays _TMD information in the UI - """ - tmd = TMD().loadFile(tmdpath) - self.TitleID.setText("%016x" % tmd.tmd.titleid) - self.idASCII.setText("%s" % binascii.unhexlify(str(tmd.tmd.titleid)[7:])) - self.IOSversion.setText(TitleIDs.TitleSwapDict["%s" % ("%016x" % tmd.tmd.iosversion)]) - self.TitleType.setText(str(tmd.tmd.title_type)) - self.GroupID.setText(str(tmd.tmd.group_id)) - self.Reserved.setText(str(tmd.tmd.reserved)) - self.AccessRights.setText(str(tmd.tmd.access_rights)) - self.Version.setText(str(tmd.tmd.title_version)) - self.Contents.setText(str(tmd.tmd.numcontents)) - self.BootIndex.setText(str(tmd.tmd.boot_index)) - - @pyqtSignature("") - def on_BotonRutaWad_clicked(self): - """ - Get path to WAD file - """ - WadPath = QFileDialog.getOpenFileName(\ - None, - self.trUtf8("Select WAD file"), - QString(), - self.trUtf8("*.wad; *.WAD"), - None) - if WadPath != "" : - self.MuestraRutaWad.setText(WadPath) - - @pyqtSignature("") - def on_BotonRutaExtraer_clicked(self): - """ - WAD contents output path - """ - OutputDir = QFileDialog.getExistingDirectory(\ - None, - self.trUtf8("Select where to store WAD contents"), - QString(), - QFileDialog.Options(QFileDialog.ShowDirsOnly)) - if OutputDir != "": - self.MuestraRutaExtraer.setText(OutputDir) - - @pyqtSignature("") - def on_Desempaqueta_clicked(self): - """ - Unpack wad - """ - try: - self.unpack = Unpacking(str(self.MuestraRutaWad.text()), str(self.MuestraRutaExtraer.text()), self) - self.unpack.start() - except Exception, e: - self.ErrorDiag(e) - - @pyqtSignature("") - def on_BotonRutaEmpaquetado_clicked(self): - """ - Select where to save the newly created WAD - """ - NewWadPath = QFileDialog.getSaveFileName(\ - None, - self.trUtf8("Select where to save the newly created WAD"), - QString("output.wad"), - self.trUtf8("*.wad; *.WAD"), - None) - if NewWadPath != "": - self.MuestraRutaEmpaquetado.setText(NewWadPath) - - @pyqtSignature("") - def on_BotonRutaDesempaquetado_clicked(self): - """ - Get path off folder to pack. - """ - Dir2Wad = QFileDialog.getExistingDirectory(\ - None, - self.trUtf8("Select folder to pack into WAD"), - QString(), - QFileDialog.Options(QFileDialog.ShowDirsOnly)) - if Dir2Wad != "": - self.MuestraRutaDesempaquetado.setText(Dir2Wad) - - @pyqtSignature("") - def on_Empaqueta_clicked(self): - """ - Create WAD - """ - self.setEnabled(False) - try: - self.packing = Packing(str(self.MuestraRutaDesempaquetado.text()),str(self.MuestraRutaEmpaquetado.text()), self) - self.packing.start() - except Exception, e: - self.ErrorDiag(e) - self.setEnabled(True) - - @pyqtSignature("") - def on_actionAcerca_de_Qwad_triggered(self): - """ - About Qwad - """ - from AboutQwad import AboutQwad - Pop = AboutQwad() - Pop.exec_() - - @pyqtSignature("") - def on_actionAbout_Qt_triggered(self): - """ - About Qt - """ - QMessageBox.aboutQt(None, - self.trUtf8("About Qt")) - - @pyqtSignature("") - def on_Download_from_NUS_clicked(self): - """ - Start doing the actual work... well, in fact, the actual work is done by Wii.py - """ - try: - version = self.VersionlineEdit.text() - if version == self.defaultversion: - print "downloading latest version" - version = None - else: - version = str(version) - print "downloading version " + version - outputdir = str(self.NusOutputPath.text()) - self.nusdow = nusDownloading(int(str(self.enteredTitleID.text()).lower(),16), version, outputdir, self.decryptCheck.isChecked(), self) - self.nusdow.start() - except Exception, e: - self.ErrorDiag(e) - - @pyqtSignature("") - def on_NusOutputButton_clicked(self): - """ - Selects the output path - """ - if self.pack_in_WAD_checkbox.isChecked(): - outputdir = QFileDialog.getSaveFileName(\ - None, - self.trUtf8("Select where to save the downloaded WAD"), - QString(), - self.trUtf8("*.wad; *.WAD"), - None) - else: - outputdir = QFileDialog.getExistingDirectory(\ - None, - self.trUtf8("Select the directory where store the downloaded files"), - QString(), - QFileDialog.Options(QFileDialog.ShowDirsOnly)) - if outputdir != "": - self.NusOutputPath.setText(outputdir) - - @pyqtSignature("QString") - def on_comboBox_currentIndexChanged(self, selection): - """ - Show the title ID of the selected title - """ - if self.comboBox.findText(selection) == 0: - self.enteredTitleID.setText("") - self.availableVersions.setText("") - elif self.comboBox.findText(selection) > 0: - self.enteredTitleID.enabled = False - self.enteredTitleID.setText(TitleIDs.TitleDict[str(selection)]) - self.availableVersions.setText(TitleIDs.IOSdict[str(selection)]) - - @pyqtSignature("QString") - def on_comboBox2_currentIndexChanged(self, selection): - """ - Show the title ID of the selected title - """ - if self.comboBox2.findText(selection) == 0: - self.enteredTitleID.setText("") - self.availableVersions.setText("") - elif self.comboBox2.findText(selection) > 0: - self.enteredTitleID.enabled = False - if self.default_region == "JAP": - self.enteredTitleID.setText(TitleIDs.ChannelJAPDict[str(selection)]) - self.availableVersions.setText(TitleIDs.ChannelJAPVerDict[str(selection)]) - elif self.default_region == "PAL": - self.enteredTitleID.setText(TitleIDs.ChannelPALDict[str(selection)]) - self.availableVersions.setText(TitleIDs.ChannelPALVerDict[str(selection)]) - elif self.default_region == "USA": - self.enteredTitleID.setText(TitleIDs.ChannelUSADict[str(selection)]) - self.availableVersions.setText(TitleIDs.ChannelUSAVerDict[str(selection)]) - - @pyqtSignature("QString") - def on_ChooseRegion_currentIndexChanged(self, selection): - self.default_region = "JAP" - if self.default_region != "": - count = self.comboBox2.count() - while count > -1 : - self.comboBox2.removeItem(count) - count = count - 1 - if self.ChooseRegion.findText(selection) != 0: - self.default_region = str(selection) - self.comboBox2.addItem("Choose Channel") - if self.default_region == "JAP": - for key in TitleIDs.sorted_copy(TitleIDs.ChannelJAPDict): - self.comboBox2.addItem(key) - elif self.default_region == "PAL": - for key in TitleIDs.sorted_copy(TitleIDs.ChannelPALDict): - self.comboBox2.addItem(key) - elif self.default_region == "USA": - for key in TitleIDs.sorted_copy(TitleIDs.ChannelUSADict): - self.comboBox2.addItem(key) - - @pyqtSignature("") - def on_enteredTitleID_returnPressed(self): - """ - Place combobox un custom titleid - """ - self.comboBox.setCurrentIndex(0) - - @pyqtSignature("int") - def on_pack_in_WAD_checkbox_stateChanged(self, state): - """ - Clear output path, because we change output type - """ - self.NusOutputPath.clear() - if state == 2: - self.decryptCheck.setChecked(False) - self.decryptCheck.setEnabled(False) - elif state == 0: - self.decryptCheck.setChecked(True) - self.decryptCheck.setEnabled(True) - elif state == 1: - print "OMG, what are you doing?" - else: - print "This is the end of the world. For PyQt4, at least" - - @pyqtSignature("") - def on_TMDfilepath_returnPressed(self): - """ - Trigger loadTMD - """ - self.loadTMD(str(self.TMDfilepath.text())) - - @pyqtSignature("") - def on_TMDfilebutton_clicked(self): - """ - Trigger loadTMD - """ - tmdpath = QFileDialog.getOpenFileName(\ - None, - self.trUtf8("Select a TMD file"), - QString(), - self.trUtf8("tmd; TMD"), - None, - QFileDialog.Options(QFileDialog.DontResolveSymlinks)) - if tmdpath != "": - self.TMDfilepath.setText(tmdpath) - self.loadTMD(str(tmdpath)) - -#Here useful thread classes -class Unpacking(Thread): - def __init__(self, wadpath, dirpath, QMW): - Thread.__init__(self) - self.wadpath = wadpath - self.dirpath = dirpath - self.QMW = QMW - self.qobject = QObject() - self.qobject.connect(self.qobject, SIGNAL("working"),self.QMW.Status) - self.qobject.connect(self.qobject, SIGNAL("Exception"),self.QMW.ErrorDiag) - self.qobject.connect(self.qobject, SIGNAL("Done"),self.QMW.getReady) - def run(self): - self.qobject.emit(SIGNAL("working"),UNPACKING) - try: - WAD.loadFile(self.wadpath).dumpDir(self.dirpath) - except Exception, e: - print e - self.qobject.emit(SIGNAL("Exception"),e) - self.qobject.emit(SIGNAL("Done")) - -class Packing(Unpacking): - def __init__(self, dirpath, wadpath, QMW, deletedir = False): - Unpacking.__init__(self, wadpath, dirpath, QMW) - self.deletedir = deletedir - def run(self): - self.qobject.emit(SIGNAL("working"),PACKING) - try: - print self.dirpath - print self.wadpath - WAD.loadDir(self.dirpath).dumpFile(self.wadpath) - if self.deletedir: - print "Cleaning temporary files" - self.qobject.emit(SIGNAL("working"),CLEANING) - rmtree(self.dirpath) - except Exception, e: - if self.deletedir: - print "Cleaning temporary files" - self.qobject.emit(SIGNAL("working"),CLEANING) - rmtree(self.dirpath) - print e - self.qobject.emit(SIGNAL("Exception"),e) - self.qobject.emit(SIGNAL("Done")) - -class nusDownloading(Unpacking): - def __init__(self, titleid, version, outputdir, decrypt, QMW): - Unpacking.__init__(self, None, outputdir, QMW) - if version != None: - self.version = int(version) - else: - self.version = None - self.decrypt = decrypt - self.titleid = titleid - def run(self): - self.qobject.emit(SIGNAL("working"),DOWNLOADING) - try: - if self.QMW.pack_in_WAD_checkbox.isChecked(): - self.dirpath = tempfile.gettempdir() + "/NUS_"+ str(time.time()).replace(".","") # A safe place for temporary files - NUS(self.titleid,self.version).download(self.dirpath, decrypt = self.decrypt) - self.packing = Packing(self.dirpath, str(self.QMW.NusOutputPath.text()), self.QMW, True) - self.packing.start() - else: - NUS(self.titleid,self.version).download(self.dirpath, decrypt = self.decrypt) - self.qobject.emit(SIGNAL("Done")) - except Exception, e: - print e - Errormsg = str(e) + ". " + QT_TR_NOOP(QString("Title %1 version %2 maybe isn't available for download on NUS.").arg(str(self.titleid)).arg(str(self.version))) - self.qobject.emit(SIGNAL("Exception"),Errormsg) - self.qobject.emit(SIGNAL("Done")) - -#Statusbar messages -#FIXME: Why don't they get translated? It's frustrating -DOWNLOADING = QT_TR_NOOP("Downloading files from NUS... This may take a while, please, be patient.") -UNPACKING = QT_TR_NOOP("Unpacking WAD...") -PACKING = QT_TR_NOOP("Packing into WAD...") -CLEANING = QT_TR_NOOP("Cleaning temporary files...") diff --git a/debian/qwad/usr/share/Qwad/GUI/VenPri.ui b/debian/qwad/usr/share/Qwad/GUI/VenPri.ui deleted file mode 100644 index 2307c30..0000000 --- a/debian/qwad/usr/share/Qwad/GUI/VenPri.ui +++ /dev/null @@ -1,716 +0,0 @@ - - - Qwad - - - - 0 - 0 - 481 - 296 - - - - - 481 - 296 - - - - - 481 - 296 - - - - Qwad - a WAD management tool - - - - :/icons/wad.png:/icons/wad.png - - - - - - - - - 0 - 0 - 481 - 251 - - - - false - - - 3 - - - - Unpack WAD - - - - - 160 - 40 - 241 - 26 - - - - - - - 70 - 40 - 91 - 25 - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - WAD file - - - - - - 160 - 110 - 241 - 26 - - - - - - - 70 - 110 - 91 - 25 - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - Output - - - false - - - Qt::NoArrow - - - - - - 170 - 180 - 121 - 25 - - - - Unpack - - - - - - TMD viewer - - - - - 150 - 10 - 241 - 26 - - - - - - - 60 - 10 - 91 - 25 - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - TMD file - - - - - - 10 - 50 - 451 - 151 - - - - - - - Title ID - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - ID (ascii) - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Version - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Title type - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - IOS needed - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Group ID - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Boot index - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Access rights - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Contents - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - Reserved - - - - - - - TextLabel - - - - - - - - - Pack WAD - - - - - 160 - 110 - 241 - 26 - - - - - - - 160 - 40 - 241 - 26 - - - - - - - 70 - 110 - 91 - 25 - - - - Carpeta y nombre del nuevo WAD - - - Output - - - false - - - Qt::NoArrow - - - - - - 70 - 40 - 91 - 25 - - - - Ruta hacia la carpeta que empaquetar en WAD - - - Folder - - - - - - 170 - 180 - 121 - 25 - - - - Pack - - - - - - Download from NUS - - - - - 140 - 150 - 241 - 26 - - - - - - - 170 - 180 - 121 - 25 - - - - - - - Download - - - - - - 40 - 150 - 91 - 25 - - - - Carpeta y nombre del nuevo WAD - - - - - - Output - - - false - - - Qt::NoArrow - - - - - - 125 - 45 - 161 - 31 - - - - - - - 000000000000000000 - - - - - - 15 - 51 - 101 - 20 - - - - - - - Title ID - - - Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing - - - - - - 0 - 10 - 121 - 21 - - - - Choose title: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - 125 - 10 - 121 - 25 - - - - - Choose IOS - - - - - - false - - - - 40 - 120 - 111 - 23 - - - - Decrypt - - - false - - - - - - 150 - 120 - 131 - 23 - - - - Pack into WAD - - - true - - - - - - 350 - 45 - 71 - 31 - - - - unset - - - - - - 290 - 50 - 51 - 20 - - - - Version - - - - - - 80 - 79 - 121 - 31 - - - - Available Versions - - - - - - 210 - 80 - 121 - 31 - - - - unset - - - - - - 260 - 10 - 121 - 25 - - - - - Choose Channel - - - - - - - 280 - 120 - 161 - 23 - - - - - Choose a Region - - - - - JAP - - - - - USA - - - - - PAL - - - - - - - - - - 0 - 0 - 481 - 21 - - - - - Help - - - - - - - - - - - :/icons/wad.png:/icons/wad.png - - - About Qwad - - - - - - :/icons/qt4.png:/icons/qt4.png - - - About Qt - - - - - About Wii Signer - - - - - - - - diff --git a/debian/qwad/usr/share/Qwad/GUI/__init__.py b/debian/qwad/usr/share/Qwad/GUI/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/debian/qwad/usr/share/Qwad/GUI/__pycache__/__init__.cpython-32.pyc b/debian/qwad/usr/share/Qwad/GUI/__pycache__/__init__.cpython-32.pyc deleted file mode 100644 index b84f91a..0000000 Binary files a/debian/qwad/usr/share/Qwad/GUI/__pycache__/__init__.cpython-32.pyc and /dev/null differ diff --git a/debian/qwad/usr/share/Qwad/Qwad.pyw b/debian/qwad/usr/share/Qwad/Qwad.pyw deleted file mode 100644 index e9e9087..0000000 --- a/debian/qwad/usr/share/Qwad/Qwad.pyw +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env python2 -#-*- coding: utf-8 -*- -import sys -from PyQt4.QtGui import QApplication -from PyQt4.QtCore import QTranslator, QString, QLocale -from GUI.VenPri import MWQwad - -if __name__ == "__main__": - translator = QTranslator() - translator.load(QString("i18n/Qwad_%1").arg(QLocale.system().name())) - qttranslator = QTranslator() - qttranslator.load(QString("qt_%1").arg(QLocale.system().name())) - Vapp = QApplication(sys.argv) - Vapp.setOrganizationName("ssorgatem productions") - Vapp.setApplicationName("Qwad") - Vapp.installTranslator(translator) - Vapp.installTranslator(qttranslator) - VentanaP = MWQwad() - VentanaP.show() - sys.exit(Vapp.exec_()) - diff --git a/debian/qwad/usr/share/Qwad/Qwad_rc.py b/debian/qwad/usr/share/Qwad/Qwad_rc.py deleted file mode 100644 index 85cad29..0000000 --- a/debian/qwad/usr/share/Qwad/Qwad_rc.py +++ /dev/null @@ -1,2154 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created: dg. jul. 19 23:52:01 2009 -# by: The Resource Compiler for PyQt (Qt v4.4.3) -# -# WARNING! All changes made in this file will be lost! - -from PyQt4 import QtCore - -qt_resource_data = "\ -\x00\x00\x2f\xde\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x78\x00\x00\x00\x78\x08\x06\x00\x00\x00\x39\x64\x36\xd2\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ -\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x20\x00\x49\x44\x41\x54\x78\ -\xda\xed\x7d\x79\x94\x5d\x47\x79\xe7\xef\xab\xba\xf7\xbe\xad\x5b\ -\xdd\x6a\xad\x96\xdd\xb6\x25\xd9\xb2\xf1\x2e\x63\x81\x31\x98\x18\ -\x33\x98\x7d\x20\x80\xb3\x01\x99\x04\x12\x06\x38\x93\x04\x38\x09\ -\x93\x30\x21\x0c\x21\x24\x64\x92\x81\x1c\x32\x61\x02\x39\x27\x9c\ -\x01\x12\x06\xc2\x72\x12\x06\x63\x30\x5b\x58\x6c\x0c\xc6\x58\x96\ -\x65\x4b\x96\x5a\xbb\x64\xad\xbd\xbf\xe5\xde\x5b\x55\xdf\xfc\x51\ -\x75\xef\xab\x7b\xfb\x75\xab\x65\x77\x4b\x6d\xe3\xa7\x73\xf5\x5e\ -\xbf\xfd\xd5\xaf\x7e\xdf\xf7\xfb\x96\xaa\x4b\xcc\x8c\xa7\x2f\x4f\ -\xdd\x4b\xf0\x44\xdf\x80\x88\xae\x01\x70\x2d\x80\x83\x00\x0e\x01\ -\x38\xc8\xcc\xf1\xd3\x43\xfb\x14\x00\x98\x88\xae\x59\x35\x1c\xbe\ -\xf5\x2d\x1f\x5b\xf1\xaa\x63\x7b\xd5\xc8\xfe\xad\xe9\xc8\xfd\x77\ -\x34\x47\x88\xe8\x98\x03\xfc\xa0\x03\x7c\xf2\xe9\xa1\x7e\x72\x32\ -\xf8\xda\x15\x17\xca\x57\xf5\xad\x90\xeb\xfa\x56\xc8\x75\x1b\x6f\ -\xa8\xdc\x7c\xeb\x9b\xfb\xd0\x99\x36\xa3\x27\xf6\xab\x91\x83\x8f\ -\xa8\x3d\xdb\xbe\xdd\x1e\x21\xa2\x7d\x0e\xec\x13\x0e\xf0\xe3\x4f\ -\x0f\xfd\x12\x07\x98\x88\xb6\xac\xdb\x14\xbd\x3c\x8c\x68\x5d\xf9\ -\xb1\x6a\x9f\x18\x1a\xbe\x32\x1a\x1a\xbe\x32\xda\x72\xd3\xeb\xea\ -\x39\xe0\xa7\x0e\xaa\x23\x3b\x7e\xd8\x19\x21\xa2\xbd\x25\x93\xfe\ -\x34\xe0\x8b\x74\xa1\xc7\x23\xb2\x88\xa8\x1e\x55\xc5\xbb\x2e\xd9\ -\x12\xbd\x53\x06\x34\xf4\x6b\x1f\x1c\x3a\xa3\xd7\xeb\x94\xdb\xa7\ -\x0e\xaa\x91\x23\x8f\xa6\x23\x3b\x7e\xd8\x19\xd9\xfa\xad\xf6\x5e\ -\x00\xc7\x3d\xc0\x0f\x3e\x0d\xcd\xb9\x05\xf8\x79\x17\x5f\x53\x79\ -\x6f\xff\x0a\x71\x1b\x00\x9c\x29\xc0\xbd\x00\x9f\x38\xa1\x8f\x1c\ -\x1d\x51\x23\x23\xf7\xc5\x23\x77\xff\xcb\xf4\x48\x89\xe1\x4f\x03\ -\x7e\xb6\x4c\x34\x11\xad\x8d\xaa\xe2\x96\xbe\xe5\xe2\xe6\x85\xfa\ -\x12\x32\xa4\xda\xd0\xba\x60\xe3\xd0\xba\x60\xe3\x15\x37\x57\xf1\ -\xca\x77\x0e\x60\xf4\x88\x1a\xc9\x00\x27\xa2\x11\xc7\xf0\xa7\x95\ -\xfa\x62\x33\x98\x88\x5e\xb2\xf1\xfa\xe8\x4f\xeb\x03\x72\x4b\x76\ -\x9f\xcf\xe0\x6a\x24\xa1\x34\x43\x69\xb3\xa0\x5f\x74\xfa\x94\x3e\ -\xe2\x2b\xf5\x53\x8f\xa9\xfd\x25\xe1\xf6\xb4\x52\x7f\xa2\x00\x13\ -\xd1\x65\x83\xab\x83\xb7\x0c\x5f\x19\xbe\xcb\xbf\xbf\x6c\xa2\x87\ -\xfa\x2a\x48\x35\x63\xaa\x9d\x2c\xda\x17\xcf\x00\x3f\xb6\x4f\x1f\ -\xd9\xf6\xed\xf6\xc8\xbe\x07\x3a\xfb\x9e\x0e\xcd\x9e\xb8\x89\xbe\ -\x76\xcd\x86\xe0\x55\xa7\x7b\xd2\xe8\x74\x8c\xcb\xce\x1f\xc2\x9a\ -\xc1\x3a\x9a\x71\x02\xa5\x0d\x26\x9a\x09\x12\xa5\x31\xdd\x4e\x31\ -\x1d\xa7\x30\xe6\x89\x65\xd0\xba\xa1\x19\xe0\x2b\xf5\x52\x68\x76\ -\xfc\xe7\x5d\xa9\x07\x67\xc0\xde\x2d\xab\x86\xc3\x5b\xa2\x1a\x6d\ -\x9c\xcf\xf3\x57\x2f\xeb\x07\x01\xe8\xab\x54\x01\x30\x06\xeb\x35\ -\x80\x2c\xa8\xcc\x8c\x66\x9c\x3a\xe0\x63\x4c\x77\x52\x74\x12\x8d\ -\xe9\x4e\xfa\xb8\x7f\x48\xaf\xd0\x6c\xf2\xb8\x3e\x92\x29\xf5\x52\ -\x68\x76\xfc\xe7\x45\xb8\x05\xf3\x04\x57\x02\xb8\x6e\xd5\xc5\xf2\ -\x97\xe7\xf3\xfc\xc1\x46\x0d\x82\x02\x20\x37\xff\xec\x0e\x7b\x9b\ -\xc0\xe8\xab\x08\x0b\x7c\xa3\x5a\x78\x6c\xbc\x99\x60\xba\x93\xa0\ -\xd9\x49\x31\xdd\x56\x8f\x1b\xf4\x6a\x9f\x18\xaa\xf6\x89\xa1\xd5\ -\x1b\xc2\xab\xae\x7b\x49\x1d\xb7\xff\x49\x37\x34\x3b\xf8\x48\x7a\ -\xc4\x09\xb7\xa7\xbc\x52\x9f\x2f\x83\x9f\x33\x7c\x45\xf4\x72\x19\ -\xd0\xbc\xe2\xa1\x4a\x18\x82\x59\xb8\xc9\xe1\x81\xcc\x28\x80\x59\ -\x3c\x90\x03\x3e\x13\x74\xcb\xf2\x27\x02\xba\x0c\xa9\xb6\x7a\x43\ -\x78\x95\x05\x1c\xb3\x29\xf5\x9c\xe1\x4f\x15\xa5\x1e\xcc\x83\xbd\ -\xf5\xa8\x2a\x6e\x19\x58\x25\x6f\x9b\xef\x9b\x56\x82\x10\x80\xc8\ -\xcd\x71\xf7\xc2\x73\x80\xee\xee\x63\x76\xa6\xbc\x7b\x0c\x36\x6a\ -\x0e\xf4\xee\x7b\x2c\x04\xe8\xb3\x85\x66\x47\x1f\x55\x47\x5c\x4e\ -\x7d\xff\x93\x3d\x34\x9b\x0f\x83\x6f\x5a\xb7\x29\xbc\x99\x04\x6a\ -\xf3\x16\x40\xd5\x06\xc0\xc1\x4c\xb6\x7a\x3e\xd8\x07\x9d\xa8\x07\ -\xc8\x98\x83\xed\xe4\x83\xde\x7d\xaf\xf1\x66\x8c\x89\x66\x82\xe9\ -\x4e\x9a\xfb\xf5\xc7\x07\x38\x70\xeb\x9b\xfb\x66\x84\x66\x4f\xc6\ -\x22\xca\x7c\x00\xbe\x36\xcb\x58\xcd\xfb\x4d\x29\xc8\x4d\x34\x28\ -\xbb\xea\xc1\x56\x77\x9b\x51\x06\xb4\xc4\xf6\x32\xe0\x5c\x9c\x30\ -\x45\xa6\xd7\xf2\xbf\x95\x36\x98\xee\xa4\x98\x68\x26\x8e\xf1\xea\ -\x8c\xe2\xf3\x33\x28\xa2\x1c\x04\x70\x62\x29\x2a\xf5\x60\x71\xde\ -\x56\x00\x90\x05\x13\xcc\x19\xd2\xe0\x1c\x74\x64\xf7\x72\x0f\xa6\ -\x3a\x56\x73\x09\xdc\x02\xdb\x4b\x3e\x9d\x4a\x4c\x0f\xa5\xc0\xf2\ -\x46\x80\xe5\x9e\x79\xef\xa4\xca\x0a\xb9\x76\xea\x04\xdd\xfc\x4d\ -\xfb\x6c\x45\x94\x83\x8f\xa8\x3d\x07\xb6\x76\x0e\x2f\xc5\x22\xca\ -\xa2\x00\x5c\x09\xaa\x60\x26\x47\x5f\x06\x11\x15\x99\x99\x03\x43\ -\x0e\x1e\xf6\xd8\x3e\x37\xe8\xcc\x5d\x0b\x40\xde\x44\xc8\x4c\x3f\ -\xd9\xf4\x4d\x91\xe9\xde\x51\x0d\x05\xd6\x0e\x46\xc0\x20\xcf\xf0\ -\xe7\x19\xe0\xf3\x35\xed\x65\xc0\x7d\xa5\xee\x85\x66\xe7\xb4\x88\ -\xb2\x68\x00\x3b\xfc\x1c\x0b\x7b\xf9\x53\x02\x11\x4a\xa6\x37\x63\ -\xfb\xdc\xa0\x13\x3c\x21\xc6\xa5\xf7\xa0\xd2\xe4\xa0\x92\xd9\x2f\ -\x80\x6e\x0a\x22\xee\x82\x15\xf6\xd3\x3b\x89\xca\x4d\x7b\x06\xfc\ -\x99\x2b\x75\x0b\xb8\x5f\x44\xf1\x94\xfa\x76\x66\xde\xfe\xa4\x05\ -\x98\x21\xbc\xc1\x77\x2c\x06\xf9\x09\xd2\x92\xd8\xf2\xcc\xec\x2c\ -\x6c\x67\x8f\xb1\x5c\xb2\xf4\x33\xcc\x36\xf1\xdc\x7e\x9f\xb8\x38\ -\x91\xb8\x0b\x36\xc1\xa0\x16\x09\x54\xa3\x08\x2b\x97\xd5\x67\xb0\ -\xdc\xfa\xf3\x64\x5e\xbe\x7c\xb6\x22\xca\x8e\xbb\x93\xfb\x88\xe8\ -\x03\x67\x03\xe4\xc5\x01\x98\xa9\x08\x68\x36\x98\xb9\xe9\xa4\x2e\ -\x8b\x8b\x99\xf1\x19\x6c\xb7\xa0\x52\x3e\x0d\xc8\x4d\x1a\xa2\x92\ -\xe8\xa2\x82\x6b\xcf\x67\x00\x79\xe0\xb2\x7b\x3f\xfb\x19\xc6\x3d\ -\xdf\x74\x2d\x4d\x3e\x49\x4c\xfe\x3a\x2e\x85\x6a\x17\xac\x70\xbe\ -\x3c\xd1\x18\x6f\xc5\x98\x68\xc6\x18\x6f\x26\xf3\x36\xeb\x43\xeb\ -\x82\x8d\x97\xdf\x04\x7c\xe5\xc3\xb8\x12\xc0\x93\x0f\xe0\x40\x04\ -\x00\x93\xc5\xb0\x0b\x4b\x0e\x2c\x95\xb8\xce\x9e\x19\xee\xbe\x28\ -\xf3\xa5\x28\x9a\x61\xa2\x22\xb3\x3d\x50\xa9\xfc\x77\x49\x95\x53\ -\xfe\x69\xec\x81\x67\xf2\x09\xc2\x8e\xbd\x05\xa0\x61\x81\xe6\x1e\ -\xf1\x79\x35\x94\x58\x3b\x18\x62\xed\x60\x03\x00\xa0\xb4\xc6\x78\ -\x33\xc9\x01\x9f\x4d\xbc\x15\x24\xc4\x93\xd1\x44\xd7\x2b\x0d\x1b\ -\x22\x31\x66\x98\x64\xf2\x0c\x63\x89\xe0\x33\xd8\xcc\xc4\xa0\x02\ -\xb6\xd4\xf5\xc1\x0e\x68\xca\xc9\x6d\x19\x4d\x28\x9a\xed\xa2\x75\ -\x28\x86\x57\x99\x58\x63\x8f\xa9\x0c\x03\xce\x41\x2d\xfa\xe9\xa2\ -\xff\x2e\xf9\x73\x62\x04\x42\x62\x65\x7f\xe8\xcc\x3a\x90\x6a\x8d\ -\x13\x13\x6d\x4c\x34\x63\x8c\x4d\xdb\x42\x4b\xe1\x65\x4f\x5a\x91\ -\xc5\xf0\x42\xa2\x0c\x5f\x1f\x5a\x42\xc9\xde\xe6\x6c\x63\xdf\x9f\ -\xe6\x2a\xdc\x99\xe3\xcc\xe7\x52\x77\x32\xb8\x47\x67\x5e\x93\x37\ -\x87\xc8\x63\xb3\x6f\x8a\x09\x39\xa8\x19\x83\x2d\xc0\xf6\x9a\xb8\ -\xfb\x37\xe5\x6c\x37\x05\xdf\xdd\xfd\xae\x33\x41\x0f\x85\xc4\x79\ -\x83\x21\xce\x1b\xb4\xef\x78\x6a\xa2\x85\x47\x0e\x8f\x41\x1b\x86\ -\x31\x4c\x79\xaa\xaf\x98\x35\x5c\x06\x60\xd8\x1d\xcb\x00\x4c\xba\ -\x03\x4e\x9c\x01\xc0\xc4\x99\x24\x58\x16\x27\x0e\x66\xd1\xc3\x0c\ -\x53\x29\x91\x91\x99\x6c\x0f\x78\xca\xdd\x29\xc8\x19\xd2\x1c\x5c\ -\xca\x22\x6c\x02\x98\x20\x28\x03\x95\x40\xe4\x01\x9e\xdd\xce\x58\ -\x0e\x7f\x62\x14\x7d\x6d\xce\x62\xb2\x00\x1a\x30\x98\x4d\xce\xe4\ -\x8c\xc1\x0c\xce\x01\x07\x19\x4f\xf8\xcd\xcc\xa5\x53\x16\xca\xb1\ -\xf3\xf5\x6c\xc0\xcc\x18\xac\xf7\xa3\x11\x36\x31\x9e\x74\xa0\x95\ -\xfd\x29\x25\x40\x87\x2b\x61\xfd\xe2\x7a\xd4\xbf\xb1\xbf\xb1\x79\ -\xc3\xaf\x5d\xf3\xe7\x43\x93\xed\xd1\xd1\x36\x4e\x8c\x01\xc0\xae\ -\x23\xdf\x1a\x01\x80\x23\xcd\x47\xc6\x88\xe8\x53\xcc\xbc\xf3\x1c\ -\x8a\xac\xc2\xb4\xf4\xf2\x1b\x33\xec\xb2\xd5\xd7\xc4\x45\x31\xed\ -\x29\x69\xf2\xbc\xaa\x70\xb7\x05\x59\x60\xf3\xeb\x1c\x58\x2a\x00\ -\x4c\x25\x4f\x40\xe4\xf3\xaf\x6c\x9a\x19\xc4\x06\x4c\x06\xc6\x5d\ -\x33\x5b\xd8\xc1\x19\xe0\xc2\x4d\x0a\xd3\x23\xa5\x6a\x0f\xc3\x76\ -\x92\x64\x00\x1b\x63\x85\x9e\x36\x40\x35\xa8\x40\xa7\x1d\x1c\x7a\ -\x38\xa9\x02\x78\x61\x35\x6c\x5c\x51\xab\xf4\x6f\x8c\xc2\xda\x86\ -\x40\x54\x36\x4a\x21\x86\xc0\xc0\x2b\x2f\x7e\x1f\x56\x34\x2e\xc6\ -\x8a\xbe\x8b\x37\x66\x63\x72\xc5\xca\x17\x03\x00\x4e\xb5\xf6\x8d\ -\x7c\xe8\xae\xeb\xb7\x02\x38\x37\x00\x5b\x83\x46\x65\x1c\x67\x00\ -\x0b\x8f\x61\xcc\x54\x30\xa9\x60\xcb\x5e\x51\x30\xc7\x94\x83\x4c\ -\xee\x5a\x40\x80\xc8\x02\x2d\x32\x3f\x4c\x04\x49\x84\xf1\x89\x18\ -\x47\x8f\xb7\xd1\xee\xa4\x18\x1d\xef\x58\xcb\x40\xce\x0d\x08\xa0\ -\x5a\x11\x18\x5c\x56\xc1\xc0\xb2\x08\xab\x57\x56\x21\x25\x41\x90\ -\x81\x61\x06\x91\xb6\x40\x91\x01\x58\xc3\x90\x05\x19\x30\xce\x05\ -\x19\xc7\xec\xa2\xe2\xb7\xc4\x36\x00\x4b\x18\xc3\x60\x63\xa0\x0d\ -\x81\x99\xa1\x95\x81\x49\x08\x07\x1e\x4a\xb0\xfb\xee\xa0\xff\x82\ -\x95\xcf\xf8\x25\x29\x64\xa3\x2c\x48\x86\x87\xde\x80\x0d\xc3\x97\ -\xcf\x9e\x23\x14\x74\x8e\x7d\xb0\x07\x18\x4a\x8a\x96\x4b\x8c\xc6\ -\x0c\x76\x65\xfe\xda\x7f\x1e\xe5\xec\x14\x24\xba\x00\x67\xc0\x92\ -\x80\x70\xa0\x9e\x38\xd9\xc6\x9e\xbd\x53\x38\x70\x68\x1a\x49\x6a\ -\xba\x6f\x43\x59\x05\xab\xeb\x7b\xad\xff\x6f\x39\xb3\xca\x18\x1c\ -\xa8\x60\xe3\xc5\x03\xb8\xe8\x82\x3e\xc8\x50\x82\x60\x60\x58\x3b\ -\x57\x69\x1c\x93\xb5\xfb\x15\xc2\xb1\xd8\x78\x59\x34\x38\xe6\x4a\ -\x68\x6d\xc0\x4c\x30\x1a\x50\x9a\x60\x94\x81\x52\xc0\xc9\x43\x8c\ -\xdd\x3f\x49\x31\xbd\xe7\x82\x46\x18\x04\xa2\x3c\x46\x95\xe8\x02\ -\xbc\xf6\x9a\xb7\xcc\x9d\x04\x96\x4b\x22\x0e\x9e\xc9\x59\x9a\x05\ -\xd8\x4c\x04\xb1\x33\xe1\x4c\x5d\xc1\x84\x1c\xce\x8c\xb1\x19\xa0\ -\x19\xa8\x02\x52\x10\xf6\xef\x9b\xc6\xd6\x6d\x63\x98\x9c\x56\x0e\ -\x50\x09\x42\xe0\x45\x55\x5e\x02\x84\x51\xcc\x59\x3b\xe0\xc7\x47\ -\x35\xee\x1b\x3b\x85\xfb\x1f\x38\x89\xf5\x17\x2d\xc3\x95\x97\x2f\ -\x47\xb5\x16\xc1\xc0\x40\xb3\x06\xc1\x40\x43\xd8\x50\x8a\x8d\x4b\ -\xe6\x74\xc3\x2a\x63\xac\x30\xd4\x9a\x61\x0c\xc0\x86\xa1\x52\x42\ -\x9a\x1a\xa8\x14\x48\x63\xe0\xc0\xc3\x31\x46\xb7\xad\x01\xd2\x8a\ -\x47\x44\x2b\x32\xa4\x0c\xf0\xba\xcb\xfe\x0a\xc2\x0f\x40\x7a\xc8\ -\x16\x21\x96\x80\x8a\x36\x3c\x33\x44\xf1\x41\xa7\x19\xdf\xbf\xab\ -\x96\x89\xbb\xb4\x23\x67\x82\xc9\x01\x5a\x00\x96\x08\xa7\x4e\xc5\ -\xf8\xf1\x8f\x47\x31\x3a\x9a\x5a\x53\x2d\x22\x27\x94\x09\x24\x72\ -\x3c\xbb\xf9\x69\x2e\x67\xb2\x38\x57\xd0\x00\x83\x8c\xf5\xb9\x23\ -\x7b\x5a\x38\x78\xb0\x8d\xcb\x36\x0d\xe2\x8a\xcb\x07\x41\xd0\xd0\ -\x70\x6c\x66\xed\xe4\x98\x01\x58\xd8\x77\x61\x03\x36\x0c\x63\x0c\ -\xb4\x66\x68\x05\xe8\xd4\x20\x4d\x08\x69\x42\x88\x63\x83\xed\x3f\ -\x19\xc7\xce\x7b\x09\xc9\xa9\x41\x0b\x92\x13\x8e\xd9\xb8\x5c\xbe\ -\xea\x4d\x58\xbd\x7a\x5d\x97\x20\xd4\x1d\x9f\x3c\xdb\x4a\x00\xc9\ -\x73\x6c\xa2\xb9\x94\x9b\x28\xe7\x3a\x4a\x22\x1a\xc4\x4e\x26\x65\ -\x0a\x9a\xba\x41\x8f\xf3\xb2\x10\xde\x3f\x49\x84\x40\x08\xfc\xec\ -\xa7\x63\xd8\xb6\x6d\x0a\x42\x08\x08\x8a\x2c\xc0\x2c\xdc\xc0\x50\ -\x1e\x15\x91\x9f\x38\x29\xc5\xc3\x5c\xc8\x56\x99\xfc\x1a\x6c\x90\ -\xc4\x8c\x07\xb7\x4d\xe0\xf0\xe1\x36\x9e\x75\xc3\x4a\xf4\x2f\xb3\ -\x5d\x2a\x0c\x01\x86\x06\x39\x9f\x6c\x8c\xb1\x62\x4a\x6b\x18\x43\ -\xd0\x29\x2c\x73\x13\x20\xee\x30\xe2\x0e\xe3\xc0\xae\x26\xb6\xdd\ -\x33\x8d\xe3\x0f\xad\x82\xc8\xd1\x45\x8e\x70\x5f\xe3\x72\xdc\x76\ -\xd5\xaf\x74\x43\x3a\xf6\xc7\xa7\x3b\x11\x88\x96\x02\x83\x7d\x13\ -\x5d\x12\xcd\x54\xcc\x6b\x38\x7f\x9b\x99\x65\x14\x22\x5b\xf2\xa1\ -\x25\x82\x20\x09\x29\x04\x92\xb6\xc6\x9d\xdf\x38\x8e\xb1\x51\x0d\ -\x29\xab\x39\xf0\x79\xc8\xc4\xa5\x38\x98\x4b\x49\x0e\xf7\x37\xe7\ -\x19\x2d\x78\xe0\x72\xce\xc8\xcc\xef\x9e\x3a\xa9\xf1\xb5\xaf\x1d\ -\xc3\x8d\x37\xae\xc0\xf0\x85\x35\x6f\xba\x68\x28\x63\x27\x92\xd1\ -\x04\x63\x00\x95\x6a\xa4\x29\x23\x8d\x19\x71\xcc\xe8\xb4\x0c\x26\ -\xc7\x12\xec\x7a\x68\x12\x47\x1e\x5a\x0e\x98\x08\x42\xc0\x85\x86\ -\x36\x10\x94\x61\x88\x5f\xbc\xfc\xbf\x42\xce\x13\x89\xa5\xe1\x83\ -\x67\x51\xd0\x8c\xee\xc4\xed\xa2\x4c\x79\x32\x24\x0f\x75\x3c\x88\ -\x89\x08\x02\x12\x82\x04\xa6\x27\x52\xdc\xf1\xaf\xa3\x50\x29\x41\ -\xca\x4a\x81\xd9\x22\x9b\x1c\x7e\xe4\x42\xa5\x0e\x11\x2f\x1c\x13\ -\x7e\x99\x31\x4f\x66\xd8\x74\x25\x3b\xb3\x2d\xa0\xad\xb0\x62\x83\ -\x7b\xee\x1e\xc7\xe8\xa9\x14\xd7\x6c\x1e\x80\x64\xed\x3e\x4b\xb9\ -\xd4\xb5\xee\x32\x37\xb6\xcc\xed\xb4\x0c\x5a\xd3\xd6\x34\xef\xbe\ -\xb7\x06\x35\xdd\x8f\x40\xce\x34\x68\x37\x0c\xbf\x0d\x2b\x57\xaf\ -\x9d\x7b\x30\xbb\xa9\x7b\x88\x60\x09\xf8\xe0\xd9\x52\x71\x2e\x02\ -\xca\x05\x55\xde\xed\xc1\x00\x53\x11\x5a\xcb\x5c\x01\x49\x12\x32\ -\x03\xf7\x4b\xa3\xd0\x3a\x40\x10\x04\x10\x24\x73\xc1\xd5\x9d\x18\ -\x45\x3f\xc1\x5e\x25\x89\x4b\xf9\x6b\x26\x2e\xd1\xbc\xab\xb4\xb3\ -\xbc\x1b\xb3\x01\x39\x9f\x0b\xd6\xd8\xf1\x70\x07\x71\x07\xb8\xe1\ -\xc6\x01\xab\x33\x18\x60\xa3\xa0\xb5\x86\x56\x02\x69\xa2\x91\x74\ -\x4c\x0e\xee\x8e\x07\xc6\xb1\x7b\x6b\x8c\xf6\xd1\xf3\x20\x45\xb7\ -\xfe\x9d\x31\x78\xe5\xe0\x66\x3c\xe7\x8a\xdb\x7a\x02\x39\xe3\x3a\ -\x1b\xc3\xa5\xe0\x83\xe7\x95\x6b\x25\xea\x16\x1f\x88\xbc\x9c\x93\ -\x15\x55\x5d\x71\x25\x30\x3d\x99\xe2\xab\x5f\x18\x83\x52\x21\xa2\ -\x30\x84\xa4\x00\x92\x64\x2e\xbe\x32\x80\xb3\xf2\x63\x2e\x7c\xd8\ -\x19\x5e\xe6\x19\x31\x6b\x9e\xe9\x22\x80\x48\x14\x14\x7d\x16\x56\ -\xd9\xec\x55\x00\x38\x15\x0d\x48\xec\xdd\x9d\xa2\x56\x6b\xe1\x19\ -\x57\xd5\xed\x7d\x86\x60\xb4\x80\x4a\x35\x92\x04\x68\x77\x18\xed\ -\xa6\xc1\xa9\x63\x1d\xec\xf8\xd9\x38\xa6\xf6\x6c\x80\xec\x41\xbb\ -\x20\x08\xf1\x9a\xcd\xbf\x67\x4d\xf3\x2c\x1a\xa5\x70\xbf\xbb\x2d\ -\x97\x62\x98\x34\xc3\x17\x77\x83\x5e\xa7\x24\x2c\xd0\xc2\x8b\x75\ -\x85\x63\x2e\x6b\xc6\x77\xbe\x36\x85\x34\x0e\x11\x04\x11\x04\x42\ -\xc7\x5e\x99\xfb\xdc\xae\xa8\x73\xd9\x27\x66\x77\x6d\x1c\xd0\x2e\ -\x3b\x85\x72\xfb\x0f\x81\x84\x9b\x20\x4e\xa5\xfb\x7f\x93\x63\x35\ -\x21\xb0\x2c\x46\x00\x20\xc5\x43\x3f\x6b\xa3\x5a\x15\x38\xff\xa2\ -\x0a\x58\x1b\x18\x65\x45\x55\xd2\x61\xc4\x2d\x83\x56\x53\x63\xd7\ -\x43\x13\x68\x1d\x5a\x0d\xa1\xeb\x2e\xeb\x5c\x8c\x79\x9e\x7f\xd9\ -\xef\xa0\xd1\xdf\x37\x63\xec\xa6\xa6\xc7\xd1\xdf\x37\x38\x7b\x8d\ -\x39\x38\xe7\x89\x0e\x3b\xc0\xe5\x99\x48\x44\xc5\x89\x5a\x08\x89\ -\xe0\xa5\x19\x29\xcf\x4e\x05\x92\xf0\x9d\x3b\xc7\x31\x76\x82\x10\ -\x85\x15\x84\x22\x44\x20\xc3\xdc\x3c\x13\x75\x53\x28\x6c\x0c\x0c\ -\x13\x8c\x31\xf9\xa1\x8d\x86\x31\x1a\x86\x15\xd6\xac\x0b\xb0\xf6\ -\xfc\x0a\x84\x60\x2c\x1f\x0a\x71\xea\xa4\x0d\xad\xc6\x4e\xa5\x38\ -\x7e\x54\x21\x8d\x01\x21\x24\x84\x90\x90\x52\x58\xb5\x4b\x04\x12\ -\x02\xc2\x25\x43\x88\x0c\x18\x12\x12\x84\xfb\x7f\xd4\x46\xa3\x11\ -\xa0\x52\x17\x50\x09\xac\xb0\x6a\x1b\xb4\x9b\x1a\x8f\xdc\x7f\x0a\ -\xfb\x1f\x94\xc0\xd4\xf9\x90\xc2\x6b\x79\x70\xe2\x6e\xf5\x8a\x6b\ -\x70\xcd\xa5\xcf\x2a\xa5\x67\x81\xed\xfb\xef\xc7\xcf\xf6\x7f\x19\ -\x6f\x78\xfe\x07\x66\x35\x8f\xe7\x5c\x64\x31\xe0\xd2\x7d\x33\x69\ -\xdd\x05\x84\xac\xf9\xf3\xc0\xf5\x41\x16\x2e\x53\xb5\xe3\x81\x16\ -\xf6\x3d\xca\xa8\x44\x55\x84\x32\x42\x20\x43\x04\x14\x14\xc1\x65\ -\x0b\x2e\x1b\x40\x6b\x03\x6d\x14\x94\x56\xd0\x5a\x61\xf5\x3a\x81\ -\x8d\x97\x57\x71\xc9\xe5\x35\xfb\x3c\xaf\xfe\x78\xde\x85\x61\x21\ -\xcd\x79\xec\xb1\x18\xbb\x77\x76\xb0\x7b\x47\x8c\x40\x86\x90\x01\ -\x20\xa5\x44\x20\x09\x24\xa4\xcb\x7b\x33\x48\x48\x30\x11\x92\x84\ -\x70\xef\xbf\x4f\xe1\xb9\x2f\xea\x83\x4e\xd8\xf9\x5e\x85\x83\xbb\ -\x27\xb1\xe7\x91\x29\xe0\xc4\xe6\x9e\xa6\xb9\x56\x1b\xc0\xab\xb6\ -\xfc\x67\xc8\xb0\xd8\x99\xc2\x00\xbe\xf8\xfd\xf7\xe2\xb2\x0d\xcf\ -\xea\x29\xa4\xb2\xe7\xc8\x25\x21\xb2\x9c\xc0\x21\xdf\x3e\x53\xd6\ -\x14\x47\x10\xb0\xe0\x52\xf7\x49\xa5\x72\x1f\x21\x6e\x69\xfc\xe4\ -\x7b\x09\x42\x59\x43\x28\x2b\x08\x64\x84\x40\x04\x90\x42\x5a\x6b\ -\xe0\x52\x83\xc6\x68\x68\xcd\x50\x5a\x23\x49\x13\x28\x95\x60\x70\ -\xa5\xc1\x96\x9b\xfb\xb0\xe6\xfc\x00\x86\x19\xa9\x56\xdd\xa8\xd7\ -\x2b\x3b\x0a\x2f\x05\xba\x72\x6d\x84\xd5\xe7\x55\xb0\x79\x8b\xc6\ -\x8f\xbe\x3f\x89\xfd\x23\x09\xa2\x30\x02\x22\x89\x40\x0a\xcb\x64\ -\x22\x80\x85\x4d\xb4\x00\x18\x3f\x99\x62\xfb\xfd\xd3\x58\x77\x91\ -\x44\xdc\xd1\x68\x4e\x29\xec\x7b\x74\x02\xfc\xd8\x15\x90\x54\xb3\ -\x8d\xa5\xa5\xcb\x0b\xaf\xfd\x6d\x34\xfa\x1a\x33\xee\xff\xec\x77\ -\xff\x1c\xc7\x4e\x1d\xc6\x95\x9b\x22\x04\xe1\xec\x66\x58\x04\x4b\ -\x20\x17\x0d\xe6\x42\xbd\x08\xe4\x55\x93\xc8\xd7\x0e\xa2\xa0\xb9\ -\x7c\xd3\xfc\xbd\x6f\x36\xa1\xd3\x08\xd5\xaa\x05\x57\x8a\x08\x52\ -\x58\xd3\x0c\x02\x60\x0c\x8c\x81\x05\x37\xd5\x48\xd2\x14\x71\x12\ -\xe3\x19\x9b\x25\xb6\x3c\x7f\x19\x0c\x1b\x24\x5a\xe5\xfe\x98\x67\ -\x54\xa4\x29\x17\x68\x82\x4c\x9e\x21\xab\xd4\x05\x6e\x7d\xe9\x10\ -\xf6\x3c\xda\xc4\x3d\xdf\x69\x23\x89\x05\x28\x92\x90\x52\x82\x85\ -\x04\xb1\x80\x60\x02\xb1\x01\x99\x08\x0f\xfd\x64\x02\x7d\xfd\x11\ -\x3a\x89\xc6\xc3\xf7\x9d\xc0\xf8\x9e\x95\x08\xd3\xd5\x3d\xaa\xbd\ -\xc0\x25\xeb\x9f\x8f\x0d\x17\x5e\x36\xe3\xfe\x47\x0f\x6d\xc3\x77\ -\xef\xfd\x17\x08\x12\x76\x12\x07\x3d\x6a\x34\x39\xc0\xe7\xdc\x44\ -\x5b\x71\x33\xc3\x77\x10\x15\x84\x06\xe7\x4e\x98\x51\xd4\xd0\xc0\ -\x89\xc3\x09\xf6\xed\x64\xd4\x6b\x91\x33\xcd\xd6\x3c\x0b\x21\x1c\ -\x7b\x5d\x5a\x50\x59\x70\xe3\x34\x41\x1c\xc7\xb8\xe9\xb6\x0a\x36\ -\x5c\x11\x22\xd1\x29\x34\xdb\xca\x50\x76\x74\xab\x3d\xdd\x52\xa2\ -\xf0\xd2\xa0\x52\x08\x18\x62\x48\xd7\xed\xb1\xfe\xd2\x3a\x96\x0f\ -\x85\xf8\xea\xbf\x4c\x21\xe9\x08\x44\x91\x04\x05\x56\xb9\x13\x4b\ -\x10\x4b\x08\x0e\x00\x1d\x62\xeb\xbd\xd3\x88\x6a\xd3\x38\xfc\x28\ -\xa3\x32\x75\x25\x20\x67\xaa\xcc\x7a\x7d\x19\x7e\xe1\x9a\x97\x42\ -\x86\xdd\x19\x9e\x45\x6a\x9f\xfd\xda\xfb\xf3\xc9\x1e\x04\x21\x44\ -\x40\x33\x92\x42\x19\x4f\x82\xa5\xa0\xa2\x0d\xf3\x8c\x5c\xb4\x71\ -\xe5\x3a\x91\x87\x9e\xdc\x33\x34\x08\x02\xc6\x8f\xbf\x1b\x23\x10\ -\x15\x04\xc2\x81\x2b\x22\x48\x0a\x20\x88\xf2\x10\xc8\x68\x86\x52\ -\x1a\x49\x92\xa0\x13\xc7\x78\xce\x6d\x01\x2e\x7e\x46\x80\x54\x6b\ -\x68\x36\xd0\xc6\x2a\x67\xc3\xa5\x30\x89\x6c\x32\x84\x40\x90\x82\ -\xdc\xb0\x66\x5f\x50\x02\x64\xc0\xc2\x56\xfd\x06\x56\x04\x78\xe9\ -\x6b\xfb\xf1\xd5\xcf\x4f\x83\x63\x01\x66\x82\xa4\x10\xc6\x10\x60\ -\x24\x8c\x91\x80\x11\xd8\xf7\x68\x07\x46\x8c\x22\x1c\xdd\x02\x29\ -\xc2\x9e\x0e\xf4\x85\xcf\x7e\x3d\xea\x8d\xfa\x8c\x87\xbe\xf0\xad\ -\x8f\xe2\xf0\xf1\xfd\xc8\xbe\x49\x18\x04\x90\xe1\x1c\xd1\x65\xb0\ -\x04\x00\xee\x0e\x68\xb9\x91\xc3\x74\x5b\xde\xa8\xbb\xda\x81\x88\ -\x21\xc8\x66\x97\x8e\x1d\x8c\x71\x64\x2f\xa1\xaf\x11\x21\x08\x2a\ -\x56\xf0\x88\x10\x42\x48\x10\xd9\x9c\xaf\x56\xc6\x32\xb7\x93\xa0\ -\xdd\x89\x71\xe3\x6d\x02\xeb\x9f\x21\x91\x6a\x95\x83\x9b\x33\xd8\ -\x74\xd9\x9b\xc5\xdc\x59\x86\x8c\x38\xab\x08\x59\x65\x60\x60\xba\ -\x75\x4b\x30\x60\x04\x06\x57\x04\x78\xe9\xeb\xea\xb8\xe3\x73\x6d\ -\xb0\x16\x08\x43\x1b\xbf\x6b\xc5\x30\x0a\x30\x5a\x60\xf4\xf8\x34\ -\xc2\xf6\x46\x0c\x8a\x95\x60\xc9\x45\xed\x01\x60\xf3\x55\xb7\xe2\ -\xe2\xf3\x37\x96\x45\x33\xf6\x1c\xde\x81\xaf\x7e\xe7\x33\x39\xb8\ -\x76\x35\x46\x98\x0b\x29\xa2\x42\x7b\x39\x98\x80\x20\x3c\xd7\x26\ -\x9a\x8b\x26\xba\xdb\x32\x23\x6c\xe5\x86\x84\xab\x96\x64\xad\x01\ -\x5d\xb6\x0b\x01\x3c\x72\x7f\x8a\x30\xa8\x23\x0c\x2a\x08\x03\xcb\ -\x60\x29\x03\x08\x21\x5d\xd5\xc6\x8a\xaa\x34\x55\x88\x3b\x09\x2e\ -\xdc\xa4\xb0\xfe\xca\x0a\x52\xa3\xa0\x8c\x03\xd7\x64\xe6\x39\x4b\ -\x76\x74\x07\x5b\x10\x81\x5d\xfd\xd8\x56\x11\x6d\x38\xc4\x60\x8c\ -\x9f\x4c\xb1\xf3\x81\x18\xcf\xb9\xad\xdf\xe6\x9b\x8c\x0d\x8d\x96\ -\x2d\x97\x78\xe6\xf3\x04\xee\xbe\xab\x85\x4a\xc4\x10\x22\x80\x52\ -\x06\x5a\x01\x47\x0e\x9e\x40\x3a\x59\xc5\xda\xda\x95\x3d\xc7\x63\ -\xe5\xe0\x1a\x3c\xfb\xda\x17\xf4\x7c\xec\x93\x5f\xfc\x60\xa9\x0f\ -\x9c\xec\x84\x9e\x43\x64\x9d\xf3\x4c\x96\x35\xd1\xba\x30\x8b\xd9\ -\xf1\x23\x2f\x1b\x92\x98\xd1\xd3\x44\x60\xb0\x56\xd8\xfe\x13\x83\ -\xa1\xe5\x15\x84\x61\xc5\xf3\xbf\xd6\xf1\x68\x06\x8c\x61\xa8\x54\ -\xa1\xd3\x49\x60\xa8\x85\x2d\x2f\xac\x40\x69\x8d\xd4\x68\x68\xa3\ -\xa1\x0c\x3b\xd3\x6c\x41\xe6\x52\xf3\x8f\x15\x7a\x02\x59\x85\x23\ -\xef\xbe\xd4\x8c\x6f\x7c\xae\x85\xc9\x31\x46\xff\x60\x0b\x57\x3f\ -\xab\x0e\x63\x5c\xff\x15\x13\x2e\xba\x2c\xc4\xce\x6d\x53\x38\xba\ -\x9f\x11\x86\x15\xb0\x01\x54\xa2\x71\xea\xc4\x18\x2e\x6a\xbc\x18\ -\x92\xa2\x52\xb7\x8a\x0d\xc9\x5e\xf0\xfc\x57\x23\x08\xa8\x18\xeb\ -\x10\xf0\xe5\x6f\x7c\x12\x07\x8e\xec\xce\x1a\x8e\xf2\x07\x82\x20\ -\xec\x3e\xbf\x47\x4d\x38\x58\x0a\x89\x0e\xdb\xb8\xd6\x15\x12\x44\ -\x22\x5f\x6d\xc8\x30\x36\x1f\x9d\x7f\x73\xc7\x62\x02\xf6\x3c\x9c\ -\x20\x10\x56\x58\x65\xe0\x4a\x69\xe3\x5e\x66\x06\x6b\xcf\x34\x37\ -\xdb\x78\xf6\x4b\x05\x64\x64\xd5\xb2\x32\x26\x67\x70\x0e\x2e\x77\ -\x3b\x35\xb3\xda\xb2\xed\xc7\x70\x9f\x4b\xae\x37\x23\x65\xdc\xf1\ -\xe9\x36\x5a\x93\x21\xa2\x40\xe0\x9e\x3b\x63\xac\x1d\x0e\x30\xb4\ -\xca\xb6\xde\x18\x0d\xb0\x62\x5c\xf7\x5c\x89\xcf\x6f\x9b\x46\xad\ -\x6a\x40\x10\x50\x89\x42\x92\x28\x54\xea\x8d\x9e\x79\xc5\x2d\x9b\ -\x6f\xc2\xea\x95\x6b\x8b\xae\x8a\x80\x03\x8f\x8d\xe0\xf3\x77\x7c\ -\xc2\x4d\xf4\x62\xba\x2f\x0a\x42\xc8\xa8\x98\x8a\xf6\x0d\x7e\xe6\ -\xe2\x89\x68\x78\x3e\x6b\x9d\x16\x1c\x60\xed\x92\xf3\x54\x90\x80\ -\x06\x86\x38\xaf\xf8\xd8\x96\x58\xe3\x15\x3c\x19\x52\x1a\xec\x7a\ -\x50\xd9\x12\xa0\x70\x6a\x95\x84\xcb\x31\x13\x8c\x36\xd0\x5a\x23\ -\x4d\x52\x74\x3a\x31\xc2\xfa\x34\x36\x5e\x53\x47\xaa\x53\xa4\x46\ -\x43\x69\xdd\xf5\xbd\x26\xeb\x98\xe2\xbc\x3b\x53\xb8\xfa\x90\x7d\ -\x4f\xeb\xf3\x25\x01\x61\x00\xfc\xe0\x8e\x18\x13\xc7\x2b\xa8\x56\ -\x2a\x2e\x6c\x0a\xf0\x8d\xcf\xb5\xf0\xaa\x37\x57\x10\x84\x04\xad\ -\x0d\xd2\x94\x11\x84\xc0\xba\xf5\x31\x0e\xed\x62\x04\x32\x82\x56\ -\x06\x5a\x1b\xdc\xbf\xe3\x6e\x54\xa3\x1a\xea\x95\x46\x0e\xf0\xe5\ -\x1b\xae\xc3\xf5\xd7\xdd\xd4\x33\x11\xf4\x83\x1f\x7d\x13\x57\x5d\ -\xf2\xac\xfc\xbe\xfd\x87\x1f\x45\xb3\x6d\x3b\x61\xb3\x30\x69\xb6\ -\x4b\xad\x5e\xaf\xbd\xfa\x45\x6f\xbd\x25\x00\x6e\x21\xa2\x2f\x31\ -\xf3\x37\xcf\x2a\xc0\xa9\x6e\xc3\x18\xee\xd6\xb3\xc1\x79\xe9\x8f\ -\x33\xee\x90\xed\x59\xb2\x2d\xa8\x16\x76\x19\x18\xec\x7c\x40\x61\ -\x70\x40\xe4\x9e\x9b\x99\xa1\x35\x03\xd0\xd0\x4a\x21\x8e\x13\xb4\ -\xdb\x1d\x34\x9b\x4d\xdc\xf8\x0a\x40\x19\x65\x7d\xaf\xd6\x50\x26\ -\x03\x98\xf3\x72\x1f\x72\xf9\x24\xba\x05\x04\x57\x34\x97\x02\x08\ -\x04\xf0\xa3\x3b\x3b\xd8\xb5\xb5\x82\x46\xbd\x81\x28\xb2\x1d\x21\ -\x52\x04\x68\x4e\x69\x7c\xfb\x8b\x4d\xdc\x7a\x7b\x0d\x69\xaa\x91\ -\x24\x06\x49\xa2\x71\xe9\x35\x02\x3b\xee\x6f\x22\x8a\xb4\xcd\x9e\ -\x29\x83\xd1\xf1\x13\x33\xc6\xa1\xbf\x7f\x68\xd6\x98\xf5\x0d\xbf\ -\xf2\x5b\xa5\x10\x52\x94\x7c\xf1\xec\x97\xd5\x2b\xd6\xac\xfb\xfd\ -\xdf\xfc\xf0\xdb\x00\xe0\x0b\x77\xfd\xfd\x08\x80\x6f\x9e\x75\x1f\ -\xcc\xd0\x85\x98\x53\x30\x75\x2b\xae\x24\x0a\x6d\x3a\x59\xf3\xda\ -\xc1\x5d\xca\x99\x71\xc7\x58\x97\xc4\x00\x0c\xd8\x18\xa4\x2a\x45\ -\xdc\x49\xd0\x6a\xb5\xa1\x4c\x0b\x97\x5e\x1b\x21\xd1\xca\xf9\x5d\ -\xe5\x99\x67\xce\x35\x73\x5e\x7b\x76\xd5\xa3\x4c\xa9\x4b\xb2\x21\ -\xd2\xc8\xb6\x18\xdb\xef\x89\xd0\xdf\xdf\x40\xb5\x52\x43\x10\x84\ -\x8e\x63\x02\x51\xa4\xb0\x7f\x67\x0b\xf7\x7e\x73\x1a\x57\xdf\x14\ -\x20\x49\x2d\xc0\x32\x34\x18\x5c\x1d\xe3\xe4\x61\x03\x22\x09\xa5\ -\x94\xa7\x82\xbd\xa2\x80\x08\x66\xcd\x48\x05\xa5\x61\xef\x55\x4c\ -\xca\xcb\xd9\xd4\xbb\xd6\x4e\xe7\x54\x64\x19\xed\xf9\x1d\x01\x23\ -\x28\x5f\xa9\x40\x0c\x08\xee\xb6\xd7\x92\x6b\x5e\x3b\xb0\x2b\x01\ -\xa1\x62\x5b\x66\x19\xb6\x78\xa0\x6d\x7f\xb1\x36\x06\x49\x6c\x93\ -\x19\xed\x76\x1b\x97\x5c\x9f\x81\xaa\xf3\x43\x1b\x9d\xb3\xb7\xd8\ -\xd1\x97\x55\x87\x9c\x59\x16\xd6\x34\x1f\xdc\x19\xe3\xeb\xff\x04\ -\x2c\x5f\xde\x40\x14\xd5\x10\x06\x15\x08\x29\xac\xb0\x82\xb6\xcd\ -\xfb\x2c\xf1\xe3\xbb\x5a\x18\x5c\xa3\xb1\x7c\x35\x10\xc7\x1a\x9d\ -\x58\x61\xf5\xb0\xc2\xbe\x9d\x29\x02\x19\x58\x80\x69\x26\xc0\x42\ -\x04\x67\x9c\x56\x5c\x8c\xcb\xa2\x00\xac\x38\xb5\xa5\x3e\x00\x04\ -\x03\xe2\x4c\xe0\x88\xbc\xc1\x11\x79\xbb\x8e\x81\x90\x84\x23\xfb\ -\x14\x08\x55\x07\xae\x8d\x5f\xb5\x36\xb6\xcf\x49\x29\x24\x49\x8a\ -\xb8\x13\xa3\xdd\xea\x60\xed\x45\x64\x01\x35\xca\xab\x18\x19\xdb\ -\x8b\x9c\x2f\x5c\xeb\x36\xed\x09\x62\x48\xe7\x73\x25\x01\x13\xc7\ -\x53\xdc\xf9\x69\x85\x5a\x75\xc0\x16\x32\x82\x08\x52\x4a\x17\x1a\ -\xd9\x89\xa5\x94\xb6\xed\xae\xa9\xc1\xae\x07\x13\x5c\x77\x4b\x88\ -\x38\x51\x88\x93\x14\xfd\xcb\x81\x76\xbb\x85\x30\xa8\x40\x6b\x33\ -\x2b\x83\x65\x38\x4b\x01\x7f\xce\x3a\xf9\x2c\xc5\xfe\xb9\x4a\xb0\ -\x67\x1d\x60\xdd\x01\xc9\x4a\xde\xd3\x2c\xdc\x92\x2e\x82\x01\x93\ -\x74\x9d\x8c\x5d\xa0\x09\xc0\xc9\xc7\x94\x6b\x16\x67\x18\x6d\x1b\ -\xc5\x09\xd6\x12\xa4\x69\x8a\x38\x4e\xd0\xea\x74\xd0\xe9\xb4\xb1\ -\xfe\x2a\x67\x9e\x59\x39\xe6\x6a\xbb\xe6\xc7\x2b\xeb\x8b\xac\xb3\ -\x12\x0e\x60\xc1\x90\x02\x60\x6d\xf0\xcf\x1f\x69\xa1\x12\x2c\x47\ -\xb5\x5a\x47\x14\x59\xa5\x0e\x08\xdb\xa8\xae\x75\x1e\x63\xb7\xdb\ -\x1d\xac\x1a\x56\xd8\xf2\xe2\x10\xed\xa6\xad\x52\xa5\x4a\x83\xc9\ -\xa0\x31\x98\x62\x7a\x94\x60\xb4\x9e\x95\xc1\x32\x58\x44\x6a\xf2\ -\xb9\x34\xd1\xac\xbd\x58\x58\x38\x70\x05\x0c\x91\xd7\x4d\x6c\x7d\ -\x2d\xc3\x40\x04\xc0\xa1\x3d\x1a\x43\xcb\x6d\xc6\xd0\xb6\x9f\x5a\ -\x80\x19\x8c\x34\x4d\xad\x89\xee\xc4\x18\x58\xa9\xa0\x59\x3a\x06\ -\x3b\x70\x59\xcf\xf4\xbd\x42\x58\xb3\x2c\xba\x8a\xd9\xa4\x1a\xff\ -\xf7\xc3\x6d\x40\xf5\xa3\xd2\x70\xcc\x15\x81\x55\xda\xc6\x2e\x01\ -\x4d\xe2\x14\xed\x76\x07\xad\x56\x1b\x41\xb5\x8d\x17\xbd\x21\x80\ -\x66\x95\x0b\x3a\x6d\x14\x8c\xd1\x68\x2c\xd3\x18\x3b\x9a\x3a\x41\ -\x39\x93\x4e\x92\xa4\x15\x59\x54\x6c\x72\xf0\xc5\x1f\x7b\xc1\xe2\ -\x6c\x64\xce\x57\x7a\xf8\x3d\xc0\x7c\x8e\x7d\x30\xc3\xc6\xa2\xce\ -\x08\x5b\x05\x4d\x6c\xdb\x4e\xdd\x9a\x9d\xee\x1e\x1e\x36\xeb\x95\ -\x99\x65\xa3\xad\x89\x34\x46\x43\xc1\xfa\x62\xa5\x14\xd2\x54\x21\ -\x89\x13\x9c\xbf\xc1\xd6\x7c\x35\x2b\x0f\x5c\xdd\x2d\x51\xba\x16\ -\x1c\x22\x40\x0a\x42\x20\x18\x81\x60\x44\x11\xe3\x4b\x9f\x68\x62\ -\xf4\x68\x1d\x03\x03\x75\x54\xa2\x0a\xc2\x30\xb4\xec\x63\x40\x1b\ -\x1b\x82\xb5\xdb\x6d\x34\xa7\x9b\x48\xd4\x14\x5e\xfe\x16\x09\x59\ -\xd5\x88\x5b\xa9\xfb\x3c\x9b\x0a\x65\x32\xe8\x1b\xb4\x13\xa2\x56\ -\xab\xa1\xd5\x1e\x07\xa9\x08\xc2\x34\xba\x75\x32\x0a\x66\x74\x5f\ -\x14\x93\x3f\xdd\xe4\x4b\x86\x5b\x9c\xc6\x48\x93\x0e\xfa\x1a\x03\ -\xe0\x1e\xaf\x63\x00\xa7\x46\x8f\x1d\xf9\xf8\x67\x3e\xf4\xaf\xee\ -\xa1\xad\xe7\x04\xe0\x54\xb7\x21\x49\xba\x9a\xaf\x4b\xe7\xb3\x01\ -\x41\xba\xde\x62\x02\x43\x39\x33\x2d\xb0\x6b\x5b\x02\xad\xb5\xeb\ -\x2d\x36\xae\x89\x4d\x83\x85\x05\x3d\x4d\x95\x65\x71\x92\xa2\x31\ -\x68\x60\x58\xc1\x18\x65\x81\x75\x2d\x39\x59\xe2\xc2\x0a\xaa\xac\ -\xfc\x67\x7d\x6f\x10\x00\xff\xf6\x0f\x93\xd8\xf5\x40\x05\x83\x03\ -\x35\x54\xc2\xc8\x56\x6d\x5c\x02\x45\xbb\x49\xd4\xe9\xc4\x68\x36\ -\x5b\x98\x98\x18\xc7\x0b\x7e\x25\xc6\xca\x0b\x42\xb4\xda\xca\x7e\ -\x1e\x14\x40\x1a\x24\x0c\x48\x32\xfa\x06\x6c\x18\x57\xaf\xd7\xc0\ -\xdc\x42\x1c\x8f\xa2\xd5\x6e\xc3\xa8\x10\x15\xaa\x62\xcf\xd8\x3d\ -\xf8\xe4\x17\xff\xc2\x4e\x5c\x06\x26\x27\xc6\xb1\x63\xf7\x56\x0c\ -\x45\xd7\xa2\x4f\x9c\x07\x00\x78\x70\xc7\xbd\x98\x9c\x1e\x2d\x8c\ -\xdd\x1f\xbd\xf5\x03\xb8\xf5\xd5\x37\xce\x3a\xb6\x71\xda\x6e\xff\ -\xd3\x97\x3e\xf6\x5d\x00\xf7\x9c\x93\x44\x47\x16\x26\x69\x56\x79\ -\x2b\xac\x55\xcf\x36\x12\xd6\x2c\x20\xd8\xc0\xb0\xf4\x98\xac\xa0\ -\x52\x0d\xa5\x34\x54\xaa\xa0\x94\x06\x91\x86\x10\xb6\xf5\x26\x4d\ -\x52\xa4\x89\x35\xd3\x2a\x4d\x6d\x9e\x19\xca\xb9\x02\x93\xaf\xd4\ -\xcf\xd7\x43\x90\x84\x14\xd6\x3c\x07\x92\x71\xdf\x5d\x4d\x6c\xfd\ -\xbe\xc0\xe0\x40\x03\x95\x4a\x15\x41\x10\x82\x60\x13\x18\x86\x13\ -\x80\xad\x9f\x6f\x4e\x37\x31\x3a\x3a\x8a\x1b\x6e\x6b\xe3\xca\x1b\ -\x2b\x68\x75\x52\x18\x28\x3b\x19\x85\x06\x84\x81\x08\x0c\x82\xd0\ -\x26\xfd\x8d\x36\x88\xaa\x15\x0c\x0c\x0c\x20\x4d\xeb\xa8\xd5\x3a\ -\x68\x36\xa7\xa1\xcc\x38\x4e\xa8\x7f\xc7\x3f\x7f\xf5\xdb\x48\x53\ -\x5b\xd6\xd4\x9a\xa1\x12\x83\xaa\x3a\x88\x3a\x2e\xf4\xe8\x59\xf4\ -\xdf\x81\xb4\xa6\xbd\x97\x2e\x23\x74\x9b\xee\xe6\xbb\x63\xcf\xa2\ -\x00\xac\x4d\x0a\x23\x14\xba\xcd\xac\xae\xfe\x06\x01\xc1\xc2\x81\ -\x6b\x57\xfb\x30\x08\x86\x15\x94\xea\x1e\xa9\x52\xae\x21\xce\x86\ -\x2d\xa9\x52\x48\xd2\x04\x69\x9a\x22\xac\x65\xaf\xd1\x60\xd6\xde\ -\xc2\x6c\xa7\x9c\x49\x40\x08\xe3\x8a\xe7\x8c\x07\x7f\x38\x85\xaf\ -\xfc\x23\x61\x70\x70\x00\x61\x14\x42\x4a\xdb\x11\x62\x98\xa1\x94\ -\xca\xbf\x73\x92\xa6\xe8\xc4\x31\xd6\x6d\x68\xe3\x85\xaf\xa9\xa3\ -\xd9\x89\xc1\x64\xc1\x35\x42\x5b\xab\x20\x35\x64\xc8\x40\x95\xb0\ -\x7c\x8d\x80\x61\x05\x21\x08\xc2\x35\x4a\x69\xa3\x11\xa5\x15\x84\ -\x52\x61\xd5\xf9\x8c\x76\x4b\x21\x8e\x35\x92\xd8\x20\xe9\x18\xb4\ -\x26\x19\xc2\x10\xc8\xcc\xee\x41\xa5\x03\xd8\x5f\xf0\xee\x2f\xf5\ -\x59\x12\x8d\xef\xc6\xad\xcc\xb3\x25\x39\xca\xe3\x4a\x01\xe9\x2f\ -\x10\xb1\x4b\x3e\xd8\x02\x6c\xcd\xb0\x05\x37\x4d\x52\x97\xa4\x70\ -\x00\xa7\x69\xfe\xb8\xd6\xca\x89\x33\x6d\xdf\x17\x26\x5f\xa1\x60\ -\xd7\x27\xc1\x2d\x6f\x61\x8c\x3e\xd6\xc1\x97\xfe\x77\x1b\xb5\xca\ -\x90\x0b\x85\x02\x0b\xae\x61\xa8\xb4\xb8\x87\x46\x9a\x2a\x68\xa5\ -\xb1\xe3\x81\x14\x8f\x6e\xd3\x38\x7f\x13\x01\xa4\x01\x32\xd6\x9a\ -\x04\x06\x22\x34\x90\x1a\x90\x20\x54\x6a\x19\x01\x45\x3e\x69\xb4\ -\xd6\x08\x82\x00\x08\x24\xfa\x06\x0d\x44\x24\x20\x5a\x0c\x11\x30\ -\x84\xb4\x4d\xf1\x22\xa1\x9e\xa2\xac\x10\x5e\x89\x52\x28\xe4\x8b\ -\xab\xa5\x00\x30\xd8\x40\x73\x9a\xc7\xbf\x00\x81\x8c\x81\x11\x0c\ -\xc3\xc2\x8a\x29\x62\x18\xe1\x00\xd6\x0a\x71\x1c\xdb\xa3\x13\x23\ -\x0c\x42\x30\x33\x84\x10\x30\x46\x23\x89\x13\x7b\x24\x09\x9a\x93\ -\xa9\xd5\x9e\xac\xba\xec\x25\xf6\x96\x94\x02\x52\x08\x34\xc7\x62\ -\xfc\xcd\x3b\x27\x21\xd1\x8f\xa0\x1e\x58\x10\xe0\xc0\xf5\x98\x9b\ -\x5b\x1d\xe7\xff\xc3\x20\xc2\x27\xfe\xf4\x04\xde\xf2\xa7\x55\x2c\ -\x1f\x26\x08\x52\x10\x52\x43\x48\x83\x20\x64\x08\x26\x40\x32\xe2\ -\xb6\x82\xd1\x2e\x3e\x70\x9d\x26\x19\xd0\x32\x22\xf4\x2d\x97\xa0\ -\xc8\x80\x02\x03\x0a\x08\x14\x10\x3a\x6d\x02\x5a\x04\x18\x31\x07\ -\xc0\x32\x2f\xea\xf7\x2c\x36\x2c\x09\x80\x01\x68\x93\xe4\xbd\xcb\ -\xc8\xba\x9e\x99\x61\x8c\x80\x11\x59\xbd\xd6\xfa\xe0\x54\x67\x22\ -\xca\x66\xab\xa2\x28\x72\xb1\xa4\x65\x70\x92\x58\xf3\xac\x94\x0d\ -\x53\x00\x69\xd9\x05\x03\x22\x93\x17\x15\x84\x5b\x75\xc8\xa9\xc2\ -\xc7\xdf\x3b\x8e\xa4\x5d\xc3\xb2\x65\x59\x12\xc3\x86\x5f\x4a\xd9\ -\x95\x08\x33\xb3\x6f\xb6\x76\x1c\x04\x01\x4c\x5a\xc1\xa7\xff\x7a\ -\x1c\xef\xf8\xe8\x32\xc8\xc0\x20\xd0\x06\x26\x30\x59\x80\x0d\xa1\ -\x04\xa2\x2a\x17\x80\x35\xc6\xe4\xfd\xd4\x6b\x2f\x16\xe8\x5f\xce\ -\x40\x40\x40\x60\xbb\x30\x48\x02\x9d\x26\x21\x1d\x27\x50\x4a\xb3\ -\xa6\x29\x85\x94\x90\x92\x66\xcd\x49\x2e\x8d\x05\xe0\xce\x50\x6b\ -\x36\x36\xd1\x9f\x57\x91\xb4\x6d\x5a\x33\x12\x92\x18\x9a\x19\x8a\ -\x19\x9b\xae\x17\x39\xb8\x95\x4a\x05\x49\x92\xe4\x00\xb3\xf3\x95\ -\x19\x30\x27\x8e\xc4\x00\x05\x36\x43\x46\x3a\x37\xcf\x02\x80\x20\ -\x46\x14\x19\xfc\xe3\xfb\xc6\x71\x78\x24\x40\x7f\x7f\x98\x4f\x92\ -\x0c\xdc\xb9\xce\x51\x61\x8c\x81\x10\x02\x95\x4a\x05\x27\x0e\x86\ -\xf8\x87\xf7\x8d\xe2\x4d\xff\x7d\x00\x86\x05\x04\x31\x94\x5b\x30\ -\x27\x0d\xa1\x39\xa5\x20\x84\xf5\xe9\x19\x73\x83\x20\x80\x10\x02\ -\x51\x95\xd0\xb7\x9c\xc0\x01\x01\x81\x00\x49\xb6\xa6\x95\x02\x8c\ -\x63\x1f\xa6\x8f\x1d\x56\xea\xd4\x8a\xe3\xb5\xf0\xbc\xc3\xa1\x68\ -\x6c\x24\x0a\x86\x7c\x06\x0b\xd1\x2d\xb4\x95\xd7\x0a\xd3\x52\x61\ -\x70\x61\x2b\x43\x14\x17\x7f\xb3\xd7\x5a\xcb\x2e\x77\xa9\xb5\xce\ -\x0f\xa5\x14\x84\xf3\x6d\x59\x83\x1d\xbb\x3c\xf3\xa1\xdd\x09\x24\ -\xf5\x41\x0b\x82\x84\xb0\x9b\x60\xb8\x4e\x8d\x28\x24\xfc\xf3\xff\ -\x18\xc3\x03\xdf\x03\xfa\xfa\x6c\x9c\x9b\x0d\xba\xad\x4c\xd9\xf7\ -\xcf\xde\xd3\xfa\x6c\x91\x33\x31\x13\x39\x95\x4a\x05\x8d\x46\x03\ -\xbb\x7e\x9a\xe2\xeb\x9f\x9a\xc2\x8b\xdf\xd8\x0f\xe9\x44\x1b\x31\ -\x21\x80\xc4\xd4\x98\x65\x7b\x06\x70\xa6\x01\x00\xa0\x7f\xb9\x40\ -\xdf\x20\xc1\x08\x09\x16\xc6\x1a\x1c\xc9\x10\xa1\x40\x58\x21\x04\ -\x61\x1a\xef\x3e\xba\x7f\xfb\x78\xba\xff\xc3\x00\x86\xfb\xab\xeb\ -\x2e\xaf\xcb\xd5\x1b\x03\xf4\x6d\x94\x81\xd9\x78\xe0\xf0\xde\x23\ -\x0c\x60\x6c\xec\xd4\xe8\xf1\x93\x8f\x8d\x01\xc0\xf7\xef\xb6\x9b\ -\xb0\x9c\x1c\x3d\xd1\x9e\x4f\xfc\xbb\xf8\x00\x97\xc0\xce\x76\xba\ -\xcb\x17\x8f\x70\xb7\xa7\x23\x49\x81\xe1\x4b\x09\x63\x8f\xa9\x1c\ -\xe0\x6c\xd0\x7c\x80\x89\x08\x87\x47\x54\xbe\x18\x5c\x12\xe7\x0b\ -\x66\xa5\x20\x7c\xf3\x33\x93\xf8\xc1\x57\x14\xea\xf5\x3a\xc2\x30\ -\x9c\x61\x9a\x95\x52\xdd\x38\xdb\x99\xe9\x20\x08\x5c\xba\x52\xe6\ -\x26\x36\x08\x02\x54\xab\x55\x34\x1a\x0d\xdc\xf9\xe9\x13\x18\xbe\ -\x34\xc2\xd5\x37\xd5\xc0\x01\x83\x8c\x40\x40\x84\x91\x87\xd3\xfc\ -\x33\xb2\x09\x94\x75\x7c\x9e\x7f\x49\x88\x7a\xbf\x81\x82\x70\x20\ -\x33\x48\x0a\xc8\x90\x11\x04\x8c\xb8\x25\x14\x80\xa3\xcc\x7c\xa7\ -\x9b\x18\xab\xa7\x70\x64\x18\xc0\x05\xb7\xbf\xe7\xea\x61\xd8\x0d\ -\x4c\x81\xde\xdb\x28\xc5\x67\xb2\x8b\x6d\x70\x36\xc0\xf5\x99\xdc\ -\x05\x36\x5b\x8b\x6b\xb7\x3c\x58\xb9\x8e\x70\xe2\xa0\xca\x7d\xad\ -\xf4\x56\x59\x19\x63\x3c\x86\x48\x3c\xf0\x83\x36\xae\xbe\xa9\x0a\ -\x26\x81\xac\xb4\xbf\xfd\x07\xd3\xf8\xc2\xc7\x9a\xa8\x56\xab\x39\ -\x58\xd9\x04\xc9\x04\x54\xa6\xc8\xe3\x38\x46\x92\xc4\x00\x08\xd5\ -\x6a\x15\xb5\x5a\x0d\x51\x14\x59\x05\xec\x3e\x27\x03\xb9\x5e\xef\ -\xc3\xa7\x3e\x34\x8e\x3f\xf8\x68\x84\xe1\x8d\x15\x10\x08\x69\xac\ -\xb0\xeb\x01\x8d\xd5\x2b\xa5\x5b\xd0\xdd\x9d\x88\xc6\x68\xac\x1e\ -\x0e\x80\x8a\x42\x95\x05\x14\x08\x86\x04\x28\x60\x0b\x70\xc8\xe8\ -\x34\x85\x86\xdd\x20\x24\x7b\xed\x71\x07\xea\x4f\x17\x7a\xf8\xc5\ -\xd9\xc0\xb7\xfc\xbf\xdb\x46\x2a\x37\xbb\x4a\x01\x17\x6e\x92\x85\ -\x58\xd8\xf7\xbb\x3e\x83\xa5\x94\xd8\x79\x7f\x02\x29\x5c\xdb\x2b\ -\x09\x04\x42\x40\x2b\x51\x6c\xfc\x73\x4c\x55\x4a\xd9\xd6\xda\x4e\ -\x07\xad\x56\x0b\x53\x53\x53\x18\x1f\x1f\xc3\x1f\xfe\x6d\x0d\x57\ -\x3f\xaf\x85\xb1\xb1\x31\x4c\x4f\x4f\xa3\xdd\x6e\x23\x8e\xe3\xdc\ -\x4f\x0b\x21\x10\x45\x11\xea\xf5\x3a\x58\xd5\xf1\xbf\xde\x73\x1c\ -\x26\x16\xa8\x45\x01\x76\x6f\x6b\x41\x20\xca\xd9\xeb\x4f\xa4\xb0\ -\xa6\xb0\xea\x82\x00\x51\x8d\x50\xa9\x13\xaa\x7d\x02\xb5\x7e\x81\ -\xfa\x32\x81\xfa\x80\x40\x7d\x50\xa0\xbe\x4c\x68\x00\xcd\xb3\x61\ -\x3c\xc5\x59\xb2\xd0\xf9\x7e\x8f\x05\x06\x33\xf2\xee\xc7\x4d\xd7\ -\x45\xb9\x5a\xce\x0e\xdf\xac\x66\x00\x07\x41\x80\x7b\xee\x6c\x43\ -\x0a\xe1\x0e\x6b\x56\x6f\x78\x61\x3f\xde\xf8\xee\x65\xf9\x6b\x33\ -\xd1\xd6\xe9\x74\x6c\x7e\xb9\xd9\xc4\xe4\xe4\x24\xc6\x27\xc6\xf1\ -\xc6\x3f\xa8\x62\xcd\x7a\x89\xdf\x7a\xcf\x0a\xac\xb8\x60\x1a\xe3\ -\xe3\xe3\x98\x9c\x9c\x44\xb3\xd9\x44\xa7\xd3\xc9\xc3\x28\x29\x25\ -\xaa\xd5\x2a\xfa\xfb\xfb\xd1\x1c\xab\xe1\x23\xef\x3e\x86\x28\x94\ -\xf8\xf6\xbf\x4d\xa3\x56\xab\x21\x08\x82\x3c\xfe\xcd\x3e\x73\xfd\ -\x95\x02\x22\x04\x82\x0a\x10\x56\xa9\x00\x74\x7d\x99\x40\x63\x50\ -\xa0\x36\xf0\x14\x00\x98\x67\xb9\x95\x99\xe5\xe2\x32\x4f\xc6\x65\ -\xd7\x57\xa1\x8d\x9a\x01\x6e\xc6\x60\xdf\x74\xc6\x2d\x81\x1f\xde\ -\xd1\x84\xf4\x76\xdc\x01\x08\x2f\x78\xcd\x00\x9e\xf7\x8a\xc8\x99\ -\xe0\xa4\x00\x72\xab\xd5\x42\xb3\xd9\xc4\xb3\x5f\x4c\x78\xd6\x6d\ -\x75\x24\x4a\x21\x4e\x19\x7f\xf4\x77\xe7\x61\xd5\x70\x8c\x66\xb3\ -\x89\x56\xab\x95\xbf\x36\x13\x63\x99\x8f\x6e\x34\x1a\x18\xd9\xce\ -\xf8\xcb\xdf\x3f\x88\x9f\xfd\xbb\x42\xa5\x52\xc9\xc3\x23\x93\x17\ -\x44\x52\xac\xbf\xda\xc6\xb1\x22\x04\x64\x06\x72\x9d\x50\xad\x0b\ -\x9f\xcd\xc6\x37\xd1\x4f\x5e\x06\x97\xb7\x70\xcc\xc4\x95\xdb\x89\ -\xc7\xee\x24\x67\x01\x8e\x63\xe0\x86\x5b\xa2\x02\xb8\x19\x7b\x7d\ -\x06\x0b\x21\x10\x04\x01\xee\xfa\xfc\x14\x84\xb0\x4b\x4e\x44\x56\ -\x95\x61\xe0\x4d\x7f\xbc\x0a\x37\xbd\x2c\x40\xa7\xd3\xc9\x8f\x76\ -\xbb\x8d\x56\xab\x85\xf5\x57\x6b\xbc\xe1\x0f\x56\x20\x56\x0a\x1d\ -\xa5\x10\xab\x14\x22\x22\xfc\xe6\x7b\x96\x83\x45\x0b\xad\x56\x2b\ -\x07\x39\x4d\xd3\x5c\x69\x67\xfe\xb8\xaf\xaf\x0f\x0f\xfd\x48\xa0\ -\xbf\x7f\x00\x95\x4a\x25\x37\xcf\x3e\x83\xaf\xba\xa9\x6a\x4b\x94\ -\x81\x5d\x09\x18\x54\x08\x51\x85\x10\xd6\x09\x95\x86\x65\x72\xb5\ -\x8f\x34\x80\xf6\x53\xc2\x44\x97\x7d\x70\x41\x5c\xb9\x95\x07\x86\ -\x19\xa9\x62\x3c\xf3\x05\x95\x9e\x26\x3a\x63\x53\x66\x36\x83\xfa\ -\x44\x49\x7c\x00\x00\x0f\x72\x49\x44\x41\x54\x20\xc0\xc1\x5d\x1a\ -\x3f\xfc\xea\x34\x24\x11\x84\x33\xd3\x20\x82\xd2\xc0\x9b\xfe\x78\ -\x25\x6e\x7a\x99\x44\xbb\xdd\xce\x41\xee\x5f\x99\xe2\xb7\x3f\xb0\ -\x02\x89\x56\x88\x95\x42\xa2\x15\x12\xad\x91\x68\x8d\xf3\xd6\x87\ -\x78\xcf\xc7\x87\x72\x90\x3b\x9d\xce\x0c\x7f\x1c\x04\x01\x6a\xb5\ -\x1a\x96\x2d\x5b\x86\x46\xa3\x81\x20\x08\x72\xbf\x9b\x81\xbb\xfa\ -\x22\xc6\xf2\xb5\x02\x10\x6e\x3d\xb1\xb4\x20\xcb\x0a\x10\x56\x08\ -\x51\x95\x50\xa9\x11\x2a\x0d\x61\x00\x74\x9e\x62\x3e\xb8\xdb\xa7\ -\x9c\x15\xe7\xfd\xc5\x61\x9a\x19\x9b\x7f\xa1\x9e\x0f\x56\x9e\xb9\ -\xf2\x14\xb0\x6f\xa6\xc3\x30\xc4\x17\x3f\x31\x86\x4e\x93\xf3\x5d\ -\xef\xb2\x1c\x8f\x52\xc0\xed\xbf\x33\x84\x75\x1b\x18\x9d\x4e\x07\ -\x32\x4a\xf0\x96\x0f\x2e\x47\x58\x63\x24\x4a\x21\xd5\x1a\xa9\x56\ -\x48\x94\xbd\x4e\x8d\xc6\x9a\x0b\x2b\xf8\xd5\x77\xf4\xa1\xd5\x6a\ -\xe5\x13\xc3\x37\xd5\x99\xc0\x8b\xa2\x08\x61\xd8\x4d\xa0\x64\x22\ -\x2e\x8e\x63\x3c\xfb\xc5\x95\xae\xde\x10\x0c\x21\xed\x6a\xc0\x20\ -\x24\x04\x11\x21\xac\x90\x35\xd9\x55\x62\x00\xc9\x52\x01\x98\x16\ -\xc4\x0f\x73\x57\xe1\x66\xe2\xaa\x0b\xb2\xed\xa7\x12\x81\xc4\x2d\ -\xaf\x9e\xc9\x62\x5f\x49\x67\x09\x90\x20\x08\x30\x76\x1c\xf8\xcc\ -\x87\x4f\xd8\xb6\x53\x6f\x1b\x16\x06\x50\xa9\x0b\xfc\xd1\x3f\xac\ -\xc5\xf0\x26\xc2\xed\xef\xe8\xc7\xda\xf5\x76\x61\x9a\x6d\x90\xd7\ -\x48\xb5\x71\x0d\x7b\x26\x3f\x9e\xf7\xb2\x01\xbc\xfe\x5d\x8d\x5c\ -\x6c\xf9\xa6\xba\x18\xaa\x21\x57\xe9\xd9\x84\x6c\xb7\xdb\xb8\xee\ -\xe6\x5a\xbe\xb5\xa9\xed\x38\xb0\x6d\x43\x22\x63\x72\x60\x81\x0e\ -\x22\x62\x00\xea\x29\xc8\xe0\xec\xef\x2c\xfe\x75\xec\x35\x0c\xcd\ -\x06\xa9\x32\xb8\xf9\x95\x8d\x5c\x20\xf9\x20\x97\xfd\x70\x18\x86\ -\xa8\x54\x2a\xf8\xde\x57\x5b\xf8\xfe\xff\x9b\xb4\xbe\x98\x8a\xcb\ -\x2e\x45\x28\xf0\x9e\x4f\xae\xc3\x0d\xb7\x35\xf2\x9e\xe9\xe2\xca\ -\xc3\xa2\x9b\xd0\x86\xf1\x92\x5f\x5e\x89\xe7\xbe\x2c\x44\xb3\xd9\ -\x44\xbb\xdd\xce\xbf\x87\x9f\x65\xcb\x04\x55\x06\x6e\xa7\xd3\xc1\ -\x73\x5e\x52\xc5\xca\xf3\x02\x1b\xed\x67\x9b\x9e\x32\xdb\xbe\x30\ -\x49\x10\x92\x72\xbf\x2c\x43\xb0\x2b\x85\x2d\xfa\x65\xce\x44\x07\ -\xcd\xb7\x1b\x7b\x5e\x89\x0e\x2f\x3d\x09\xca\x99\xab\x99\x20\x99\ -\x6c\x57\x85\x31\x58\x7f\x55\x15\x97\x6d\x16\xd8\xfd\x60\x52\x48\ -\x21\x66\xec\xf5\x59\x1c\x45\x11\x8c\x31\xf8\xf8\xfb\x4f\x82\x19\ -\xb8\xf9\x15\xfd\xae\x73\xd3\xe4\x8b\xda\xd8\x2d\xeb\xef\xb5\x77\ -\x97\xbf\xb5\x70\x37\x36\x07\x7e\xef\xcf\x2e\xc0\xf1\x23\x7b\xb0\ -\x7b\x6b\xab\x90\xfc\xf0\xe3\xec\x8c\xc5\x99\x79\x7e\xf9\xeb\xd7\ -\x78\xbf\xcf\x6d\xc9\x44\xa5\xfd\xaa\xdd\x7b\xb8\x82\x81\x59\x0a\ -\x0c\x26\x3c\xc1\x73\x0b\xf0\x8c\xc1\xf4\x18\xec\x4c\xb5\x36\x9c\ -\xaf\x0a\xec\x24\xc0\x6b\xdf\xb6\x2c\x67\x4e\x99\x41\xbd\x98\x1c\ -\x45\x11\xfe\xfe\xbf\x1f\xc7\xf7\xbe\x32\x99\x37\xb5\xe7\x3b\xe5\ -\x10\x66\x6e\x18\xee\xef\xaa\x93\xaf\xf4\xef\xee\x32\x40\x2c\xf1\ -\xfe\xbf\xdb\x80\x75\x1b\x74\xcf\xe4\x8b\x2f\xfe\x32\x56\xcf\x3c\ -\x1f\xb2\xf7\xd9\xf9\x8e\xb7\xf9\x76\x84\x8c\x79\xf7\x45\x2e\x12\ -\xc0\x44\x85\xcd\xab\x16\x28\x5c\xea\x16\x18\x8c\x13\x5b\xc6\x64\ -\x4c\xce\xcc\xa7\xc6\x86\xab\xeb\xb8\xfc\x99\xb2\x67\xe2\x23\x03\ -\x38\xab\x36\xf9\x20\x7f\xec\x4f\x8e\xe2\x53\x7f\x7d\xcc\x15\x06\ -\x84\xcb\x76\x89\x1e\x87\x44\x20\x24\x02\x21\x10\xf8\xcf\x21\xe1\ -\x56\x3f\x10\x7e\xf4\xdd\x31\x1c\x3f\x9c\x16\x72\xd7\x19\x98\xbe\ -\xa9\xd6\xda\x36\x36\xfc\xf1\x6f\xec\x45\x73\xca\x14\xcf\xfe\xe2\ -\xdf\xf2\x00\xc6\x59\xec\x87\x17\xf3\x60\x2f\x2d\xb8\x2f\x06\x0a\ -\xc9\x0e\x9d\xa5\x16\x1d\x93\xe3\xd4\xe0\xad\x1f\x58\x85\xb0\xaa\ -\x72\x7f\x5c\x56\xd6\xd9\xeb\xcb\x4c\xbe\xe3\x9f\x26\xf0\xfb\xb7\ -\x8f\x60\xe7\xfd\x6d\x0f\x44\x89\x50\x4a\x84\xee\x3a\x12\x02\xa1\ -\x14\xf6\x3e\xd9\x7d\x8e\x14\x02\xa3\xc7\x13\x7c\xf0\x5d\x3b\xf1\ -\x17\xef\x38\x84\x4e\x33\x28\x94\x2b\xcb\x31\x7a\x36\xe1\x88\x08\ -\x9d\x26\xf0\x67\x6f\xde\x8f\xb8\xd9\xed\x0f\x3b\xcd\xc8\xf1\x39\ -\xf3\xc1\x1e\x7b\xe5\x42\x08\xb1\xee\x9e\x67\xb6\xdc\x96\x9f\xd4\ -\x86\xec\x36\xfa\xc6\x10\x34\x59\x1f\x2c\x88\x20\x8c\x46\x63\x79\ -\x80\xdb\xdf\xde\x8f\xff\xf3\x97\x93\x9e\xfa\xee\x82\x5a\x2c\x82\ -\x77\x99\x0c\x00\x87\x47\x52\xbc\xef\x37\x0f\xe0\xca\x2d\x55\xbc\ -\xe2\x37\x86\x70\xed\x73\xfb\x6c\xe7\x88\x28\x2e\x6d\xe9\xee\x39\ -\x2d\x70\x64\x6f\x07\x5f\xff\xdc\x49\x7c\xfd\xf3\xe3\x80\x09\x11\ -\x45\xdd\x4c\x55\xd9\xf7\xfa\xdf\x27\x9b\x6c\x42\x08\x1c\xd8\x19\ -\xe3\xf3\x1f\x39\x89\xd7\xbd\x7b\xf0\x89\x85\x1f\x8b\x09\xb0\x07\ -\xae\xf0\x8e\x05\x54\xd4\xdd\x25\x9d\xdd\xb8\xd8\x6e\x7d\x2f\xc9\ -\x40\x11\x41\x68\xbb\xf3\xcd\xad\xb7\x0f\xe2\xde\x6f\x36\xb1\xe3\ -\xa7\x49\x61\x60\x33\xf1\x95\x95\xe7\xca\x59\xae\x0c\xf4\x47\x7e\ -\x9a\x60\xfb\x4f\x0e\xa3\x31\x00\x5c\x72\x55\x05\x97\x6d\x6e\x20\ -\x08\x81\x4b\xae\xae\x63\xdf\x8e\x36\x5a\x53\x06\x07\x76\x77\x70\ -\x68\xa4\x83\x03\xbb\x14\xa4\x90\x90\x32\x42\x10\x06\x79\x45\xca\ -\x07\xd1\x07\x36\x13\x59\x99\x09\xcf\x26\xc2\x7d\x77\x35\xf1\xc2\ -\xff\xd4\x87\xea\xd0\x59\xa2\xe8\xe3\x54\xd1\x19\xc0\x12\x3d\x77\ -\x7b\x7a\xfc\x62\x9a\xf3\xb3\x9d\x64\x27\xab\xb1\xfb\x65\x69\x36\ -\x50\x6c\x3b\x0e\x15\x11\x48\x6b\x50\x02\xbc\xf3\x23\xe7\xe1\x0f\ -\x6f\x3f\x80\xd1\xa3\x71\x3e\xa0\x7e\x91\xde\x07\x39\x53\xbb\x19\ -\x38\x42\x08\x68\xad\xd1\x99\x36\x78\xf0\xee\x14\x0f\xfc\x60\xd4\ -\x3d\xf7\xa4\x3f\xa1\x6d\xe5\x28\x8c\xf2\xf7\xf5\x6b\xd1\x59\x36\ -\xab\xdc\x78\x50\x66\x71\x06\xf2\xab\xde\x3e\x88\x81\xd5\x12\xb1\ -\x52\xdd\x9d\xe6\x79\x89\x00\xdc\x83\xbd\xc1\x42\x01\xec\xa3\x9c\ -\x9d\xc1\xc4\xb8\x3d\x1d\x88\x01\x32\x0c\xed\x16\x8e\xfb\x27\xb9\ -\x0a\x83\x00\xef\xfe\xdb\xb5\x78\xef\x1b\x0f\x23\x6e\x59\x80\xfd\ -\x36\x19\x1f\x64\x1f\xb4\x0c\xb8\x8c\xcd\x3e\x38\x5c\x3e\xc1\x16\ -\xd1\x8c\xf7\xca\x00\xf5\x99\xea\xe7\xc5\xb3\xd7\xf9\xa5\xc9\x4b\ -\x36\x47\x78\xfe\xeb\x96\xa1\x9d\xaa\x7c\xfb\x08\x3e\xc7\x3c\x16\ -\xa7\x61\x6f\xb0\x90\x26\xba\x70\x12\x1a\x37\xbb\xfd\x6c\x96\x76\ -\x21\x53\x96\x59\x4a\x5d\xd6\x69\xc5\x70\x05\x1f\xf8\xf4\x05\x88\ -\x6a\x7a\x46\xf8\x54\x0e\x59\xfc\xac\x53\x19\x6c\x9f\xa1\xbe\x05\ -\xf0\x63\x6d\x5f\x35\x67\x69\xc8\x2c\xd6\x8d\xe3\x18\x2f\x78\x55\ -\x1f\x86\x37\x61\x86\xf0\x8b\x6a\x8c\x37\xbf\x7f\x8d\x5d\x04\xc7\ -\x26\x8f\xa9\x71\x6e\x09\xdc\x65\x70\x0f\xf6\x66\x00\x2f\x6c\xd7\ -\x87\xb7\xe3\xfa\x4c\x53\x6d\xa0\xd9\x2e\xfc\xcf\x76\xc5\xcb\x84\ -\xca\xca\xe1\x0a\xfe\xec\x33\x17\xe0\xbf\xbd\xfe\x20\x3a\x4d\xd3\ -\x13\x28\x9f\x55\x65\x61\x54\x36\xad\xb3\x3d\x56\x16\x74\xbe\x8f\ -\x7d\xd1\x6b\x87\xf0\x3b\x1f\xbc\x08\xad\x56\x8c\x5f\x7f\xee\x36\ -\x4c\x4f\x74\x5f\xff\xcb\x6f\x5d\x8d\xc1\xb5\x12\xed\x34\xcd\x97\ -\xb1\x16\xcf\x6e\xbe\x70\x29\xe0\x27\xc2\x60\x5f\x3d\x07\x00\xc2\ -\x85\x06\xd8\x3f\xb9\x68\x7e\x5a\xaa\xbc\xf0\x9f\x25\x3c\x1c\x8b\ -\xb5\x41\x6a\x74\x7e\xac\x18\xae\xe0\x7f\x7e\xf9\x62\x5c\xb8\x49\ -\x14\x52\x85\xbd\xaa\x4f\xbd\x12\x12\x3e\x58\x3e\xdb\xcb\x69\x48\ -\x3f\x15\x99\xa6\x29\x94\x56\xf8\xdd\x0f\x5d\x80\xb7\x7f\x70\x18\ -\xed\x34\x05\x42\xc2\x5f\x7c\x76\x23\x6a\x0d\x5b\x2a\xdc\xf4\xcc\ -\x2a\xfe\xc3\xaf\x0d\xba\x9d\x7e\xba\x7b\x74\x9d\x66\xdf\x6c\xca\ -\x2e\x67\x0b\x60\xea\x61\x9e\xa3\x05\xf5\xc1\x3d\xb2\x5b\xfe\x26\ -\xde\x45\x90\xed\xa1\xb4\x71\xd5\x1f\x7b\x34\x86\x02\xfc\xc9\x27\ -\x2f\xc6\x2b\x7f\x63\x60\x86\xb9\x9e\xcd\x74\xfb\x20\x97\x93\x16\ -\xe5\xd8\xd6\x9f\x2c\x69\x9a\x62\x68\x8d\xc0\x87\xbf\xbc\x09\xcf\ -\x7d\xe5\x00\x3a\x2a\x45\x27\xb5\xc7\xd0\x70\x84\xdf\xfd\xab\xf3\ -\x51\x6d\x00\x6f\xfe\xc0\x5a\xc4\x5a\xbb\xbd\x42\xba\xe0\x32\x4c\ -\x4f\xfb\xcc\x5c\x18\xeb\x45\x05\x3a\x38\x8d\xff\x5d\x70\x06\xf7\ -\x36\xd5\x99\xe8\xea\x9e\x24\xc3\xc5\x4f\x5e\xff\xb7\x02\xb3\x6d\ -\xa3\x0d\x2a\x12\xbf\xfa\xae\xb5\xd8\x72\x6b\x3f\xfe\xe6\xdd\x87\ -\x70\xfc\x90\x9a\xe1\x4f\x7b\x8d\xd7\x5c\xa6\xd9\x37\xcb\x36\xec\ -\x62\xfc\xd2\x7f\x59\x8b\x97\xff\xfa\x2a\x44\x0d\xa0\x93\xa6\x36\ -\x21\xc3\xdd\xd3\x03\x5c\x72\x63\x0d\x7f\xfd\x8d\x8d\x08\x6b\xae\ -\x79\x5f\xfb\xec\xe5\xd3\x09\xe8\x6c\x9c\xf3\xd3\x9b\x3a\xf7\xc2\ -\x8b\x05\x70\x2f\x05\xbd\x68\x00\xfb\x9b\x8c\x18\x30\x04\x67\x1b\ -\x3e\xb8\xdf\x67\x8c\xdb\x81\x0e\x85\x3a\xb2\x61\xe1\xc4\x98\xc0\ -\xc5\x57\xd7\xf0\x77\x77\x5d\x86\xef\xff\xdb\x18\x3e\xfb\xd1\xa3\ -\x38\x7a\x20\x9d\x17\xc0\xbd\x40\xf6\xcf\x46\xfe\xa2\x5f\x5a\x89\ -\xd7\xbc\x6d\x0d\x86\xd6\x4a\x28\xa3\xd1\x4e\xcd\x8c\x1d\x7c\xb2\ -\xde\x32\xaa\x30\x62\xd5\xad\x52\xe5\xbb\xec\xcd\xc2\x5e\xf7\x11\ -\xbe\x1b\xd4\xe8\x9e\x46\x0d\x0b\x0d\x72\x50\xaa\x1a\x89\x1e\x0c\ -\x5e\xd4\xbe\xad\x2e\xc8\xc6\x9e\xf7\xc8\x07\x19\x76\x01\x78\x76\ -\xb6\x3b\x66\x5b\x85\x92\xcc\x30\x46\x42\x0b\x03\x6d\x04\x9e\xf3\ -\xb2\x41\xdc\xfc\x1f\x97\xe3\xbe\x6f\x4f\xe0\xc7\xdf\x9a\xc0\xdd\ -\x77\x4e\x60\x7a\x42\xcd\x09\x70\x01\x64\x30\x2e\xbd\xba\x81\x5b\ -\x7e\x71\x08\x2f\xf8\xc5\x21\x84\x75\x82\xd2\x1a\x1d\xa5\xf2\x9a\ -\x71\x56\x52\xf4\x77\xae\xcd\x40\xee\x3e\xe6\xc5\xc9\x3c\x07\xbe\ -\x16\xe0\xd0\x1d\xe4\x95\x0e\x8d\x63\x32\x2d\x14\xc8\xc1\x2c\xb9\ -\xe7\xc5\x53\xd1\x73\x80\x9c\x9d\x4d\x2c\x03\x99\xd9\x6d\x76\x03\ -\x63\xad\x36\x53\x57\x90\x11\x43\x66\x6c\x66\x46\x6a\x08\xd7\xdc\ -\xdc\x8f\xeb\x7e\x61\x19\xde\xfe\xc1\x0b\xb1\xfd\xc7\xd3\xd8\xfb\ -\x48\x0b\x27\x0e\x27\xd8\xbd\xad\x6d\xfb\xa4\x04\x90\x2a\xfb\xa1\ -\x8d\x65\x12\xeb\x9f\x51\xc3\xc5\x57\xd4\x71\xd5\xb3\xfb\x50\xeb\ -\x13\x79\xc9\xb2\x93\x1a\x6f\xe7\x3c\xb7\xff\x87\x3b\xab\xa8\xc9\ -\xfb\x17\x3c\x0b\xe0\xac\x8b\xdf\xc8\x30\x17\x3a\x6c\x37\xdd\x0d\ -\x9d\xc6\xa1\x9e\x29\xfb\xb3\x60\xa2\x17\x3c\x0e\x3e\x7d\xae\xda\ -\x4e\x62\x66\xbb\x79\x19\x53\x76\x9e\x3c\xb7\x91\x78\xb6\xa1\x0b\ -\xdb\xbd\x9d\x73\x41\x26\x84\xeb\xcd\x12\x10\x86\x90\x6a\xc2\x25\ -\x9b\x6b\xb8\xf4\xfa\xba\x57\x2a\xf4\x4e\x52\xcd\xee\x54\x58\x5e\ -\xcb\x50\x3b\x75\x7b\x4c\x3b\x05\x9f\x0b\x3d\xb6\xaa\x9e\xbd\x73\ -\x51\x30\xa3\x90\xc2\xe8\x2e\xc5\xe1\x42\x63\xc3\x69\x0a\x39\x11\ -\x80\x2a\x8a\x8b\x08\xcb\xa7\x1d\x5f\x30\x80\xa9\x87\xd0\x12\x0b\ -\x55\x6c\x38\x53\x90\xc9\x6d\x2a\x6e\xf7\xe5\x21\xef\x1c\xbf\x04\ -\x36\x6e\xbf\x0f\xb7\x88\x5b\x08\x7b\xad\x89\x20\xb2\xf5\x46\xd4\ -\x3d\xb1\x07\x79\xb5\xd9\x42\xb1\x1e\xdd\x9d\x71\x7d\x13\x9b\x75\ -\x97\xe8\x7c\x53\xd3\xee\x24\x28\x87\x78\xf0\xd8\xcc\xf0\xc1\x3f\ -\xcd\x6f\x35\x10\x0e\xdc\x6a\x09\x50\xdf\x17\x2f\x88\x99\x0e\x66\ -\x89\x83\xc5\x62\x15\x1b\xe6\xcf\x64\x7f\x57\x19\xca\x19\xc7\x44\ -\x76\xb7\x9e\x6c\x73\x33\x26\x18\x2a\x02\x4b\xfe\x9e\xd0\xe5\xb4\ -\x02\xc3\x13\x6e\xc5\xc6\x3f\x1f\xe8\x02\xb0\x99\x49\xe6\x02\x6f\ -\x67\x9c\x9f\x91\xe7\xff\x43\x33\x1f\x5c\x71\xfe\x57\xb9\x6b\xed\ -\x61\xb0\x30\x0c\xf6\x04\x16\xf5\xf0\xc3\xe2\x6c\x57\xbd\x8a\x3e\ -\xb9\xb8\x7e\x92\xd1\x5d\xab\x98\x55\x90\x8c\x3b\x6c\x67\x86\x7f\ -\x26\x70\x3f\x1b\x46\x85\x6a\x56\x9e\x96\x2c\x34\x20\x14\x1b\xf1\ -\x7d\x60\x99\xb9\x27\xa0\xa0\x33\x04\xb6\x2b\xee\x84\x33\xd1\x15\ -\x00\xa9\x23\x9a\xf2\xc6\x9b\x16\xc3\x07\xcf\x56\xf0\x3f\xeb\x97\ -\xc2\xe9\x66\xc8\xed\x5e\xc7\x94\x97\x19\x73\x53\x9e\x81\x0c\x14\ -\x4e\xed\x5e\x28\x24\xe4\xff\x7b\xf5\x2c\x7f\xf9\x6a\xa9\x01\xa1\ -\x7b\xbb\x68\x7a\x7b\x02\xf9\x38\x39\xe6\x54\xb4\x1f\x86\xca\x1e\ -\xe0\xd2\x42\x84\x4c\xb3\xf9\x60\x3a\xd7\x20\xf7\x62\x73\x06\x74\ -\x97\x40\xae\x1a\xe5\x81\x0d\x77\xea\x1e\xbb\xad\xc3\x6c\x93\xa7\ -\x0b\xa4\xaf\x6c\x0a\xb1\xf1\x5c\xc0\x2e\xcc\x45\x7a\xc0\x0a\x2c\ -\x42\x07\xcd\xe9\x18\xbc\x24\x2e\x3e\x9b\x8b\x40\x67\x1b\x37\xd0\ -\x0c\xb0\x7d\x54\x68\xb6\x34\x29\xcf\x34\xd9\x33\xc5\xd3\xc2\x5f\ -\x1e\xdb\x9d\x9e\x78\xe8\x3b\x9d\x3d\x00\xf6\x9f\xcd\x6a\x12\xcf\ -\x12\x87\x9d\xe3\x72\xf5\x2c\x40\xa3\x2b\xc4\x32\x56\x77\x7d\x33\ -\x9d\x9e\x03\xe5\x30\xa7\xd8\x4b\xbb\xa0\x3f\xf8\xd0\x23\xc9\xe4\ -\x81\xed\xe9\xd8\xc8\x7d\xf1\x89\x87\xbf\xd7\x7e\x0c\xc0\x11\x00\ -\xbb\x00\xec\x29\x65\xb1\x78\x31\xc6\x3b\x38\xcd\x30\xf0\x92\x64\ -\x74\x0f\x56\x77\xcd\x76\xf9\xac\x6b\xbd\xb7\x79\xe5\x1e\x7f\x3c\ -\xd1\x1f\x9b\xb4\x58\x1f\x78\x28\x6e\xee\xdb\x9a\x4c\xed\xbe\x2f\ -\x1e\xdf\xbf\x2d\x99\x00\x30\x0a\xe0\x04\x80\xc7\x00\x1c\x02\x30\ -\x05\xbb\x6a\x3f\x71\x02\x4b\x79\x40\x17\xc8\xb5\x20\x61\x12\x33\ -\xb3\x53\xd2\x5c\x3a\xcc\x42\x06\xdc\x8b\xc9\xea\x52\x14\x54\x60\ -\xf8\xe9\x10\x7c\x22\x3f\x6e\xe2\xb8\x4e\x8f\xef\x4d\x3b\xfb\xb7\ -\x26\xd3\xbb\xef\x8b\x27\xf7\x3f\x94\x8c\x3b\xf0\x26\x1c\xa8\x63\ -\xb0\xab\x08\xdb\xb0\xeb\x81\xa7\xdd\x75\xcb\xdd\x17\x9f\x06\xe4\ -\x05\x67\x70\x19\x5c\x6f\x1b\xb9\x27\x81\xaf\x5e\x28\xe4\xe6\x00\ -\xf4\xc0\xb6\xa4\xb9\x77\x6b\xd2\xdc\xf5\xe3\x78\xf2\xe4\x81\x74\ -\xd2\x01\x36\x06\x60\xdc\x01\x1b\x3b\x76\xc6\xb0\x2b\x08\xb3\xa3\ -\x55\x3a\xda\xde\x73\x17\x1d\xe0\xb2\x0f\xce\x80\xd5\x00\x46\xc6\ -\x8f\xe9\x5d\x83\x6b\xe4\xa5\xf8\x39\xbb\x9c\xd8\xab\xe2\x7d\xdb\ -\xe2\xe6\xde\x9f\x25\xd3\x07\x1f\x49\x9b\x0e\xd0\x09\x77\x8c\x3b\ -\x73\x9b\x99\xda\xa4\x74\x64\xe0\x75\x7a\x80\xdd\xf6\x6e\x67\xaf\ -\xf7\x01\xc6\x62\x14\x1b\xb8\x07\xb8\x0a\xc0\xce\xa3\xbb\xd5\xb6\ -\x65\x2b\xe5\xc5\x42\x22\xfc\x79\x01\xf4\xd1\x7b\x3a\x13\xcd\x49\ -\x33\xe5\x81\x39\xed\x01\x9a\xcc\x02\x6c\x3a\x07\xe0\x49\x89\xdd\ -\xf1\x2c\x7e\xd8\x60\x91\x4c\x74\xd9\xff\x66\x00\x8f\xa6\x89\xd9\ -\x76\xea\xb0\xda\xb4\xea\xc2\xe0\xaa\xa7\x12\xa0\x07\xb6\x27\xad\ -\xfd\x5b\x93\xe6\xc8\xfd\xf1\xd4\xce\xbb\x3b\x99\xb9\x9d\x74\x80\ -\x8e\x7a\x0c\x9b\x0d\xb4\xd4\x3b\xfc\xbf\x95\x67\x7a\xd3\x39\x0e\ -\x55\x4a\x53\x2e\xb8\xe6\x09\x32\x73\xe0\x32\x3f\x65\xf6\x66\x5f\ -\xe4\xa1\xa3\x23\xe9\xc6\xe5\x6b\xe5\xc6\x20\xa2\xda\x93\x11\xcc\ -\xa4\xc9\x66\xff\x43\x71\xf3\xe8\x88\xea\x78\x80\xfa\x0c\x1d\x2d\ -\x01\x17\x97\x40\x2d\x83\xd8\x0b\x40\x35\xc7\xa1\x7b\x00\xaa\x7b\ -\x31\x77\xc1\x0b\xfe\xb3\x98\x68\xe5\xfd\xd0\x36\x80\xbd\xc7\xf6\ -\xaa\x87\xcf\xbf\x2c\x7c\xe6\x93\x09\xd0\xfd\x5b\x93\xe6\xae\x9f\ -\xc4\x53\x07\xb6\x27\x13\x0e\xd0\x29\x07\xe8\xd8\x69\x98\xd9\x0b\ -\xd4\xb9\x18\xa8\x4e\x03\x60\x19\x4c\xd3\x2b\x06\x5e\xcc\x96\x1d\ -\xf4\x30\xcf\xa9\x27\x14\xb6\x8f\x1e\x51\xe7\x0f\xad\x93\x1b\x6a\ -\xfd\x62\xf9\x52\x03\x74\xe2\xb8\x4e\xf7\x6f\x4b\x5a\xfb\xb6\x26\ -\xd3\x87\x1f\x49\x5a\x0e\xd0\x49\x8f\xa1\x13\x67\xe0\x37\xe7\x02\ -\x33\x3d\x0d\x1b\x67\x03\xb1\x0c\xe6\x8c\xe4\xc6\x42\x83\x3b\x17\ -\x83\xb5\xe7\x47\x62\x4f\xe6\xef\x3e\xba\x5b\x3d\xb4\x7e\x73\x74\ -\xf3\x52\x10\x44\x8f\xed\x49\x3b\xfb\xb6\x26\xd3\x2e\x64\x99\x2a\ -\xa9\xdb\xf9\x02\xea\x9b\x5b\x5f\xf4\xa4\xf3\x30\xb1\xe6\x34\xac\ -\x9c\x0d\x50\x2c\x36\xb0\xa7\x8b\x83\x75\xc9\x44\x67\xd2\x7e\xcf\ -\xf4\xb8\xde\x36\x79\x42\x6f\x5c\xb6\x4a\xae\x3b\x87\x0a\x77\xb2\ -\x39\x69\x26\x9d\xb2\xf5\x55\x6e\xf2\x04\xcd\x6d\x3a\x0f\x7f\xa9\ -\xe7\x00\xd2\xf4\x48\x18\xcd\x9a\xfa\x5d\x4c\x60\x67\x00\x3c\x87\ -\xd0\x4a\x3c\x80\x9b\x00\x76\x1d\xdb\x9b\xee\xe8\x1b\x92\xab\x85\ -\x5c\xbc\x62\x45\xa6\x70\x1f\xdb\x95\xb6\x1c\xa0\x3e\x43\xb3\x0c\ -\x51\x3a\xcf\x90\x65\x2e\x30\x67\xf3\x9d\x6a\x0e\x86\x9e\x0e\x4c\ -\x2e\x27\xd6\xce\x26\xa8\xa7\xcb\x45\xf7\xf2\xc3\x99\xd0\xaa\x00\ -\x38\xd4\x69\xf2\x03\xe3\x47\xf5\x45\x43\xe7\xcb\x8d\x8b\x18\xb2\ -\x64\x80\x4e\x39\x85\xdb\x9e\x03\xc4\x64\x96\x70\x65\x36\x40\xe7\ -\xa3\x68\x75\x8f\x94\xad\x39\x0d\x2b\xcf\x39\xa0\x73\x02\xdc\x83\ -\xc5\x65\x80\xb3\x2e\x84\x87\x8f\xed\x4b\x2f\x5f\xb6\x4a\xac\x7b\ -\x3c\x61\x53\x0f\x85\xdb\x2c\x65\x88\xc6\xe6\x01\x66\xf9\x5a\xcd\ -\x02\xea\xe9\xcc\xed\x6c\x26\xd7\xcc\x93\x9d\x4b\x0a\xd0\xf9\x30\ -\xb8\xcc\xe2\x14\xb6\x30\x1d\x3b\xa1\x15\x01\x38\xa9\x12\xbe\xff\ -\xe4\x21\x7d\xfe\xda\x0d\xc1\xb5\x67\x90\x94\xf7\x43\x16\x5f\xe1\ -\x4e\xce\xe1\x3b\x67\x33\xb7\xe5\x38\x74\xb6\xb8\x53\xcf\x43\x14\ -\xf1\x19\x00\xca\x65\x52\x2c\xe5\x70\x71\x06\xc0\xa7\x61\x71\xe0\ -\x40\x0e\x01\x6c\x3d\xb1\x3f\x5d\xb7\xfc\x3c\xb9\x1e\xc0\x32\xff\ -\x3d\x26\x4f\xe8\xe4\xc0\xb6\x64\x7a\xef\xd6\x64\xfa\xd1\x7b\xe3\ -\x29\x97\xc3\x6d\x3b\x30\x7b\x01\x7a\x3a\x76\xce\xd7\xe4\x96\x7d\ -\xe7\x7c\x15\xee\xbc\x01\xc5\x12\xae\xae\xcd\x9b\xc1\x0e\xe4\x4c\ -\x4d\x93\x27\xb6\xfc\x66\xf8\x00\xc0\x23\xc7\xf7\xaa\xfb\x47\x0f\ -\xa9\xeb\x0f\x6c\x4f\xc6\x0e\x3f\xaa\x5a\x8f\xde\xd3\x99\x3a\xbe\ -\x2f\x9d\xf6\x72\xb7\x13\x9e\xff\x9c\x2d\x57\xab\xe6\x88\x41\xd5\ -\x1c\x59\xa2\xb9\x92\x09\xfc\xf3\x08\x68\xf9\x42\xb3\x59\x18\x57\ -\x23\x2e\xaf\x34\xac\x02\xa8\x03\x68\x00\xe8\x07\xd0\x07\xe0\x2a\ -\x00\x97\x3b\x85\x9d\x3a\x86\xa7\xe8\x56\xd9\xf5\x2c\x39\xd9\xa4\ -\xe4\x3f\x93\xc7\x21\x88\x1e\x8f\xff\x5c\x50\x40\x97\xb8\x85\x9e\ -\x1d\x60\x07\xb2\xdf\x00\x1f\x7a\x20\xd7\x1c\xc8\x75\xef\xba\xe6\ -\x04\x98\xbf\x9e\x89\x3d\x20\x7a\xb1\x72\xae\x2c\x91\x6f\x6e\xd5\ -\x69\x32\x44\x8c\xde\xab\x02\x16\x9d\xa1\x4b\x1d\xe0\xd3\xc5\xb1\ -\xd9\x80\x65\x66\xba\xdc\xf5\x97\x0d\xbe\x2f\xc0\x02\x14\x1b\x2c\ -\x74\x8f\x5c\x6d\x3a\x0f\x41\x54\x0e\x59\x4e\xc7\x50\xa0\x77\x5f\ -\x13\x3f\x55\xcc\xed\x82\x03\x5c\x12\x5c\x3e\xc8\xd9\x45\x7b\x02\ -\x2c\x5b\x2d\x27\xbd\xe7\x94\x93\x26\xba\x07\x43\x4f\x97\x8c\x3f\ -\x13\xff\xf9\x73\x0f\xe8\x99\x32\xb8\xcc\xe4\xd9\x52\x9a\x99\xc2\ -\xf6\x1b\xb8\xcb\xe1\x56\xaf\x50\x65\x41\x43\x96\xa7\x01\x7d\x1c\ -\x00\x97\x58\x5c\x1e\xcc\x0c\x60\x89\x99\xdd\xf9\xbd\x1a\x08\xca\ -\x66\xf6\x69\x40\x17\xf9\xf2\xff\x01\x1a\x8a\xee\xf9\x41\x3c\x4e\ -\xed\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x53\xc1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x80\x00\x00\x00\x80\x08\x06\x00\x00\x00\xc3\x3e\x61\xcb\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\x00\x00\x00\x00\x00\xf9\x43\xbb\x7f\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x07\x12\ -\x17\x23\x2a\xcd\xae\xaf\x01\x00\x00\x20\x00\x49\x44\x41\x54\x78\ -\xda\xec\xbd\x69\x90\x64\xd7\x75\xdf\xf9\xbb\xf7\xbe\xf7\xf2\xe5\ -\x5a\x55\x59\x7b\xef\x2b\x80\xee\xc6\x0e\x52\x24\x08\x90\x04\x49\ -\x80\x10\xb8\x68\xb1\x08\x51\xa3\xb0\x43\x0a\x85\x14\x23\x85\x63\ -\x46\xd4\x6c\x31\x31\x1f\x2c\x70\xec\x71\x8c\x23\x14\xfe\xa0\x30\ -\xc7\x13\xb2\x3d\xb6\xc2\xb6\xc4\x19\xc8\xda\xb9\x93\x22\x88\x8d\ -\xd8\xba\x41\x2c\xdd\xe8\xb5\xba\xba\x51\xfb\x96\x55\xb9\xbe\xf5\ -\xde\xf9\xf0\x32\xb3\x32\xab\x32\xab\xaa\xb9\x48\xb2\xc4\x44\x24\ -\x3a\xf3\xe5\x52\xf9\xde\x39\xf7\x2c\xff\xf3\x3f\xe7\xc2\xdf\xb3\ -\xdb\x1f\xfc\xc1\x1f\xfc\x8f\x73\x73\x73\xf1\xc6\xc6\x86\x29\x97\ -\xcb\x66\x63\x63\xc3\x6c\x6c\x6c\x98\x0b\x17\x2e\x94\xbe\xf0\x85\ -\x2f\x7c\xe0\xef\xdb\xf5\xb0\xfe\xbe\x9d\x70\x1c\xc7\xa3\xb6\x6d\ -\xe3\x38\x4e\xd7\x71\xa5\x94\x1d\x04\x41\xfe\xc7\x0a\xf0\x5f\xf9\ -\xed\xb7\x7e\xeb\xb7\xd2\xf7\xde\x7b\xef\x13\xa5\x52\x69\xe3\x73\ -\x9f\xfb\xdc\xb7\x3a\x5f\x7b\xf2\xc9\x27\x9d\x74\x3a\x3d\xaa\x94\ -\x12\x42\x88\xae\xcf\xd9\xb6\x6d\x5b\x96\xb5\x0f\x10\x80\x69\x1d\ -\xff\xa5\x5f\xfa\x25\xf7\xf1\xc7\x1f\x7f\xc2\xf3\xbc\xea\xaf\xfc\ -\xca\xaf\x7c\xe3\xef\xda\xf5\x12\x7f\x97\x4e\xe6\x73\x9f\xfb\xdc\ -\xe4\xe3\x8f\x3f\xfe\xbf\x1c\x3e\x7c\xf8\xd7\x3d\xcf\x9b\x3d\x77\ -\xee\xdc\xbf\xf8\xd5\x5f\xfd\xd5\x7f\xfb\x1b\xbf\xf1\x1b\x83\x67\ -\xce\x9c\xf9\xd8\xf1\xe3\xc7\x3f\x3a\x36\x36\xf6\x99\xdb\x6e\xbb\ -\x6d\x74\xab\x02\xf8\xbe\xcf\x95\x2b\x57\xce\xce\xce\xce\x7e\xf5\ -\xea\xd5\xab\xdf\xb8\x76\xed\xda\x8b\xd9\x6c\x36\xff\xb3\x3f\xfb\ -\xb3\xff\xeb\xe4\xe4\xe4\x3f\x06\x96\x16\x16\x16\x7e\xe7\x77\x7f\ -\xf7\x77\xff\xef\xa7\x9f\x7e\x3a\xfe\xb1\x02\xfc\x2d\x14\xfe\x27\ -\x3e\xf1\x89\x7f\x7a\xe4\xc8\x91\x5f\x19\x1d\x1d\x15\x00\x53\x53\ -\x53\x2b\xd7\xaf\x5f\xff\xd3\xd1\xd1\xd1\xf1\xd1\x91\x91\x47\xc7\ -\x27\x26\xd2\x96\x65\xb1\x55\xf8\xad\x9b\x31\x86\x6a\xb5\xca\xe2\ -\xc2\x7c\x69\x79\x65\xf9\x2b\xae\x9b\xb1\x0e\x1f\x3e\xfc\x73\x03\ -\x03\x03\xca\x18\xc3\xea\xea\xea\xfa\xcc\xcc\xcc\xff\xf1\x91\x8f\ -\x7c\xe4\x5f\x02\xfa\xc7\x0a\xf0\xb7\xc8\xec\x3f\xfa\xe8\xa3\xff\ -\xfc\xd8\xb1\x63\xbf\x39\x32\x32\x22\x84\x10\x6d\x21\xd7\xeb\x75\ -\x93\xc9\x64\x84\x94\x72\x4f\xdf\x65\x4c\x62\xfd\xc3\x30\x6c\xc5\ -\x06\x00\x68\xad\x31\xc6\xb0\xbc\xbc\xbc\x72\xe3\xc6\x8d\xff\xed\ -\x93\x9f\xfc\xe4\xbf\xf9\xbb\x70\xed\xe4\xdf\x85\x93\x38\x7d\xfa\ -\xf4\x13\xc5\x62\xf1\xd7\x07\x07\x07\x45\x1c\xc7\x68\xad\xdb\x02\ -\xcb\x64\x32\xa2\x25\xc0\xce\x7b\x1c\xc7\x5d\xf7\xad\xaf\x4b\x29\ -\x91\x52\xb6\xdf\x1b\x86\x21\x41\x10\x50\x28\x14\x46\xd2\x8e\xfa\ -\x27\x5f\xfc\x37\xff\xfc\xa3\x3f\xb6\x00\x7f\xc3\xb7\x6b\xdf\xf8\ -\x67\xe3\xc0\xa3\x33\xeb\xd6\x2f\xc9\x91\x7b\x3f\x7a\xf8\xf8\x69\ -\xa5\x94\x6a\x0b\x4f\x4a\xd9\xb6\x04\x42\x08\xb4\xd6\x54\xab\x55\ -\xea\xf5\x3a\x41\x10\xa0\xb5\x6e\xbf\x96\x4a\xa5\xc8\xe7\xf3\xb8\ -\xae\xdb\xb6\x04\xad\x7b\x1c\xc7\x44\x51\x84\xd6\x9a\x28\x8a\x98\ -\xbf\x76\x96\x62\x7c\x95\x4c\x4a\xdc\x04\x9e\x35\xc6\x3c\x67\x8c\ -\x79\xf6\xe4\xe3\xff\xe4\xe2\x8f\x15\xe0\x47\x2b\xf0\x14\xf0\x41\ -\xe0\xe3\xc0\x63\xc0\x3d\xad\x73\x58\xf6\x0a\x30\x7c\x0f\x93\xfb\ -\x8f\x20\xa5\x44\x29\x45\x4b\x19\x84\x10\x6c\x6c\x6c\xd0\x68\x34\ -\x08\xc3\x10\xc7\x71\x70\x1c\x07\x29\x65\x5b\xc0\xbe\xef\x13\x45\ -\x11\xb6\x6d\x93\xcf\xe7\x49\xa5\x52\x18\x63\xda\x42\x0f\xc3\x90\ -\x30\x0c\x59\x9d\xbd\x84\x5d\xb9\xc0\x68\xde\xb4\xdd\x45\x87\xb2\ -\x2c\x1b\x63\x9e\xc7\x98\x67\x0d\xe6\x39\x63\xf8\xde\xe9\x4f\xfd\ -\xd3\xf8\xc7\x0a\xf0\x83\x09\xfd\xce\xa6\xc0\x3f\x0e\x7c\x08\x48\ -\xf7\xf3\xdd\xd3\xd5\x31\x26\x6f\x7b\x88\x6c\x2e\xd7\x56\x02\xdb\ -\xb6\x29\x95\x4a\x78\x9e\x47\x3a\x9d\xc6\xb2\xac\x6d\xfe\xbe\xf3\ -\x5f\xcf\xf3\x88\xe3\x18\xd7\x75\xc9\xe5\x72\xc4\x71\x4c\x10\x04\ -\x89\xf0\x97\x17\x88\x96\x5e\xe5\xd0\x60\xd8\x4b\xf8\xc9\x31\x63\ -\x30\x18\x62\x6d\x78\xeb\xd2\x6c\x7d\x69\xad\x72\xfe\x91\xf7\x9c\ -\xf8\x73\x29\xc5\xb3\x06\xf3\xca\xdd\x3f\xf3\x7f\x7a\x3f\x56\x80\ -\x9d\x05\x3e\x06\x3c\xda\xb1\xca\xf7\xed\xe5\x73\x5e\xa0\x99\x8f\ -\x8f\x70\xf0\xf6\xf7\x61\xdb\x76\x7b\xe5\xd7\xeb\x75\xc2\x30\x24\ -\x97\xcb\xf5\x0d\xf8\xb6\x0a\xb1\x25\x74\xd7\x75\xb1\x2c\x8b\x20\ -\x08\x08\x82\x80\xf2\xc6\x06\xfe\xe2\x59\x8e\x0e\xd6\xfa\x0a\x7f\ -\x69\xad\xc2\x85\x6b\x0b\x08\xe0\xd4\xf1\x49\x86\x0a\x6e\x5b\x29\ -\x8c\x31\xbe\x31\xbc\xaa\xb5\x79\xce\x68\xfd\x9c\x10\xbc\x70\xff\ -\x93\xbf\x53\xfe\x7b\xad\x00\xd7\xbe\xf1\xcf\x52\x5a\x9b\x87\x85\ -\x10\x8f\x09\xc1\xc7\x81\x7b\xbf\x9f\xdf\x35\x53\x92\x98\x91\x9f\ -\x60\xdf\x81\x43\x6d\xff\xef\xfb\x3e\x8d\x46\x83\x4c\x26\x83\x65\ -\x59\xb4\x32\x81\x96\x90\x5b\x31\xc0\xd6\x48\xdf\x18\x43\x14\x45\ -\x44\x51\x84\xe3\x38\x6d\xf3\x0f\xb0\x3c\x7b\x99\x49\x71\x95\x9c\ -\x2b\xda\xef\x0d\xc2\x88\x37\x2f\xce\x50\xae\x79\x4c\x8c\x16\x39\ -\x79\xa8\x08\x74\x5b\x84\xe4\xbd\x6c\x1e\x4b\x8e\xc7\xc6\xe8\xb7\ -\x8c\x36\xcf\x6a\x63\x9e\x53\x7e\xfc\xdc\x7b\x7e\xf9\x5f\x2d\xb5\ -\xf4\xf3\xef\xa2\x02\x24\xf9\xf9\x57\x3e\x7f\x5a\x2b\xf9\x71\xe0\ -\xe3\x42\x88\x0f\x01\x99\x1f\xe4\x4b\xa3\x58\x73\xa3\x3a\xc2\xd8\ -\x89\x0f\xe0\xba\x6e\xd7\xea\x07\xb0\x2c\xab\x7d\xd7\x5a\xb3\xbc\ -\x38\x47\x75\xf5\x06\x26\xa8\x20\xa4\x42\x65\x86\x19\x18\x39\x42\ -\x2e\x9f\xef\xb2\x02\xf5\x7a\xbd\x1d\x44\x1a\x63\xb0\x2c\x8b\x8d\ -\xf5\x12\xac\xbc\xc2\x81\x81\x90\x77\xe7\xd7\xb8\x72\x63\x09\x37\ -\xe5\x72\xe6\xc4\x38\xd9\xb4\xd5\x16\xf2\x76\xe1\x27\x0a\x40\xa7\ -\xd5\x60\xfb\x71\x6d\xf4\x15\x63\xf4\xf3\x71\xac\x9f\x8b\x4c\xe3\ -\xd9\xff\xeb\x4b\xff\x61\xfa\xcc\x19\xcc\x6f\x3f\x85\xe9\x10\x96\ -\xf9\xaf\x41\x01\x04\xc0\x53\x4f\x21\x3e\x7b\xcf\xff\x34\x6a\xa5\ -\xf3\x8f\x09\x29\x3e\x2e\x84\xfc\xd8\x5e\xcd\xfa\x4e\xb7\x8d\x86\ -\x80\xf4\x04\xa1\x96\x44\x5a\x11\xd8\x63\x8c\x4e\x1c\x68\xaf\x7e\ -\x63\x0c\x8d\x46\xa3\xbd\xf2\x5b\x4a\xb1\x38\x73\x05\xb1\x71\x91\ -\x91\x74\x83\x94\x2d\xd1\xc6\x50\xf3\x34\x15\xc6\x90\x43\xa7\x19\ -\x1e\x1d\x47\x6b\x4d\x10\x04\xed\x78\xa0\x15\x50\xda\xb6\x8d\x10\ -\x82\xd9\xe9\x8b\x54\xd6\x66\x29\x16\xd2\x0c\xe7\x04\x96\x3f\x87\ -\xad\xcc\x76\xe1\xf7\x11\xb2\xd9\xa2\x18\x74\x7c\xce\xb0\xe5\xf3\ -\x86\xb9\x58\xc7\x2f\xe8\x58\xbf\x10\x44\x8d\xe7\xce\xbd\xfe\xda\ -\x3b\xfe\x9a\x8a\x59\x3e\xaf\xcf\x8f\x62\xce\x3c\x8d\x79\xaa\x5b\ -\x21\xcc\x5f\xb7\x02\x24\x82\x06\x71\xfe\x49\xc4\x99\x65\xc4\x3d\ -\x4f\xfc\x82\x7b\xdb\xe9\x13\x0f\xd9\xb6\xf5\x98\x94\xea\x51\x21\ -\xc4\xdd\x3f\x4c\x65\x8b\xb5\x66\x21\x98\x20\xbf\xff\x3d\x28\xa5\ -\x92\x55\x2a\x12\x93\xdc\x8a\xfc\x5b\xb9\x7b\x67\x4a\xb8\xb2\x34\ -\x0f\xab\xe7\x38\x30\x10\xf4\xb4\x22\x0b\xc1\x38\xb9\x7d\x0f\x60\ -\xd9\x36\xbe\xef\xe3\x79\x1e\x5a\x6b\x5c\xd7\xc5\xb6\x6d\x5a\x28\ -\xa2\x94\x12\xd3\x74\x17\x8d\x46\x8d\x78\xfe\x39\x06\xac\xca\x0f\ -\x4d\xf8\x9b\xdf\x41\x0f\xa5\xd0\xa5\x38\xd6\xaf\xc4\x51\xfc\x62\ -\x10\x07\xcf\xdf\xb8\x7a\xf5\xf5\xfa\x9a\x1f\x28\x6f\x4d\x5b\x13\ -\xae\x4e\xf9\x03\x7a\xfe\xf2\x59\xd3\x43\x39\xcc\x0f\xaa\x00\xa2\ -\xf5\x2d\x9f\x7f\x0a\xc1\x33\x48\x46\xcf\x48\xb2\x35\x89\x13\xc8\ -\x9f\x7e\xec\x17\x4e\xb9\xe9\xcc\x63\x96\x65\x7f\x4c\x2a\xf5\x81\ -\x1f\xd4\xac\xef\x6c\xf2\x0d\x53\x95\x31\x0a\xfb\xee\xc4\xb2\x2c\ -\x3a\x73\xff\xd6\x63\xad\x75\x97\x02\x00\x2c\xdd\x78\x83\x7d\xea\ -\x3a\x29\xbb\x37\xfe\xb5\x52\xd1\x54\xb2\xf7\x31\x38\x3c\x89\xe7\ -\x79\x78\x9e\x87\x94\x92\x42\xa1\xd0\xb6\x24\x5b\xc1\xa4\x46\xbd\ -\x46\xb8\xf0\x32\x93\xd9\x6a\x5f\xe1\xf7\x3e\xfe\xfd\x08\x7f\xcb\ -\x77\x26\xaf\x35\xa2\x28\xfa\x5e\x14\x45\x2f\x7b\xbe\xf7\xdd\xe5\ -\x95\x85\x57\x6a\xeb\xab\xd5\x6a\x10\x44\xa3\x99\x6c\xb4\x1c\x95\ -\x74\x31\x95\x89\xd7\xde\xba\x1a\xff\xf6\x33\xc4\x62\x8b\x22\xec\ -\x54\x0d\x14\x4f\x81\x38\xfd\x24\xa2\x34\x84\xf4\x53\x27\x64\x64\ -\x79\xf2\xf3\x33\x03\xca\x9d\x6b\xa8\xfb\x9f\xfc\x89\xb1\xf1\x89\ -\x43\x1f\x75\x5c\xf7\xa3\xb6\x6d\x7d\x48\x08\x39\xf1\xd7\x19\x4c\ -\xf8\x51\x22\x80\xad\x10\x6f\x27\xf0\xd3\x19\xa1\x47\x51\x44\xec\ -\x6d\x60\x17\xfa\x7f\x67\xde\x15\xac\xd4\x4a\xf8\xb9\x22\x41\x10\ -\xb4\xfd\x7e\xab\x74\xdc\xc2\x05\x5a\xc2\x4f\x30\x82\x18\x3f\xd4\ -\x3f\x1a\xe1\x37\x5f\xdb\x41\xf8\x18\x63\xd2\x52\xca\x07\x6d\xdb\ -\x7e\xd0\xb2\xec\xcf\xe5\xb2\xb9\x28\xde\x7f\xe4\x9d\x30\x0a\xcf\ -\xfa\xbe\xff\x4a\x6a\x6d\xe9\xe5\xfa\x7a\x63\x69\xe0\xde\x23\xd5\ -\xcf\x8f\x4e\xd7\x79\x9a\xb0\xd3\x1a\x6c\x53\x80\xa7\x9e\x42\x72\ -\xfe\x8c\xc5\x50\xc9\x4a\x47\x79\x35\x23\x2c\x5b\x6a\x61\x67\xb3\ -\x03\xd9\xd3\xa7\xef\x79\x5f\xe1\x91\x81\x47\x1c\x27\xf5\xb0\x65\ -\x59\x77\xfc\x4d\x42\xc9\x46\x6f\x2a\x40\x2b\x9d\xeb\x54\x80\x56\ -\xc0\xd7\xa9\x0c\xc9\xd3\xde\x46\x6f\x75\xbd\xc6\xd9\x0b\xb3\x0c\ -\x1c\x9d\x20\x3d\xe8\xa3\xb5\xa6\xc5\x1b\x50\x4a\xb5\x91\xc0\x4e\ -\x18\xb9\xf5\x5c\xc0\xee\x41\x1f\x5b\x53\x46\xfa\x08\xbf\x7b\xf5\ -\xb3\x25\xd5\x4c\x3e\xda\xeb\x78\x3b\xa5\xb5\x84\x94\x77\xd9\xb6\ -\x73\x97\x65\xd9\xbf\x9c\xcd\xe6\x8d\x38\x62\x4d\xc7\x71\xfc\xc5\ -\x0b\x75\xf9\x2f\x9e\x7c\x72\x2a\x7e\xfa\x69\xe2\x9e\x0a\xf0\x14\ -\xc8\xc2\xf9\x03\x29\x6b\xc2\xcf\xc5\xd1\x70\xfe\x8e\x3b\xef\xba\ -\x73\x74\x62\xfc\x43\x99\x4c\xf6\x03\x8e\x93\xba\x4f\x08\xe1\xfe\ -\xed\x40\x0b\x0c\x4a\xc4\x5d\x16\x60\x6b\x85\x6f\x53\xe8\x1a\x21\ -\x44\xe2\x1a\xd2\x45\x1a\xc1\x1a\x59\x37\x79\x6f\x1c\x6b\xbe\x77\ -\xf1\x5d\xd6\xd6\xeb\x1c\x3e\x72\x98\xd3\x77\x9c\xa4\x64\x17\x30\ -\xc6\xb4\x7d\xbe\x6d\xdb\xed\x14\x71\xab\xe0\x5b\x71\x86\x20\xfa\ -\xfe\x84\xdf\x3b\xe8\xfb\xbe\x84\x6f\xe8\x8e\x33\xa4\xb2\x91\x96\ -\x83\x54\x96\x10\x42\x1d\x35\xc6\xfc\xcf\x8e\x5b\xf8\xc2\x19\x68\ -\x3c\x4d\x1f\x05\x98\x7b\x00\xe5\xe4\xdc\xdc\xe3\x1f\xfa\xa9\xdf\ -\xce\xe7\x07\x7e\x5e\x29\x35\xfa\xb7\xb2\x82\x25\x20\x97\xd2\x84\ -\x61\x03\x25\x0c\x46\x2b\xc0\xe9\xb2\x04\xad\x80\x30\x8a\xa2\x76\ -\xae\x9f\x1e\xd8\x4f\xa5\xbc\xc1\xda\xc2\x55\x2e\x4d\x2d\x50\x18\ -\x1a\xe1\xf6\xa3\x07\x18\xc8\x28\xaa\x9e\x61\x31\x9a\x24\x9f\x1f\ -\x6e\xaf\x7a\x21\x04\xb6\x6d\x6f\x2f\x1e\x45\x11\x5a\x47\xe8\x38\ -\x42\xc4\x75\xb2\xce\x5e\xd3\xbd\xbd\x0b\xbf\xa7\xdf\xdf\x83\xf0\ -\x95\xed\x26\x82\x97\x16\x42\x4a\x8c\x49\x94\x37\x0a\x3d\x2b\x65\ -\xd9\xe9\xd5\x6a\xb7\x09\xec\x52\x80\x7d\x77\x1d\x51\xc5\xb1\xe1\ -\xc1\xf5\x8a\xff\x8f\x51\x11\x39\x57\x63\x35\x57\xc0\xdf\x2a\x05\ -\x90\x92\x89\x74\x19\x2f\x3a\x4f\x1c\x4a\x02\xad\xa8\x88\x49\xb2\ -\xc5\x83\x6d\x4b\x10\x86\x21\x96\x65\xe1\xfb\x7e\x5b\x31\xb2\xb9\ -\x1c\xe5\xe8\x24\x41\xe8\xf0\xde\xfb\x47\xc9\x3a\x1a\x6d\xa0\xe4\ -\xbb\x34\xec\x09\x32\x83\x07\xb1\x1d\xa7\x0b\x21\x14\x42\x10\x04\ -\x41\x7b\xe5\x07\xbe\x8f\xbf\x76\x85\x54\xb4\x84\x2d\x35\x29\x13\ -\x91\xb6\xbc\x0e\xbf\xfd\xd7\x2f\x7c\x21\x24\xca\x71\x51\x96\x83\ -\x90\x16\x2d\x52\x53\xa2\xb8\x11\x71\xe8\x13\x78\x35\x34\xf1\x36\ -\x97\xdd\x1d\x03\xac\x06\x32\x73\x38\x57\xb8\x78\x7d\x89\xef\x5d\ -\x3c\xc7\xa1\x89\x22\x1f\x7c\xff\xdd\x8c\x0f\xda\xed\x1c\xf8\x6f\ -\xcb\x2d\x65\x4b\x52\x76\xb4\x89\xe1\x57\x56\xf0\xbd\x51\x70\x5d\ -\x94\x52\xf8\xbe\x4f\x3a\x9d\x6e\x5b\x01\x63\x0c\x52\x4a\x32\xb9\ -\x3c\x6e\xfa\x14\x8d\xe8\x30\x81\xf1\x31\x08\xb4\x4c\x93\x72\x32\ -\xd8\xcd\x02\x51\x14\x45\xed\xcf\xb7\x03\xc8\xe6\xea\x6f\xd4\x2b\ -\xb8\xc1\x1c\xc5\xb4\xdf\x61\xe2\xf9\x11\xa4\x7b\xbb\x0b\x5f\x2a\ -\x1b\xcb\x49\x23\xad\x14\x42\x2a\xa0\x19\xf8\xea\x88\x38\x0a\x89\ -\xa3\x90\x30\x68\x10\xfa\x0d\x8c\xd1\x44\xb1\x11\xc3\x8d\x1d\x2c\ -\x00\x80\x26\x96\xf7\x9f\x3a\x40\x36\x6d\x73\xe5\xc6\x0a\x5f\xfc\ -\xf3\x67\xc9\x67\x5d\x1e\x7c\xe0\x34\xa7\x8f\x4f\xa2\x44\xc4\x5e\ -\xc9\x15\x7f\x6d\xf0\xa2\x10\x14\xac\x1a\xcb\x8d\x32\x4e\xb3\x8a\ -\xd7\x12\x5c\x2a\x95\x6a\x43\xb9\xad\x98\x20\x59\xe1\x12\xa5\x72\ -\x49\xa0\x67\xdb\x5d\xf5\x83\x56\x6a\xa9\x94\xc2\xf3\xbc\xee\x0b\ -\xef\xad\x90\x51\x5e\x8f\x20\xee\x47\x9e\xee\xb5\xef\xca\x4e\x37\ -\x57\x7c\x0a\x21\x64\x82\x81\x68\x83\xd6\x11\x71\x18\x10\x47\x3e\ -\x51\xe8\x13\xfa\xf5\xcd\xf3\x35\x06\xa7\x07\x14\x60\xf5\x3a\x90\ -\xb2\x15\x77\xdf\xb6\x9f\x53\xc7\xc6\x99\x5d\x2c\xf3\xce\xd4\x22\ -\xdf\x79\xe9\x2d\xbe\xf9\xfc\xf7\xb8\xf7\xcc\x31\x1e\x7c\xe0\x0c\ -\x0e\xf5\xae\xca\xda\xdf\xf4\x6d\xc0\x0d\xb9\x3e\x7f\x93\x74\xbe\ -\xd8\xce\xd7\x3d\xcf\x6b\x83\x38\xe5\x72\x99\x28\x8a\xda\x01\x61\ -\x2b\xc2\xb7\x6d\xbb\xed\xef\x5b\x17\xb8\xf5\x9a\xef\xfb\xb4\xd8\ -\x45\x42\x08\xbc\x46\x1d\x3b\x58\x20\xed\xd2\x23\xb8\xeb\xbd\xfa\ -\x7f\x58\xe9\x1e\x08\x6c\x37\x8b\xb2\x5d\x84\xb4\x91\xca\xda\xac\ -\x6b\x44\x21\x71\x1c\x12\x05\x1e\x71\xe8\x11\xfa\x0d\xb4\x8e\xb7\ -\x57\x28\x23\x23\x38\x72\x04\x98\x6e\x13\x5f\xbb\x24\x58\x1d\x8c\ -\x45\xac\x8d\x68\xf9\x40\xdb\x52\x1c\x3d\x50\xe4\xc8\xfe\x22\xcb\ -\xa5\x1a\x97\xa7\x97\xb8\x3a\x35\xc3\xd9\x37\xaf\x72\x70\xb2\xc8\ -\xa3\x8f\x3c\x48\x31\x1d\x23\x25\x7f\x63\xee\xa1\xb4\x51\xe7\xdc\ -\x3b\x37\x11\x2a\xcd\xe0\xfe\xbb\x08\x02\xbf\x2b\x18\x6c\x95\x81\ -\x73\xb9\x1c\x61\x18\xb6\x6b\xfe\xad\x28\xbf\xb3\x40\x24\x84\x68\ -\x57\x00\x5b\x81\x63\x2b\x9d\x6c\x11\x4a\x4c\x2c\x76\xc4\xf2\xbf\ -\x5f\xbf\xdf\x2f\xe2\x97\xca\xc6\x76\xd2\x28\xcb\x45\x2a\x1b\xa4\ -\x42\x20\xd0\x3a\x6e\xaf\xf8\xd6\x6a\x8f\xc2\x06\x3a\x8e\x7b\x96\ -\xa7\x93\xbf\xe3\xec\x68\x01\xc4\x38\xe3\x60\xd9\xc9\xc5\xe8\x40\ -\x0b\x04\x82\xf1\x62\x8e\xf1\xe1\x3c\xd5\xba\xcf\xd4\xbb\xab\x5c\ -\xbe\xb1\xcc\xef\xff\xbf\x5f\xa1\x90\x4b\xf1\x91\x87\xdf\xcf\xc9\ -\x23\x63\x68\x7f\xfd\xaf\xc5\x3d\xc4\x5a\xf3\xe6\xc5\x19\xe6\x57\ -\xca\xec\x9f\x9c\xe0\x03\xf7\x1d\xa7\x64\xf6\x51\xb5\x0e\x62\x59\ -\x76\xdb\x2d\xb4\x90\x41\x80\x54\x2a\x45\xa1\x50\x68\xbb\x81\x38\ -\x8e\xdb\xef\x6b\x59\x84\x16\x8a\xd8\x8a\x19\x5a\x40\x50\x2b\xed\ -\xcb\x17\x06\x28\xc7\xb7\xb3\x5a\xbd\xc8\x90\x5d\xfa\x91\x0a\x5f\ -\x39\x2e\x56\x5b\xf0\x16\x88\xcd\x8a\xa5\xd6\x11\x51\xe8\x13\x05\ -\x5e\xd3\xc7\xd7\x31\x3a\xea\xb6\x28\x3d\x2a\x91\x38\x40\x6d\x07\ -\x17\xb0\x08\x0c\xeb\xa0\xf9\xa3\x68\x47\x93\x9d\xda\x90\xcb\x38\ -\xdc\x73\xfb\x3e\x4e\x1d\x1f\x67\x66\x71\x83\x8b\x53\x0b\x7c\xe5\ -\x5b\xcf\xf3\x17\xb1\xe6\xc1\xf7\xde\xc3\x7b\xef\x3d\x85\xf4\x97\ -\x91\xcd\x0b\xff\xc3\xbc\x2d\xae\x94\xf9\xde\xc5\x19\xd2\x99\x1c\ -\x77\x1c\x1d\xe1\xbe\xd3\x87\x12\x08\xb7\xe1\x12\xa4\x8f\x90\x73\ -\x33\x6d\xc1\x6f\x85\x86\x85\x10\xed\xc2\x8e\xe3\x38\x5d\xa6\xbd\ -\x65\x31\x5a\xd4\xaf\xad\xb5\xfe\x4e\x7e\x60\x61\x68\x9c\xba\x88\ -\xa8\x57\x5e\xc7\x55\xe1\x2d\xf9\xfd\xbd\x44\xfc\x56\x2a\x87\x95\ -\xca\xa0\xac\xd4\xa6\xe0\x8d\x41\xeb\xb8\x1d\xd1\x47\xa1\x47\xe4\ -\xd7\x09\xfc\x3a\x3a\x8e\x9a\x6e\xa2\x87\xf0\xdb\x7f\xa3\xe9\x2a\ -\xb4\x16\x3b\xc6\x00\xe3\x80\x8d\xbd\x69\x42\x0d\x68\x74\x7b\x15\ -\xb5\xf5\x40\x80\x63\x29\x8e\x1d\x18\xe6\xe8\x81\x22\x2b\xa5\x1a\ -\x97\xa6\x96\x78\xeb\xfc\x45\x9e\x7f\xe9\x75\x4e\x1e\x3b\xc0\x47\ -\x3e\xfc\x10\x83\xa9\x00\x1d\xd6\x7f\x20\xf7\x10\x46\x31\x67\xdf\ -\xbe\xc1\xea\x46\x8d\xc3\xfb\x27\x78\xf4\xc1\x3b\x50\x6a\x0b\xfc\ -\x6b\x22\x84\xf1\x91\x32\xb7\x8d\x0f\xd8\x09\x0d\x6f\xae\x20\xdd\ -\x17\x38\xea\xc4\x11\x7a\x2a\x41\x1c\x23\xb5\x0f\x3a\xc4\xc8\x1f\ -\x40\xf8\x1d\xab\x1f\x21\xb0\xdd\x3c\x96\x93\x45\xd9\x29\xa4\xb4\ -\x9a\xc5\x2d\x12\xbc\x21\x0a\x89\xa2\x80\x28\x68\x74\x09\x7e\x73\ -\x95\xef\x2e\x7c\x63\x0c\x4e\x8f\x72\x90\xd5\x8f\x5e\x85\x80\x97\ -\xcf\xcf\xf3\xf8\xcf\xff\xf7\xac\x2c\x2f\x50\xbe\xf1\x5d\xc6\x72\ -\xa6\x53\x0d\x10\xcd\x0b\x37\x56\xcc\x31\x5e\xcc\x53\xa9\xfb\x4c\ -\xcd\xac\x72\x79\x7a\x89\x7f\xf7\xfb\x4f\x93\xcf\xb9\x3c\xfe\xd8\ -\xa3\x1c\x3b\x38\x44\x58\x59\xb8\x25\x45\xb8\x39\xb7\xc6\xdb\x57\ -\xe7\xc8\xa4\xb3\xdc\x7d\xdb\x24\xc5\x81\x74\xdf\xf7\x0e\x67\x22\ -\x08\xdf\xa5\x5a\x77\xc8\xe4\x07\xbb\x84\x1e\xfa\x75\x2c\x3b\x85\ -\x94\xce\x8e\x7f\xaf\x05\x1b\xb7\x94\x20\xf0\x1b\x49\x1c\x60\x39\ -\xed\xd7\xa4\x94\x94\x97\xa7\x11\xa5\x0b\xa4\xdc\x7e\xc2\xdf\xbe\ -\xc2\xfb\xad\x7e\x29\x2d\x6c\x37\x87\x72\x92\x15\x2f\x54\x92\x6a\ -\x1b\xad\xd1\x71\xd4\x0e\xec\x12\x53\x5f\x4f\xa2\xfa\x38\xea\x61\ -\xe2\x77\x36\xfd\xad\x63\x00\x85\x5a\xd4\x37\x0d\x34\x89\x19\xdc\ -\x0c\x02\x6f\xcc\xac\x12\x6b\xc3\xe4\xfe\xc3\x7c\xe7\x5b\x5f\xe3\ -\xc3\xa7\x5c\xdc\x94\xdd\xe5\x1d\x3a\x6b\x85\xf9\x4c\x8a\x7b\x6e\ -\xdf\xcf\xa9\x63\x13\xcc\x2e\xae\x73\xe1\xda\x02\x7f\xf6\xa5\xaf\ -\x12\xc7\x9a\x47\x3e\xf8\x20\xf7\xdd\x7d\x8a\xb8\x3c\xdd\x37\x4e\ -\xa8\x7b\x01\xaf\xbd\x75\x83\x4a\xcd\xe3\xe8\xc1\x71\x9e\xf8\xe0\ -\x99\x3d\x2b\xcd\x90\x5a\x25\xf6\x05\xbe\x3a\x4e\x26\x5f\x44\x29\ -\x45\x6d\x75\x1a\xab\x3e\x4d\x64\x67\x69\xa4\x26\x70\x0b\x13\xb8\ -\xe9\x6c\xd7\x4a\xdf\x5a\x5f\xa8\x55\xd7\x89\xaa\x73\xe8\xca\xbb\ -\xa0\x1c\x74\xfe\x36\xf2\x83\x63\x60\x0c\xe5\xe5\x69\xac\xca\x45\ -\x0a\x6e\xb0\xbb\xf0\x77\x58\xfd\xca\x71\xb1\x53\x59\x2c\x27\x83\ -\x54\x4d\xf0\x46\x24\x35\x0d\x1d\x87\xc4\x51\x90\x98\xf9\xa0\x41\ -\xe8\xd5\x09\x83\x6e\xc1\x7f\x3f\xc2\x37\xc6\x10\x69\xd3\xdf\x05\ -\x18\x10\xbf\xd3\x7a\x64\x0c\xd3\x73\x25\xde\xf7\xe1\x9f\x64\xf6\ -\xdd\xeb\x14\x06\x47\x58\x9e\x9f\xc6\xbe\xeb\x4c\x3b\x25\xe9\xb4\ -\x02\x66\x8b\x36\x38\xb6\xe2\xd8\xc1\x61\x8e\x1e\x18\x66\x79\xad\ -\xca\xc5\xeb\x4b\xbc\x76\xf6\x2c\xdf\xfc\xf6\xf3\xdc\x75\xe6\x0e\ -\x3e\xfc\xa1\x87\xc8\xa9\x3a\x51\x63\x0d\x80\x4b\xd7\x17\xb9\x7a\ -\x63\x89\x6c\x36\xcd\xfd\xa7\x0e\x52\xc8\xdd\x7a\xc9\x41\x4a\xc9\ -\xa8\xb3\x4a\xc9\xd3\x34\xf4\x21\x94\xf1\x70\xaa\x57\x18\xc9\x19\ -\xb4\xae\x52\xad\xcc\x53\x5d\xcf\xb0\x91\x39\xca\xe8\xfe\xdb\xb7\ -\x29\x56\x18\x04\x6c\xcc\xbe\x81\xac\xdf\x24\x2d\xeb\x49\xc9\xd8\ -\x18\xd6\x4b\x3e\xe5\xe8\x24\x22\xae\x63\x56\xcf\x77\x0b\xff\x16\ -\x4d\xbf\x95\xca\x62\xb9\x39\x6c\x27\xdd\x16\x7c\xcb\x7c\xeb\x38\ -\x44\x47\x01\x61\xd0\x68\x0b\x3e\xf0\x6b\x18\x1d\x6f\x47\xff\xda\ -\xe9\xe1\xde\x85\xdf\x74\x38\xbb\xbb\x80\x66\x50\xcb\xe5\x99\x32\ -\xbf\xf0\xc4\x43\x64\x33\x79\x5e\x7a\xe9\x39\xc6\x07\x6d\x10\xc9\ -\x17\x2f\x97\x35\xc5\x01\x17\x5b\x84\xdb\xac\x80\x30\xdd\xd9\xc3\ -\xd8\x70\x9e\xf1\x91\x02\xd5\xba\xc7\xb5\x9b\xab\x5c\x9a\x9e\xe3\ -\x5f\xff\xde\xbf\x67\x68\x30\xcf\x13\x4f\x7c\x82\x57\xcf\xbe\xc5\ -\x91\x51\xf8\xe4\x23\x77\xfd\x50\x00\xa1\xa2\xbd\x4e\xd5\x2b\x23\ -\x89\x49\xa5\x0d\x9e\x1f\x13\x46\x11\x51\x18\x23\xc3\x2a\x95\xba\ -\xa2\x38\x7e\x1c\xb9\xa5\x3b\xb8\xd1\xa8\x51\x5a\xb8\x44\x31\xd5\ -\xc0\x57\x92\x38\x96\x58\x42\x90\x93\xcb\x34\x4a\x25\x84\x89\xc8\ -\xbb\xe6\xd6\x85\x0f\xd8\xe9\x81\x24\xb8\x73\xd2\x6d\xb8\x36\x79\ -\xaf\x46\x47\xc9\x8a\x8f\x9b\xd1\x7c\xe8\x27\x82\x4f\x82\x3b\x7a\ -\x0b\xbf\x9f\xdf\xdf\x05\x94\x52\xb1\x27\x22\x66\xfa\x2b\x40\x2d\ -\x1f\x8b\x31\x69\x84\x1f\x44\xa4\x0b\xfb\x10\x42\xe2\x07\x1e\x97\ -\xce\xbf\xc1\xb1\xfd\x45\x8c\x31\x3c\xfb\xda\x14\x4f\xfc\xe2\xff\ -\x40\x2a\x9d\xe1\xcd\x97\xbf\xca\xa1\xcc\x06\x52\xf6\xa2\x9b\x24\ -\xda\xd0\x52\x88\x5c\xc6\xe5\xde\x53\xfb\x39\x75\x7c\xd3\x3d\xfc\ -\xd1\x1f\xfd\x17\x16\x56\xca\x1c\xff\xec\x3f\xc0\x19\xbe\x8d\x60\ -\xed\x32\x98\x1f\x9c\x46\x9f\x4b\x69\xa2\x58\x53\xf7\x42\x1a\x5e\ -\xb0\x79\xf7\x43\xea\x56\xb6\x6d\x31\xb6\xc6\x00\xeb\x1b\x15\x02\ -\x59\xc7\x75\x2c\x52\xb6\x45\xca\x51\xa4\x52\x16\x8e\x8a\x91\x4a\ -\xdc\x12\xa2\x27\xa5\xc2\x72\xf3\xd8\xa9\x1c\xca\xce\x20\x2d\x07\ -\xd1\xbc\x50\x49\x44\x1f\x12\x07\x1e\x51\xe4\x13\x7a\xb5\x44\xf8\ -\x5e\xb5\x1b\xc0\xd9\x81\x76\xde\x9f\x7b\xd8\x9f\x96\x86\x9d\xe2\ -\xdd\x03\x07\xa0\x43\x09\x7a\x06\x81\xeb\x95\x06\x37\xa7\xe7\x38\ -\xfb\xea\x8b\x4c\x1e\x38\xc2\xc2\xec\x75\x3e\x74\xfb\x49\xca\x55\ -\x0f\xd2\xc3\x4c\x4f\x5f\xe5\xce\xbb\xef\xa7\xec\xdb\xbc\xb3\xb0\ -\xc0\xe9\xe3\x13\x3d\xdc\x42\x3f\x0c\x5f\x71\xec\xe0\x08\x47\x0f\ -\x8e\xb0\xbc\x56\xe1\xe2\xd4\x22\x2f\x3e\xff\x1d\xbe\xfc\xe5\xaf\ -\xf2\xde\xf7\xde\xcf\xc3\x0f\x3d\x4c\x9a\x0d\xfc\xf2\xdc\x0f\x86\ -\x15\xc4\x49\xb4\x1f\xc5\x31\x61\x14\x13\x86\x31\x41\x18\x81\x08\ -\x08\x02\x0f\xdb\x4e\xfc\x6e\x72\x91\x35\x41\xa3\x4a\x1c\x86\x04\ -\x22\x42\x09\x81\x92\x02\x4b\x0b\x74\xac\x31\x4a\x60\x8c\xd8\x53\ -\xd0\x27\x95\x83\x93\x2e\x24\x11\x7d\xd3\xd4\x23\x55\x52\x9c\x89\ -\xa3\x64\xb5\x87\x7e\x62\xe6\xfd\x3a\xa1\x5f\x23\xf4\x6a\x5d\x82\ -\xbf\x65\xe1\xef\x15\x92\xc6\x70\x70\x37\x17\x10\xc7\x5a\x8c\x0c\ -\x65\xb8\xe7\xf8\x00\xcf\x7d\xe5\x69\x52\xf9\x61\x06\x52\x1a\x29\ -\x04\x67\xaf\x94\xf9\xd9\x7f\xf4\x9b\xe8\x38\xe2\xc6\x8d\x1b\xbc\ -\xfa\xc2\x5f\xf1\xd3\x1f\x3a\xd6\x0d\x1c\x75\x49\xbf\xdb\x0a\x74\ -\x29\x89\x10\x8c\x0f\x17\x98\x18\x2e\x50\xae\xfb\x4c\xdd\x5c\xe1\ -\xd2\xf5\x2b\xfc\xee\xb9\xd7\x99\x18\x1f\xe7\x89\x4f\x7c\x8a\x7d\ -\x63\x39\x6a\x0b\xe7\x6f\x9d\x2d\x60\x0c\x96\x92\x38\x76\x52\x26\ -\xb6\x95\xc4\x75\x14\x99\xc0\xa1\x11\x6c\xb0\x70\xfe\xab\xa0\x1c\ -\x10\x56\xe2\x4b\xe3\x00\x13\x35\x18\xc9\x19\x1c\x3b\x8b\x63\x49\ -\x6c\x5b\x61\x59\x12\x4b\x49\xa4\x90\xbb\x0a\x5f\x39\x69\x6c\xb7\ -\x80\x9d\x6a\x09\xde\x06\xa1\x9a\xc0\x53\x84\x6e\xe6\xef\xa1\xdf\ -\x48\x84\xde\x5c\xf1\xc6\xe8\x7e\xc4\x8e\x1f\x38\xe8\xdb\xea\xa2\ -\xe2\x58\x0b\xd4\x1e\xd3\xc0\xdb\x8f\x8c\x72\x74\xff\x10\x6f\x5d\ -\x5b\x64\xdf\xe8\x04\x57\x6f\xae\x70\xcf\xfb\x1f\x25\x9d\x76\xf1\ -\x7d\x8f\x57\x5e\xfc\x0e\x87\x46\x5d\x06\xf3\x69\x4a\x15\x8f\xd8\ -\x19\xa1\x98\x6a\xa0\xa4\xde\xd9\x0a\x6c\x89\x13\x5a\xd9\xc3\xbd\ -\xa7\x0e\x70\xfa\xc4\x24\x33\x8b\x25\xce\x5f\x9d\xe7\x3f\xff\xa7\ -\xdf\x27\x8a\x35\x9f\xfe\xa9\x9f\xe1\xcc\xe9\xdb\xf1\x96\xde\x42\ -\x87\xde\x9e\x84\xdf\x09\x65\xdb\x4a\x92\x71\x6d\x8c\x49\x77\x5c\ -\xb8\x18\x4c\xbd\xc7\x85\x2b\xee\x8c\xf1\xf7\x10\xbe\x95\xca\x61\ -\xa7\x0b\x58\xa9\x2c\xca\x4e\x23\x95\x85\x10\x09\xdb\x38\x59\xf1\ -\x7e\x97\x7f\x0f\xbd\x2a\x81\x57\x07\x74\x9f\xe0\xee\x47\x23\xfc\ -\x36\x6f\x60\x27\x0b\x30\xda\x3c\xd4\xfa\x21\x8e\x6d\xf1\x9e\x53\ -\xfb\x41\x08\xbe\xfd\xca\x14\x7a\xe0\x06\x87\x8e\x1c\xe7\xe6\xcd\ -\x19\x2e\xbf\xfd\x1a\xbf\xf8\xc4\xdd\x54\x6b\x1e\x6f\xce\x2a\x3e\ -\xf3\x8b\x3f\xcb\xe2\xfc\x2c\xe5\xe9\xbf\xa2\x90\x66\xc7\xe0\x70\ -\xab\x46\x88\x66\x84\xea\xd8\x8a\xe3\x07\x47\x39\x7a\x60\x24\xc9\ -\x1e\xa6\x16\xf8\xf6\x37\xbf\xc2\x9f\xfc\xf1\x1f\xf3\xf0\xc3\x0f\ -\xf3\xe0\x43\x0f\xe3\x44\x2b\x34\xd6\xa6\x77\x14\xfe\x9e\xa2\xe5\ -\x2d\x17\xb5\x37\x7b\x87\xbe\x17\xd4\x4e\x0f\x62\xbb\x4d\xc1\x3b\ -\x6e\x92\xc3\x23\x9a\x54\xb5\x88\x38\xf4\x88\xc2\x26\x70\xe3\xd5\ -\xf1\x7d\x8f\xc8\xaf\x10\x6b\x89\x42\xa3\xf5\x26\x91\x43\xb7\x22\ -\x6f\x36\x1f\xef\xc9\xbf\xf7\x13\x7e\x9f\x62\x94\x03\xac\xd4\xf4\ -\xce\xe5\x60\xa1\xb5\xc0\x98\xa4\x0b\xa1\x43\x62\xf7\xdc\x3e\xc1\ -\x33\x2f\x7f\x9b\x9b\xd3\x57\x41\x08\xee\xbd\x6d\x8c\xe5\xb5\x1a\ -\xb9\x23\x1f\xe0\x80\xac\xe2\x7b\x3e\x96\xe3\xf2\xfc\x9b\x0b\x3c\ -\xfe\x9e\x71\x94\x94\x3d\x53\xc4\xed\x6e\x61\xbb\xb9\x90\x02\xc6\ -\x87\xf3\x4c\x8c\x14\x28\xd7\x3c\xae\xdd\x5c\xe6\xd2\xc5\x37\xf9\ -\xee\x77\x5f\xe4\xe0\xa1\x83\x3c\xf1\x89\x9f\x66\xbc\x98\xa1\x3c\ -\xf3\xda\xce\xc2\xdf\x23\x4a\xb6\xab\xf0\x5b\xa8\x9d\x90\x38\x99\ -\x01\x1c\xb7\x80\x95\xca\x25\x95\x39\x95\x10\x30\x8c\x8e\x9b\xfe\ -\x3d\x20\x0a\x92\xdc\x3d\xf2\x6b\xf8\x5e\x95\x7a\xa0\x68\x88\x01\ -\xb4\x35\x82\x8d\x8f\x36\x1a\x49\x84\x88\x7d\x22\x23\x90\x26\x6e\ -\x2f\x3a\xa9\x7d\xb4\x11\x08\x1d\x80\x49\x72\x7f\xa1\x43\x62\x61\ -\x03\x31\x86\x18\x8c\x06\x13\xa2\x85\x04\x13\x25\xef\x6f\x37\x96\ -\xd0\x55\x3e\xee\x2c\x5b\xef\x88\x03\x6c\x43\x02\xb7\xac\xd0\xa1\ -\x42\x9a\x4f\x7c\xe8\x14\xcf\x9d\xbb\x4e\xa5\xe6\x71\xe7\x03\xc7\ -\x10\x43\x77\x71\xf2\xf6\x33\x58\x4e\x86\xf9\xf9\x79\xbe\xf2\xa7\ -\x7f\x88\x5f\x5e\x00\xc6\x3b\xea\x09\xdd\xbc\x72\xb3\x03\xe7\xbc\ -\xd7\x6b\x85\xac\xcb\xfd\xa7\x0f\x72\xe6\xc4\x3e\x66\x16\x4a\x9c\ -\xbf\x36\xcf\x7f\xf8\x77\xff\x9a\x28\xd6\xfc\xdc\x93\xbf\xc8\xed\ -\xb7\x9f\xa4\x36\xfb\x1a\x91\x5f\xfd\xe1\x06\x4c\x1d\x9f\x13\xca\ -\xc6\x49\x0f\x60\xb7\xa3\xfa\xa4\x24\x6b\x04\x98\x96\x99\x6f\x01\ -\x37\x7e\x9d\xc0\xaf\x12\x79\x55\xea\x81\xa6\x26\x46\x08\xdd\x09\ -\xdc\xc2\x08\x16\x1a\x3f\x88\x71\x2c\x09\x71\x40\x68\xc0\xd2\x01\ -\x61\xac\x13\x97\x10\x87\x84\x5a\x60\x8b\x88\x28\x32\xd8\x52\x63\ -\xa2\x3a\xa1\x06\x65\x42\x62\x03\xd2\x68\x8c\x0e\x40\x28\x44\x58\ -\xc5\x18\x89\xd0\x75\xa2\xd6\xc2\x36\x41\x72\x5e\x8d\xa5\xb6\x52\ -\xb4\x15\x38\xd1\xa1\xde\x0a\xf0\x79\x10\xa3\xcd\x23\xed\xa0\x6e\ -\x8b\x54\x52\x8e\xe2\xd1\xf7\x9d\x44\x6b\xcd\xd7\x5f\xba\xc6\x47\ -\x3e\xf9\x61\x94\x10\xac\x2e\xcd\xf0\xcc\xd7\xfe\x9c\xda\xda\x0c\ -\x3f\xf3\xd1\xbb\xda\x66\xb7\x0b\x28\xda\xba\xe4\xb7\x06\x87\x5b\ -\x5e\x17\x5d\xc0\x85\x20\x65\x2b\x8e\x1f\x1a\xe5\xd8\xa1\x51\x96\ -\x57\xab\x5c\xb8\x36\xcf\xd7\xbe\xf4\x5f\xf8\xe2\x1f\xd6\xf9\xe8\ -\x47\x1f\xe3\xfd\x0f\x7d\x04\x51\x9f\xa5\xb2\x78\xf1\x87\x26\x7c\ -\x69\xa5\xb0\x33\x2d\x53\x9f\x49\x04\x2f\x92\x4b\xa6\x9b\x85\x99\ -\xa4\xfe\x5e\x27\x0a\xea\x04\x8d\x2a\xa1\x5f\xc3\x0b\x22\x1a\x72\ -\x88\xc0\x1d\xc7\x1d\x98\xe4\xc8\xc1\xa3\xe4\xb2\x79\x82\x20\x48\ -\x68\x6a\x9e\x87\x10\x12\xa9\x24\x8d\x46\x1d\xdb\xb6\xf1\x03\x3f\ -\xe9\x3f\x34\x50\x6f\xd4\xb1\x2c\x1b\x1d\x87\x18\x23\x10\x26\xa0\ -\x11\xc4\x28\x01\x41\xe0\x61\x84\x82\xc8\x27\x12\x0a\x5b\x07\xf8\ -\x51\x8c\x63\x42\xc2\x30\x46\x2a\x49\xec\x95\x61\xa1\x82\x89\xab\ -\xdd\xee\x60\xb7\x18\xe0\xc6\x4c\x24\x6e\x1b\x0c\x45\xaf\x37\xb7\ -\x74\x41\x00\x4a\x49\x6e\x3f\x5c\xe4\x2f\xfe\xe8\x3f\xf2\xc1\x47\ -\x3f\xcd\x8d\xeb\x97\x59\x9b\xbf\xc2\x27\x1f\x39\x8d\x63\x4b\xb4\ -\x06\x2f\x8c\x49\x39\x36\xb6\x34\xdf\x9f\x15\xe8\xe1\x39\x30\xcd\ -\xec\x61\x24\xcf\xc4\x68\x81\x8d\x6a\x83\x6b\x37\x96\xb9\xf0\xe6\ -\xcb\x7c\xe7\x99\x6f\x71\xfc\xc4\x49\x9e\xf8\xd4\x3f\x60\xb8\x60\ -\xb3\x72\xe5\x3b\x3d\x49\x11\xbb\x09\xdf\x18\xb0\x9c\x4c\xe2\xe3\ -\xd3\x79\xac\x54\x16\x69\xb9\x48\xa1\x30\x90\x40\xb5\xa1\xdf\xf4\ -\xef\x9b\xd1\xbc\xef\x55\x09\xc3\x88\x40\x64\x08\x9c\x09\x62\x77\ -\x9c\xc1\xe2\x7e\x0e\x1c\x3c\xcc\xf0\xf0\x30\x08\xc8\xa6\x73\x44\ -\x51\x84\x54\x49\x56\x11\x45\x11\xb6\x65\x11\x46\x49\x03\x4b\xac\ -\x35\x5e\xc3\x43\x2a\xd1\x26\xa3\x20\x20\xf0\x03\x6c\xdb\xa6\xd1\ -\x68\x20\xa4\xc0\xf7\xfc\x84\x11\xad\x24\x61\x18\x62\x3b\x36\xf5\ -\x5a\x1d\xa9\x14\x5e\xa3\xc1\xec\xcd\x6b\x44\xad\x73\xef\x38\xb7\ -\x78\x37\x17\x30\x3c\xd2\x0a\x02\xd9\xf4\xde\xbd\x4c\x01\x70\xec\ -\x40\x91\xd8\x18\x9e\xf9\xfa\x9f\x60\x09\x78\xe2\x83\x77\x90\x76\ -\x2c\x6a\x8d\x90\xa9\xd9\x35\xee\xf9\xf0\x67\xc9\x0f\x16\xb9\x71\ -\xee\x2b\x14\x33\x41\x5f\xa1\xde\x8a\x15\x10\x5b\xe0\xcc\x42\xd6\ -\xe5\xfe\x33\x87\x38\x73\x72\x1f\xef\xce\x27\xc5\xa3\xdf\xfb\xc2\ -\xef\xa0\x11\xfc\xfc\x7f\xf3\xcb\xdc\x76\xe6\x36\x56\xaf\x7e\x1b\ -\xbf\x5a\x42\xef\x41\xf8\x96\x5b\x68\x9a\xfa\x24\x8f\x97\x76\xc2\ -\xb5\x4b\x10\xbb\xa8\x89\xcf\x27\xab\x3d\xf4\x6a\x84\x5e\x95\xd0\ -\xab\x26\xb5\x79\x6c\x1a\x6a\x98\xc0\x99\xc0\xca\x4d\x30\x39\x3e\ -\xc9\x91\x43\x47\x18\x1c\x1c\xa2\xe1\x37\xa8\xd5\x2a\xa4\x9d\x34\ -\x4e\xca\xc1\x34\x8b\x4b\x2d\xae\x81\x9b\x72\xd1\x46\x23\xb4\xa6\ -\x50\xc8\x13\x44\x21\x6e\xca\x25\xd6\x31\xda\x68\xb2\x99\x1c\x71\ -\x1c\x91\xcf\xe7\x08\xc2\x10\x31\x90\x94\xb6\xb5\xd1\x28\x25\x89\ -\xc2\x88\xd1\xd1\x31\xe2\x38\x22\x08\x02\x66\xa7\xce\xa3\xe3\x70\ -\x4b\x2c\x60\xb0\xb1\x61\x7e\x12\x98\xdb\x99\x12\xd6\xcf\x5c\x6c\ -\xd5\x85\x13\x07\x87\xc9\xba\x0e\xb9\x4c\x8a\xb4\x63\x71\x79\x36\ -\xe4\xc4\x7d\x1f\xe6\xce\x23\x16\x51\x14\x92\xb2\x2d\xc4\xe0\x09\ -\x2a\xa5\xb3\xe4\xb3\xe9\x1d\xeb\x07\xb7\x62\x05\x36\xa1\xdf\x24\ -\x78\x4e\x39\x16\x27\x0e\x8f\x71\xec\xd0\x28\x4b\x2b\x15\x2e\x5c\ -\x9b\xe7\x2f\xff\xf8\x3f\x51\x2a\xd7\x79\xfc\x27\x3f\xc5\xfb\x1f\ -\xfe\x0c\x61\xe9\x2a\xab\x37\xcf\x25\x95\xbd\x2d\xbe\x31\x59\xed\ -\x83\x38\x6e\x01\x95\xca\xa0\x2c\xb7\x59\x8e\xd5\xe8\x28\x61\xdc\ -\x44\x2d\x33\xef\x27\x42\x0f\x1b\x15\xe2\x28\xf1\xb7\x9e\x1c\xa4\ -\xac\x26\x20\x33\xc9\xf8\xd8\x04\x87\x0f\x1f\x61\x7c\x7c\x02\x5b\ -\x59\xf8\x81\x4f\xbd\x5e\x23\x0a\x43\x84\x04\x1d\xc7\x5b\x62\x2d\ -\x43\xd4\x14\xa6\x36\x24\x8f\x9b\xc7\x0c\x2d\x0e\x63\x22\x4c\xcf\ -\xf7\x40\x40\x1c\x47\x08\x40\x6b\x83\x36\x31\x02\x41\xec\xd5\xc9\ -\x64\x13\x0b\x13\x37\x6b\x08\x6c\x49\x59\xe3\xd8\x88\xc9\xc9\x5d\ -\x82\x40\x6d\xb4\x48\x02\x38\xb1\x8b\x15\x48\x56\xe4\xe4\x68\x1e\ -\x81\xe0\xdb\xaf\xbd\xcb\x27\x3f\xfb\x6b\x0c\x0d\x0d\x21\x85\x62\ -\x71\x71\x91\x97\xbf\xfb\x1c\x67\x5f\xfa\x0e\xc7\x27\xb3\x3c\x70\ -\xfa\x60\xdf\x2a\x62\xff\x14\x71\x37\x1d\xe8\x06\x96\xa4\x10\x4c\ -\x8c\x16\xba\xdc\xc3\x1b\xaf\x3d\xcb\x37\xbf\xfe\x65\x6e\x3f\x75\ -\x86\x4f\xfc\xd4\xcf\x53\x48\x0b\xe6\xde\xfa\x12\x61\x18\xe1\xe4\ -\x86\x9a\xe9\x5c\x1e\xcb\xc9\x21\x2d\x27\xa9\xca\xb5\x22\xfa\xa0\ -\x91\xac\xf6\x26\x5a\x97\x08\xbf\x82\x8e\x9a\x04\x53\x23\xa8\xab\ -\x09\xea\xe9\x63\x14\x47\xf7\x71\x60\xff\x01\xc6\x46\xc7\xc8\x64\ -\x32\xcd\xb9\x01\xc9\x1c\x22\xd3\x1c\x3a\x45\xdf\xca\xa6\x00\x23\ -\x10\x46\xb7\xb3\x8f\xcd\xcc\x46\x37\xc1\xa4\xb8\x59\x34\xd2\x68\ -\xa3\x31\x46\xb7\xd1\x4e\xad\x63\x62\x13\xe3\x44\x6e\x42\x61\x0f\ -\xeb\xd0\xca\x2c\xba\xf8\x85\x50\x6e\x84\x62\xf7\xde\xc0\x3e\xa0\ -\x41\x2f\x2b\xd0\x3a\xa8\x44\xc8\x77\xbe\xf5\x65\x1e\x79\xf4\x53\ -\x2c\x2e\xcd\xf3\xda\x0b\xdf\x61\x6e\xe6\x3a\x77\x9d\x9c\xe4\xee\ -\xdb\x26\xf7\x54\x45\xec\x17\x1c\xf6\x77\x13\xdd\x0a\xd1\x59\xe1\ -\x1b\xc8\xa5\xb7\xb9\x87\x2f\xfc\xcb\xff\x1d\xa1\x6c\x7e\xe1\x1f\ -\xfe\x2a\x27\x6e\xbb\x83\xca\xc2\x79\x84\x5d\x68\x93\x32\x74\x2b\ -\x7f\x0f\xea\xcd\x8a\x5c\x12\xd4\x85\x8d\x2a\x81\x5f\x49\x0a\x34\ -\x9d\xfd\x86\xa4\xf0\xac\x41\x06\x47\x26\xb9\xe3\xf6\x3b\x18\x28\ -\x0c\x60\x59\x56\x07\x06\x91\xfc\xba\xd8\x24\x0a\x20\x7a\xb6\xa5\ -\x6d\x35\x6b\x9b\x4f\x45\xf3\x3f\xd3\x8e\xbe\xe8\xfa\x37\x21\xbc\ -\x80\x90\x12\x11\x69\x94\x94\x04\xbe\x8f\x09\x6b\x18\xa3\xb7\x73\ -\x10\xec\x3d\x57\x03\xcd\x96\x1f\xd2\x33\x0c\xe8\xf2\xcb\xef\xbb\ -\xf3\x20\x5f\x7a\xfe\x02\x5f\x69\x78\xcc\xcf\x5c\x67\x28\x67\xf3\ -\xe9\x0f\x9f\x62\xb0\x90\x6e\xb3\x6d\x7a\xc3\xc5\xbb\x5b\x81\x9d\ -\xdd\x84\x68\xaf\x98\x5e\x2d\x62\xbd\xdc\xc3\x9f\x7c\xf1\xdf\x52\ -\x2a\xd7\xf9\xb5\x5f\xfb\x75\x4e\xdc\x79\x07\xeb\x73\xe7\x9b\x8c\ -\xda\x46\x7b\xb5\x47\x7e\x35\x89\xea\xbd\x2a\xba\x6b\x35\x6d\x5e\ -\xd4\x48\x58\xa0\x32\x8c\x8e\x8c\x32\x31\x36\x91\xe4\xda\xcd\x1e\ -\x42\x4b\x0a\x0c\x10\x1a\x03\x46\x23\x5b\x40\xd1\x5e\xce\xb2\xe3\ -\x04\x4d\x97\xe0\x0d\xdb\x46\x01\xb4\xa3\xf3\x84\x0a\xe7\x35\xea\ -\xc4\x41\x1d\xd1\xa3\x4e\xa1\xb5\x2f\x16\xb1\x77\x71\x01\xa2\x23\ -\x0d\xec\x63\x80\x7b\x29\x84\x6d\x2b\x3e\x70\xcf\x61\xbe\xfb\xe6\ -\x14\xf7\xdd\x3e\xce\x6d\x87\xc7\x10\x08\xbc\x20\x29\x6b\x56\xa2\ -\x01\xf2\x69\x49\x46\xd5\x76\xc9\x08\x7e\x30\x2b\xd0\x4f\x11\x7a\ -\xb9\x87\xe9\x8b\xaf\x52\x1c\xc8\x10\x7a\x15\xc2\xa0\x46\xe4\xd7\ -\x08\x1a\x95\xa6\xf0\x6b\x9b\x38\x7d\x1f\xca\xb6\x46\x60\xd9\x0e\ -\xf9\x5c\x1e\x21\x04\xe5\x4a\x19\x63\x0c\xd9\x4c\x96\x8d\x20\x66\ -\x35\x8c\x19\x12\x1a\xd1\xac\x0e\xee\x98\x02\x35\x5f\x30\x5b\x2c\ -\x40\xd7\x2a\x14\x3b\xa7\x51\x52\x5a\x78\x5e\x03\x1d\xd5\x51\x3d\ -\x2a\x94\x36\x0e\xe3\x5b\x3e\xbc\x4d\x01\x54\x67\x10\xb8\xd5\x0a\ -\xec\xe2\x16\xc6\x8a\x59\x7e\xe6\x23\xa7\x59\x2a\xd5\xb8\xbc\x9a\ -\x62\x74\xf2\x18\x93\x07\x0e\xf1\xc6\x2b\xcf\xf3\xfe\x0f\x7d\x0c\ -\xc7\xb6\xb9\x7a\xf6\x4b\x14\xd3\x41\x8f\xfc\xee\x07\xb1\x02\xbd\ -\x83\xc3\x7e\x6c\xa2\x96\x7b\x50\xa9\x01\x82\x5a\x09\xaf\xb6\x9a\ -\xf8\xf7\x46\x85\xc8\xaf\xed\x99\xb2\x1d\x1b\x89\xb2\x52\xc4\x71\ -\xc4\xf5\x9b\x53\x94\x4a\x6b\x1c\x3c\x70\x98\x7a\x6c\x78\x75\x23\ -\x60\x3e\xd0\xdc\xeb\xc6\x8c\x63\x50\xbb\xb2\xa5\xc5\x16\xde\x65\ -\xe7\x12\x14\x1d\xb6\x40\x6c\xb1\x24\x22\x41\x06\x9b\x4a\xef\x35\ -\xea\x10\xfa\x3d\x89\xa7\xdb\xb4\x6d\xab\x02\x34\xfc\x58\x74\x22\ -\x81\xdb\xac\x40\xc7\xd2\xef\x19\x1c\x36\x9f\x2f\x2c\x97\xf1\x9d\ -\x1c\xef\x7b\xf8\x36\x2c\xdb\xe6\x3d\x0f\x3e\x82\xef\x27\xd3\x36\ -\x7c\x7b\x92\x28\x9e\xc2\x52\x6a\x2b\xe1\x78\xc7\xa2\xd1\xe5\xe9\ -\x25\x82\xec\x31\x4e\xde\x7e\x27\x8d\xa5\xf3\x0c\xbb\xf5\xf6\x8b\ -\x75\x2f\x64\xb5\x66\x31\x98\x4f\x33\xe0\x86\xdb\x82\xc3\x9d\xae\ -\xb9\xdf\x28\x53\xdf\x98\x27\xf4\xeb\xb7\xdc\xa1\xab\x85\x05\x28\ -\xd6\x36\xd6\xf0\xbc\x46\x32\x7f\xd0\xb6\x99\xf5\x22\xfe\x62\xd9\ -\xc7\x96\x82\x3b\xec\x16\x9f\x50\xf5\xab\x5e\xf5\x50\x84\x44\xc4\ -\xba\xe5\xfb\x9b\xe0\x14\xdb\x16\x66\xf2\x5a\xac\xe3\x24\x0e\x10\ -\x82\xc0\x6b\x60\x62\xbf\x67\xc3\x49\x1c\x6b\x01\x22\x81\x53\x7a\ -\x35\x86\x24\xbc\xb8\x16\x27\xd0\x00\x0a\x23\x0c\x72\xaf\x56\xa0\ -\xf9\xf8\xf8\xc1\x61\xbe\xf4\xc2\x05\xae\x5c\x3d\x43\x14\x85\x2c\ -\x2f\xce\x51\x5e\x5b\x61\x6d\x6d\x99\x72\xa9\xc4\xc7\xde\x77\x82\ -\x03\x13\x03\x3d\x3f\xfd\xc6\xb5\x12\x67\xde\xf3\x28\x51\x58\x25\ -\x55\xbd\x82\xad\x12\x75\xb3\x6c\xc9\xcd\xf9\x05\x3e\xfc\xd8\x4f\ -\x51\x1d\x1a\x65\xf1\xcd\x3f\x62\xb8\x90\xc1\x34\x09\xa4\x41\xfa\ -\x30\x47\x4f\x7c\x98\xb9\x6b\x6f\x30\x91\x5a\x6e\x7f\xe3\x7a\xd9\ -\xa3\x90\x73\x51\xaa\xb7\x22\xc4\x51\xa3\xaf\xf0\x77\xed\xd3\x93\ -\x09\xc9\xc3\xf7\x3c\xa2\x28\x62\x68\xb0\x88\xb2\x2c\x66\x2a\x31\ -\x4b\xa1\xe1\x90\x2b\xb0\x49\x22\xf9\x7e\x3c\x48\xd3\x26\xd7\x36\ -\xaf\x80\xee\xf1\x8e\xf6\x62\xd8\x1e\x45\x68\x9d\xa4\x95\xaa\x39\ -\x16\xc7\xf7\xea\x09\x63\xb9\x87\x02\xf7\x74\x1b\x9d\x4f\x8a\xc5\ -\xc4\x09\x6c\x5e\x08\x8d\xd0\x5b\xbb\x51\x77\x29\x53\x62\x48\xa7\ -\x6c\xf6\x15\x5d\xbe\xfa\xa7\x7f\xc8\xd7\xff\xec\x8b\xbc\x73\xee\ -\x45\x82\xf2\x1c\xc7\xc6\x52\x3c\xf6\xe0\x09\x26\x47\xf2\x3d\x2f\ -\xb2\x36\x86\x4b\x57\x6e\xe0\x66\x0b\x1c\x3a\x7e\x17\xb3\xf5\x42\ -\xfb\x7b\xf7\x8f\x0d\x30\x33\x7d\x8d\xb5\xb5\x35\xae\x5c\xbe\xc8\ -\xdb\x97\x67\xdb\xaf\x65\x5c\x27\x99\xde\x25\x24\x4e\x61\x82\xb5\ -\xf5\x6a\x3b\x98\xfd\xcb\x17\xa7\x49\x9f\xfc\x29\x56\xcc\xa1\x1e\ -\x17\x41\x6c\x29\xfa\xec\x5d\xf8\xda\x18\x50\x36\xca\x76\x70\x5d\ -\x97\xe1\xe2\x30\xa3\xc3\xa3\x20\x15\xe5\x48\x13\x61\x70\x25\xa4\ -\x65\x22\xb0\x7e\x16\xa0\x3d\xdf\x68\xbb\x75\x6e\xc6\x04\x62\xd3\ -\xd2\xd3\xed\xe6\xb4\xd6\xc4\xcd\x7c\xdf\x96\x36\x71\x1c\x11\x7a\ -\xd5\x44\x01\xd8\x5e\x1c\xb3\x76\x52\x80\xdf\x06\xc3\xda\x1a\xad\ -\xd6\x30\xd3\x8b\x5b\x8e\x69\x16\x18\x76\xa8\xbe\x35\xef\xef\x39\ -\xb3\x9f\x4c\x4a\x22\x25\x0c\xe4\xd3\x84\x32\xc7\x4a\x90\x67\x39\ -\x9e\xe4\xcd\xe9\x3a\x4b\xeb\x3e\x57\xe7\x3c\x2a\xee\x6d\x54\xac\ -\x03\x09\xe3\x06\xc3\xc9\xc3\x23\xbc\xfc\xc2\x33\xac\xaf\xaf\x73\ -\xe5\xf2\x14\x51\x9c\x9c\xa0\xa5\x14\xc3\x05\xc5\xf2\xfc\x0d\x8a\ -\xc3\xc3\xa4\x87\x0e\xb6\x05\x92\x71\x6d\x6a\x95\x32\x0b\xf3\x73\ -\x9c\x7d\xe9\x19\xd6\x2b\x8d\xf6\xef\x89\x9b\xfd\x80\x87\x6e\xbf\ -\x9f\x6b\x0b\xc1\x0e\x65\xe4\x5b\xed\xd0\x15\xc4\x48\x6c\xc7\x65\ -\x7c\x7c\x82\xa3\x87\x8f\x93\xcf\xe6\x88\x8c\xa0\xa2\x0d\x5a\x40\ -\x4e\x09\x52\x09\x4f\x68\xe7\x8e\xa9\x0e\x0b\xdb\x8d\x15\x34\x13\ -\x47\xd1\xdb\x73\xc4\x3a\xda\x8c\xdd\x5a\x03\x2d\xbd\x5a\xdb\x02\ -\x6c\x3d\x87\x58\x19\x51\xcb\xc7\xa2\xa7\x02\x7c\x1e\x04\xc5\x22\ -\xad\x86\x1e\xad\xb7\xd6\xd4\x0d\xa6\x75\x4c\xf4\x16\x7a\xe7\xdd\ -\xb6\x92\xe2\xcd\xa7\x7e\xee\x1f\x91\x1d\xbb\x83\x87\x3e\xfa\x69\ -\x7e\xed\x37\x7e\x8b\xcf\x7c\xf6\x1f\xf2\x99\x5f\xfa\x4d\xc6\x4f\ -\x3d\xc1\xc5\x99\x6a\x12\x28\x1e\xbd\x97\x1b\xab\x49\xaa\x78\xdb\ -\x91\x11\xae\xbe\xf3\x26\xb5\x5a\x8d\x0f\x3e\xf6\x49\xa6\x4b\xaa\ -\xfd\x9d\x93\xa3\x05\xae\x5e\xba\xc0\xc1\x7d\x93\x4c\x1e\x39\xc5\ -\x7a\xb9\x9e\x58\x80\xb4\x43\xad\x56\x21\x93\xcd\x72\xff\xfb\x3f\ -\x86\x74\x32\x6d\x61\xc6\x71\x48\xa5\x52\xe6\xfc\xdb\x6f\xf0\xd6\ -\x85\xab\x7d\xad\xc0\xae\x1d\xba\x5b\xce\x4f\x23\x31\xc2\xa2\x50\ -\x18\x20\x93\xce\xb2\xb8\xbc\x40\xa9\xb4\x42\x08\x6c\xc4\x49\x39\ -\x3d\xa7\x04\x8e\xd0\x20\x13\x56\x51\x5f\x3a\xfa\x96\x2c\x5f\x74\ -\xe5\xe4\xbd\xd3\xef\x56\xba\x29\x9a\x1a\xa2\x2c\x45\xe0\xfb\xc4\ -\x61\x3d\x71\x0b\x66\xbb\xe5\xde\xd5\x05\xd4\x7d\x2d\x3a\x21\xca\ -\x5e\x82\xd5\xc6\x80\xee\x48\x85\x74\x8f\xda\x7a\xf3\xf9\x50\xf6\ -\xe7\xfa\x24\x00\x00\x20\x00\x49\x44\x41\x54\xd6\x66\x79\x79\x85\ -\xc1\xa1\x61\xee\xbc\xf3\xae\x04\xbe\x6c\xa2\x57\x87\x0e\x1d\xe4\ -\x57\xff\xdb\xff\x8e\xaf\x7f\xfd\x2b\x54\xab\x15\xd6\xaa\x11\xb5\ -\x50\xe2\x3a\x16\xe3\xc3\x2e\x17\xde\x3c\xc7\xe8\xc8\x38\xe9\xe2\ -\x51\x6a\x8d\xa4\x17\x7f\x72\x34\xcf\xfc\xdc\x4d\x36\xca\xeb\x0c\ -\x0e\x0d\x31\xbb\x92\xb0\x7a\x1c\x4b\x12\x87\x75\x1a\x8d\x3a\xd9\ -\x5c\x96\xb9\x55\xaf\x2d\x3c\xdd\x1c\xec\x90\xc9\xe4\x18\x1b\x1b\ -\xea\xe1\x0f\x45\x5f\x2b\xd6\xab\xc1\xa3\x53\x01\x10\x16\x41\xe0\ -\x71\xf3\xdd\x69\x16\x16\xe6\xc0\x18\x02\x63\xd8\xd0\x06\x23\x05\ -\x59\x05\x0e\x06\x29\x76\xb1\x00\x9d\x0e\x40\xf4\xc0\x7c\xda\xc0\ -\xcf\xa6\xdf\x0f\xa3\xb0\x2b\x5a\xb6\x94\x85\xef\x07\x44\x7e\x1d\ -\x61\xe2\x6d\x81\x2b\xc6\x10\xc7\xdb\x8b\x41\x72\x7b\xe3\x65\x2b\ -\x08\x14\x3b\x53\x95\xd8\xb4\x0e\xa2\x8f\x15\x18\x1e\xca\x70\xf9\ -\x9d\xb7\xd9\x7f\x60\x7f\x42\xbc\x0c\x43\xa2\x38\x42\xc8\xe4\x77\ -\x54\x2a\x15\x3e\xfd\xe9\x9f\xe1\x85\x17\x9e\xe7\x3d\x1f\xf8\x28\ -\x66\xe8\x1e\xaa\x8d\x88\x3b\x8e\x8c\x71\xf9\x9d\x37\x59\x5a\x5e\ -\x64\x6c\x7c\x92\xab\xf3\x89\x40\x47\x06\xb3\x54\x4a\x2b\xbc\xf1\ -\xfa\xeb\x5c\xbf\x3e\xc5\x4a\x65\xf3\x44\x0b\x69\x8b\xd2\xea\x12\ -\x9e\xe7\x13\x44\x9d\xbf\x3d\x99\xf4\xbd\xff\xc0\x21\x6a\x41\xaa\ -\xbb\x40\x92\x44\xc4\x3b\x44\xfc\x3b\x1d\x57\x20\x6d\xc2\x30\xa4\ -\x5a\xab\xb6\x3b\x8b\x3d\x9d\x28\x80\x92\x82\xac\x04\x69\x0c\x42\ -\xaa\x3d\x34\xb8\x88\x6e\x89\x0b\xb1\x45\x0f\x9a\xb1\xbb\x10\x04\ -\x61\x90\xc8\x5d\x6c\xbe\x43\x29\x3b\x99\x65\x10\x35\xda\x33\x0c\ -\xdb\xc2\xdf\x53\x39\xf8\xa9\x56\x91\xa8\xc9\x42\x41\xb7\x33\x90\ -\xdd\xa2\x7e\xdd\x52\xa5\x2d\x29\xa2\xad\x14\x27\xf6\xa5\x08\x83\ -\x80\x2b\xd7\xae\x60\x49\xc1\xe4\xe4\x3e\xb2\xd9\x1c\x42\x08\x56\ -\x57\x96\x39\x7e\xe2\x04\x77\x9c\x3a\xcd\xd5\x6b\x53\x9c\x3e\x7d\ -\x86\xb7\x66\x47\x39\x3a\xb8\x8a\x83\xcf\xb9\xb3\xaf\xa0\x94\xc5\ -\xca\x4a\x95\x33\x87\x72\x28\x25\x99\x18\xce\xf0\xdd\x67\xbe\x84\ -\x00\x86\x06\xb3\x98\x3b\x47\x92\x52\xab\x6b\x71\xf1\xdc\x73\x4c\ -\xb9\x59\x74\xec\x63\x4c\xbe\xed\x2c\xab\xd5\x1a\x03\x85\x41\xea\ -\x5e\xd0\xbe\x20\x5d\xe0\xcb\xf7\x31\x90\x29\x36\xaa\x39\xa4\xc1\ -\x22\x9d\x76\xc9\x66\xf2\x64\x33\x59\x66\x23\x43\xc5\x18\x6c\x05\ -\x19\x69\x12\xf6\x8f\xb2\x76\x44\x01\x3b\xc1\xcc\xd6\x15\xdc\x5a\ -\x09\x6d\xfd\x3f\x08\x83\xa4\x18\x24\x12\x3c\xa0\x75\xb1\x95\x94\ -\x78\x5e\x0d\x13\x36\x3a\x88\xa6\xdd\xe7\x60\x63\x31\x4a\xd4\x5b\ -\x01\x9e\x02\x9e\x0a\xb4\x90\x46\x89\x16\xb5\x48\x48\x76\x6c\xa0\ -\xec\xca\xb7\x75\x0b\x91\xec\x7e\xcf\xe1\x11\x97\x37\xa6\x2e\x53\ -\x28\x3c\x40\x3d\xf0\xb9\x71\xf3\xbb\x3c\xf2\xc8\xc7\x9a\x66\x2c\ -\xc2\xf3\x3c\x0e\x1d\x3a\xcc\x1f\xfc\xe7\xff\xc8\xc1\x83\x07\x18\ -\x1e\x3b\xc0\xc5\xab\xb3\x9c\x3a\x3e\xc6\x0b\xaf\x3d\x9f\x90\x46\ -\xb3\x2e\xb1\x1e\x43\x4a\xc1\x87\x1e\x38\xc6\x3d\x77\xec\x43\x22\ -\xc8\xa4\x53\x6d\x81\x9e\x3a\x3e\xc1\xf4\x5c\x89\x5a\xbd\x4c\x64\ -\x34\x46\x1b\x90\xa0\x84\xe1\x5b\x5f\xfd\x33\x26\xf6\x1f\xc4\x6b\ -\xce\x0b\x6a\x5d\xf0\xae\x71\xf1\xb7\x38\x90\x49\x0b\x89\xb2\x1c\ -\x72\xb9\x1c\xe3\x63\x13\xe4\xb3\x79\x52\x8e\x43\x35\x08\xa8\x18\ -\x43\x5a\x09\x32\x12\xb4\x31\xd8\xbb\xa0\x80\x42\x74\x74\x61\xeb\ -\xed\xda\xd1\xd9\xbd\x1c\x04\x7e\x47\xd3\x6b\xa2\x18\x52\x25\xca\ -\x50\xaf\x37\x30\x91\xd7\xe4\x15\x6e\x3f\x87\x58\x1b\x61\xf5\x63\ -\x05\x3f\x05\x0c\xd0\x61\x2e\x9a\x9a\xb5\x13\x7a\x2d\xb6\x5a\x08\ -\x91\x04\x8f\xa2\x69\xbe\x8c\x80\x0b\x53\x4b\xe4\x27\xef\x23\x9f\ -\x1f\xe0\xf8\xd8\x08\x4a\x29\x8c\x4e\xda\xb0\xe7\xe6\x67\xc9\xe5\ -\xf2\x64\xb3\x19\x8e\x1c\x39\xca\xd7\xbe\xf2\x17\x98\xc0\xa3\x5c\ -\x9a\xe7\xb3\x3f\x79\x1f\x85\x8c\x4b\x3e\xe7\xe2\xa6\xac\xcd\x7a\ -\x82\x10\x0c\xe5\xd3\xed\x15\xd0\xba\x38\xf9\x6c\x8a\xbb\x4f\x4e\ -\x26\xa6\x53\xd0\x66\x25\x3d\x74\xff\x11\xde\xbc\x38\xcb\x5b\x2f\ -\x5f\x41\x1b\x30\x1f\xdc\xdf\x56\xdc\x16\xbe\xf2\xfd\x4c\xe3\x8a\ -\x91\xa4\x6c\x97\xd1\xe2\x28\x63\x23\x63\xed\xae\xe3\x8a\x81\xaa\ -\x81\xfd\x4a\x90\x6e\xca\x75\x6b\x37\xf3\xce\x58\x50\xb7\x16\xb4\ -\x31\x02\x23\xf0\x03\x3f\xb1\x0f\x42\x76\xb9\x14\x25\x55\x32\xf3\ -\xb8\x56\xdd\xa4\xe2\xf5\x88\xe3\xba\x02\xfe\x7e\x40\x90\x96\x46\ -\xb4\x56\x4f\x97\x90\x93\xb1\x3a\xdb\x85\xde\xbb\x52\xd0\x0a\xaf\ -\x88\x63\x4d\xc6\x75\xf1\x83\x20\x31\x87\x5a\xa1\x4d\x4c\x14\x06\ -\x0c\x0c\x0c\xf0\xfc\x0b\xcf\x32\x36\x36\x46\x26\x9b\xa5\xb4\xb2\ -\xcc\x50\x3a\xe6\xf1\x0f\xdc\x06\x18\x86\x07\x33\xdb\x2c\xca\x2e\ -\x14\x81\x6d\xf5\x84\xc3\x93\x45\x8e\xec\x1b\x26\x8a\x63\x3c\x7f\ -\x93\x7c\x29\xda\x35\x0f\xb1\xe3\xbc\xbd\x7e\x71\x90\x46\x61\x3b\ -\x6e\x73\x06\x51\x40\xa3\x51\x27\x93\x72\xa9\x1a\xa8\x61\xc8\x08\ -\x81\xdb\x34\x8b\x7b\x1a\x9a\xb1\x13\xec\x6e\x0c\x61\x18\x10\x46\ -\x01\xb2\x25\xfc\x0e\x41\x28\xa9\x12\xf2\x88\x5f\x81\x28\x4c\xf0\ -\x9b\x1e\x81\x2b\xf6\x76\x0b\xd3\xf5\xcb\xbc\x40\x0b\xb6\x5c\x80\ -\x36\x4d\x99\x24\x03\xd8\x46\xb1\xee\x13\x1c\xb6\x56\x93\x94\x82\ -\xf9\x99\xa9\xa4\xd1\x31\xd6\xa4\xdc\x54\x82\x58\x85\x01\xf9\x5c\ -\x81\xcf\xfc\xdc\x93\xa4\x6c\x97\xb5\xb5\x12\x85\xc1\x21\x1e\x7b\ -\xff\x49\x06\x72\xe9\xde\xd4\x66\xfa\x45\xe7\xec\x9a\x96\x5a\x4a\ -\x92\xcf\x38\x3d\x53\xa3\xbe\x4c\xe0\x1d\xce\x33\xc6\xc2\xb2\x1d\ -\x6a\xf5\x3a\xd3\x37\xa7\x59\x5d\x5b\x25\x88\x62\xca\xc6\x10\x08\ -\x48\x2b\x41\x4a\x68\x8c\x10\xfd\x61\xe0\x3e\x21\x60\x97\xba\x37\ -\x15\xd5\x0b\xbc\xc4\xea\x49\xd1\xb6\xb0\xb4\xa7\xa2\x2a\xd6\xd7\ -\x4b\x04\x8d\x3a\x26\xf6\xa1\x4f\xb3\x89\x8e\x43\x71\x63\x26\xea\ -\x8d\x03\x9c\x3f\x8f\x60\x00\x84\x26\x21\x84\x68\xd3\xb7\xd3\x55\ -\xf4\x49\x11\x7b\xb5\x48\x1f\xd9\x37\xc0\xe2\xec\x34\x3a\x0a\xf0\ -\xfd\x2a\x8d\x7a\x15\xcf\x4b\x02\x15\xdb\xb6\x88\xe3\x98\xfb\xee\ -\xbb\x8f\xeb\xd7\xa7\x28\x57\xfd\x66\x03\x6a\x7f\x41\xf6\x7a\xad\ -\x1f\xb7\xaf\xdb\x94\xd3\x83\xf6\x4d\xd7\x88\x37\x83\xd9\x73\xb3\ -\x86\x50\x0e\x06\x45\xb5\x56\xa5\x52\x2d\xe3\x35\xea\x04\xc6\xb0\ -\xae\x0d\x46\x08\xd2\x12\x2c\x34\x20\x92\xce\xa2\xbd\xaa\x80\x30\ -\xdd\x65\x3f\x63\xa8\x7b\xc9\xd0\xa7\x36\xa7\xa0\xf5\xd6\x24\x15\ -\x68\x8f\xc2\x0b\xc3\x1a\x98\x70\xdb\xef\xed\xf4\xf8\x09\xed\xaf\ -\x6f\x35\x70\xa0\x27\x1f\x60\x7b\xd4\x2f\x36\xaf\x9e\xec\x15\x1c\ -\x6e\xde\xd2\x29\x9b\x7b\x6e\x1f\x4f\xf2\xff\x38\x26\x68\xd4\xf8\ -\xcb\xbf\xf8\x73\x0e\x1d\x3d\xca\xd8\xe8\x24\x06\x4d\x3e\x97\x4b\ -\x76\xf6\xb0\xe3\xed\xdf\xd3\x8e\x8f\x9a\xd1\xc8\x56\x52\x41\x0f\ -\x92\xc1\xde\xe9\xe7\x66\x13\x08\xda\x79\xfe\xee\x36\x2c\x44\x29\ -\x07\xcb\x71\x48\xa5\x52\x04\x41\x03\x47\x29\x02\x21\x59\x37\x49\ -\xf6\x94\x11\xa0\x9a\xbf\x5b\xdc\xd2\xdc\xa4\xee\x42\x56\x10\x06\ -\x84\x61\xcb\xf4\xcb\x76\xa9\xa8\x8d\x19\x90\x94\x9a\xa3\x20\x4c\ -\xe6\x01\xc6\x61\x5f\xfc\x5f\x98\x5d\x70\x00\x3f\xd0\xc2\x08\x23\ -\x76\x5f\x3d\xbd\x06\x23\xf7\x40\x0e\x8d\xe1\xea\xbb\xab\xc4\x99\ -\xc3\xc4\x71\x84\xd1\x9a\x20\x0a\x59\x5d\x59\xe1\xdc\x2b\x2f\x53\ -\xdb\x58\x25\x0e\x02\xc2\x28\x22\x6d\xc5\x58\x51\x65\x4f\xe6\x78\ -\x47\x0b\xc1\x2e\x79\xfc\x56\x2b\xc0\x0e\x41\x5f\xdf\xbb\x44\x28\ -\x9b\x5c\x2e\xcf\xe8\xc8\x28\xb6\x65\x63\x29\x85\x2f\x24\xa5\x66\ -\x10\x9c\x11\x60\x0b\x8d\x90\x7b\xb5\x00\x9b\x31\x57\xeb\x1e\xeb\ -\x98\x86\xd7\x00\x91\xf0\x19\x3a\xe7\x1a\x21\x64\xf3\x7d\x89\x62\ -\x04\xa1\x47\x1c\xd4\xa1\x73\x82\xc8\x1e\x6e\x5d\x16\xa0\xd0\xc1\ -\x07\xe8\x55\x9b\xdf\xad\x06\xdf\x11\x3b\xb6\x83\x94\x86\x17\x90\ -\xb3\x6c\xc2\x66\x70\x12\x06\x11\xae\xeb\xd2\x68\x78\x54\xab\x35\ -\xa2\xd0\xc7\xab\xc3\xf0\x40\x96\x87\x4e\x4f\xd2\xab\x2b\xa9\xc7\ -\xac\xaa\x3d\x72\x07\x77\x3e\x6a\x3a\xca\xad\xb7\xd4\xa7\x27\x04\ -\x28\x9b\x5c\x13\xcf\x08\xa3\x08\xdb\x75\xa9\x00\xeb\x18\x2c\x01\ -\x59\x09\x0a\xd3\x9e\x55\xb4\x57\x81\xb4\x95\xd2\x40\xa3\x51\x27\ -\x6e\x9a\x7e\xd9\x14\x7a\xe2\x25\x9a\x59\x8c\xa6\xfd\xfd\xbe\x9f\ -\x50\xd9\xb4\x89\x13\x36\xd0\x1e\x6f\xdb\xbb\x83\x8d\x11\x2d\xc2\ -\xa3\xb8\xc5\xe6\x0d\xba\x69\x0a\xed\xc7\x2b\xcb\x8b\xb8\xe9\x6c\ -\x52\xd8\x41\x50\x18\xc8\x91\x49\xa7\x88\x9b\xb3\x70\x42\x03\xe9\ -\xc2\x18\x8b\x95\x90\xf1\x7c\xdc\x93\x72\xd6\x4b\x13\x76\x77\x0b\ -\x3b\x67\x0b\x9b\x17\xfb\xd6\x9a\x34\x35\x0a\xa1\x5c\x2c\x3b\xa9\ -\xc0\x69\xa3\xb1\x2d\x8b\x1a\x82\x0a\xe0\x08\x41\x26\xa9\xab\x36\ -\x67\xf7\xde\x4a\x6b\x73\x0b\xeb\xf7\x09\x42\x1f\xd5\x44\x11\x85\ -\x14\x9b\xe8\x60\x73\x32\x68\xdb\x32\x00\x0d\xaf\x41\x1c\x78\x34\ -\x67\xe2\xf7\xbc\x69\xb9\x8b\x02\x78\x61\x2c\xb2\xa8\x76\xc3\xa2\ -\xc4\x20\x90\xfd\xd3\xae\x3e\x4c\x9c\x24\xfa\x4f\x0e\x1c\x1c\x1f\ -\xe0\xb9\x37\xce\x33\x31\x79\xb0\xe5\x71\x79\xe4\xc3\x1f\x61\xbd\ -\xb4\x4e\xdd\xf3\x88\x62\x8d\x89\x7c\xa2\x38\xe2\xe6\x7c\x99\xb1\ -\x5c\xa6\x2f\xf1\xf4\xfb\xb6\x02\xfd\xba\x92\x8c\x69\xcf\xe6\xb9\ -\x95\x0e\x5d\x2d\x24\x8e\x9d\xc2\x52\x16\x51\x18\x61\x74\x82\xc5\ -\x97\x81\xba\x31\xb8\x40\xa6\xf9\x07\xa5\x50\x7b\x9b\x73\xd4\xd1\ -\x79\xa3\xe3\x98\x6a\x3d\x29\x69\xab\x2d\xd3\xce\x5a\x11\x40\x0b\ -\x1b\x10\x42\xa2\xb5\x21\x68\x34\xd0\x41\x1d\xb1\x03\xa7\xca\x02\ -\x82\x7e\x31\xc0\x93\x4f\x03\xf9\x0a\x5a\x47\x22\x0a\x63\x1a\x5e\ -\xd0\xe4\x9d\xef\xe4\x1f\xd9\x79\xbc\xa9\x31\x64\xd3\x36\xf7\x9e\ -\x1c\x4f\xb6\x6a\x8d\xa3\x84\xde\x8c\x66\xa8\x38\xc0\xe4\xc4\x18\ -\xc6\xc4\x84\x7e\xc0\xea\xca\x22\x75\xaf\xb6\x19\x68\xb5\xb3\x10\ -\xbd\x63\x81\x66\xf7\x14\x71\xb7\xec\x81\xbe\xf1\x4b\xbf\x78\x27\ -\xc1\x00\xd2\x28\x65\x11\x36\xe7\x0a\xa2\x2c\x36\x4c\xa2\x00\x59\ -\x92\x2c\x40\xb4\x04\xb8\xc7\x9d\x79\x44\x33\xb2\x6f\x78\x0d\xa2\ -\x38\xda\x36\xee\x4e\x8a\xc4\x15\x74\xb2\x84\x85\x14\xc4\x5a\xe3\ -\x7b\x0d\x8c\xf6\xb9\xd5\x0d\xc5\x36\x2d\xc0\x93\xe0\x84\x59\x61\ -\xe5\x14\x95\x7a\xc0\x3b\x37\xd7\x18\x19\xca\xb0\x7f\x34\x47\x2e\ -\xed\xb4\x35\x6e\xb7\xce\xde\xad\xab\x70\x76\xa5\x82\x1a\x38\x4a\ -\xe8\x27\x40\x10\x26\x59\x15\xb1\xd0\xc9\xc8\x53\xa3\xf1\xa3\xa4\ -\xb1\xb2\xe1\xd5\x30\x66\xa4\x89\x76\xb5\x50\xba\xa6\x59\x51\xb7\ -\xc0\x4f\xec\xf5\xbc\xe7\x0b\x66\xcb\x4c\x81\xde\x5c\x07\xb6\x2a\ -\x97\x70\x9a\x75\x00\x89\xdf\xf0\x12\xc1\x59\x36\xeb\xda\xd0\x30\ -\x49\x06\xe0\x0a\x83\x14\x20\x95\xdc\x13\x13\x58\x34\xd7\x6e\x10\ -\xfa\x78\x7e\x03\x25\xe4\x26\xe8\xd3\xa2\x80\x23\x9a\x20\x8f\xe8\ -\xe8\x85\x90\xc4\x51\x94\x8c\xb5\x8b\xfd\x26\x19\xb2\x8f\x0b\xd0\ -\x46\xb4\x68\x7f\xdb\x14\xe0\xc2\x32\x22\x37\x04\xda\x18\xa1\x31\ -\x9c\xbb\xb4\xc8\x72\xa9\xc1\xc7\xde\x7b\x88\x0f\xdc\xbd\x1f\xdb\ -\x52\xdd\xc5\xaa\x4e\x3e\xfe\x0e\x6e\xa1\x5a\x0b\x19\x1e\xcd\xd0\ -\x68\x34\x88\x3c\x1f\x69\xd9\xc9\x5f\xd5\xcd\x18\x43\x4a\x42\x3f\ -\x64\x74\xd0\xe5\xbe\xe3\xe3\xbd\x83\x25\x01\xd2\x74\x28\xc4\x16\ -\x4d\xe8\x2b\xe4\x5e\xa9\x55\x47\x18\x68\xba\xb0\xf6\x3e\xc2\xef\ -\xd5\x68\x2a\x53\xd8\x8e\x8b\x52\x16\x51\x18\x24\xab\x52\x59\xac\ -\x19\x43\x64\x12\x14\x30\xdd\x8e\xd0\xc5\xae\x74\xf0\x56\x90\x18\ -\xc7\x11\xd5\x5a\x92\x09\x29\x29\x11\x4d\x1e\x01\xad\x89\xa6\xcd\ -\x0c\xa3\x55\xc2\x6a\xa1\x8c\x0d\xcf\x4f\xa8\x60\x71\xb0\x85\x5d\ -\xb0\xfd\x56\x04\xd6\x76\x2a\x07\x03\xb8\xb6\x62\x20\xeb\x70\x75\ -\xa6\xc4\x8b\x6f\xcd\xb1\x56\x6e\x74\x99\xe0\x70\xcb\x40\xe2\x9d\ -\xfa\xea\x21\xa6\x52\x5e\x27\x08\x92\x5d\x36\xea\x95\x0d\x1a\xd5\ -\x4a\xb3\x4e\x6f\xd0\x51\x4c\x10\x06\x88\xf4\x18\x65\xdf\xea\xcb\ -\x2d\xe8\x74\x09\xc6\xd0\x0d\x54\x6d\x1b\x00\xd1\x87\xe0\xb1\xcd\ -\xbc\xeb\x8e\xb2\xf7\x2d\xcc\xe4\x51\xa9\x64\xe2\x97\x6c\x36\x67\ -\x2a\x0b\xa3\x14\x55\x6d\x10\x1a\xf2\x08\xdc\xa6\x9a\xc9\x3d\x6e\ -\xab\x24\x84\xa0\xd6\xa8\x12\xeb\x10\x29\x55\xc7\xbd\x39\xf9\xb4\ -\x03\xff\xef\x14\xaf\x92\x8a\x30\xf4\xf1\xbc\xda\xae\x03\xb6\xb4\ -\xb1\x04\xac\x25\xec\xaf\xad\x0a\xf0\x0c\x10\x84\x5a\x08\x6d\x84\ -\x92\x30\x31\x9c\xc5\xb6\x24\xf3\x2b\x55\x96\xd7\xeb\xed\x93\xf7\ -\x83\x88\xa9\x99\x12\x37\x17\x36\xa8\xd6\xfd\xf6\x96\x24\xbd\x90\ -\x43\x63\x0c\x63\xc5\x2c\xd7\x2e\xbd\x4d\x18\x7a\xc4\x5a\xb3\xb4\ -\xba\xc2\x4b\x2f\xbd\xcc\xbb\x37\xae\x53\xaf\x95\x89\x8d\xc6\xf7\ -\x93\x12\xe7\xf5\x85\xca\xee\xb9\x3f\x9d\x7f\x43\xef\x41\xc8\xfd\ -\xe0\xe2\x2d\x2d\x16\xb7\x32\x90\x49\xa5\x70\x52\x49\x41\x2a\x8a\ -\x9b\x1d\xbe\x42\x51\x33\x1a\xcb\x40\x1e\x70\x44\x12\x60\x0a\xb9\ -\x37\x17\xd0\xf0\xea\xd4\x1b\x35\xa4\x50\x58\x1d\xdb\xe0\x89\xa6\ -\xdf\x6f\x29\x49\xd7\x4e\xa6\x4a\xe1\x38\x29\x6a\xd5\x5a\x82\xae\ -\x0a\xb5\xe3\xea\xb7\xac\x84\xf8\xf9\xf9\x8e\x37\xb5\x5d\xc0\x23\ -\x5d\x0d\x06\x82\xf1\x62\x9a\x42\xc6\xa1\x52\x0b\x58\x2e\xd5\x89\ -\x0f\x25\xad\x47\x95\x7a\xc0\xb3\xaf\xcf\xb0\x56\xf6\x38\x73\x6c\ -\x84\x9f\x38\xb3\x8f\xd1\xa1\xcc\x96\x81\x10\x9b\x46\xaf\x90\x49\ -\x71\xd7\xb1\x11\x16\x1a\x1e\xf5\x7a\x95\xe2\xd0\x10\xf5\x6a\x9d\ -\x77\x2e\x5e\x64\x68\x6e\x9e\x7b\xee\xbf\x9b\x20\x68\xb0\xb1\x5e\ -\x22\x6b\x47\x18\xe3\xde\x42\x57\x52\xbf\xc4\x73\x7b\x8a\xd8\xcb\ -\x4d\xf4\x22\xbe\xec\x65\x26\x0f\x2a\x85\xd3\xdc\x5a\x26\x8a\x22\ -\x32\xe9\x0c\x0d\x29\xa9\xeb\x18\x4b\x43\xc1\x16\x38\xcd\x50\x7d\ -\xb7\x0c\x40\x20\x08\xa3\x90\x6a\xad\x92\x6c\xfd\xa2\xac\x26\x78\ -\xa4\x9a\xb9\x7f\xab\x0a\x6a\xda\xa9\xab\x10\x02\xc7\x76\xb0\x94\ -\x4d\xa5\x5c\x61\x6e\x61\x96\x20\x34\x18\xe9\xa2\x28\xdf\x52\x20\ -\xd8\x95\x06\xe6\x72\x10\x37\x23\x8c\x62\xc1\x65\xa8\xe0\xb2\x5a\ -\xf6\x58\x5a\x6b\x10\x46\x31\xc2\x02\xcf\x0f\x99\x5b\xae\xf2\xf6\ -\xd4\x0a\x97\x6f\xae\x11\x44\x31\x9f\x78\xe8\x04\xae\xa3\xda\xc1\ -\xa1\x21\x19\xf3\x82\x81\xe5\xf5\x1a\x83\x93\x77\x70\xfd\xc2\x35\ -\xae\x5e\xbd\xca\xf8\xc4\x38\x47\x8e\x1e\x66\x6c\x62\x8c\xb5\xb5\ -\x55\x74\x6c\x88\xfc\x06\x91\x57\xa6\x56\xf7\x30\x7a\x10\x21\x6f\ -\xad\x2b\xa9\x55\x41\x15\x72\x57\x38\xa0\x9b\x62\xd1\x23\xe5\xdb\ -\x4d\xf8\xb1\x06\x8d\x85\xa5\x6c\xb4\x49\x26\x78\xdb\x96\x4d\x19\ -\x49\x23\xd6\x38\xda\x50\x90\xec\x59\x01\x22\x1d\x51\xae\xac\x27\ -\x60\x52\x6b\x9b\xdb\xa6\xe5\x10\xcd\x48\x58\x34\x3b\x95\x4d\x93\ -\x15\x64\x59\x16\x96\xb4\x28\x95\x4a\x5c\x9f\xbe\x4e\xb9\x5c\x46\ -\x29\x9b\x78\x67\xf7\x4f\xac\x8d\xf0\x43\x2d\xfa\x43\xc1\x61\x0b\ -\x5d\x4e\x98\xb6\x63\x43\x69\xb4\x31\x2c\xae\xd5\x08\xc2\x38\xa9\ -\x39\x37\x02\xca\xf5\x64\x53\xc5\x72\xd5\xe7\xca\xcd\x12\xb5\x46\ -\xd0\xbe\x50\x5e\x10\x51\xda\x68\xd0\xf0\x12\x4c\x7a\xbd\xec\x93\ -\xca\x8f\x72\xcf\xbd\xf7\xb3\xb0\xb0\xc8\xc5\x77\x2e\x73\xf6\xdc\ -\xab\x6c\xac\x97\xd8\x3f\xb9\x0f\x23\x20\xf0\x43\xc6\x86\xb3\x3c\ -\x78\xf7\xc1\x84\x70\xaa\xfb\x0d\x5a\xde\x21\xb5\xdb\xa1\x40\xd5\ -\x73\xf7\x0e\xb3\x59\x74\xd9\x0d\xde\xee\x3a\x2e\x2c\x90\x36\xb6\ -\x63\xb7\x7b\xf4\x6d\xdb\xa2\x66\x0c\x7e\x6c\x70\x62\x28\x48\x81\ -\x25\x4c\x97\xdf\xee\xc7\x46\xae\xd5\xab\xf8\xa1\x8f\xa5\x54\x3b\ -\xe8\x6b\x2b\x01\x9d\xd0\x6f\x92\xf3\xa7\x9c\x14\x12\xc9\xec\xec\ -\x2c\xe7\xcf\xbf\x4d\xa9\xb4\xca\xe0\xe0\x20\x96\x4a\xe6\x05\xed\ -\xbc\xfa\xc3\x4d\xf2\x47\x3f\x24\x50\x34\x91\x40\xdb\x96\x8c\x0f\ -\x67\x50\x52\xb0\xba\xd1\xa0\xe6\x45\xa4\x53\x16\x1b\x55\x9f\x86\ -\x17\x62\xa9\x04\x80\x58\x59\xaf\x53\xa9\xf9\x0c\xe5\x5d\x10\x86\ -\xd2\x46\x9d\x17\xde\x9c\x63\x78\x20\xcd\xa9\xa3\xc3\x49\x26\x50\ -\xa9\x20\x6d\x9b\xbb\xee\xbc\x93\xeb\x53\x57\x59\x5a\x5c\x66\x7d\ -\x7d\x83\xa9\xeb\x53\x4c\x4e\xec\x67\x6d\x6d\x15\xcb\x29\x36\x85\ -\x1f\x75\x35\x42\xdc\x6a\x57\x52\x57\xbc\x6d\x04\x42\x9a\x5e\xde\ -\x63\x53\x19\x04\xfd\xd3\xbd\x5e\x0a\x26\x1d\x94\x9d\xb8\x80\x38\ -\x8e\xc1\x08\x2c\xcb\xa6\x6e\x20\xd0\x90\x06\xf2\x32\xb1\x80\x66\ -\x87\x22\x90\x31\x86\x6a\xbd\x4a\xad\x56\x45\xaa\xd6\xbe\x06\x6a\ -\x5b\xc0\xd7\xde\x27\x48\xa9\xc4\xe4\x57\x2a\x5c\xbb\x76\x95\x85\ -\xc5\x79\x6c\xc7\x66\x64\x74\x04\x29\x04\x3a\x0e\x10\x26\x6c\x77\ -\x3a\xf7\x64\x00\x1b\x4b\x78\x41\x43\x3c\xb5\x5b\x7b\xb8\x31\x09\ -\x9e\x3d\x5e\xcc\x90\x4e\x59\xac\x57\x7c\xd6\xcb\x0d\x86\xf2\x0e\ -\xe5\x5a\x40\x10\xc6\xe4\xd2\x0e\xda\x18\xca\xb5\x80\xb5\x8d\x06\ -\x07\xc6\xf2\x48\x29\xd8\xa8\xfa\xbc\xfc\xd6\x2c\xd5\x46\xc8\x07\ -\xee\xd9\xcf\x47\x1e\x38\xcc\x5b\x2f\x7f\x87\xe1\xfd\x07\x38\x7c\ -\xec\x76\xee\xb9\xf7\x5e\x94\x65\x31\x7d\xfd\x26\x57\xae\x5e\xc1\ -\x6b\x78\x80\x64\xa8\x38\xc4\xf4\x52\x8d\xdb\xf7\xa9\xbd\x91\x24\ -\x76\x23\x85\x74\x72\x26\x44\x67\x93\x4d\x67\x6c\x60\xda\xf5\xf6\ -\x3d\xcf\x15\x12\x16\xca\x72\xb0\xac\x04\x04\x92\x52\xa0\x2c\x8b\ -\xba\x36\x44\xb1\x21\x67\x12\x2a\xd8\x66\xd0\xb6\x89\xf1\xc6\x71\ -\xb2\xf7\x82\x40\x50\xf7\xeb\xd4\xea\xd5\xc4\xdf\x37\x23\x7e\xa5\ -\x54\xdb\x02\xb4\xa7\xb4\x88\xa4\x9a\xa8\x63\xcd\xe2\xe2\x22\x37\ -\x6e\x5c\x67\x7d\xbd\x84\x9b\x76\xc9\x64\xd2\xd8\xb6\x4d\x18\x04\ -\x4d\x0c\x20\xde\xd5\xe5\x0c\xb4\xe8\x7f\xdb\x5c\xc0\x23\x10\x44\ -\x69\x61\x84\x68\xcf\x08\x1a\x1b\x4c\x33\x94\x77\x29\xd7\x02\x96\ -\x4b\x0d\xc2\x30\x66\xa3\xea\x13\x44\x9a\xe1\x01\x97\xc9\x91\x2c\ -\x9e\x1f\x31\xbf\x52\x25\x8a\x93\xd9\x77\xd5\x46\x40\xdd\x0f\x59\ -\x5e\xaf\x33\xb3\x58\x21\x65\x2b\x4e\x1c\x1a\xc4\x5f\x5b\xe0\xbb\ -\xcf\x7c\x95\xb3\x2f\x7d\x97\xf2\xfa\x3a\x07\xf6\xef\xe3\xd0\xbe\ -\x51\x1a\x95\x15\x7c\x6f\x83\x4c\xca\x6e\x73\xf6\x7a\x99\x7e\xdd\ -\x11\xf1\xef\xd4\x95\xd4\x99\x86\xea\x26\x7d\x1d\xbd\x83\x0b\x81\ -\x5b\x1a\x2a\xa5\x85\x8d\x52\x56\x13\x06\x6e\xb2\x73\xa5\x45\xad\ -\xa9\x00\xf9\x66\x29\x38\x51\x00\xd9\x0e\x56\x83\x20\x19\x51\x0b\ -\x50\x6b\x54\xd9\x28\x97\x30\x46\xa3\x5a\x82\x97\xb2\xa9\x04\x89\ -\xe9\x6f\xef\x78\x62\x59\x60\x60\x6e\x6e\x8e\x0b\xef\xbc\xcd\xc6\ -\x46\x89\x6c\x2e\x4b\x3e\x97\x4b\x76\x33\x47\x10\x86\xc9\xc0\x69\ -\xa1\xa3\x9d\xd3\x40\xb9\xc3\x8c\xa0\xb9\x39\xc4\x69\x40\xa1\xdb\ -\x11\xfd\x60\x2e\xc5\xe8\x50\x9a\xd9\xe5\x2a\x0b\xab\x35\x3c\xbf\ -\xc8\x46\xd5\x47\x6b\x43\xb1\xe0\x52\xc8\x3a\xbc\xbb\x50\x61\x76\ -\xa9\x4a\x18\x26\x39\xe8\x46\xd5\xc7\x0f\x62\xa4\x10\x0c\xe6\x53\ -\x34\x82\x98\xfc\xe8\x11\x4e\xe6\xd6\x08\xaf\xcc\xf3\xc2\x2b\x6f\ -\x10\xca\x2c\xc5\xa1\x0c\x5e\xa5\xc2\x83\xa7\x47\x59\x58\xad\x71\ -\xe3\xf2\x1b\x28\xa9\x30\x87\x0f\xf6\x21\x9a\xb5\xd6\x6e\x6f\x58\ -\xa5\x67\xc8\xb8\x4b\x3d\xc1\x74\xb0\x82\xf7\x32\x3c\x8a\x96\x02\ -\xd8\xa9\xa4\x8f\xa2\x51\x4b\xba\x7e\x2d\x8b\x7a\x60\x88\x22\x43\ -\x5e\x48\x32\x32\x11\x7b\xab\x0c\xac\xb5\x66\x6d\x7d\x95\x6c\x36\ -\x47\xc3\xab\xb3\x51\x59\x6f\xef\x47\xa4\x94\x42\x49\x99\x28\x42\ -\x13\x36\x16\x52\xb4\x2d\x43\xbd\x56\xe7\xfa\xf4\x14\x37\x6e\x4e\ -\x63\x8c\x66\x68\x68\x08\x27\xe5\xb4\xb7\x83\x13\x42\x10\x06\x01\ -\x26\x0a\x90\xec\x3e\x68\xbb\xcd\xfa\xea\x3b\x1f\xc0\x48\xd1\xe2\ -\xc6\xb9\x8e\x62\xa2\x98\x46\x08\x58\x58\xad\xb1\x51\xf3\x59\xaf\ -\x26\xab\xb4\x58\x70\xd9\x37\x9a\xe3\x95\x0b\x0b\x2c\xac\xd5\xa8\ -\x35\x02\x72\xc2\x61\xbd\xe2\xe1\x87\x31\x29\x47\x31\x3c\x90\xa6\ -\xd6\xf0\xc9\x15\xf7\x13\x84\xe3\xcc\x96\x97\x79\xed\x9d\x45\x2e\ -\xcd\x7c\x93\x3b\x4e\x1e\xe2\xd4\xd1\x51\xee\xbc\xeb\xbd\x1c\x4c\ -\xcf\x70\x70\xbc\x82\xe7\x87\x74\x76\x27\x6f\x25\x9e\xb6\xf6\x7e\ -\xd6\x66\x33\xcb\xf8\xbe\xda\xc9\xdb\xa4\x50\xb3\xbd\x35\xac\xcf\ -\xea\x6f\x5b\x15\x69\x63\xd9\x2e\x41\xe8\x53\xab\xd5\x18\x2c\x0c\ -\x22\x2d\x8b\x6a\x2d\xc4\xc4\x90\xb3\xc1\x95\xdd\xf0\x6d\xb5\x51\ -\xa3\xe1\x37\x28\x14\x06\xa8\x37\x92\xc1\xd0\x96\x65\xa3\x64\xe7\ -\xca\x4f\xdc\x40\x32\x85\x2d\x79\xbc\xb2\xba\xc2\x85\x0b\xe7\x59\ -\x59\x5d\xa2\x50\x28\x90\x2f\xe4\xb7\x73\x24\xa5\x4c\x3a\xaf\x23\ -\x9f\x38\x8c\x31\x3a\xc6\xb6\x24\x4a\x6e\x77\x05\x52\x27\xac\xaf\ -\xf3\xe7\x7b\xe0\x00\x00\x81\x63\x84\xdb\xe2\x03\x08\x50\x12\x26\ -\x8a\x19\x6c\x25\x59\x5a\x6f\xb0\xba\xd1\xa0\x5c\x0b\x90\x52\x30\ -\x54\x48\x31\x39\x9c\x21\xe3\xda\xac\x6c\x34\x28\x55\x3c\x5c\x27\ -\x89\x17\x82\x30\xa6\x90\x75\x18\x1e\x70\x51\x52\x50\xad\x57\x58\ -\x5e\xad\x30\x35\xb7\x4e\xa5\x1e\xb0\x56\x5e\x62\x7e\x69\x8d\x7c\ -\xee\x41\x56\xab\x35\x8a\x85\x23\x58\x52\xa0\x97\x2f\x62\x4c\xbc\ -\x27\xe2\x69\xc2\x3e\xa6\x19\x2d\xca\x9e\xc1\xe1\x4e\x53\xce\x92\ -\x10\x40\xef\xc9\xf4\x77\x1e\xd3\xd2\x21\xe5\xba\x78\xbe\xc7\xc8\ -\xf0\x18\x63\x23\xa3\x04\x42\xe2\x69\x83\x88\x0d\x05\x57\x62\x89\ -\x4d\x46\x4f\x14\x47\xac\x57\x4a\x89\x60\x85\x42\x6b\x8d\x52\x56\ -\x53\xf8\x0a\x25\x2d\x94\xb2\xda\x01\xa0\x65\x59\x04\x7e\xc0\xec\ -\xdc\x4d\xa6\xaf\x4f\x51\xad\x57\x28\x0e\x0f\x93\xcd\x64\x10\x72\ -\x33\x63\x11\x42\x62\x59\x8a\x38\x8a\x28\xaf\xaf\x53\xaf\xac\x11\ -\xd5\x7c\x5c\x47\x92\xb2\x77\x8b\x02\x7a\xa4\x81\x0f\xf0\x00\x50\ -\x4b\x66\xc9\x75\xf8\xc7\xe1\x01\x97\x8c\x6b\xb1\x5e\xf5\x59\x58\ -\xad\x51\xad\x07\xd8\x4a\x52\xc8\x3a\x0c\xe5\x53\x0c\xe5\x53\x54\ -\xeb\x01\xab\x1b\x0d\xbc\x20\x62\xa3\x96\xa0\x83\x99\x94\x4d\x31\ -\xef\x92\xcf\x58\xbc\xf9\xda\x0b\xcc\xcd\xdc\x64\x71\x79\x1d\xad\ -\x0d\xd9\x8c\x4b\xac\x35\xaf\xbf\x71\x91\x8d\x52\x99\x46\xd0\xa0\ -\x11\xf8\x2c\xac\x87\x6d\xe2\x69\x1c\xeb\x3d\x11\x4f\x3b\x07\x21\ -\xef\xc8\xe2\xd1\xbd\x66\x05\xd2\x95\x1a\xb2\xdb\x7e\x80\xc6\xa0\ -\x65\x2a\x69\x33\x1b\x9d\x60\x72\x62\x1f\x8e\xed\x10\x68\x83\x17\ -\x19\x94\x36\x14\x94\xc0\x16\xb4\x2d\x40\xa9\xbc\x8a\xef\x7b\x28\ -\xcb\x42\x2a\x95\x80\x3d\x5b\xfd\xbe\x90\x28\x29\xb1\x54\x22\xfc\ -\x6b\x53\x57\x39\x7f\xfe\x2d\xea\x5e\x9d\xe1\xe1\x61\x0a\x85\x42\ -\x12\x0b\xb0\x89\x0b\x24\xf4\x7a\xc3\xfc\xec\x2c\x73\xd3\xe7\xa9\ -\x97\x16\xb0\x2d\x41\x26\xd5\xbf\xfc\xac\x95\x11\xa9\x60\x07\x1c\ -\x20\x8c\xd2\x42\xa9\xee\xa0\x6a\x30\x97\x08\xb9\xee\x85\x4c\xcf\ -\x97\xa9\x79\x21\x29\x47\x91\x4b\x5b\x64\x5c\x8b\xb1\xa1\x34\x41\ -\xa8\x59\x5a\xab\x53\xf7\x42\x2a\xd5\x00\x21\x20\x97\xb1\xc9\x67\ -\x1d\x46\x06\xb3\xec\x2f\xba\x5c\xbb\x7a\x85\xd9\xf9\x05\xa4\x14\ -\xec\x9b\x18\xa6\x90\xcb\xb0\xb2\x5e\xe5\xb9\x6f\x3f\xc7\xf5\x4b\ -\x17\x68\xd4\x6b\x78\x7e\x52\xcd\x8a\x62\xcd\xd2\x7a\x8d\xc5\xd5\ -\x2a\x9e\x1f\xee\x4e\x07\x63\xb3\x71\x15\xd3\xa7\x57\xb1\x27\xdc\ -\xab\x77\xf0\xfb\x6c\xa3\x92\x25\x23\xe6\x24\x99\x74\x96\xb4\x9b\ -\x6e\xee\x38\x0a\xbe\x26\x51\x00\x03\x05\x05\x56\x73\x67\x95\x72\ -\xa5\x44\xb5\x56\x41\x4a\x85\x6d\x39\x6d\xc1\x24\x2b\x5e\x6e\xfa\ -\x7f\x65\x61\x59\x36\x95\x4a\x99\xb7\xcf\xbf\xc5\xe5\x2b\x97\xb0\ -\x6c\xc5\xf8\xf8\x38\xb9\x7c\xbe\x8b\x56\x2e\xa4\xc0\xb6\x6c\xa2\ -\x30\x62\xf6\xdd\x1b\x4c\x5d\x78\x95\xea\xdc\x79\xd2\xb2\x4e\xce\ -\xb5\x90\x52\xec\x9d\xfd\xd3\x33\x06\xd0\x46\x18\xb9\xd9\x3d\x93\ -\x75\x2d\xc6\x8b\x19\xa6\x17\x2a\x5c\x9f\x2b\xe3\xf9\x31\xa3\x83\ -\x69\xb2\x69\x1b\xc7\x91\x8c\x0e\x26\x14\xee\xc5\xb5\x1a\xa5\x8a\ -\x47\xa5\x91\x50\x0e\x06\xf2\x29\x32\x29\x0b\x8c\x21\x97\x49\x61\ -\x2b\x89\x1f\x44\x58\x0a\x4e\x1c\x9e\xc4\x56\x92\xab\xd3\x73\x18\ -\x61\xa0\x51\xe2\xfc\xeb\x2f\xe1\xd8\x16\x66\x62\x82\x28\xd2\xbc\ -\x79\x69\x81\x6b\x33\xeb\x9c\x3e\x36\xc2\xc9\x43\xc3\x14\x0b\x19\ -\x32\x69\xbb\x7f\x85\x6f\x4f\xf0\x71\xf7\x6b\xdb\x38\x83\xbb\xed\ -\xf7\x2b\x2c\xb4\x50\xd8\x8e\x83\xa5\x92\xc9\x9e\x12\xf0\x9a\x20\ -\x90\xd2\x90\xb7\x04\x0a\x43\x68\x0c\x0d\x3f\xa1\x72\x2b\xa9\x70\ -\x6c\xa7\xb9\x93\x48\x32\xce\x4e\x4a\x85\x14\xaa\xb9\x67\xb1\x62\ -\x61\x61\x9e\x0b\xef\x9c\x67\x7d\x63\x9d\x62\xb1\xc8\xd0\xd0\x60\ -\x73\xaf\x42\xd3\xe6\x08\xab\xa6\xd2\xd4\x6a\x75\x6e\x4c\x5d\xe5\ -\xc6\xa5\xb3\x34\x96\x2e\x90\x93\x35\x72\x69\xbb\xa7\xdf\xdf\x8e\ -\x04\x6e\xf4\x0f\x02\x33\x9d\x54\xa9\x26\xe5\xc8\x71\x04\xfb\x46\ -\xb2\x28\x29\x58\xd9\x48\xd2\x98\x5c\xc6\x26\x93\xb2\x50\x42\x30\ -\x5e\xcc\xe0\x3a\x16\xcb\xeb\x0d\x96\x4a\x89\x15\x50\x52\x30\x5c\ -\x70\x49\x39\x92\xd9\xe5\x32\xe9\xb1\x3b\xb9\xb1\x72\x91\x20\x8c\ -\x29\x16\xd2\x9c\xba\xed\x10\xca\xb2\xb8\x3c\x35\xcb\xfc\xba\xa1\ -\x38\x32\xc4\x51\x47\x50\x6f\xae\x76\x30\xac\x95\x3d\xbe\xfd\xda\ -\x34\xe7\x2e\xce\x73\xf2\x50\x91\xbb\x4e\x8e\x73\xea\xc8\x08\x63\ -\xc5\x1c\xb9\x8c\xd3\x91\x2b\xef\xc4\xad\x12\x3b\x62\x08\x5a\xdf\ -\xda\x98\x78\x23\x6d\x84\x74\x70\xdd\x54\x73\xa8\x43\xf2\xad\x5e\ -\xac\xf1\x63\x8d\xd3\x6c\x09\x6f\x8d\x77\x11\x42\x24\x2b\x5f\x0a\ -\x6c\xdb\x6e\x8f\x8a\x91\xcd\x55\x9f\xcb\xe4\xa8\xd7\x6b\xcc\xcc\ -\x5e\xe7\xfa\xf4\x75\xc2\x30\x60\x72\x72\x92\x5c\x2e\xd7\x86\x7f\ -\x37\xeb\x33\x09\x38\x54\xde\x28\x33\x3d\x75\x91\xd9\xcb\xaf\xe3\ -\xad\x5c\x26\x6f\x79\xe4\xd2\x76\xbb\x60\xd4\xeb\x96\x2d\x0c\x53\ -\x2b\xaf\x62\x5a\xac\xe0\xa7\x7b\x28\xc0\xd9\xb3\x70\xfc\x1e\x2d\ -\xdc\xa6\x05\x68\x5d\x38\x29\x04\xfb\x46\x12\x21\x97\x2a\x3e\x4a\ -\x0a\x0a\x19\x9b\xb4\x93\x98\xbf\xd1\x21\x97\x7c\xd6\x66\x6d\xc3\ -\x63\x76\xa9\x8a\x17\xc4\x38\xb6\xa2\x58\x70\xb1\x94\xc4\xf7\x35\ -\x95\xb5\x32\xcb\xa5\xa4\x67\x6d\x70\x20\x8b\xab\x62\x8e\x1e\x1a\ -\x25\x97\x4d\x33\xbb\x54\xa2\x64\xc6\x18\x1e\x1e\x60\xa0\x72\xb3\ -\x39\xe0\x30\x89\xf2\xa3\x58\x33\xbf\x52\x65\x71\xb5\xc6\xf9\x6b\ -\xcb\x9c\x38\x58\xe4\x81\x53\x93\xdc\x7b\xc7\x24\xfb\x46\xf2\x5d\ -\x2d\x57\xdb\xbb\x92\x36\x3b\x7f\x95\x14\x89\xa5\xd9\x12\x1c\xee\ -\xa5\x9c\xdd\x59\x6d\xd4\xd8\xd8\x29\x17\xc7\x4e\x46\xc3\x48\x2d\ -\x41\xc7\xd4\x62\x08\x22\xc8\x4a\x41\x46\xca\x24\x5f\x31\x06\xa5\ -\xac\x26\x6d\x5b\x62\x2b\x1b\x9a\x1b\x50\x3a\x76\x0a\xd7\x75\xa9\ -\x54\x2a\x5c\x9f\x9e\xe2\xdd\x77\x6f\xa2\xac\xc4\xe4\x67\xd2\xe9\ -\x66\x36\x66\xda\xa0\x9e\x90\x0a\x25\x15\x6b\x6b\xab\x4c\x5d\xbd\ -\xc8\xcc\xe5\xd7\x08\xd7\xae\x91\xb7\x3c\x32\xae\xd5\x57\xf8\x42\ -\x4a\x06\x47\x0e\x24\x3d\x18\x4e\x8a\xb8\xd1\xe8\x3f\x1f\x60\xdf\ -\x31\xaf\x03\xb3\xea\x8e\x8c\x27\x8a\x69\x4e\x1e\x18\x20\xe3\x5a\ -\x28\x25\x18\xc8\xa5\xb0\xad\x84\x4b\x97\xcf\x38\x0c\xe5\x52\x6c\ -\xd4\x02\x6e\x2e\x94\x09\xc2\x98\x74\xca\xa2\x58\x70\x91\x32\x09\ -\xe6\x2e\x5d\x9a\xa2\xb4\x51\x45\x49\xc9\xa1\x03\x93\x4c\x8c\x8f\ -\xe0\x18\x9f\x42\x36\x45\x69\xbd\xca\xd5\x6b\x37\xf1\xb4\x62\xa6\ -\x14\xb5\x2d\x80\x6a\x32\x61\x85\x48\xa6\x94\x57\xeb\x01\x67\xdf\ -\x99\xe7\xe9\x6f\x5e\xe0\x8f\xbe\x71\x9e\x0b\x53\xcb\x84\x51\xbc\ -\x3b\x25\xbc\x35\x6c\xa9\x4f\x59\x18\xb3\xbb\xf0\xdb\x13\x36\x50\ -\x38\x6e\x06\xc7\x71\xd1\xb1\xa6\x5a\xad\x10\x6b\x4d\x25\x32\x04\ -\xb1\x21\x27\x25\x6e\x73\x3e\x60\xab\x61\xc3\xb2\x6c\x6c\xe5\xa0\ -\x54\xb2\x45\x9c\x63\x39\x64\xb3\x59\xd6\xd6\xd6\x78\xe7\xe2\x79\ -\x6e\xde\x9c\x26\x9d\x4e\x33\x39\x39\x49\x3e\x97\xdf\xd2\x46\x26\ -\x92\x78\x41\x48\x56\x56\x96\xb9\xf8\xf6\x39\xae\xbf\xf9\x2c\xe1\ -\xf2\x25\x0a\xb6\x4f\x36\x6d\xf5\x34\xfb\x42\x08\xb2\x85\x61\xc6\ -\x0f\xde\x86\xc1\x50\xaf\xac\x11\x87\xd1\x1e\xe2\x82\x4c\x82\x16\ -\xc9\x8e\x29\x97\x02\x18\xc8\x39\x3c\xf1\xe0\x41\x0e\x4f\xe4\xb8\ -\x3e\x5f\x61\x64\x30\x49\xef\x30\x86\x74\x4a\x31\x3c\x98\xe6\xe2\ -\x8d\x12\xb3\xcb\x35\xa2\x48\x93\x4b\xdb\x0c\x64\x1d\xa4\x10\xa4\ -\xd3\x36\x17\x2f\x5f\xa0\x52\xa9\xa1\x94\x62\xff\xe4\x18\x13\x93\ -\xfb\x18\x1d\x9b\xe0\x1b\xcf\xbf\xc9\xec\x62\x89\xcb\x57\xa7\x78\ -\xdf\xfd\x77\x50\x6b\xf8\xc9\x0e\xd7\xc6\x34\x49\xa5\xc9\x2e\x22\ -\x67\x8e\x8d\xe2\xa6\x2c\xae\xcd\x94\x58\x2b\x37\x78\xf1\xcd\x19\ -\xd6\xab\x3e\x9f\x7c\xf8\x24\xf7\xdd\x31\x81\xdd\xdc\xed\x7b\xbb\ -\x15\x68\x3e\xef\x33\xf6\x4e\xa3\xbb\xf0\xff\xdd\xb6\x84\x8b\x85\ -\xc2\x49\xa5\x89\x75\xc4\xec\xfc\x4d\x30\x82\xac\x9b\xa6\x1c\x69\ -\x1a\xb1\x61\x5f\x0a\xf2\x6a\xf3\xaf\x5b\xca\xde\xf4\xf7\x32\x19\ -\x0f\xef\x66\xf3\x5c\xbd\x76\x85\xeb\xd7\xaf\x51\x6f\xd4\x19\x1d\ -\x1d\x63\x60\x60\xa0\x23\xc5\x6b\xcd\x06\x48\x80\xa2\x38\x8e\x59\ -\x5c\x98\xe7\xf2\x85\xef\xb1\x34\x75\x0e\xca\xef\x32\x90\x81\x74\ -\x4a\xf5\x5c\xf9\xf9\xc1\x31\x52\x99\x3c\xb6\xe3\x52\xdd\x58\xa6\ -\x5e\x5e\x23\x6e\x6e\x41\x47\xa4\x8d\x88\x94\xee\xa3\x00\xe7\xb1\ -\xa3\xdb\x04\xa9\x16\x46\xae\x37\xaf\x9b\x10\xec\x1f\xc9\x32\x94\ -\x4f\x71\xd7\xf1\x22\x4a\x25\xb3\x7f\x8c\x01\x4b\x09\x46\x07\x5d\ -\x84\x10\x54\xea\x49\x00\x58\xc8\x3a\xe4\x33\x36\x02\xa8\x7b\x3e\ -\x5e\x10\x13\xc5\x1a\x65\x0c\x17\x2f\xbe\xc3\x1d\x47\x47\x38\x72\ -\xf4\x38\x87\x0f\x8c\x73\x71\x6a\x89\x77\x67\x17\x79\xe9\xb9\x6f\ -\x33\x3e\x3a\x80\x31\xc3\xed\x5e\xbe\x96\xbc\x8e\xec\x1b\xe0\xa3\ -\xef\x3d\xca\x8d\xf9\x0d\x5e\x7e\x7b\x96\x37\xaf\x2c\xf2\xfa\xc5\ -\x79\xe2\x58\xe3\xa6\x2c\x4e\x1f\x1b\x4d\xc6\xce\xf5\xe9\x58\x36\ -\x71\x6b\x54\xeb\x76\x12\x08\xb7\xb0\x03\xb8\xc6\x42\x2a\x8b\x46\ -\xa3\x4e\x69\x7d\x8d\xe2\x50\x11\xa4\xc0\x4f\xb6\xe9\xe0\xa8\xab\ -\x18\xb0\x04\x71\x64\xda\x45\x1d\x29\x93\xf2\xad\xeb\x26\x7b\x2d\ -\xbd\xf6\xfa\x6b\x2c\x2d\x2e\xe0\x38\x36\x07\x0e\x1c\x24\xdd\x34\ -\xf9\x9b\xbb\x92\xd0\xa4\x7a\x29\xe2\x38\x66\x7e\x6e\x86\x4b\x6f\ -\x9f\x63\xe9\xfa\xeb\x58\xfe\x22\x83\xd9\xc4\x22\x76\x0a\x5f\x8a\ -\x84\x74\x52\x18\xd9\x8f\x89\x92\x3d\x07\x96\x66\xae\xa2\x5b\xb3\ -\x82\x12\x97\xf2\x8e\x17\xfb\xb5\x94\xf2\x83\xa7\x3b\x5a\x44\xad\ -\xed\x68\x91\x11\x46\x34\x27\x5b\x35\xc3\x19\x81\xc4\x08\xc8\xa4\ -\x2c\xb2\xae\x95\xc4\x87\x4d\x1f\xaa\x04\x8c\x0d\xa5\x49\xbb\x16\ -\x1b\x15\x1f\xcb\x92\x0c\xe6\x1c\xd2\x29\x45\x14\xc7\x5c\xba\xb1\ -\xc6\x6a\x25\x6a\x37\x8d\x5c\x9c\x5a\xe6\x3b\xaf\x5e\x63\x6e\xa5\ -\x4e\xa3\x5e\x23\xe5\x58\x54\xeb\x21\xb9\xb4\xc5\xf8\x90\xdd\x2e\ -\x82\x58\x52\x20\xa5\x20\x0e\x93\x39\x38\xc3\x03\x2e\x23\x83\x69\ -\x0e\x4d\x0e\x30\x5e\xcc\xf2\xf5\x97\xa7\xb8\x30\xb5\xcc\xd7\x5e\ -\xbc\xc6\xe8\x60\x86\x89\x91\x7c\x7f\xe0\xa8\x13\xf7\xef\xea\x71\ -\xd3\xdb\x59\xc7\x3b\x64\x02\x5a\x38\xb8\x6e\x26\x09\x1e\x81\xb4\ -\x9b\x46\x0a\x49\xd1\x92\x3c\x3e\x68\xf1\x93\x23\x29\x6c\x61\xf0\ -\x9a\x9c\x3e\x29\x25\xb6\x65\x37\x87\x5c\x2c\x73\xf9\xca\x65\x2a\ -\xd5\x32\xb9\x5c\x8e\xc1\xc1\x41\x52\xa9\x54\x33\x3a\x8f\xbb\xa6\ -\x83\x26\x1b\x49\x34\x98\x9d\xb9\xc1\xe5\xb7\x5f\x63\x65\xfa\x0d\ -\x6c\x7f\x99\xc1\x9c\xc2\x75\xac\xae\x93\xb3\x6d\x17\xc7\xcd\x92\ -\x2f\x8e\xb3\x3c\x73\x95\xa1\xd1\xfd\xd4\x2a\x2b\xc9\x66\x13\x18\ -\x74\xac\x1b\x7e\x18\x7d\xd9\xf7\x83\xff\x27\xf6\xe3\xf9\x9b\x83\ -\x8b\x01\xfd\x06\x45\x26\x70\xab\x91\x34\x47\xc5\xea\xf6\xf5\x8a\ -\xd9\xdc\x6f\x4c\x24\xa5\x4e\xb3\x89\x76\x1d\x99\xcc\xf3\xfe\x33\ -\xe3\xbc\x79\x75\x95\x72\x2d\x60\x30\x9f\xc2\xb2\x24\x41\x18\x33\ -\xbf\x52\xa3\x56\xf7\xb1\x6d\xc5\xa1\x7d\xa3\x54\xab\x35\x5e\xfb\ -\xde\x25\xce\xbd\x75\x85\x81\x7c\x1a\x83\xa4\x5c\x0b\x58\xda\xf0\ -\xf8\x89\x33\x99\xcd\xdd\xba\xd5\x26\x99\x22\x8e\x5b\x9b\x58\x29\ -\x0e\x8c\xe5\xf9\xd8\xfb\x8e\x50\xf3\x42\xfe\xea\xd5\x69\x5e\xbf\ -\x34\xcf\x9d\x27\x46\xf9\xd8\x60\x26\x21\xae\xf6\x8a\xf9\x4d\xef\ -\xe1\x97\x09\x40\xb4\xf7\xcd\x20\x51\x29\xd2\x99\x1c\x29\x37\xc5\ -\x44\x7a\x92\x81\xc2\x20\x71\x1c\x73\xc6\x0e\xb9\x43\x84\xe4\x44\ -\xaa\x3d\x9c\x21\xc9\xfd\x6d\xa4\x94\xac\xac\xac\xf0\xfa\xf7\xce\ -\x02\x30\x34\x34\xc4\xe0\xe0\x20\xb6\x6d\xb7\x8b\x5c\xad\x86\xcf\ -\x64\xc1\x09\xea\x8d\x3a\xd7\xaf\x5d\xe6\xda\xf9\x57\x59\x9b\xb9\ -\x40\x2a\x5e\x63\x28\xa7\x9a\x2b\x5f\xa2\x8d\x26\x93\x2f\xa2\xe3\ -\x88\xb1\x43\xb7\x33\x73\xe9\x1c\x29\x37\x8b\xd6\x31\x1b\x6b\x8b\ -\x44\x81\x87\x31\x46\x7b\x41\x78\xb9\xee\xfb\x7f\x68\xa2\xf8\x45\ -\x2b\x1d\xbe\x53\x5e\x71\x57\x7f\xef\xff\xeb\x1e\x11\xd2\x56\x80\ -\xc9\x21\xcc\x7a\xd5\x08\x23\x8d\x9b\x72\xb6\x26\xd4\xcd\x11\x20\ -\xc8\x9e\xc5\x95\xc1\xac\xcd\xa3\xef\x3d\xc0\xc9\x03\x03\x5c\x9f\ -\xab\x70\x60\x2c\x8b\x94\x50\xad\x05\x2c\xaf\x7b\x78\x7e\x40\x2e\ -\x9b\xe6\xbe\xbb\x8e\x33\x36\x54\xe0\xf2\xd4\x0c\x53\x37\x97\x58\ -\x2b\x55\x69\x78\x49\x71\x69\xa1\x6c\xb3\x5a\xd7\x8c\x17\x64\xd3\ -\xb5\xc8\x44\xd1\x48\xb2\x81\xd6\xd8\x13\x80\xb1\xa1\x2c\x8f\xdc\ -\x7f\x88\x6b\x33\x25\x2e\xdf\x58\xe5\xe5\xb7\x66\xb9\xeb\xc4\x18\ -\xfb\x46\x0b\x49\xeb\x6a\x0b\x2f\x6f\x35\xdb\xb6\xda\xbf\xb6\x80\ -\x01\xc6\xe8\xae\x79\xc0\x3b\x6d\x02\xad\x01\x2d\x6d\xb2\xd9\x1c\ -\x23\xc5\x64\xd0\x45\xbd\x56\xa5\x5a\xab\xb1\xb6\xb2\xc2\x50\xa1\ -\x40\xe8\xa6\x50\xb6\x85\x10\xe0\xd8\x0e\x52\x2a\x2e\x5f\xbe\xc8\ -\x6b\xe7\x5e\x61\x64\x78\x94\x7d\xfb\xf6\x53\x28\xe4\xbb\xeb\x1d\ -\x5b\x86\x43\x54\x6b\x55\xa6\xaf\x5d\xe4\xea\x5b\x2f\xb3\x36\x7b\ -\x1e\xd7\x54\x19\xcc\x2a\x0e\x1e\x3f\xc5\xf2\xec\x35\x06\x86\xf7\ -\xe1\x35\xaa\x18\x1d\x93\xc9\x0f\xb1\xfc\xee\x65\xac\x54\x8a\xea\ -\xc6\x4a\xe2\xe6\x03\x8f\x20\x8c\x57\x6a\xbe\xff\x65\x1d\xc7\x7f\ -\x15\xc7\xe1\xf7\x8c\xae\xce\xac\x5e\x28\x55\xfe\xfd\x6b\xcd\x5d\ -\x24\x7a\x29\xc0\xfc\x65\x8c\x3d\x1c\xc4\x8d\x54\x3d\x1c\x19\x19\ -\xad\x54\x2b\xe5\x7c\xeb\xa2\x89\xd6\x2a\x6a\x3e\x68\xf7\xa6\x75\ -\x14\x6c\x06\x73\x0e\xf9\xe3\x45\x8e\xed\x1b\x40\x4a\x92\x1a\x40\ -\x23\xc4\x0b\x92\x71\x66\xae\x23\x38\x34\x31\xc4\xfb\xde\x73\x17\ -\x0f\xdc\x7f\x86\x85\xa5\x35\xbe\xf6\xb5\x67\x98\x9a\xb3\x99\x5b\ -\x2a\x71\x73\x76\x91\x6b\x33\x39\xc6\x4f\x15\x93\x1f\xf6\xff\xb7\ -\xf7\x2d\xcd\x71\x5c\x69\x76\xe7\xde\x9b\x37\x1f\xf5\x44\x11\x20\ -\x40\x10\x22\x09\x52\x14\x1f\xa2\x38\x6a\x8d\xec\xb1\x1d\x31\x63\ -\x73\x39\x4b\x7b\x21\xfb\x1f\xcc\xef\xe0\x76\xbc\x75\x84\x1d\xe1\ -\x85\x63\x22\xbc\x71\x0c\x77\xde\xd8\xe1\xe8\x56\xb3\xbb\xd5\x6a\ -\xb6\x44\xf0\x29\x82\x04\x01\x82\x20\x89\x77\x01\xf5\xce\xca\xcc\ -\xfb\xfa\xbc\xc8\xaa\x02\x40\x82\x94\xba\x9b\xd2\x70\xd4\xba\x1b\ -\x04\x00\x32\xc8\xa8\x7b\xf2\xcb\xef\x71\xbe\x73\x04\x1b\xbd\xe7\ -\xb4\xc9\xb5\xf1\x47\xff\x1f\xc6\xf0\xde\xb1\x0a\x3e\x3c\x33\x81\ -\xe5\xb5\x26\x96\xd7\x9a\x78\xb2\xda\xc4\xd4\x91\xd2\x5e\x69\x38\ -\x58\x56\x74\x7c\xdf\x3c\x91\x0e\x6e\x0f\xef\xd7\xe3\xff\xd6\x26\ -\x10\x04\x08\x02\x61\x14\x41\x4a\x1f\x46\x6b\xac\xad\xaf\x63\x77\ -\x77\x17\x52\x4a\x44\x51\x01\x63\x3c\x6f\xe9\x16\x2b\x63\xe8\xf5\ -\x62\x7c\x79\xe3\x0b\xac\xaf\xad\xe2\xc2\xf9\x0b\x18\x9f\x38\x8a\ -\x20\x08\x72\x13\x8a\x97\xb4\x7b\x87\xac\x9f\xdd\x46\x03\x4f\x16\ -\x1f\x62\xf9\x9b\xdf\xa1\xb3\xfe\x08\x11\x8b\x51\x2b\x4b\xd4\x6a\ -\xe3\xf0\xa4\x8f\xda\xc4\x71\x34\xeb\x6b\x28\x1f\x99\xca\x27\xaf\ -\xbb\xeb\x07\xdd\xc1\xad\x4b\xd3\x4c\xff\x3e\x33\xfa\xff\x92\xc5\ -\x4d\xa5\xdc\x93\xa4\xbf\xb3\x33\xf6\x82\x25\xff\xed\xde\xe1\x65\ -\xc0\x88\x7d\x71\x65\x05\x08\xcf\x49\x74\x11\xf8\xcd\x76\x7b\xc3\ -\x0b\xc2\x6a\xb5\x5c\x3e\xaa\x8d\x16\xd8\xf7\xc1\x0d\xf7\xd2\x0f\ -\x90\x2c\x07\xdf\x73\xce\x10\xfa\x02\xbe\xcc\x93\x14\xe9\xf1\x9c\ -\xf3\xe7\x1c\x2a\x45\x1f\x15\x99\x22\x8d\x5b\xa8\x8d\x55\x30\x73\ -\x7c\x12\x47\xca\x12\x2a\x6e\x62\xbd\xde\x43\xaf\x9f\x62\xb2\x56\ -\xc0\xf9\x13\x55\x80\x31\x6c\x37\xfb\x98\x7b\xb4\x05\x65\x2c\x4e\ -\x1d\xab\xe2\xf2\xd9\xa3\xf0\xf7\x09\xdc\x08\xce\xd1\x4f\x34\xe6\ -\x97\xeb\xe8\xc4\x0a\x93\xb5\x22\xce\xcf\x1e\x19\xbc\x06\x0e\x52\ -\xe3\xd8\x6b\x92\x43\xe1\x05\x80\x57\x40\x73\xfb\xe9\xb7\x9a\x40\ -\x3b\x78\x30\x85\xf7\x70\xee\xe2\x5f\x62\x7c\x7c\x02\xa9\x4a\xd1\ -\x6a\xb5\x00\x00\x53\x53\xc7\x50\x2c\x16\x51\x2c\x16\x21\x3c\x0f\ -\x4f\x97\x9f\xe0\xab\xaf\x6f\x20\xcd\x52\x5c\xbc\xf8\x21\x26\x06\ -\x97\x7f\x98\x26\x0c\x63\xb9\xfd\xcb\xce\xce\x0e\x16\x1e\xde\xc1\ -\xf2\xdd\x2f\xd0\xdb\x7c\x88\x82\x48\x71\xa4\xe2\xe3\xc4\xe9\x8b\ -\x48\xfb\x5d\x14\x2a\xe3\xf0\x83\x02\xa2\x62\x09\xcd\xfa\x1a\x74\ -\xda\xcf\x41\xec\x08\x8e\x9c\x4d\x94\x59\x4a\x12\xf5\x8f\xda\xb9\ -\xff\x0d\x32\x5f\x82\xeb\xa5\x84\xa5\xbb\xdb\x9b\x94\x99\xe9\xc8\ -\xcd\x3d\xee\xbe\xb9\x0c\xbc\x0a\xb8\x7f\xf4\x77\xfa\x7d\x33\xb9\ -\x98\x89\x54\x37\x1b\xed\xf5\x56\xb3\xf3\xaf\x6a\xb5\xb1\x7f\x5b\ -\xab\x94\xce\xa5\x49\x2c\x88\x08\x70\x79\xf9\x34\x5c\x63\xca\x5f\ -\x0c\xb4\xc7\xd2\x1d\xfc\x9c\x88\x10\x05\x1e\xce\x9f\x1a\xc3\x85\ -\x0f\x2f\xa1\xd3\xdc\xc4\xa9\xa3\x12\xeb\xbb\x31\x4e\x9e\x3a\x83\ -\xad\xcd\x0d\x24\x71\x1b\xff\xee\x93\x13\x58\x7c\xde\xc4\x93\xf5\ -\x36\x9e\xaf\xed\x22\x55\xef\x21\x0a\xe4\x81\x4a\x43\x0f\x76\x08\ -\x72\xa5\xd2\x3d\x31\xaa\xf1\xb1\x10\xe5\x62\x80\x46\x27\xc5\xc6\ -\x4e\x17\x71\x5f\x21\x3a\x64\x14\xb6\x4f\x32\xe7\x95\xe4\x70\xbf\ -\x9a\x06\xde\xa0\x18\x6a\xb9\x80\xef\x87\x83\x08\x20\x11\x06\xb9\ -\x42\x68\xa9\x58\x42\xab\xdd\x84\xb1\x06\x8b\x4b\x8f\xb1\xb6\xb6\ -\x86\x6e\xb7\x0d\xdf\xf7\x71\xe1\xfc\x45\x94\xcb\xe5\xdc\x44\xc2\ -\x39\xd8\x43\x5a\x97\xc6\x18\x6c\x6e\x6d\x60\xe9\xe1\x7d\xac\x3e\ -\xfa\x0a\xbd\xed\x45\x94\x43\x60\x7a\x72\x0a\x5c\xff\xa3\x33\x00\ -\x00\x13\x29\x49\x44\x41\x54\x26\x6d\xc3\x0f\x8b\x48\xfb\x1d\x38\ -\x6b\xb0\xf5\xec\x61\x4e\x16\xa5\x3c\x39\x77\xce\x91\x36\xb6\x91\ -\x66\xfa\xd7\xe4\xe8\xb7\x8c\x99\xdb\x3c\xe9\x3f\x4d\x53\xbd\xdb\ -\x21\x3f\x9d\x0a\x95\x19\x9b\xd9\xa5\xab\xd7\x5e\x3f\x35\x3f\x90\ -\x04\xfe\xc7\x6b\xb0\x57\xaf\xce\xb7\x82\xb9\xe3\x8f\x7a\x05\xbd\ -\x5d\x90\xc5\x27\xad\x66\xeb\x41\xbb\xd3\xfa\xb4\x56\x1d\xfb\xeb\ -\x6a\xb9\x70\x3a\x4d\x13\xbe\xdf\x0d\x23\x1f\x91\x72\x70\xda\x13\ -\x8c\x38\x40\xcc\x76\x84\x0b\x1f\x5c\x80\xc6\x39\x48\x68\xb4\xd5\ -\x03\x74\xba\x1d\x30\xe9\x61\xea\xf8\x09\x8c\x4f\x4c\xe2\xf4\x9d\ -\x6d\x3c\xdd\x6c\xe7\xc3\xa4\xbe\x42\xe8\x7b\x79\x15\x30\x4a\x02\ -\xdd\x68\x31\x64\xff\x09\xa4\x40\x98\xab\x49\xa3\xdd\x4b\xd1\x4b\ -\x14\xc6\xc7\x0a\xaf\x6c\xdc\xb8\x61\x0a\xf3\x52\x18\xd8\x7f\xc1\ -\xf8\x16\xb9\x58\x47\x1c\x51\x58\x44\xe0\xfb\xe8\x76\x3b\xe8\xc5\ -\x31\x54\xa6\xb0\xb8\x74\x0b\xda\x68\xac\xad\xae\xc2\x51\x6e\x00\ -\x55\x2c\x16\xf1\x17\x97\x3f\x1e\x24\x7a\x18\xb0\x99\xf6\xff\xf3\ -\x79\x83\xcb\x18\x83\xd5\xb5\x17\x78\xfc\xe0\x0e\x56\x17\x6e\x42\ -\xb7\x56\x30\x5e\xf1\x71\x7c\x7a\x1a\xd3\x27\xde\xc7\xd2\xfd\xdf\ -\xc0\x39\x0d\xc6\x38\xea\x6b\x8b\x60\x5c\x8c\xec\x62\xb4\x31\x49\ -\x96\x99\x7b\x96\xf0\x05\x63\xf4\x15\x63\xe6\x11\x25\x6c\x93\xb5\ -\x45\x0f\x15\x5f\x4d\xd5\x9d\xbb\xde\xad\xd3\xf5\xeb\x6f\xa6\x4c\ -\xbc\x52\x05\x5c\xbd\x0a\x57\x0c\xb7\x92\xff\xf4\xef\xa3\x4d\x29\ -\xa8\x1b\xc1\x5b\xb3\x14\x2e\x36\xda\xad\xf9\x56\xab\xfd\x69\xad\ -\x56\xfd\x37\xe5\x62\x34\x93\x65\x29\x1f\x72\xec\x30\x90\x45\x21\ -\x46\xe0\x6e\x34\x9e\x1f\xac\x9b\x03\xbd\xb8\x0b\x80\x23\x65\x0e\ -\xe3\x53\x27\xf0\x62\x65\x05\xe5\xb1\x31\x1c\x9b\x99\x41\xa3\xd9\ -\xc6\xec\x99\xd3\x88\xee\x3e\xc7\x76\x33\xc5\x76\x33\xc6\x44\x35\ -\x02\x1f\x08\x21\xe6\x2e\x1c\x6e\xc0\x80\xc1\x81\xdd\x44\x6b\x07\ -\x9c\x3e\x10\xd2\xcc\x22\x53\xf6\xdb\xed\x6e\x5e\xda\x0f\xa7\x91\ -\x89\xd4\x9b\xe5\x62\x0d\x0b\xc1\xbc\x00\x8f\x16\x1e\x81\x31\x86\ -\x76\xbb\x8d\x6e\xb7\x83\x4a\xa5\x82\x7e\x92\x60\x66\xe6\x3d\x14\ -\x0a\x05\x94\x4b\x25\x8c\x4f\x4c\xe4\x5c\x00\x63\x46\x5a\xfe\x07\ -\xbb\x7b\x1c\x71\xdc\xc3\xf2\xd3\x65\x3c\x7e\x30\x87\xad\xc5\x9b\ -\x30\x9d\x55\x54\x22\x86\x6a\x21\x82\x2f\x05\x8c\x51\xe0\x60\x68\ -\xd6\xd7\xc0\x06\x3d\x01\x38\x82\x75\xd6\xa4\x99\x79\xaa\x8c\xfe\ -\x92\x08\xb7\xb8\xa3\x7b\xd6\xa8\x67\x96\x51\xa3\x61\xfa\xd9\x94\ -\x2f\x74\x73\xf9\x99\xfb\xfb\xb9\xef\xc6\x95\x39\x94\x14\x1a\xa7\ -\x96\xfe\xc7\xff\xea\x99\xff\xf0\x37\xd5\xde\x5f\x4e\xf5\x95\x08\ -\xd1\x21\x59\x7a\x01\x67\x16\x9b\xad\xee\xc3\x76\xbb\xf3\x49\x6d\ -\xac\xfa\x2f\x0a\x51\x38\xad\x54\xca\x86\xb2\x36\x8c\x0d\x22\x40\ -\xfe\xa6\x00\x07\x43\xb5\x20\x31\xf7\xd5\x17\x38\x76\xec\x38\x4e\ -\x9e\xfa\x00\x95\xa3\x93\x23\x36\xcc\xd7\x37\xbe\xc0\xcc\xc9\x53\ -\x38\xfd\xde\x24\x66\x4f\x4c\xe2\xc9\xca\x1a\x5e\x6c\x75\x71\xfe\ -\xc4\x91\x91\x4a\x46\x4e\x57\xcf\xad\xdf\xf7\x47\x00\xeb\x08\xdd\ -\x7e\x4e\x50\x1d\xf6\xce\x8d\x75\xaf\x38\x96\x0e\xa3\xc0\xfe\x95\ -\xf5\xbd\x7d\x00\xf7\xea\x5a\xd8\x2b\x00\x00\x0c\x7c\xa8\xf0\x38\ -\x7a\xa9\xc1\xf6\xf6\x26\xb2\x4c\xa1\x3a\x56\xc5\xe9\xd9\xd3\x39\ -\x33\x77\xe2\x68\xde\xe3\xf7\xfd\x11\x97\xdf\x8d\xf6\xf4\x0f\x6e\ -\x51\x32\x06\xf4\xe2\x1e\x16\x17\x1e\xe2\xf1\x37\x37\xb1\xfb\xfc\ -\x3e\x74\x77\x0d\x95\x88\xa1\x5c\x90\x98\x9a\x39\x05\x63\x2c\x76\ -\x56\x17\xc1\x84\x87\xac\xdf\x1d\x44\x3f\x47\x99\x32\xf5\x4c\xe9\ -\xaf\x08\xee\x26\x23\xba\x63\xc1\x96\x63\xd3\xd9\x36\x99\xd7\x0b\ -\x6c\x5f\x4d\x05\x3b\xf6\x81\x00\x5d\x9b\xfb\xee\x9b\x21\x6f\x54\ -\x2f\x98\x3d\xc6\x9c\x2d\x16\xb2\xcd\x4d\x98\x4a\xb0\x93\x46\xc5\ -\xa8\x25\x3d\xef\xb9\x63\xf6\x71\xa3\xd5\x59\x68\x76\xba\x3f\x3b\ -\x52\xad\xfc\x2c\x0a\xfd\x09\xad\x14\xc3\x3e\xa6\x4e\xbe\x15\x08\ -\x54\x4a\x12\x67\x8f\x97\xb0\xd9\xdc\xc2\xcd\x1b\x6b\x38\x7a\x6c\ -\x1a\xa7\xcf\x9d\x87\xe7\x07\x18\xab\x56\xf0\xe8\xde\xd7\x90\x41\ -\x84\xbf\xf9\xf4\x03\x14\xfd\xbc\x63\xd8\x57\x7a\x94\x54\x3a\x47\ -\xd8\xdc\x8d\xf1\x60\x79\x07\x1f\x9d\xe5\x28\x45\x12\x9e\xc7\x11\ -\xf7\x35\x5e\x6c\xb6\xd1\xe9\x65\x60\x00\xa4\xc7\xf7\x9c\x42\x0e\ -\xe3\x0c\xb2\xbd\xc5\xd9\x51\x1f\xe8\xa5\x1c\xe0\x75\x4f\x7f\x52\ -\x38\x85\xe0\xc8\x69\x9c\x39\x7d\x06\x61\x10\xa2\x76\xe4\x08\x82\ -\x20\xd7\x07\x90\xbe\x3f\xba\xe6\xa1\xd9\x63\x5e\x02\xf2\xfd\x72\ -\x04\x23\x30\xf6\x7a\x5d\x2c\x3d\x7e\x84\xc7\xf7\x6f\x60\xfb\xd9\ -\x3d\xb0\x64\x07\x63\x11\x47\xb9\xe0\xc1\x13\x1c\xbb\x5b\xcf\x91\ -\x7f\x8e\x76\xc0\x71\x70\xc8\xb4\x89\x53\x65\xee\x93\x75\x5f\x11\ -\xb3\xb7\x98\x31\x8f\x5c\x46\x1b\xe4\x27\x6d\x9b\x06\x59\x6d\x0c\ -\x1a\x2b\x3b\x74\xf5\xfa\xe1\xd2\xd2\x6f\x3a\x6f\xd4\x2f\xbb\x31\ -\xdf\xc1\x39\xd1\x02\x8d\x15\xa8\x50\x92\xb6\x9d\xf1\x4c\x6a\xd5\ -\xf3\x23\xb7\xe3\x8c\xb7\xc1\x3c\xb6\x95\xa5\xd9\x4e\x1c\x27\x69\ -\x10\x06\x65\xdf\xf7\x23\x6b\xf7\xad\x1f\x0f\xb4\x85\x42\x5f\x60\ -\xbc\x1a\xa0\x52\x0c\x50\xaf\xb7\x70\xf6\xdc\x5f\x20\x49\x62\x6c\ -\x6f\x6e\xe0\x83\x69\x0f\x44\x0e\x71\xaf\x85\xa3\x65\x89\xf3\x27\ -\x8f\xa0\x14\x49\x64\xca\xe2\xfe\xd2\x0e\x9a\xdd\x0c\x71\xa2\xf1\ -\x7c\xb3\x8b\xcd\x46\x8c\x34\x33\xe8\x25\x1a\x8b\x2f\x5a\xb8\xbd\ -\xb0\x85\xd5\xed\x2e\x08\xc0\xc9\x63\x15\x7c\x72\x61\x0a\x63\xa5\ -\xf0\x95\xed\x98\xd7\x4d\x4a\x3d\x19\x80\x78\x84\xd6\xf6\xb3\x37\ -\xca\xc4\x27\xe1\x2c\x66\x4e\x9d\xc7\xc9\x13\xa7\x30\x3e\x3e\x91\ -\x93\x39\x07\x36\x70\xce\x0e\xed\xdc\x2c\xec\x80\xa8\xe9\x0d\x36\ -\x7c\x0e\x96\xca\x0c\xcd\x66\x03\x0f\x1e\xdc\xc3\xfc\xad\xdf\x60\ -\x67\xe5\x0e\x58\xba\x8d\xb1\x82\x40\x39\x92\x79\xeb\x9b\xb1\x81\ -\xce\x6f\x6e\x35\x67\x8c\xd5\xfd\x54\x3d\x51\xda\xfc\xd2\x19\xf7\ -\x73\x72\xf6\x37\x82\xd2\x07\x69\x37\xdd\xe8\x79\xba\x8d\x26\xa9\ -\xde\xe6\x9a\x2e\xff\x9f\x16\x5d\x5d\xf9\x03\x85\x01\xbe\x4b\x04\ -\x00\x80\xff\x3e\x07\xc2\xdc\x3a\x7d\x76\x09\x74\xe9\xcc\x71\x4a\ -\xcb\x9e\x1d\xef\xf1\x6c\x87\x27\x3d\xc9\x44\x1d\x9e\x7c\x46\x8e\ -\x2f\x34\x5b\xed\x05\xc6\xf8\xc5\xb1\x6a\xf9\xa3\x30\x90\x63\x46\ -\x6b\x86\xc1\x08\xd6\x0e\xb8\x05\x51\xc0\xe1\x17\x22\x64\x5a\x41\ -\x30\x89\x42\x54\x45\x6d\xf6\x13\x88\xed\x25\x4c\xd6\x1a\x30\xc6\ -\x21\x90\x12\x8c\x03\x13\x63\x21\xfe\xfa\xe3\x19\x04\xbe\x87\x17\ -\x5b\x1d\x6c\x35\xfb\x68\x74\x52\x7c\xf3\x64\x07\xb5\x72\x08\x6d\ -\x2c\x76\x5a\x09\x94\x71\x28\x04\x1e\xa6\x27\x4a\x28\x85\xf2\xa5\ -\x8e\xdf\x6b\x28\xa1\xc3\xe4\xd0\xb9\x3c\x02\xbc\x41\x26\x3e\x97\ -\x85\x17\x88\xc2\x08\x9e\x27\xa0\x94\x1a\xbc\x9e\x06\xc4\x4f\xce\ -\xf2\xb1\xf0\x68\x01\xd3\xdb\x17\x71\xf2\xca\xc8\x3a\x8b\x9d\x9d\ -\x3a\x1e\x7c\x73\x1b\x8b\xf7\xf2\x1a\x9f\xeb\x36\xc6\x4a\x12\xc5\ -\xd0\x83\x18\xf4\xd7\x86\xb2\x2f\x64\x9d\xcb\xb4\xa9\x2b\x6d\x6e\ -\x31\xd0\x1c\x23\x73\x07\x8e\x3f\x11\xb6\xb7\xa5\x63\xd1\xeb\x5b\ -\xa5\xa0\x1b\xf6\x59\x15\xee\xda\xff\x83\xc3\x9f\x70\xc4\x77\xfd\ -\x83\xf3\x75\xe0\xe8\xc7\x5d\x34\x5d\x9b\x2a\x69\x64\xb9\x70\x1a\ -\x7d\x24\xca\x9a\xb6\xf4\x68\xdb\x12\x5f\x67\x60\xf5\x54\xa9\x9d\ -\x5e\x9c\x64\x61\x18\x54\x7c\x29\x03\x6b\xed\xc8\xa4\xc6\x12\x47\ -\x37\xd6\x68\x75\xfb\xa8\xd4\x26\x30\x35\x7d\x0c\x8d\x46\x13\x61\ -\x65\x12\x85\xb1\x69\x98\xb8\x01\xc1\x86\xfb\x6f\x1c\x93\xb5\x02\ -\xde\x9f\x19\xc3\x78\x35\x02\xe7\x0c\xfd\x54\xa3\xdd\xcb\xd0\x8e\ -\x33\xb4\x7b\x19\xb4\xb1\x10\x82\xe3\xc4\x54\x05\xff\xfa\xf2\x71\ -\x9c\x9a\xae\xe6\x2b\x52\x43\x2d\xbd\xfd\x6b\xa4\xec\xd5\x07\x44\ -\x78\x01\x88\x87\x68\xd5\x9f\xbf\x56\xe9\xc4\xb2\x00\x3a\x7c\x0f\ -\x53\x33\xa7\x72\x43\x48\xe4\x3a\xc4\xce\xed\x11\xcb\x87\xa1\xda\ -\x39\x0b\x21\x04\x82\x20\x1c\x10\x56\x08\xc6\x1a\x6c\x6d\x6e\xe2\ -\xc1\xbd\x5b\x78\x72\xef\x4b\xb4\xd7\x1f\xc2\xb3\x3d\x1c\x29\x4b\ -\x94\xa2\x83\x14\x2e\x47\xa0\x4c\xdb\x38\xc9\xd4\x1d\x63\xed\x2f\ -\x41\xee\x17\xce\xda\x2f\x99\xd0\x0b\xca\xe9\xed\x56\x9d\x7a\xae\ -\x02\x55\x6b\x6f\x99\xff\xfc\x73\xb8\xf9\xf9\x3f\xee\xa9\xff\xa3\ -\x00\x00\x00\xf3\xf3\xc0\xfc\x3c\xe8\xe8\xc7\x5d\x4c\xa2\xe3\x7a\ -\xbd\xc0\x46\x61\x55\x31\x4b\x71\x9f\x65\x2d\x9f\xb3\x4d\x2e\xdc\ -\xba\x73\xac\x9e\xa5\xaa\xd1\x4b\x52\x15\x06\x41\xd5\xf7\xa5\x6f\ -\xad\x63\x20\xca\x99\xc3\xed\x36\x9e\xad\x3c\x45\xab\xdd\xc6\x91\ -\xda\x04\x8c\xd6\xd0\x8e\xb0\xb5\xb5\x83\x72\xe0\x46\x77\x17\xf8\ -\x02\xb5\x72\x88\x99\xa3\x25\x9c\x99\xa9\x62\xf2\x48\x01\x81\x9f\ -\xf7\xfb\x39\x67\x28\x17\x7c\x1c\x3b\x52\xc4\xa7\x17\xa6\xf0\xc9\ -\xf9\x29\x94\x0b\xfe\x01\x42\x24\x3b\xf0\x0a\x60\xaf\xcc\xcc\xb9\ -\x27\x41\x22\x44\xbb\xfe\xe2\x50\x09\x1a\x10\xc1\xb0\x02\xa8\x7c\ -\x0a\xc7\x66\x4e\x22\x8c\xc2\x11\xf7\x90\x61\x78\xe9\xf9\x48\x79\ -\xc8\xd3\xf7\x84\x44\x10\x04\xe0\x9c\x43\x6b\x85\x8d\xf5\x55\xdc\ -\xbd\xfd\x7b\x2c\xdd\xfb\x2d\xba\x5b\x0b\x90\x2e\x46\xad\xec\xa3\ -\x18\x8a\x41\x24\x1a\xf4\x03\xac\x55\x89\xd2\xcb\xc6\x98\x2f\x2c\ -\xe1\x73\x07\xfd\x2b\x69\xf4\xfd\x44\x99\xb5\x2c\x4d\xdb\xae\x6d\ -\xd3\xb5\x8d\x0d\x73\xe2\x7a\xc7\x5e\x5d\x79\xb5\x89\xfc\xc7\x1e\ -\xf6\xa7\xfc\xe5\xcf\x3e\x03\xbb\x04\xf0\x5e\x38\x25\x64\xaf\xe6\ -\x05\xdc\x05\x2e\xb4\x25\x3f\xf4\xc7\x8d\x73\x27\x3d\x2e\xcf\x13\ -\xb1\xcb\x8c\xf1\x8b\xb5\x5a\xe5\x82\xf4\xbc\xa2\xd6\x96\x11\x18\ -\x12\x45\x68\xf5\x35\xfa\xa9\x45\xa9\x58\xc1\xcc\xa9\xb3\xd8\x5c\ -\x5d\xc0\xec\xb8\x18\xb9\x66\x0f\x79\xf5\xc3\xef\x93\xcc\xa0\xd3\ -\x53\x58\xab\xc7\x68\x74\x73\x3d\x9c\x5a\x39\xc4\xc9\x63\x55\x4c\ -\x4f\x94\x20\x04\x1b\xa9\x67\xee\xad\x65\xb1\x3c\xfb\x07\x1f\x29\ -\x6c\x0d\x5b\xaf\x7e\x58\x02\xf9\x47\xf0\xec\xe1\x97\xaf\x75\x0b\ -\xcb\xbc\x09\x60\xea\xaf\x70\xe9\x67\xff\x12\xe5\x72\x19\x70\x6e\ -\xa0\xfc\x31\x0c\x34\x62\xb4\xc2\x05\x30\x94\x4a\x25\x54\xab\x55\ -\x64\x59\x86\xe7\xcf\x9f\x61\xfe\xee\xef\xb1\x32\x7f\x03\xfd\xc6\ -\x33\x04\xc8\x50\x2d\xe6\x61\x7f\x34\xe8\x72\xce\xa5\xca\x6e\x5b\ -\x6b\xef\x93\xa3\xdb\xc2\xb9\x5b\xb1\x75\x8b\x46\xa7\x5b\x51\x4c\ -\xdd\x0e\x4f\x32\xa0\x61\x37\x4b\x70\xd7\xae\xfd\xe1\x49\xde\x9f\ -\x9c\x03\xbc\xe9\x5c\xbb\x06\xba\x06\xd8\xcf\x3e\xdb\xa2\x63\x69\ -\xd9\xb5\x4b\x6d\x33\xe9\x6a\x19\x09\xd3\x33\xa9\x6d\xf8\x21\x7b\ -\xe1\x48\x3e\x26\x47\x17\x77\x1b\xcd\xcb\x9c\xf1\x0b\x63\xd5\xca\ -\x79\xe9\xc9\x02\xf3\x2d\x2b\x04\x3e\x32\x0d\xb4\xe3\x18\x4f\xe6\ -\x6f\xe6\x6f\xea\xf1\xea\xa1\x12\x70\x0c\x0c\x51\xe0\xa1\x10\x4a\ -\x8c\x57\x23\x38\x02\x2c\x11\x02\x4f\x40\x7a\x62\x34\x9e\x3e\x0c\ -\xe1\x6e\x20\x47\xf3\x72\x23\xc0\xed\x1f\x06\xbd\xc6\x2a\xce\x32\ -\x1f\x52\xe4\x0b\x1b\x64\xf3\x0d\x69\xc6\x06\x44\x4d\xc6\x01\x66\ -\xf6\x34\x7b\x06\x61\x3f\x8e\x63\x3c\x5b\x59\xc6\x83\xbb\xbf\xc7\ -\xda\xe2\x4d\xc4\x3b\xcf\x10\x0a\x83\x5a\xd9\x47\x21\x10\x79\xf2\ -\x48\x44\x4a\xd9\xae\xd2\x76\x01\xb0\x77\xad\xc5\x9c\x75\xf4\xd0\ -\x49\xf3\x9c\xac\x6e\x29\xa2\xb4\xe7\x93\xc1\x7a\xc3\x1d\x9f\x83\ -\xfb\x2f\x78\x7b\x4f\xfd\x5b\x03\xc0\x3e\x20\x38\x60\x89\xae\x5c\ -\x81\x13\x51\xd5\x8d\x9b\xc0\xa4\x26\x55\x5e\x68\x7a\x2a\x63\x8d\ -\x48\xf2\x55\x47\x58\x64\xa0\x0b\xbb\xcd\xf6\x65\xc1\xf9\x85\xb1\ -\xb1\xca\x07\x52\xf0\x02\xe0\x30\x59\xf3\x61\xcb\x12\xce\xe5\xb5\ -\xbc\xe0\x6f\x16\x56\xc9\x4b\xbe\xfd\x51\xe2\xa0\xd9\xe5\xe1\x22\ -\x56\x43\x82\xe8\xfe\xed\x61\xda\xe7\xae\x71\xb8\x62\xa8\xe3\x3e\ -\x84\xf4\xf7\xe6\xf6\xc8\x93\xbb\xdc\x03\x28\x57\x02\x1d\x8a\x5f\ -\x91\x31\xe8\x76\x3b\x68\x36\x76\x30\x7f\xe7\x06\x56\x17\xbf\x86\ -\xe9\x6e\xa1\x28\x2d\xaa\x45\x1f\xd1\xe0\xf5\xa5\xb4\xcd\x52\x65\ -\x9e\x11\xd9\x07\xe4\x30\x47\xe4\xee\x42\x67\xcb\xce\xa3\x9d\x7e\ -\xcb\x8b\x75\x90\xea\xba\x57\xb7\xf0\x46\x35\xfd\x5b\xbf\xf8\xb7\ -\x0a\x80\xe1\xc7\x79\xfd\x3a\xe8\xfa\x00\x08\x97\xa3\xb3\x8e\xd7\ -\x85\xc9\x8a\x69\x16\x31\xde\xf5\xb4\xdc\xd1\x82\x9e\x7b\xc0\x63\ -\x4b\xf4\x61\xa3\xd9\xba\xc4\xb9\xb8\x38\x56\x2d\xbf\x2f\x05\x8f\ -\xb8\x97\xef\xd3\x63\x30\xa1\x73\x94\xb3\x69\xfe\x30\x7d\xe0\x37\ -\x29\x83\xba\xbd\xe4\x70\xdf\x24\x96\x06\x1d\xc6\xd7\xc9\xc5\x5a\ -\x1e\xa0\x50\xc8\x09\xa8\xc3\xd9\xa8\x10\x79\xa3\x43\xa9\x5c\x17\ -\x41\x2b\x95\x2f\x7f\x66\xb9\x0a\xca\xfa\xd3\x87\xd8\x5e\xbe\x05\ -\xea\x6f\xa3\x1a\x72\x14\x43\x1f\xd2\x63\xb0\x44\x36\xcd\xcc\xb6\ -\xb5\x76\x01\x84\x5b\x0e\xb8\x05\x98\x05\xa6\xd9\xa6\x4a\x4c\x17\ -\x61\x98\xb5\x3b\xce\xac\xa0\xee\xae\x5f\xff\x7e\x2f\xfe\xfb\x00\ -\xc0\x01\x20\x5c\xc1\x12\xe1\x0a\x5c\xa2\xcf\xda\xae\x14\x86\x82\ -\x54\x55\x8a\xa2\xab\x2d\xdf\x95\x52\x3e\xb7\xc4\x17\xe0\xcc\xc5\ -\x46\xb3\x75\xd9\x13\xfc\x42\xb5\x52\x39\x2d\x7d\x11\x92\x73\x03\ -\xf6\x90\xcb\xd5\x4a\x89\xed\x79\x17\xe0\x3b\x4a\xc0\xbd\xf4\x23\ -\x3a\x50\x04\xec\x2d\x97\x92\x23\x38\x4e\x6f\x30\xc9\x02\xc0\x7d\ -\x14\x4a\xc5\xc1\x8a\x76\x6e\xe3\x9e\x24\x1a\x49\xbf\x8f\x34\x49\ -\x90\xa5\x09\xd2\x7e\x8c\x34\xe9\x22\xed\xf7\xd0\x6d\xac\x23\x6b\ -\xac\x40\xaa\x16\x8a\x25\x0f\xa1\xcf\xc1\x19\xa7\x54\xd9\x8e\xd6\ -\x66\x99\x40\xf7\x89\xe8\x26\xb3\xee\x1b\xeb\xf4\x0b\x2b\x4c\xa3\ -\x95\xb8\x14\x80\xc6\xf2\xb2\x9b\x9d\x83\xfb\x87\xef\x29\xdc\xff\ -\x50\x00\x18\x4e\x17\x09\xd7\x41\x57\x07\x40\x58\xc1\xac\x4d\x7d\ -\xa6\x43\xa5\x55\x06\xd6\x29\x30\xbe\x43\x82\xad\x30\xc7\x17\x8c\ -\xc3\x87\xbb\x8d\xce\x47\x52\xf2\x8b\x63\x95\xd2\x29\x29\xbc\xc0\ -\x0d\x14\xb7\x38\xa7\xdc\xd1\x9a\x71\x1c\x2e\x81\x76\x48\x14\x38\ -\x44\xd2\xf6\x80\xff\xd1\x68\x31\x24\x6f\xb8\xbc\xee\xf2\xf3\x5c\ -\x5f\xc2\x1a\x8b\x56\xb3\x89\x24\x49\x10\xf7\x63\xe8\x2c\x43\xdc\ -\x69\xe4\xf6\xf2\x69\x8c\xac\xdf\x86\xc9\x7a\x70\x59\x0c\x6e\x3a\ -\x28\x7a\x06\x51\xc9\x83\x10\x1c\xda\xda\x54\x29\xb5\xea\x88\x1e\ -\x02\xee\x16\x73\x74\x9b\x38\x96\xbb\xac\x5f\xd7\x3d\xd9\x2b\x8a\ -\x54\x1f\x0f\x77\xcc\x03\x7c\xff\xe1\xfe\xad\x57\x01\x7f\x20\x20\ -\x18\xae\x80\x01\xb3\x1c\x33\x9e\x68\x27\x5a\x46\x91\x1f\x45\x9c\ -\x57\x2c\x67\x53\x5c\x78\xef\x33\x62\x1f\x32\x86\x8f\x84\xf4\x2e\ -\x8c\x95\xcb\x27\xa5\x14\xfe\x48\x24\x81\xb1\x91\x68\xd2\x48\x35\ -\x7b\x5f\x85\xb0\x67\xa2\xc4\x46\xa3\xea\xa1\xb4\x0a\xe7\x43\x18\ -\xec\x55\x07\x0c\x0c\x5e\x50\x80\xf5\xaa\x58\x5b\xbc\x79\xa8\x6e\ -\x80\x65\x01\xd2\xf1\xbf\x42\x54\x39\x0a\xa5\x34\xb2\x5e\x13\x3a\ -\x8b\xa1\xfa\x6d\x38\x15\xc3\x64\x7d\x70\x97\x01\x36\x85\xc7\x34\ -\x02\x0f\x08\x24\x83\x14\x1c\x44\x64\x52\x65\x77\x1c\xb9\x25\x72\ -\x74\x9b\x08\x73\xc2\xa5\x8f\x54\xcc\x36\x55\x29\x6d\xd9\x7e\x90\ -\x8d\xb5\x60\x80\x15\x77\xf5\xfa\x0f\x7f\xf1\x3f\x38\x00\x5e\x01\ -\xc2\xec\x2c\x4f\x62\xee\x91\x67\x24\x83\x1f\x06\xe0\x55\xdf\xc3\ -\x31\xe7\xf9\x67\x01\x5c\x02\xe3\x1f\xf9\x52\x9c\xab\x56\xca\x27\ -\xa4\x27\x24\xb0\x27\x99\x9e\x8b\x24\xef\xc9\xa5\x1f\x56\x32\xbe\ -\x02\x08\xf6\x6a\x89\xe8\xf9\x05\x58\x51\xc6\xda\xd2\xad\x43\xb5\ -\x82\xad\x28\xa2\xcb\x27\x91\x19\x86\xac\xbb\x0b\x67\x32\x90\xd3\ -\xe0\x4e\x41\x0a\x82\x07\x03\x29\x05\xa4\xc8\x19\x50\x9e\x60\x20\ -\x22\xca\xb4\xeb\x58\x63\x9f\x11\xa3\x6f\xac\x71\xb7\x1c\xb9\x7b\ -\x92\xa9\x95\x7e\xac\x5b\x4a\x51\xdc\xb4\x64\xa2\xdd\x2d\x7b\x7c\ -\x0e\xee\xea\x0f\x18\xee\xdf\x09\x00\xec\x07\xc2\xfa\xa7\xe0\xc5\ -\x33\xef\x71\x1f\xbe\x20\xcf\xc8\x02\xbc\x82\xf5\x79\x55\x7a\xc1\ -\x31\x38\x7c\x00\xc6\x2e\x01\xec\x92\x2f\xbd\x73\xd5\x72\x69\x46\ -\x4a\x4f\xb2\x21\x85\x6a\x68\x9d\x32\x02\x02\xfb\x96\x4b\xc7\x2b\ -\x00\x90\x7e\x01\xe6\x25\x00\xec\xe7\xeb\x39\xe2\x48\xad\x40\xda\ -\xef\x41\xdb\x9c\xec\xc0\x99\x83\x94\x1c\x81\xc7\xe1\x89\x81\x63\ -\xc7\xa0\xac\xcb\xb4\xc9\x8c\xb6\xeb\x8e\xe8\x31\x9c\x9b\x03\x73\ -\xb7\x9d\xc1\x92\xa3\xfe\x36\xdb\x11\x3d\x5d\x4c\x54\xa2\x77\xbe\ -\xb7\x9a\xfe\x9f\x15\x00\x0e\x03\x42\x55\x7b\x42\x4b\x5f\x72\x52\ -\x45\x11\x88\x31\xf2\xa2\x69\x4f\xb8\xb3\x04\xf1\x11\x63\x39\x10\ -\xca\xa5\xc2\x74\x20\x73\xe6\x25\xe3\x0c\x7c\x9f\x92\x16\xe3\x87\ -\x47\x01\x1a\x30\x99\x87\xbf\x1f\x82\x40\x06\x21\x0c\x2b\x63\xed\ -\xc9\xed\x57\x2e\x7f\xc8\xdc\x62\x03\x27\x34\xeb\x28\x5f\x06\x65\ -\x6c\xb4\xe0\x39\x94\x97\xd5\xc6\x99\x4c\x9b\x5d\x47\xf4\x14\xe4\ -\xee\x10\xa3\x9b\x0e\xf4\x90\x59\xbd\x16\x27\xae\xc3\x62\x97\x52\ -\x07\xa6\x1a\xac\xda\x7f\xca\x70\xff\x27\xb7\x82\xbf\x8f\x73\x1d\ -\xc0\xdc\x06\xe8\x6f\xe7\x3b\xb4\x5e\x6c\x11\xab\x45\x96\x25\xd0\ -\x9a\x64\x1f\x94\x74\x24\xe3\x5b\x04\xbe\x0e\x46\xdb\x56\x53\x2b\ -\xcd\x54\x92\x29\x25\x3d\x2e\x0a\x5c\x70\xfe\x5a\xb2\xc7\xfe\xb2\ -\x84\xed\xcd\xe2\x0f\xec\x40\x08\x0f\x96\x3c\x74\x9b\x9b\x87\x37\ -\x91\xd8\x5e\xdb\x58\xb0\x7c\x3c\x2d\x46\x0b\x2b\x0c\xc6\x3a\x97\ -\x64\xa6\xa3\xac\x5d\x71\x8e\x6e\x82\xf0\xb9\x85\xfe\xb5\xc8\xd2\ -\xfb\x5a\xa5\xab\x2d\xa5\xdb\x41\x6c\xd3\xe7\x6b\x1b\xe6\xc4\xad\ -\xb7\xdb\xc2\xfd\xd1\x00\xe0\x65\x20\x9c\x98\xef\x10\x2a\x6d\x97\ -\x16\x43\x1b\x86\x5c\x49\xcb\xfa\x5a\xa7\x6d\x82\xdb\x06\x67\xeb\ -\x44\xd8\x36\xd6\x35\xfb\x49\x96\x29\xad\x7d\x4f\xf0\x22\x03\x67\ -\x23\x13\xa5\xd7\xc5\x37\xb6\x9f\xd4\x3a\x00\x00\xf7\x60\xc8\x43\ -\xb7\xb9\xf5\xfa\x9a\x96\x5e\x35\x44\xb0\x8e\x28\xcd\x4c\x9a\x69\ -\xbd\xe1\x1c\xdd\x27\xe0\x57\xcc\xb9\x5f\x92\xb3\x5f\x67\x2a\x5e\ -\xb6\x3d\xbe\x9b\xe8\xb4\xcf\xcd\x8e\x5e\xab\xc4\xf6\xda\x75\xd0\ -\xf5\x77\xec\xe2\xdf\x39\x00\x8c\x06\x4e\x03\x20\x9c\xf9\xb8\x4b\ -\x4d\xd7\x76\x13\x49\x64\x55\xc4\x95\x8c\xd1\x4f\x32\xd7\x0a\x3c\ -\xb3\xc5\xb8\x58\x27\x86\xba\x71\xd4\x4a\x12\x95\x29\xa5\x03\xc1\ -\x79\x81\x33\xc6\xc0\x5f\x92\x86\x7b\xc3\x7b\x8e\x09\x0f\x96\x04\ -\x7a\xed\xfa\x1b\x2f\x7e\xcf\x33\x09\xc8\xb4\x31\xa9\x32\xbb\xc6\ -\xd2\x12\x01\xbf\x23\xe7\x3e\x07\xd1\x6f\x33\x9b\x3c\xb4\x64\x37\ -\x52\xc3\xba\x31\x48\xd9\xcd\x6d\x3b\xf5\x6b\xb8\xff\x3a\xff\xee\ -\x3d\xf5\xef\x34\x00\x0e\x99\x3c\xd2\x71\xd7\x76\xbd\x5e\x60\x8b\ -\x05\x64\xba\x8f\xbe\xf2\x6d\x4b\x38\xbe\x05\xe6\xd6\x40\xac\x6e\ -\xad\xeb\x24\x4a\xa9\x4c\xeb\x80\x31\x16\x71\xce\x19\xdb\x47\x57\ -\xdf\xef\xc6\x31\xfc\xca\x90\xaf\x5d\x5b\x78\x88\x5f\x06\x00\xd1\ -\xde\xad\x0d\x38\x86\xc6\x58\x97\x28\xd3\x35\xd6\x3e\x77\x44\xb7\ -\x19\xdc\xe7\xb0\xf4\x2b\x47\xea\x6e\x0a\xf5\xdc\xc4\x59\x33\x15\ -\x26\xdd\xe6\x9b\x26\xf5\xba\xee\x7f\xfe\xfc\xdd\x7d\xea\xdf\xa9\ -\x24\xf0\x8f\x9b\x3c\x7a\x1e\xe9\x62\xe0\xd5\xb2\x22\x67\xd1\x38\ -\x17\x74\x02\x24\x2e\x82\xf1\x8f\x04\xf8\x05\x3f\xf0\xde\x2f\x15\ -\xc3\x5a\xe8\x07\x5c\x78\xe2\x80\xe3\x06\x86\x3a\xfe\xc8\xc7\xc1\ -\x96\x17\x50\x5f\x5d\x18\xf8\xf0\xb8\x7d\xc9\x60\x0e\x01\x63\x89\ -\x32\x6d\x52\x63\xdd\xae\x23\x5a\x62\x84\x5b\x44\xee\xb6\x81\x59\ -\x60\x7d\xbe\xe1\x4a\xfd\x2e\xd2\x24\xdb\xaa\x57\xcd\x0a\x56\x7e\ -\xb0\x16\xee\x8f\x3e\x02\x1c\x16\x11\xae\xcf\x83\x66\xce\xc7\x6e\ -\x9a\x77\x5d\x43\x72\xe3\xcb\x4a\x26\x63\x17\x3b\x96\x35\x7d\xc9\ -\x37\xad\x65\xeb\x9c\xa1\xae\x8d\xe9\xa4\x99\x36\x4a\xeb\x10\x40\ -\xc8\x39\x63\x43\x86\xf1\x70\x0f\x6f\x78\x4b\x5a\x1b\xa8\xac\xbf\ -\xa7\x4f\x3c\x08\xff\xce\x11\x32\x65\x75\xaa\x6d\xd3\x59\x7a\x6a\ -\x89\x6e\x00\xf6\x17\x8e\xdc\x6f\x9d\xd1\x0f\x02\x63\xd6\xb7\x95\ -\xea\xa6\x29\xb2\xf4\x79\xdd\x9e\xf8\x5d\xcb\xfd\xc3\xca\xbb\x1d\ -\xee\xff\x59\x47\x80\x97\xcf\x95\x2b\xe0\x97\x23\x70\x5b\x3a\xca\ -\x23\xaf\xe6\x49\xe1\x42\xa7\x58\xb9\x18\x7a\x13\xce\xe3\x27\x05\ -\xe1\x22\x88\x5f\x66\x1e\x3b\x17\x78\xe2\x4c\x31\x8a\xaa\x61\x18\ -\x30\xcf\xf3\x90\xe7\x8c\x1c\x8c\x0b\x18\xc7\xd1\x69\x6e\x0f\xfc\ -\x8c\xf2\xc1\x90\x32\xc6\x65\xda\xc6\xe4\xb0\x65\xe1\x1e\x31\xeb\ -\x6e\x82\x70\x57\x81\x9e\x78\xa6\x5f\x97\x7d\xd9\x4b\x44\x4f\xbf\ -\x6b\x35\xfd\x8f\x3a\x02\xbc\x7c\x56\x56\x40\x5f\x2d\xc1\x15\x27\ -\xfb\x34\x61\x77\x9d\x67\xb8\xc9\x8c\x4c\xc3\x32\x75\xb3\xbe\x6d\ -\x80\x61\x8b\x83\xd6\x89\xb0\x6b\x1d\xf5\x92\x4c\x1b\xa5\x54\x81\ -\x40\xbe\x18\x4a\x8f\x10\x60\x08\x50\x69\x0c\xe7\x1c\x8c\x75\x94\ -\x66\x3a\x53\xc6\xd6\x89\x68\x81\xc8\x7d\x61\xe1\x7e\xc1\xb5\xbe\ -\x41\xa9\x5b\xd4\x7e\x7f\x5b\x65\x7e\x1c\x75\xa1\x64\xb6\x6e\xdf\ -\x16\x2d\xeb\x27\x00\xbc\x05\x20\xc8\xe9\x3e\x4d\xf2\x96\x43\xca\ -\x4d\xaa\x65\xea\x17\xa9\xe3\xa5\x6c\x97\x02\x6c\x5a\xb2\x1b\x8c\ -\xb0\x6b\x9c\x8b\xb3\x4c\xb9\x4c\xa9\x08\x44\xbe\xf0\x04\x73\xc4\ -\xd1\x8f\x7b\x94\x64\xda\x64\xda\xb4\x9d\x75\x2b\x44\xf8\x8a\x88\ -\x3e\x67\xd6\xfc\x9a\x59\xf5\x4d\x96\xa9\x8d\x44\xe9\xb6\x17\x93\ -\xea\x6d\xae\x99\xf2\xef\x5a\xee\x5d\xac\xe9\xff\xac\x5e\x01\xaf\ -\xed\x2c\x5e\x01\x5f\xc1\x2c\x9f\xac\xf4\x04\x05\x25\x29\x3d\x84\ -\xbe\x90\x15\x78\x7c\x92\x39\x7e\x1a\x8c\x7f\x08\xc6\x2e\x33\xc6\ -\xce\x4a\x4f\x9c\x00\xc8\xcb\xb4\x49\x9d\x73\x4d\x72\xb4\x48\xa0\ -\x39\xb2\xf6\x8e\xb1\xb4\x44\xae\xbf\x2d\x53\xaf\xab\xf9\xbb\xd7\ -\xc2\xfd\x09\x00\xdf\x01\x08\xc0\x2c\xdf\x8d\x3c\xe1\x45\x5a\xfa\ -\x12\x61\x41\xc8\xaa\x95\x7c\x12\xe4\x9d\x61\x70\xe7\x89\xf1\xf7\ -\x09\x34\x4e\x8e\x52\x72\xf4\x94\xc1\xdd\xb7\xcc\x3d\x62\xce\xae\ -\x27\x69\xd2\x66\xb1\x4c\xa9\x02\x53\xad\xaf\xda\x7c\xb4\xfd\xe3\ -\xb9\xf8\x1f\x3d\x00\x0e\x00\x61\x76\x96\x43\xe7\x23\x68\xbf\x88\ -\x50\x28\x59\x15\x1e\xc6\xc1\xc4\x14\x01\x65\x30\xa7\x9c\xa2\x6d\ -\xe3\x92\x4d\x18\xd7\xe8\xc6\x2e\x29\x02\xfa\xd9\xda\x96\xbd\xf4\ -\xe0\x9f\x7e\x62\xf7\x13\x00\xde\xc2\xf9\xbb\x4f\xc1\x8f\x5f\xce\ -\x81\x50\x6f\x19\x59\x28\x59\x59\xb6\x61\x10\xcb\x4c\x72\xe7\x59\ -\x9b\x66\x19\x19\x95\x31\x41\xfa\xc7\x1a\xee\xff\xac\x01\xb0\x3f\ -\x22\xec\x46\x67\x79\x60\xbb\x3c\x13\x9a\x19\x5e\x62\x65\xd1\xa7\ -\x02\xf9\x6e\xd7\xac\xd3\x78\x82\x21\x41\x03\x3f\xf6\xcb\xff\xb3\ -\x04\xc0\xfe\xce\x62\xbd\x0e\x76\x05\xf9\x20\xea\xe8\xd1\x9c\xe6\ -\xfe\xe7\x72\xf1\x3f\x9d\x9f\x0e\x00\xe0\xff\x03\xc5\xfa\xf4\xc6\ -\xb3\xbb\xc6\x5a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -" - -qt_resource_name = "\ -\x00\x05\ -\x00\x6f\xa6\x53\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x73\ -\x00\x07\ -\x08\x77\x57\xa7\ -\x00\x71\ -\x00\x74\x00\x34\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x07\ -\x0d\x77\x57\xa7\ -\x00\x77\ -\x00\x61\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -" - -qt_resource_struct = "\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\ -\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x00\x24\x00\x00\x00\x00\x00\x01\x00\x00\x2f\xe2\ -" - -def qInitResources(): - QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/debian/qwad/usr/share/Qwad/README b/debian/qwad/usr/share/Qwad/README deleted file mode 100644 index 5c979b6..0000000 --- a/debian/qwad/usr/share/Qwad/README +++ /dev/null @@ -1,44 +0,0 @@ ---** Qwad **-- - -Qwad is a Python-Qt utility to manage Wad files. - -Features: - -* NUS Downloader - - download any IOS / Channel from NUS - - decrypt - - pack as wad - - choose filename - - choose version to download (available are displayed) - -* Unpack Wad - - unpack wad to make modification or inspect content - -* Repack Wad - - repack (modified) wad, ready for install on Wii - -* TMD Viewer - - view contents of TMD - -TODO: - -* NUS Downloader - - add new IOS [DONE] - - add new Channels [DONE] - - display available Versions [DONE] - - improve Channel downloader [WIP] - - display descriptions [ ] - -* General GUI - - German Translation [ ] - - UI improvments [WIP] - -* General CLI - - commandline params for automated actions [ ] - -* Other - - extract bootmii nand.bin [ ] - -USING: - -either do 'make install' or directly call 'python2 ./Qwad.pyw' diff --git a/debian/qwad/usr/share/Qwad/i18n/Qwad_ca.ts b/debian/qwad/usr/share/Qwad/i18n/Qwad_ca.ts deleted file mode 100644 index a6a6707..0000000 --- a/debian/qwad/usr/share/Qwad/i18n/Qwad_ca.ts +++ /dev/null @@ -1,1032 +0,0 @@ - - - - @default - - - Unknown error - - - - - Downloading files from NUS... This may take a while, please, be patient. - - - - - Unpacking WAD... - - - - - Packing into WAD... - - - - - Cleaning temporary files... - - - - - Dialog - - - Dialog - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - Version - - - - - Author: - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - - - License - - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - - - Thanks - - - - - MWQwad - - - (Latest) - - - - - Ready - - - - - Error - - - - - An error has ocurred: - - - - - Select WAD file - - - - - *.wad; *.WAD - - - - - Select where to store WAD contents - - - - - Select where to save the newly created WAD - - - - - Select folder to pack into WAD - - - - - About Qt - - - - - Select where to save the downloaded WAD - - - - - Select the directory where store the downloaded files - - - - - Select a TMD file - - - - - tmd; TMD - - - - - Qwad - - - Qwad - a WAD management tool - - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - - - WAD file - - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - - - Output - - - - - Unpack - - - - - Unpack WAD - - - - - TMD file - - - - - Title ID - - - - - 0000000000000000 - - - - - ID (ascii) - - - - - Version - - - - - 0 - - - - - Title type - - - - - IOS needed - - - - - Group ID - - - - - Boot index - - - - - Access rights - - - - - Contents - - - - - TMD viewer - - - - - Carpeta y nombre del nuevo WAD - - - - - Ruta hacia la carpeta que empaquetar en WAD - - - - - Folder - - - - - Pack - - - - - Pack WAD - - - - - Download - - - - - 000000000000000000 - - - - - Choose title: - - - - - Choose IOS - - - - - Choose Channel/Menu - - - - - Decrypt - - - - - Pack into WAD - - - - - unset - - - - - Version: - - - - - Available Versions: - - - - - Download from NUS - - - - - Help - - - - - About Qwad - - - - - About Qt - - - - - About Wii Signer - - - - diff --git a/debian/qwad/usr/share/Qwad/i18n/Qwad_de.ts b/debian/qwad/usr/share/Qwad/i18n/Qwad_de.ts deleted file mode 100644 index a6a6707..0000000 --- a/debian/qwad/usr/share/Qwad/i18n/Qwad_de.ts +++ /dev/null @@ -1,1032 +0,0 @@ - - - - @default - - - Unknown error - - - - - Downloading files from NUS... This may take a while, please, be patient. - - - - - Unpacking WAD... - - - - - Packing into WAD... - - - - - Cleaning temporary files... - - - - - Dialog - - - Dialog - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - Version - - - - - Author: - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - - - License - - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - - - Thanks - - - - - MWQwad - - - (Latest) - - - - - Ready - - - - - Error - - - - - An error has ocurred: - - - - - Select WAD file - - - - - *.wad; *.WAD - - - - - Select where to store WAD contents - - - - - Select where to save the newly created WAD - - - - - Select folder to pack into WAD - - - - - About Qt - - - - - Select where to save the downloaded WAD - - - - - Select the directory where store the downloaded files - - - - - Select a TMD file - - - - - tmd; TMD - - - - - Qwad - - - Qwad - a WAD management tool - - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - - - WAD file - - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - - - Output - - - - - Unpack - - - - - Unpack WAD - - - - - TMD file - - - - - Title ID - - - - - 0000000000000000 - - - - - ID (ascii) - - - - - Version - - - - - 0 - - - - - Title type - - - - - IOS needed - - - - - Group ID - - - - - Boot index - - - - - Access rights - - - - - Contents - - - - - TMD viewer - - - - - Carpeta y nombre del nuevo WAD - - - - - Ruta hacia la carpeta que empaquetar en WAD - - - - - Folder - - - - - Pack - - - - - Pack WAD - - - - - Download - - - - - 000000000000000000 - - - - - Choose title: - - - - - Choose IOS - - - - - Choose Channel/Menu - - - - - Decrypt - - - - - Pack into WAD - - - - - unset - - - - - Version: - - - - - Available Versions: - - - - - Download from NUS - - - - - Help - - - - - About Qwad - - - - - About Qt - - - - - About Wii Signer - - - - diff --git a/debian/qwad/usr/share/Qwad/i18n/Qwad_en.ts b/debian/qwad/usr/share/Qwad/i18n/Qwad_en.ts deleted file mode 100644 index a6a6707..0000000 --- a/debian/qwad/usr/share/Qwad/i18n/Qwad_en.ts +++ /dev/null @@ -1,1032 +0,0 @@ - - - - @default - - - Unknown error - - - - - Downloading files from NUS... This may take a while, please, be patient. - - - - - Unpacking WAD... - - - - - Packing into WAD... - - - - - Cleaning temporary files... - - - - - Dialog - - - Dialog - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - Version - - - - - Author: - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - - - License - - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - - - Thanks - - - - - MWQwad - - - (Latest) - - - - - Ready - - - - - Error - - - - - An error has ocurred: - - - - - Select WAD file - - - - - *.wad; *.WAD - - - - - Select where to store WAD contents - - - - - Select where to save the newly created WAD - - - - - Select folder to pack into WAD - - - - - About Qt - - - - - Select where to save the downloaded WAD - - - - - Select the directory where store the downloaded files - - - - - Select a TMD file - - - - - tmd; TMD - - - - - Qwad - - - Qwad - a WAD management tool - - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - - - WAD file - - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - - - Output - - - - - Unpack - - - - - Unpack WAD - - - - - TMD file - - - - - Title ID - - - - - 0000000000000000 - - - - - ID (ascii) - - - - - Version - - - - - 0 - - - - - Title type - - - - - IOS needed - - - - - Group ID - - - - - Boot index - - - - - Access rights - - - - - Contents - - - - - TMD viewer - - - - - Carpeta y nombre del nuevo WAD - - - - - Ruta hacia la carpeta que empaquetar en WAD - - - - - Folder - - - - - Pack - - - - - Pack WAD - - - - - Download - - - - - 000000000000000000 - - - - - Choose title: - - - - - Choose IOS - - - - - Choose Channel/Menu - - - - - Decrypt - - - - - Pack into WAD - - - - - unset - - - - - Version: - - - - - Available Versions: - - - - - Download from NUS - - - - - Help - - - - - About Qwad - - - - - About Qt - - - - - About Wii Signer - - - - diff --git a/debian/qwad/usr/share/Qwad/i18n/Qwad_es.ts b/debian/qwad/usr/share/Qwad/i18n/Qwad_es.ts deleted file mode 100644 index a6a6707..0000000 --- a/debian/qwad/usr/share/Qwad/i18n/Qwad_es.ts +++ /dev/null @@ -1,1032 +0,0 @@ - - - - @default - - - Unknown error - - - - - Downloading files from NUS... This may take a while, please, be patient. - - - - - Unpacking WAD... - - - - - Packing into WAD... - - - - - Cleaning temporary files... - - - - - Dialog - - - Dialog - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - Version - - - - - Author: - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - - - License - - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - - - Thanks - - - - - MWQwad - - - (Latest) - - - - - Ready - - - - - Error - - - - - An error has ocurred: - - - - - Select WAD file - - - - - *.wad; *.WAD - - - - - Select where to store WAD contents - - - - - Select where to save the newly created WAD - - - - - Select folder to pack into WAD - - - - - About Qt - - - - - Select where to save the downloaded WAD - - - - - Select the directory where store the downloaded files - - - - - Select a TMD file - - - - - tmd; TMD - - - - - Qwad - - - Qwad - a WAD management tool - - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - - - WAD file - - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - - - Output - - - - - Unpack - - - - - Unpack WAD - - - - - TMD file - - - - - Title ID - - - - - 0000000000000000 - - - - - ID (ascii) - - - - - Version - - - - - 0 - - - - - Title type - - - - - IOS needed - - - - - Group ID - - - - - Boot index - - - - - Access rights - - - - - Contents - - - - - TMD viewer - - - - - Carpeta y nombre del nuevo WAD - - - - - Ruta hacia la carpeta que empaquetar en WAD - - - - - Folder - - - - - Pack - - - - - Pack WAD - - - - - Download - - - - - 000000000000000000 - - - - - Choose title: - - - - - Choose IOS - - - - - Choose Channel/Menu - - - - - Decrypt - - - - - Pack into WAD - - - - - unset - - - - - Version: - - - - - Available Versions: - - - - - Download from NUS - - - - - Help - - - - - About Qwad - - - - - About Qt - - - - - About Wii Signer - - - - diff --git a/debian/qwad/usr/share/Qwad/i18n/Qwad_fr.ts b/debian/qwad/usr/share/Qwad/i18n/Qwad_fr.ts deleted file mode 100644 index a6a6707..0000000 --- a/debian/qwad/usr/share/Qwad/i18n/Qwad_fr.ts +++ /dev/null @@ -1,1032 +0,0 @@ - - - - @default - - - Unknown error - - - - - Downloading files from NUS... This may take a while, please, be patient. - - - - - Unpacking WAD... - - - - - Packing into WAD... - - - - - Cleaning temporary files... - - - - - Dialog - - - Dialog - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - Version - - - - - Author: - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - - - License - - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - - - Thanks - - - - - MWQwad - - - (Latest) - - - - - Ready - - - - - Error - - - - - An error has ocurred: - - - - - Select WAD file - - - - - *.wad; *.WAD - - - - - Select where to store WAD contents - - - - - Select where to save the newly created WAD - - - - - Select folder to pack into WAD - - - - - About Qt - - - - - Select where to save the downloaded WAD - - - - - Select the directory where store the downloaded files - - - - - Select a TMD file - - - - - tmd; TMD - - - - - Qwad - - - Qwad - a WAD management tool - - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - - - WAD file - - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - - - Output - - - - - Unpack - - - - - Unpack WAD - - - - - TMD file - - - - - Title ID - - - - - 0000000000000000 - - - - - ID (ascii) - - - - - Version - - - - - 0 - - - - - Title type - - - - - IOS needed - - - - - Group ID - - - - - Boot index - - - - - Access rights - - - - - Contents - - - - - TMD viewer - - - - - Carpeta y nombre del nuevo WAD - - - - - Ruta hacia la carpeta que empaquetar en WAD - - - - - Folder - - - - - Pack - - - - - Pack WAD - - - - - Download - - - - - 000000000000000000 - - - - - Choose title: - - - - - Choose IOS - - - - - Choose Channel/Menu - - - - - Decrypt - - - - - Pack into WAD - - - - - unset - - - - - Version: - - - - - Available Versions: - - - - - Download from NUS - - - - - Help - - - - - About Qwad - - - - - About Qt - - - - - About Wii Signer - - - - diff --git a/debian/qwad/usr/share/Qwad/i18n/Qwad_it.ts b/debian/qwad/usr/share/Qwad/i18n/Qwad_it.ts deleted file mode 100644 index a6a6707..0000000 --- a/debian/qwad/usr/share/Qwad/i18n/Qwad_it.ts +++ /dev/null @@ -1,1032 +0,0 @@ - - - - @default - - - Unknown error - - - - - Downloading files from NUS... This may take a while, please, be patient. - - - - - Unpacking WAD... - - - - - Packing into WAD... - - - - - Cleaning temporary files... - - - - - Dialog - - - Dialog - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:24pt; font-weight:600;">Qwad</span></p></body></html> - - - - - Version - - - - - Author: - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 3, 29 June 2007</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License is a free, copyleft license for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software and other kinds of works.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software and other practical works are designed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to take away your freedom to share and change the works. By contrast,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License is intended to guarantee your freedom to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">share and change all versions of a program--to make sure it remains free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software for all its users. We, the Free Software Foundation, use the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License for most of our software; it applies also to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any other work released this way by its authors. You can apply it to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">them if you wish), that you receive source code or can get it if you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want it, that you can change the software or use pieces of it in new</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free programs, and that you know you can do these things.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to prevent others from denying you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these rights or asking you to surrender the rights. Therefore, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain responsibilities if you distribute copies of the software, or if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you modify it: responsibilities to respect the freedom of others.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must pass on to the recipients the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedoms that you received. You must make sure that they, too, receive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or can get the source code. And you must show them these terms so they</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">know their rights.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Developers that use the GNU GPL protect your rights with two steps:</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) assert copyright on the software, and (2) offer you this License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">giving you legal permission to copy, distribute and/or modify it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For the developers' and authors' protection, the GPL clearly explains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that there is no warranty for this free software. For both users' and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' sake, the GPL requires that modified versions be marked as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">changed, so that their problems will not be attributed erroneously to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors of previous versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Some devices are designed to deny users access to install or run</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified versions of the software inside them, although the manufacturer</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can do so. This is fundamentally incompatible with the aim of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protecting users' freedom to change the software. The systematic</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pattern of such abuse occurs in the area of products for individuals to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">use, which is precisely where it is most unacceptable. Therefore, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have designed this version of the GPL to prohibit the practice for those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">products. If such problems arise substantially in other domains, we</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stand ready to extend this provision to those domains in future versions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the GPL, as needed to protect the freedom of users.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, every program is threatened constantly by software patents.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">States should not allow patents to restrict development and use of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software on general-purpose computers, but in those that do, we wish to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">avoid the special danger that patents applied to a free program could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make it effectively proprietary. To prevent this, the GPL assures that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents cannot be used to render the program non-free.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. Definitions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "This License" refers to version 3 of the GNU General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Copyright" also means copyright-like laws that apply to other kinds of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, such as semiconductor masks.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "The Program" refers to any copyrightable work licensed under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License. Each licensee is addressed as "you". "Licensees" and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"recipients" may be individuals or organizations.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "modify" a work means to copy from or adapt all or part of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a fashion requiring copyright permission, other than the making of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exact copy. The resulting work is called a "modified version" of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">earlier work or a work "based on" the earlier work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "covered work" means either the unmodified Program or a work based</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "propagate" a work means to do anything with it that, without</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission, would make you directly or secondarily liable for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement under applicable copyright law, except executing it on a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">computer or modifying a private copy. Propagation includes copying,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution (with or without modification), making available to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public, and in some countries other activities as well.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To "convey" a work means any kind of propagation that enables other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties to make or receive copies. Mere interaction with a user through</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a computer network, with no transfer of a copy, is not conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An interactive user interface displays "Appropriate Legal Notices"</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the extent that it includes a convenient and prominently visible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feature that (1) displays an appropriate copyright notice, and (2)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tells the user that there is no warranty for the work (except to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">extent that warranties are provided), that licensees may convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work under this License, and how to view a copy of this License. If</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the interface presents a list of user commands or options, such as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">menu, a prominent item in the list meets this criterion.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. Source Code.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "source code" for a work means the preferred form of the work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for making modifications to it. "Object code" means any non-source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "Standard Interface" means an interface that either is an official</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">standard defined by a recognized standards body, or, in the case of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">interfaces specified for a particular programming language, one that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is widely used among developers working in that language.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "System Libraries" of an executable work include anything, other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">than the work as a whole, that (a) is included in the normal form of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">packaging a Major Component, but which is not part of that Major</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Component, and (b) serves only to enable use of the work with that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Major Component, or to implement a Standard Interface for which an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implementation is available to the public in source code form. A</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Major Component", in this context, means a major essential component</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(kernel, window system, and so on) of the specific operating system</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(if any) on which the executable work runs, or a compiler used to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce the work, or an object code interpreter used to run it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Corresponding Source" for a work in object code form means all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the source code needed to generate, install, and (for an executable</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work) run the object code and to modify the work, including scripts to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control those activities. However, it does not include the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">System Libraries, or general-purpose tools or generally available free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs which are used unmodified in performing those activities but</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">which are not part of the work. For example, Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">includes interface definition files associated with source files for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and the source code for shared libraries and dynamically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linked subprograms that the work is specifically designed to require,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such as by intimate data communication or control flow between those</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subprograms and other parts of the work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source need not include anything that users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">can regenerate automatically from other parts of the Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Source.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Corresponding Source for a work in source code form is that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">same work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. Basic Permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All rights granted under this License are granted for the term of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright on the Program, and are irrevocable provided the stated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are met. This License explicitly affirms your unlimited</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to run the unmodified Program. The output from running a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work is covered by this License only if the output, given its</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">content, constitutes a covered work. This License acknowledges your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights of fair use or other equivalent, as provided by copyright law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may make, run and propagate covered works that you do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey, without conditions so long as your license otherwise remains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in force. You may convey covered works to others for the sole purpose</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of having them make modifications exclusively for you, or provide you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with facilities for running those works, provided that you comply with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the terms of this License in conveying all material for which you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not control copyright. Those thus making or running the covered works</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for you must do so exclusively on your behalf, under your direction</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and control, on terms that prohibit them from making any copies of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your copyrighted material outside their relationship with you.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Conveying under any other circumstances is permitted solely under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the conditions stated below. Sublicensing is not allowed; section 10</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">makes it unnecessary.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. Protecting Users' Legal Rights From Anti-Circumvention Law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> No covered work shall be deemed part of an effective technological</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measure under any applicable law fulfilling obligations under article</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">11 of the WIPO copyright treaty adopted on 20 December 1996, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">similar laws prohibiting or restricting circumvention of such</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a covered work, you waive any legal power to forbid</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumvention of technological measures to the extent such circumvention</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is effected by exercising rights under this License with respect to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the covered work, and you disclaim any intention to limit operation or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification of the work as a means of enforcing, against the work's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">users, your or third parties' legal rights to forbid circumvention of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">technological measures.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. Conveying Verbatim Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey verbatim copies of the Program's source code as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receive it, in any medium, provided that you conspicuously and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">appropriately publish on each copy an appropriate copyright notice;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices stating that this License and any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">non-permissive terms added in accord with section 7 apply to the code;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">keep intact all notices of the absence of any warranty; and give all</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">recipients a copy of this License along with the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may charge any price or no price for each copy that you convey,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and you may offer support or warranty protection for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. Conveying Modified Source Versions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a work based on the Program, or the modifications to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">produce it from the Program, in the form of source code under the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">terms of section 4, provided that you also meet all of these conditions:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) The work must carry prominent notices stating that you modified</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it, and giving a relevant date.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) The work must carry prominent notices stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> released under this License and any conditions added under section</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. This requirement modifies the requirement in section 4 to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "keep intact all notices".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) You must license the entire work, as a whole, under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License to anyone who comes into possession of a copy. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License will therefore apply, along with any applicable section 7</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> additional terms, to the whole of the work, and all its parts,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> regardless of how they are packaged. This License gives no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> permission to license the work in any other way, but it does not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> invalidate such permission if you have separately received it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) If the work has interactive user interfaces, each must display</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Appropriate Legal Notices; however, if the Program has interactive</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interfaces that do not display Appropriate Legal Notices, your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> work need not make them do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A compilation of a covered work with other separate and independent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">works, which are not by their nature extensions of the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and which are not combined with it such as to form a larger program,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in or on a volume of a storage or distribution medium, is called an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"aggregate" if the compilation and its resulting copyright are not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">used to limit the access or legal rights of the compilation's users</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beyond what the individual works permit. Inclusion of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in an aggregate does not cause this License to apply to the other</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the aggregate.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Conveying Non-Source Forms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may convey a covered work in object code form under the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of sections 4 and 5, provided that you also convey the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">machine-readable Corresponding Source under the terms of this License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in one of these ways:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source fixed on a durable physical medium</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Convey the object code in, or embodied in, a physical product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (including a physical distribution medium), accompanied by a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer, valid for at least three years and valid for as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> long as you offer spare parts or customer support for that product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> model, to give anyone who possesses the object code either (1) a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy of the Corresponding Source for all the software in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> product that is covered by this License, on a durable physical</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> medium customarily used for software interchange, for a price no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> more than your reasonable cost of physically performing this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> conveying of source, or (2) access to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source from a network server at no charge.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Convey individual copies of the object code with a copy of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> written offer to provide the Corresponding Source. This</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> alternative is allowed only occasionally and noncommercially, and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> only if you received the object code with such an offer, in accord</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with subsection 6b.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Convey the object code by offering access from a designated</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> place (gratis or for a charge), and offer equivalent access to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source in the same way through the same place at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> further charge. You need not require recipients to copy the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source along with the object code. If the place to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> copy the object code is a network server, the Corresponding Source</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> may be on a different server (operated by you or a third party)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> that supports equivalent copying facilities, provided you maintain</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> clear directions next to the object code saying where to find the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source. Regardless of what server hosts the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source, you remain obligated to ensure that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> available for as long as needed to satisfy these requirements.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Convey the object code using peer-to-peer transmission, provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> you inform other peers where the object code and Corresponding</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Source of the work are being offered to the general public at no</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> charge under subsection 6d.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A separable portion of the object code, whose source code is excluded</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">from the Corresponding Source as a System Library, need not be</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">included in conveying the object code work.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "User Product" is either (1) a "consumer product", which means any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tangible personal property which is normally used for personal, family,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or household purposes, or (2) anything designed or sold for incorporation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into a dwelling. In determining whether a product is a consumer product,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">doubtful cases shall be resolved in favor of coverage. For a particular</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">product received by a particular user, "normally used" refers to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">typical or common use of that class of product, regardless of the status</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the particular user or of the way in which the particular user</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actually uses, or expects or is expected to use, the product. A product</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is a consumer product regardless of whether the product has substantial</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">commercial, industrial or non-consumer uses, unless such uses represent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only significant mode of use of the product.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Installation Information" for a User Product means any methods,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">procedures, authorization keys, or other information required to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and execute modified versions of a covered work in that User Product from</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a modified version of its Corresponding Source. The information must</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">suffice to ensure that the continued functioning of the modified object</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code is in no case prevented or interfered with solely because</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification has been made.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey an object code work under this section in, or with, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically for use in, a User Product, and the conveying occurs as</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">part of a transaction in which the right of possession and use of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">User Product is transferred to the recipient in perpetuity or for a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">fixed term (regardless of how the transaction is characterized), the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source conveyed under this section must be accompanied</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Installation Information. But this requirement does not apply</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if neither you nor any third party retains the ability to install</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modified object code on the User Product (for example, the work has</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">been installed in ROM).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The requirement to provide Installation Information does not include a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">requirement to continue to provide support service, warranty, or updates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for a work that has been modified or installed by the recipient, or for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the User Product in which it has been modified or installed. Access to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">network may be denied when the modification itself materially and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">adversely affects the operation of the network or violates the rules and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">protocols for communication across the network.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Corresponding Source conveyed, and Installation Information provided,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in accord with this section must be in a format that is publicly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">documented (and with an implementation available to the public in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code form), and must require no special password or key for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">unpacking, reading or copying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. Additional Terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> "Additional permissions" are terms that supplement the terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License by making exceptions from one or more of its conditions.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Additional permissions that are applicable to the entire Program shall</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be treated as though they were included in this License, to the extent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that they are valid under applicable law. If additional permissions</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply only to part of the Program, that part may be used separately</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under those permissions, but the entire Program remains governed by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License without regard to the additional permissions.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When you convey a copy of a covered work, you may at your option</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove any additional permissions from that copy, or from any part of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it. (Additional permissions may be written to require their own</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">removal in certain cases when you modify the work.) You may place</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional permissions on material, added by you to a covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for which you have or can give appropriate copyright permission.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, for material you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">add to a covered work, you may (if authorized by the copyright holders of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that material) supplement the terms of this License with terms:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Disclaiming warranty or limiting liability differently from the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> terms of sections 15 and 16 of this License; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Requiring preservation of specified reasonable legal notices or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> author attributions in that material or in the Appropriate Legal</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notices displayed by works containing it; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Prohibiting misrepresentation of the origin of that material, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> requiring that modified versions of such material be marked in</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> reasonable ways as different from the original version; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> d) Limiting the use for publicity purposes of names of licensors or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> authors of the material; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> e) Declining to grant rights under trademark law for use of some</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> trade names, trademarks, or service marks; or</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> f) Requiring indemnification of licensors and authors of that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> material by anyone who conveys the material (or modified versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it) with contractual assumptions of liability to the recipient, for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> any liability that these contractual assumptions directly impose on</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> those licensors and authors.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> All other non-permissive additional terms are considered "further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions" within the meaning of section 10. If the Program as you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received it, or any part of it, contains a notice stating that it is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">governed by this License along with a term that is a further</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restriction, you may remove that term. If a license document contains</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a further restriction but permits relicensing or conveying under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License, you may add to a covered work material governed by the terms</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of that license document, provided that the further restriction does</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not survive such relicensing or conveying.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you add terms to a covered work in accord with this section, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">must place, in the relevant source files, a statement of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">additional terms that apply to those files, or a notice indicating</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">where to find the applicable terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Additional terms, permissive or non-permissive, may be stated in the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form of a separately written license, or stated as exceptions;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the above requirements apply either way.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. Termination.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not propagate or modify a covered work except as expressly</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provided under this License. Any attempt otherwise to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify it is void, and will automatically terminate your rights under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License (including any patent licenses granted under the third</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">paragraph of section 11).</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> However, if you cease all violation of this License, then your</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license from a particular copyright holder is reinstated (a)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">provisionally, unless and until the copyright holder explicitly and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">finally terminates your license, and (b) permanently, if the copyright</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">holder fails to notify you of the violation by some reasonable means</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prior to 60 days after the cessation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Moreover, your license from a particular copyright holder is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated permanently if the copyright holder notifies you of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">violation by some reasonable means, this is the first time you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">received notice of violation of this License (for any work) from that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright holder, and you cure the violation prior to 30 days after</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your receipt of the notice.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Termination of your rights under this section does not terminate the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses of parties who have received copies or rights from you under</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License. If your rights have been terminated and not permanently</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reinstated, you do not qualify to receive new licenses for the same</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">material under section 10.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. Acceptance Not Required for Having Copies.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You are not required to accept this License in order to receive or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">run a copy of the Program. Ancillary propagation of a covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">occurring solely as a consequence of using peer-to-peer transmission</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to receive a copy likewise does not require acceptance. However,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nothing other than this License grants you permission to propagate or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modify any covered work. These actions infringe copyright if you do</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not accept this License. Therefore, by modifying or propagating a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, you indicate your acceptance of this License to do so.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. Automatic Licensing of Downstream Recipients.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each time you convey a covered work, the recipient automatically</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receives a license from the original licensors, to run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate that work, subject to this License. You are not responsible</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for enforcing compliance by third parties with this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> An "entity transaction" is a transaction transferring control of an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or substantially all assets of one, or subdividing an</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">organization, or merging organizations. If propagation of a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work results from an entity transaction, each party to that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transaction who receives a copy of the work also receives whatever</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">licenses to the work the party's predecessor in interest had or could</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">give under the previous paragraph, plus a right to possession of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Corresponding Source of the work from the predecessor in interest, if</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the predecessor has it or can get it with reasonable efforts.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You may not impose any further restrictions on the exercise of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted or affirmed under this License. For example, you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not impose a license fee, royalty, or other charge for exercise of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights granted under this License, and you may not initiate litigation</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(including a cross-claim or counterclaim in a lawsuit) alleging that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any patent claim is infringed by making, using, selling, offering for</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sale, or importing the Program or any portion of it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. Patents.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A "contributor" is a copyright holder who authorizes use under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License of the Program or a work on which the Program is based. The</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work thus licensed is called the contributor's "contributor version".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A contributor's "essential patent claims" are all patent claims</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">owned or controlled by the contributor, whether already acquired or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hereafter acquired, that would be infringed by some manner, permitted</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by this License, of making, using, or selling its contributor version,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but do not include claims that would be infringed only as a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consequence of further modification of the contributor version. For</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">purposes of this definition, "control" includes the right to grant</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent sublicenses in a manner consistent with the requirements of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each contributor grants you a non-exclusive, worldwide, royalty-free</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license under the contributor's essential patent claims, to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make, use, sell, offer for sale, import and otherwise run, modify and</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">propagate the contents of its contributor version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In the following three paragraphs, a "patent license" is any express</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">agreement or commitment, however denominated, not to enforce a patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(such as an express permission to practice a patent or covenant not to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sue for patent infringement). To "grant" such a patent license to a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">party means to make such an agreement or commitment not to enforce a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent against the party.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you convey a covered work, knowingly relying on a patent license,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and the Corresponding Source of the work is not available for anyone</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to copy, free of charge and under the terms of this License, through a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">publicly available network server or other readily accessible means,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">then you must either (1) cause the Corresponding Source to be so</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">available, or (2) arrange to deprive yourself of the benefit of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license for this particular work, or (3) arrange, in a manner</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consistent with the requirements of this License, to extend the patent</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license to downstream recipients. "Knowingly relying" means you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">actual knowledge that, but for the patent license, your conveying the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work in a country, or your recipient's use of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in a country, would infringe one or more identifiable patents in that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">country that you have reason to believe are valid.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If, pursuant to or in connection with a single transaction or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">arrangement, you convey, or propagate by procuring conveyance of, a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work, and grant a patent license to some of the parties</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">receiving the covered work authorizing them to use, propagate, modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or convey a specific copy of the covered work, then the patent license</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you grant is automatically extended to all recipients of the covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work and works based on it.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A patent license is "discriminatory" if it does not include within</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of its coverage, prohibits the exercise of, or is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditioned on the non-exercise of one or more of the rights that are</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifically granted under this License. You may not convey a covered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">work if you are a party to an arrangement with a third party that is</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in the business of distributing software, under which you make payment</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to the third party based on the extent of your activity of conveying</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the work, and under which the third party grants, to any of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties who would receive the covered work from you, a discriminatory</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent license (a) in connection with copies of the covered work</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conveyed by you (or copies made from those copies), or (b) primarily</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for and in connection with specific products or compilations that</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">contain the covered work, unless you entered into that arrangement,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or that patent license was granted, prior to 28 March 2007.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Nothing in this License shall be construed as excluding or limiting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any implied license or other defenses to infringement that may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise be available to you under applicable patent law.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. No Surrender of Others' Freedom.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If conditions are imposed on you (whether by court order, agreement or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot convey a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered work so as to satisfy simultaneously your obligations under this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you may</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">not convey it at all. For example, if you agree to terms that obligate you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to collect a royalty for further conveying from those to whom you convey</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program, the only way you could satisfy both those terms and this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License would be to refrain entirely from conveying the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 13. Use with the GNU Affero General Public License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Notwithstanding any other provision of this License, you have</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permission to link or combine any covered work with a work licensed</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under version 3 of the GNU Affero General Public License into a single</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combined work, and to convey the resulting work. The terms of this</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License will continue to apply to the part which is the covered work,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">but the special requirements of the GNU Affero General Public License,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">section 13, concerning interaction through a network will apply to the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">combination as such.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 14. Revised Versions of this License.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The Free Software Foundation may publish revised and/or new versions of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU General Public License from time to time. Such new versions will</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Each version is given a distinguishing version number. If the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program specifies that a certain numbered version of the GNU General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License "or any later version" applies to it, you have the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">option of following the terms and conditions either of that numbered</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">version or of any later version published by the Free Software</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation. If the Program does not specify a version number of the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU General Public License, you may choose any version ever published</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">by the Free Software Foundation.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the Program specifies that a proxy can decide which future</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">versions of the GNU General Public License can be used, that proxy's</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">public statement of acceptance of a version permanently authorizes you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to choose that version for the Program.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Later license versions may give you additional or different</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">permissions. However, no additional obligations are imposed on any</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">author or copyright holder as a result of your choosing to follow a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 15. Disclaimer of Warranty.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 16. Limitation of Liability.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SUCH DAMAGES.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 17. Interpretation of Sections 15 and 16.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the disclaimer of warranty and limitation of liability provided</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above cannot be given local legal effect according to their terms,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reviewing courts shall apply local law that most closely approximates</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">an absolute waiver of all civil liability in connection with the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program, unless a warranty or assumption of liability accompanies a</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copy of the Program in return for a fee.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">state the exclusion of warranty; and each file should have at least</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software: you can redistribute it and/or modify</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation, either version 3 of the License, or</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If the program does terminal interaction, make it output a short</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notice like this when it starts in an interactive mode:</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, your program's commands</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">might be different; for a GUI interface, you would use an "about box".</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should also get your employer (if you work as a programmer) or school,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if any, to sign a "copyright disclaimer" for the program, if necessary.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information on this, and how to apply and follow the GNU GPL, see</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/licenses/&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The GNU General Public License does not permit incorporating your program</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">into proprietary programs. If your program is a subroutine library, you</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may consider it more useful to permit linking proprietary applications with</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the library. If this is what you want to do, use the GNU Lesser General</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License. But first, please read</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - - - - - License - - - - - Thanks to Wii.py team: Xuzz, SquidMan, megazig, TheLemonMan, |Omega, and Matt_P. Qwad is only a frontend for their unbelievably awesome framework. - - - - - Thanks - - - - - MWQwad - - - (Latest) - - - - - Ready - - - - - Error - - - - - An error has ocurred: - - - - - Select WAD file - - - - - *.wad; *.WAD - - - - - Select where to store WAD contents - - - - - Select where to save the newly created WAD - - - - - Select folder to pack into WAD - - - - - About Qt - - - - - Select where to save the downloaded WAD - - - - - Select the directory where store the downloaded files - - - - - Select a TMD file - - - - - tmd; TMD - - - - - Qwad - - - Qwad - a WAD management tool - - - - - Ruta hacia el archivo WAD que quieres desempaquetar - - - - - WAD file - - - - - Carpeta donde se almacenaran los contenidos del archivo WAD - - - - - Output - - - - - Unpack - - - - - Unpack WAD - - - - - TMD file - - - - - Title ID - - - - - 0000000000000000 - - - - - ID (ascii) - - - - - Version - - - - - 0 - - - - - Title type - - - - - IOS needed - - - - - Group ID - - - - - Boot index - - - - - Access rights - - - - - Contents - - - - - TMD viewer - - - - - Carpeta y nombre del nuevo WAD - - - - - Ruta hacia la carpeta que empaquetar en WAD - - - - - Folder - - - - - Pack - - - - - Pack WAD - - - - - Download - - - - - 000000000000000000 - - - - - Choose title: - - - - - Choose IOS - - - - - Choose Channel/Menu - - - - - Decrypt - - - - - Pack into WAD - - - - - unset - - - - - Version: - - - - - Available Versions: - - - - - Download from NUS - - - - - Help - - - - - About Qwad - - - - - About Qt - - - - - About Wii Signer - - - -