From 8a41243c908b32140834caaaa383acff06b5fad8 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 15 Jan 2018 00:13:14 -0600 Subject: [PATCH] Initial commit. --- COPYING | 674 ++++++++++++++++++++++++++++++++++++++++++++++++++++ Lubuntu.png | Bin 0 -> 34910 bytes main.ui | 443 ++++++++++++++++++++++++++++++++++ 3 files changed, 1117 insertions(+) create mode 100644 COPYING create mode 100644 Lubuntu.png create mode 100644 main.ui diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/Lubuntu.png b/Lubuntu.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee06fc2ef7896273437c5cafc24d598d2d8b52b GIT binary patch literal 34910 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 E0MHl2VgLXD literal 0 HcmV?d00001 diff --git a/main.ui b/main.ui new file mode 100644 index 0000000..e37e65a --- /dev/null +++ b/main.ui @@ -0,0 +1,443 @@ + + + + + mainform + + + + 0 + 0 + 600 + 400 + + + + + 600 + 400 + + + + + 600 + 400 + + + + Form + + + + + + + + + + + 32 + 32 + + + + + 32 + 32 + + + + <img src="Lubuntu.png" height="32" width="32" /> + + + + + + + + Oxygen-Sans + 12 + + + + Quad-Core Intel Something or Other CPU + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + 32 + 32 + + + + + 32 + 32 + + + + <img src="Lubuntu.png" height="32" width="32" /> + + + + + + + + Oxygen-Sans + 12 + + + + Quad-Core Intel Something or Other CPU + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + 32 + 32 + + + + + 32 + 32 + + + + <img src="Lubuntu.png" height="32" width="32" /> + + + + + + + + Oxygen-Sans + 12 + + + + Quad-Core Intel Something or Other CPU + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + 32 + 32 + + + + + 32 + 32 + + + + <img src="Lubuntu.png" height="32" width="32" /> + + + + + + + + Oxygen-Sans + 12 + + + + Quad-Core Intel Something or Other CPU + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + 64 + 64 + + + + + 64 + 64 + + + + <img src="Lubuntu.png" height="64" width="64" /> + + + + + + + + + + 0 + 0 + + + + + 26 + + + + Lubuntu VERSION + + + + + + + OS KERNEL, ARCH + + + + + + + + + + + <span style="text-decoration: underline; color:#0000ff;" align="right"> + <p><a href="http://lubuntu.me/">Website</a></p> + <p><a href="http://lubuntu.me/links/">Contact us</a></p> + <p><a href="http://phab.lubuntu.me/w/contributor-guide/">Contribute</a></p> +</span> + + + + + + + + + + + + 100 + 30 + + + + + 100 + 30 + + + + Translation + + + + + + + + 100 + 30 + + + + + 100 + 30 + + + + License + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 100 + 30 + + + + + 100 + 30 + + + + Close + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 800 + 0 + + + + Qt::Horizontal + + + + + + + +