Fix LittleUtils, mention it in README and LICENSES

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-07 11:21:20 +00:00
parent 5c42805823
commit 26477c4e56
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 9 additions and 2 deletions

2
.gitmodules vendored
View file

@ -108,4 +108,4 @@
url = https://github.com/VegaDeftwing/LyraeModules.git
[submodule "plugins/LittleUtils"]
path = plugins/LittleUtils
url = https://github.com/mgunyho/Little-Utils.git
url = https://github.com/CardinalModules/Little-Utils.git

View file

@ -99,6 +99,7 @@ At the moment the following 3rd-party modules are provided:
- HetrickCV
- Impromptu
- JW-Modules
- Little Utils
- LyraeModules
- MindMeld
- Mog

View file

@ -34,6 +34,7 @@ Bellow follows a list of all code licenses used in Cardinal and linked submodule
| HetrickCV | CC0-1.0 | |
| Impromptu | GPL-3.0-or-later | |
| JW-Modules | BSD-3-Clause | |
| Little Utils | MIT | |
| LyraeModules | GPL-3.0-or-later | |
| MindMeld | GPL-3.0-or-later | |
| Mog | CC0-1.0 | |
@ -91,6 +92,8 @@ Below is a list of artwork licenses from plugins
| BogaudioModules/* | CC-BY-SA-4.0 | |
| Cardinal/* | CC0-1.0 | |
| 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 | |
| ZetaCarinaeModules/* | GPL-3.0-or-later | No artwork specific license provided |

@ -1 +1 @@
Subproject commit b355e00df0f198de810a39d7d6205ac7d9b4e438
Subproject commit 8aac0f6d3e897355a17d163a8d6f42b7f9f2e3b3

View file

@ -478,6 +478,9 @@ JW_CUSTOM = PlayHead Quantizer
PLUGIN_FILES += $(filter-out LittleUtils/src/plugin.cpp,$(wildcard LittleUtils/src/*.cpp))
# modules/types which are present in other plugins
LITTLEUTILS_CUSTOM = MsDisplayWidget
# --------------------------------------------------------------
# LyraeModules