Browse Source

Make the license more clear

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 3 years ago
parent
commit
e94a4181c1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
5 changed files with 6 additions and 6 deletions
  1. +2
    -2
      plugins/Common/IldaeilPlugin.cpp
  2. +1
    -1
      plugins/Common/IldaeilUI.cpp
  3. +1
    -1
      plugins/FX/DistrhoPluginInfo.h
  4. +1
    -1
      plugins/MIDI/DistrhoPluginInfo.h
  5. +1
    -1
      plugins/Synth/DistrhoPluginInfo.h

+ 2
- 2
plugins/Common/IldaeilPlugin.cpp View File

@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of
* published by the Free Software Foundation; either version 2 of
* the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -170,7 +170,7 @@ protected:
*/
const char* getLicense() const override
{
return "ISC";
return "GPLv2+";
}
/**


+ 1
- 1
plugins/Common/IldaeilUI.cpp View File

@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of
* published by the Free Software Foundation; either version 2 of
* the License, or any later version.
*
* This program is distributed in the hope that it will be useful,


+ 1
- 1
plugins/FX/DistrhoPluginInfo.h View File

@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of
* published by the Free Software Foundation; either version 2 of
* the License, or any later version.
*
* This program is distributed in the hope that it will be useful,


+ 1
- 1
plugins/MIDI/DistrhoPluginInfo.h View File

@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of
* published by the Free Software Foundation; either version 2 of
* the License, or any later version.
*
* This program is distributed in the hope that it will be useful,


+ 1
- 1
plugins/Synth/DistrhoPluginInfo.h View File

@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of
* published by the Free Software Foundation; either version 2 of
* the License, or any later version.
*
* This program is distributed in the hope that it will be useful,


Loading…
Cancel
Save