From cd47081f8dd8f7939ac947a97fd38434efa1e98c Mon Sep 17 00:00:00 2001 From: timkicker Date: Sun, 6 Aug 2023 15:17:14 +0200 Subject: [PATCH] clean up repo --- LICENSE | 661 +++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 + screenshot.png | Bin 0 -> 83173 bytes 3 files changed, 667 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 screenshot.png 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..c9ee083 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Tim's blog + +![](screenshot.png) + +This repository contains the entire source code of my blog (incl. posts). Based on the [minima hexo theme](https://github.com/adisaktijrs/hexo-theme-minima) although modified heavily under the hood. + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..84d54548a12996a0f6c047796c30efb3754b2dd7 GIT binary patch literal 83173 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
    ?* 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 h{~Y}PjWEbU-Q literal 0 HcmV?d00001