Fix LittleUtils, mention it in README and LICENSES
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5c42805823
commit
26477c4e56
5 changed files with 9 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -108,4 +108,4 @@
|
||||||
url = https://github.com/VegaDeftwing/LyraeModules.git
|
url = https://github.com/VegaDeftwing/LyraeModules.git
|
||||||
[submodule "plugins/LittleUtils"]
|
[submodule "plugins/LittleUtils"]
|
||||||
path = plugins/LittleUtils
|
path = plugins/LittleUtils
|
||||||
url = https://github.com/mgunyho/Little-Utils.git
|
url = https://github.com/CardinalModules/Little-Utils.git
|
||||||
|
|
|
@ -99,6 +99,7 @@ At the moment the following 3rd-party modules are provided:
|
||||||
- HetrickCV
|
- HetrickCV
|
||||||
- Impromptu
|
- Impromptu
|
||||||
- JW-Modules
|
- JW-Modules
|
||||||
|
- Little Utils
|
||||||
- LyraeModules
|
- LyraeModules
|
||||||
- MindMeld
|
- MindMeld
|
||||||
- Mog
|
- Mog
|
||||||
|
|
|
@ -34,6 +34,7 @@ Bellow follows a list of all code licenses used in Cardinal and linked submodule
|
||||||
| HetrickCV | CC0-1.0 | |
|
| HetrickCV | CC0-1.0 | |
|
||||||
| Impromptu | GPL-3.0-or-later | |
|
| Impromptu | GPL-3.0-or-later | |
|
||||||
| JW-Modules | BSD-3-Clause | |
|
| JW-Modules | BSD-3-Clause | |
|
||||||
|
| Little Utils | MIT | |
|
||||||
| LyraeModules | GPL-3.0-or-later | |
|
| LyraeModules | GPL-3.0-or-later | |
|
||||||
| MindMeld | GPL-3.0-or-later | |
|
| MindMeld | GPL-3.0-or-later | |
|
||||||
| Mog | CC0-1.0 | |
|
| Mog | CC0-1.0 | |
|
||||||
|
@ -91,6 +92,8 @@ Below is a list of artwork licenses from plugins
|
||||||
| BogaudioModules/* | CC-BY-SA-4.0 | |
|
| BogaudioModules/* | CC-BY-SA-4.0 | |
|
||||||
| Cardinal/* | CC0-1.0 | |
|
| Cardinal/* | CC0-1.0 | |
|
||||||
| Cardinal/Miku/Miku.png | CC-BY-NC-3.0 | https://piapro.net/intl/en_for_creators.html |
|
| Cardinal/Miku/Miku.png | CC-BY-NC-3.0 | https://piapro.net/intl/en_for_creators.html |
|
||||||
|
| LittleUtils/* | MIT | No artwork specific license provided |
|
||||||
|
| LittleUtils/ComponentLibrary/* | CC-BY-NC-4.0 | |
|
||||||
| LyraeModules/* | CC-BY-NC-SA-4.0 | |
|
| LyraeModules/* | CC-BY-NC-SA-4.0 | |
|
||||||
| ZetaCarinaeModules/* | GPL-3.0-or-later | No artwork specific license provided |
|
| ZetaCarinaeModules/* | GPL-3.0-or-later | No artwork specific license provided |
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b355e00df0f198de810a39d7d6205ac7d9b4e438
|
Subproject commit 8aac0f6d3e897355a17d163a8d6f42b7f9f2e3b3
|
|
@ -478,6 +478,9 @@ JW_CUSTOM = PlayHead Quantizer
|
||||||
|
|
||||||
PLUGIN_FILES += $(filter-out LittleUtils/src/plugin.cpp,$(wildcard LittleUtils/src/*.cpp))
|
PLUGIN_FILES += $(filter-out LittleUtils/src/plugin.cpp,$(wildcard LittleUtils/src/*.cpp))
|
||||||
|
|
||||||
|
# modules/types which are present in other plugins
|
||||||
|
LITTLEUTILS_CUSTOM = MsDisplayWidget
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# LyraeModules
|
# LyraeModules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue