Signed-off-by: falkTX <falktx@falktx.com>develop
@@ -129,7 +129,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||||
/* name */ "Nekobi", | /* name */ "Nekobi", | ||||
/* label */ "nekobi", | /* label */ "nekobi", | ||||
/* maker */ "falkTX, Sean Bolton and others", | /* maker */ "falkTX, Sean Bolton and others", | ||||
/* copyright */ "GPL v2+", | |||||
/* copyright */ "GNU GPL v2+", | |||||
DESCFUNCS_WITHOUTCV | DESCFUNCS_WITHOUTCV | ||||
}, | }, | ||||
{ | { | ||||
@@ -204,7 +204,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||||
/* name */ "WobbleJuice", | /* name */ "WobbleJuice", | ||||
/* label */ "wobblejuice", | /* label */ "wobblejuice", | ||||
/* maker */ "Andre Sklenar", | /* maker */ "Andre Sklenar", | ||||
/* copyright */ "GPL v2+", | |||||
/* copyright */ "GNU GPL v2+", | |||||
DESCFUNCS_WITHOUTCV | DESCFUNCS_WITHOUTCV | ||||
}, | }, | ||||
{ | { | ||||
@@ -229,7 +229,7 @@ static const NativePluginDescriptor sNativePluginDescriptors[] = { | |||||
/* name */ "VectorJuice", | /* name */ "VectorJuice", | ||||
/* label */ "vectorjuice", | /* label */ "vectorjuice", | ||||
/* maker */ "Andre Sklenar", | /* maker */ "Andre Sklenar", | ||||
/* copyright */ "GPL v2+", | |||||
/* copyright */ "GNU GPL v2+", | |||||
DESCFUNCS_WITHOUTCV | DESCFUNCS_WITHOUTCV | ||||
}, | }, | ||||
@@ -66,7 +66,7 @@ static const NativePluginDescriptor nekobiDesc = { | |||||
/* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
/* label */ "nekobi", | /* label */ "nekobi", | ||||
/* maker */ "falkTX, Sean Bolton and others", | /* maker */ "falkTX, Sean Bolton and others", | ||||
/* copyright */ "GPL v2+", | |||||
/* copyright */ "GNU GPL v2+", | |||||
PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
}; | }; | ||||
@@ -66,7 +66,7 @@ static const NativePluginDescriptor vectorjuiceDesc = { | |||||
/* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
/* label */ "vectorjuice", | /* label */ "vectorjuice", | ||||
/* maker */ "Andre Sklenar", | /* maker */ "Andre Sklenar", | ||||
/* copyright */ "GPL v2+", | |||||
/* copyright */ "GNU GPL v2+", | |||||
PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
}; | }; | ||||
@@ -66,7 +66,7 @@ static const NativePluginDescriptor wobblejuiceDesc = { | |||||
/* name */ DISTRHO_PLUGIN_NAME, | /* name */ DISTRHO_PLUGIN_NAME, | ||||
/* label */ "wobblejuice", | /* label */ "wobblejuice", | ||||
/* maker */ "Andre Sklenar", | /* maker */ "Andre Sklenar", | ||||
/* copyright */ "GPL v2+", | |||||
/* copyright */ "GNU GPL v2+", | |||||
PluginDescriptorFILL(PluginCarla) | PluginDescriptorFILL(PluginCarla) | ||||
}; | }; | ||||