Browse Source

Consistent license string text with the rest of the program

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 4 years ago
parent
commit
22f6bc8e7c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 6 additions and 6 deletions
  1. +3
    -3
      _data.cpp
  2. +1
    -1
      distrho-nekobi.cpp
  3. +1
    -1
      distrho-vectorjuice.cpp
  4. +1
    -1
      distrho-wobblejuice.cpp

+ 3
- 3
_data.cpp View File

@@ -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
}, },




+ 1
- 1
distrho-nekobi.cpp View File

@@ -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)
}; };




+ 1
- 1
distrho-vectorjuice.cpp View File

@@ -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)
}; };




+ 1
- 1
distrho-wobblejuice.cpp View File

@@ -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)
}; };




Loading…
Cancel
Save