Update Bidoo, now GPLv3+ compatible! :D

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-04 16:25:42 +00:00
parent 8251be8c24
commit 62af644a49
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 5 additions and 3 deletions

View file

@ -56,7 +56,7 @@ At the moment the following 3rd-party modules are provided:
- Atelier (*)
- Audible Instruments
- Befaco
- Bidoo (*)
- Bidoo
- Bogaudio
- cf
- DrumKit

View file

@ -20,7 +20,7 @@ Bellow follows a list of all code licenses used in Cardinal and linked submodule
| Atelier | GPL-3.0-only | GPLv3+ change request https://github.com/Xenakios/Atelier/issues/18 |
| Audible Instruments | GPL-3.0-or-later | |
| Befaco | GPL-3.0-or-later | |
| Bidoo | GPL-3.0-only | GPLv3+ change request https://github.com/sebastien-bouffier/Bidoo/issues/186 |
| Bidoo | GPL-3.0-or-later | |
| Bogaudio | GPL-3.0-or-later | |
| Cardinal | GPL-3.0-or-later | Internal Cardinal-only modules |
| cf | BSD-3-Clause | |

@ -1 +1 @@
Subproject commit d77b971fa28d28270346f4465dfcbc40bd3e5b08
Subproject commit 11f93b7b44256a821ecd5095267afced2f3796b5

View file

@ -789,6 +789,7 @@ static void initStatic__Bidoo()
p->addModel(modelZINC);
p->addModel(modelFREIN);
p->addModel(modelHCTIP);
p->addModel(modelSPORE);
p->addModel(modelDFUZE);
p->addModel(modelREI);
p->addModel(modelRABBIT);

View file

@ -327,6 +327,7 @@ static const struct {
{ "/Bidoo/RABBIT.svg", {}, -1 },
{ "/Bidoo/REI.svg", {}, -1 },
{ "/Bidoo/SIGMA.svg", {}, -1 },
{ "/Bidoo/SPORE.svg", {}, -1 },
{ "/Bidoo/TIARE.svg", {}, -1 },
{ "/Bidoo/TOCANTE.svg", {"rect843"}, -1 },
{ "/Bidoo/VOID.svg", {}, -1 },