diff --git a/.gitmodules b/.gitmodules index ee5640c..a855507 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index cfc2840..cab9035 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ At the moment the following 3rd-party modules are provided: - HetrickCV - Impromptu - JW-Modules +- Little Utils - LyraeModules - MindMeld - Mog diff --git a/doc/LICENSES.md b/doc/LICENSES.md index 5259e55..4870ada 100644 --- a/doc/LICENSES.md +++ b/doc/LICENSES.md @@ -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 | diff --git a/plugins/LittleUtils b/plugins/LittleUtils index b355e00..8aac0f6 160000 --- a/plugins/LittleUtils +++ b/plugins/LittleUtils @@ -1 +1 @@ -Subproject commit b355e00df0f198de810a39d7d6205ac7d9b4e438 +Subproject commit 8aac0f6d3e897355a17d163a8d6f42b7f9f2e3b3 diff --git a/plugins/Makefile b/plugins/Makefile index 2486c75..b0b145d 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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