From 7d3b276d94623d495db733c44218d7af9261596d Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Wed, 18 Oct 2023 20:00:15 +0500 Subject: [PATCH] Update --- .github/FUNDING.yml | 15 + .gitignore | 6 + LICENSE | 661 +++++++++++++++++++++++++ README.md | 11 + etc/xdg/kcm-about-distrorc | 4 + push.sh | 3 + usr/share/logos/melawy-linux.png | Bin 0 -> 26931 bytes usr/share/pixmaps/melawy-linux.png | Bin 0 -> 26931 bytes var/lib/AccountsService/icons/liveuser | Bin 0 -> 10043 bytes 9 files changed, 700 insertions(+) create mode 100755 .github/FUNDING.yml create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 etc/xdg/kcm-about-distrorc create mode 100755 push.sh create mode 100644 usr/share/logos/melawy-linux.png create mode 100644 usr/share/pixmaps/melawy-linux.png create mode 100644 var/lib/AccountsService/icons/liveuser diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100755 index 0000000..77389e0 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] + +#patreon: # Replace with a single Patreon username +#open_collective: # Replace with a single Open Collective username +#ko_fi: # Replace with a single Ko-fi username +#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +#liberapay: # Replace with a single Liberapay username +#issuehunt: # Replace with a single IssueHunt username +#otechie: # Replace with a single Otechie username +#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +#github: [Valeria-Fadeeva] +custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"] diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7dd11a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.pkg.tar +*.pkg.tar.* +*.zst +*.zst.* +pkg/ +src/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0ad25db --- /dev/null +++ b/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb2d7b8 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# melawy-branding +Logo, logo in KDE Infocenter (About), liveuser avatar + +### Donate +[Tinkoff](https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066) + +[YooMoney](https://yoomoney.ru/to/4100115921160758) + +[Qiwi](https://qiwi.com/n/VALERIAFADEEVA) + +Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f diff --git a/etc/xdg/kcm-about-distrorc b/etc/xdg/kcm-about-distrorc new file mode 100644 index 0000000..67d558c --- /dev/null +++ b/etc/xdg/kcm-about-distrorc @@ -0,0 +1,4 @@ +[General] +Name="Melawy Linux" +LogoPath=/usr/share/logos/melawy-linux.png +Website=https://melawy.ru/ diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..a9a24d8 --- /dev/null +++ b/push.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git add . && git commit -m "Update" && git push diff --git a/usr/share/logos/melawy-linux.png b/usr/share/logos/melawy-linux.png new file mode 100644 index 0000000000000000000000000000000000000000..cb94626cb7241bdb6ae3fd4eab95ed365e251012 GIT binary patch literal 26931 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 z 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 literal 0 HcmV?d00001 diff --git a/usr/share/pixmaps/melawy-linux.png b/usr/share/pixmaps/melawy-linux.png new file mode 100644 index 0000000000000000000000000000000000000000..cb94626cb7241bdb6ae3fd4eab95ed365e251012 GIT binary patch literal 26931 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 z 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 literal 0 HcmV?d00001 diff --git a/var/lib/AccountsService/icons/liveuser b/var/lib/AccountsService/icons/liveuser new file mode 100644 index 0000000000000000000000000000000000000000..9cc08046d3d374368e6109513161efdc966a942c GIT binary patch literal 10043 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