|
1 | | -# Module Manager /L Experimental |
| 1 | +# Module Manager /L |
2 | 2 | *Lasciate ogne speranza, voi ch'intrate* |
3 | 3 | - - - |
4 | 4 |
|
5 | 5 | ModuleManager is a mod that let you write patches that edit other parts at load time. |
6 | 6 |
|
7 | | -This is Lisias' Experimental fork for Module Manager, and it's intended to bring functionality and performant improvements to ModuleManager - with great to moderate success being achieved toward these goals (most of the time!), as well others not mentioned here. |
| 7 | +This is Lisias' fork for Module Manager, and it's intended to bring functionality and performant improvements to ModuleManager - with great to moderate success being achieved toward these goals (most of the time!), as well others not mentioned here. |
8 | 8 |
|
9 | 9 | Backwards compatibility is guaranteed - including functional bugs on `Module Manager - Forum`. `MM/L`'s patching output will be always the same as `Module Manager - Forum`, salvo new (and optional) features when not present on `Module Manager - Forum`. |
10 | 10 |
|
11 | 11 | Development for this fork is ongoing and, as such, subject to some screw ups now and then. **AVOID** Pre Releases unless you are willing to help me debug this thing (check for `Pre Release` markings before downloading). |
12 | 12 |
|
13 | | -Please, **DO NOT** submit bug reports/issues to the UPSTREAM (see the bottom of this document), as this is an EXPERIMENTAL/WIP version of `ModuleManger - Forum` being developed in parallel and separately from the Forum version. |
| 13 | +Please, **DO NOT** submit bug reports/issues to the [References](#references) (see the bottom of this document), as this is an EXPERIMENTAL/WIP version of `ModuleManger - Forum` being developed in parallel and separately from the Forum version. |
14 | 14 |
|
15 | 15 | Necessarily, `MM/L` will receive **no support** from the maintainers of `ModuleManger - Forum`, as well from some 3rd parties that may choose to support `ModuleManger - Forum` only. Some others (and myself), on the other hand, **will** actively support `MM/L`. Check your add'ons documentation (or politely ask us directly) for more information. |
16 | 16 |
|
@@ -51,25 +51,28 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I |
51 | 51 |
|
52 | 52 | ### Licensing |
53 | 53 |
|
54 | | -[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/): |
| 54 | +This work is licensed as follows: |
55 | 55 |
|
56 | | -* You are free to: |
57 | | - + Share - copy and redistribute the material in any medium or format |
58 | | - + Adapt - remix, transform, and build upon the material for any purpose, even commercially. This license is acceptable for Free |
59 | | -Cultural Works. |
60 | | - + The licensor cannot revoke these freedoms as long as you follow the license terms. |
61 | | -* Under the following terms: |
62 | | - + Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do |
63 | | -so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. |
64 | | - + No additional restrictions - You may not apply legal terms or technological measures that legally restrict others from doing |
65 | | -anything the license permits. |
| 56 | +* [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). See [here](./LICENSE.GPL-3_0) |
| 57 | + + You are free to: |
| 58 | + - Use : unpack and use the material in any computer or device |
| 59 | + - Redistribute : redistribute the original package in any medium |
| 60 | + - Adapt : Reuse, modify or incorporate source code into your works (and redistribute it!) |
| 61 | + + Under the following terms: |
| 62 | + - You retain any copyright notices |
| 63 | + - You recognise and respect any trademarks |
| 64 | + - You don't impersonate the authors, neither redistribute a derivative that could be misrepresented as theirs. |
| 65 | + - You credit the author and republish the copyright notices on your works where the code is used. |
| 66 | + - You relicense (and fully comply) your works using GPL 3.0 |
| 67 | + - Please note that upgrading the license to any posterior GPL **IS NOT ALLOWED** for this work, as the author **DID NOT** added the "or (at your option) any later version" on the license. |
| 68 | + - You don't mix your work with GPL incompatible works. |
66 | 69 |
|
67 | | -The above is a human-readable summary of (and not a substitute for) the [license](./ModuleManager.LICENSE). Visit the link for the legal code. |
| 70 | +[Previous releases](https://github.com/sarbian/ModuleManager) remains licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC. |
68 | 71 |
|
69 | 72 | Please note the copyrights and trademarks in [NOTICE](./NOTICE) |
70 | 73 |
|
71 | 74 |
|
72 | | -## UPSTREAM |
| 75 | +## References |
73 | 76 |
|
74 | 77 | * [Sarbian](https://forum.kerbalspaceprogram.com/index.php?/profile/57146-sarbian/) UPSTREAM / Current Maintainer |
75 | 78 | + [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/50533-141-module-manager-307-may-5th-2018-its-dangerous-to-go-alone-take-those-cats-with-you) |
|
0 commit comments