|
1 | | -The MIT License |
2 | | - |
3 | | -Copyright (c) 2024 MGTheTrain |
4 | | - |
5 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
6 | | -of this software and associated documentation files (the "Software"), to deal |
7 | | -in the Software without restriction, including without limitation the rights |
8 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
9 | | -copies of the Software, and to permit persons to whom the Software is |
10 | | -furnished to do so, subject to the following conditions: |
11 | | - |
12 | | -The above copyright notice and this permission notice shall be included in all |
13 | | -copies or substantial portions of the Software. |
14 | | - |
15 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
16 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
17 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
18 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
19 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
20 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
21 | | -SOFTWARE. |
| 1 | + GNU LESSER GENERAL PUBLIC LICENSE |
| 2 | + Version 2.1, February 1999 |
| 3 | + |
| 4 | +Copyright (C) 1991, 1999 Free Software Foundation, Inc. |
| 5 | + |
| 6 | +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. |
| 7 | + |
| 8 | +Preamble |
| 9 | +--------- |
| 10 | + |
| 11 | +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software—to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other software whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU General Public License instead.) You can apply it to your programs, too. |
| 12 | + |
| 13 | +When we speak of free software, we are referring to freedom, not price. To understand the concept, you should think of "free software" as "free speech," not as "free beer." |
| 14 | + |
| 15 | +Terms and Conditions for Copying, Distribution, and Modification |
| 16 | +---------------------------------------------------------------- |
| 17 | + |
| 18 | +1. This License applies to any software or other works which contain a notice placed by the copyright holder(s) stating that it is distributed under the terms of this License. The "Library" refers to a work covered by this License, but does not include works that are merely aggregated with the Library. |
| 19 | + |
| 20 | +2. You may copy and distribute copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. |
| 21 | + |
| 22 | +3. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 2 above, provided that you also meet all of these conditions: |
| 23 | + |
| 24 | + a) The modified work must itself be a free software library. |
| 25 | + b) If the work is distributed in source code form, the modified library must be accompanied by a prominent notice stating that you have changed the files, and by the date of any changes. |
| 26 | + c) If the modified library is distributed in object code form or in a form that is otherwise not source code, you must provide access to the source code from where you made the modifications. |
| 27 | + |
| 28 | +4. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. |
0 commit comments