From f208f567017ec2ee2cef1e2e87b71d8a9d9547be Mon Sep 17 00:00:00 2001 From: Evann Regnault Date: Tue, 2 Apr 2024 04:03:52 +0200 Subject: [PATCH] [Metadata] --- LICENSE | 674 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 25 ++ imgs/img.png | Bin 0 -> 20485 bytes 3 files changed, 699 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 imgs/img.png diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -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/README.md b/README.md new file mode 100644 index 0000000..2e65df5 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Apple Music RPC +[![Build Status](https://drone.regnault.dev/api/badges/Estym/AMRPC/status.svg?ref=refs/heads/master)](https://drone.regnault.dev/Estym/AMRPC) + +Apple Music RPC is a service implementation that provides a lightweight and low performance fingerprint Discord Rich Presence for Apple music. + +![img.png](imgs/img.png) + +## Installation +You can download a zip file in the release tab of this repo that contains all the files needed for te service to work. +After downloading those files, you can put them in the folder of your choice and execute it whenever you need. + +If you want the service to launch at startup you can put a shortcut to it in the `shell:startup` folder using `Win + R`. + +## Performances + +In term of ram usage, the application will never take more than 32kb of RAM. + +From my tests, I never saw the service get to 1% CPU usage. + +## Inspirations +In order to make this software I took inspiration of multiple apps that were aiming to achieve the same goal as mine, but using way too much performance, or that weren't working anymore. + +- [AMRPC-WatchDog](https://github.com/zephraOSS/AMRPC-WatchDog) by [Zephra](https://github.com/zephraOSS) +- [apple-music-discord-rpc](https://github.com/NextFire/apple-music-discord-rpc) by [Nam Vu (NextFire)](https://github.com/NextFire) +- [AMWin-RP](https://github.com/PKBeam/AMWin-RP) by [Vincent Liu (PKBeam)](https://github.com/PKBeam) \ No newline at end of file diff --git a/imgs/img.png b/imgs/img.png new file mode 100644 index 0000000000000000000000000000000000000000..a0255a54f03ee568adc6a6bb099eae4aee577945 GIT binary patch literal 20485 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 literal 0 HcmV?d00001