Update Bidoo, now GPLv3+ compatible! :D
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8251be8c24
commit
62af644a49
5 changed files with 5 additions and 3 deletions
|
@ -56,7 +56,7 @@ At the moment the following 3rd-party modules are provided:
|
|||
- Atelier (*)
|
||||
- Audible Instruments
|
||||
- Befaco
|
||||
- Bidoo (*)
|
||||
- Bidoo
|
||||
- Bogaudio
|
||||
- cf
|
||||
- DrumKit
|
||||
|
|
|
@ -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
|
|
@ -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);
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue