Browse Source

Fix LittleUtils, mention it in README and LICENSES

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
26477c4e56
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
5 changed files with 9 additions and 2 deletions
  1. +1
    -1
      .gitmodules
  2. +1
    -0
      README.md
  3. +3
    -0
      doc/LICENSES.md
  4. +1
    -1
      plugins/LittleUtils
  5. +3
    -0
      plugins/Makefile

+ 1
- 1
.gitmodules 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

+ 1
- 0
README.md 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


+ 3
- 0
doc/LICENSES.md 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
plugins/LittleUtils

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

+ 3
- 0
plugins/Makefile 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



Loading…
Cancel
Save