diff options
Diffstat (limited to 'plugins/markasjunk')
| -rw-r--r-- | plugins/markasjunk/markasjunk.php | 1 | ||||
| -rw-r--r-- | plugins/markasjunk/package.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/markasjunk/markasjunk.php b/plugins/markasjunk/markasjunk.php index 41a95acdc..4db90c1bc 100644 --- a/plugins/markasjunk/markasjunk.php +++ b/plugins/markasjunk/markasjunk.php @@ -7,6 +7,7 @@ * to mark the selected messages as Junk and move them to the Junk folder * * @version @package_version@ + * @license GNU GPLv3+ * @author Thomas Bruederli */ class markasjunk extends rcube_plugin diff --git a/plugins/markasjunk/package.xml b/plugins/markasjunk/package.xml index 1f6c96cf6..95690eb9b 100644 --- a/plugins/markasjunk/package.xml +++ b/plugins/markasjunk/package.xml @@ -23,7 +23,7 @@ <release>stable</release> <api>stable</api> </stability> - <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license> + <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> <notes>-</notes> <contents> <dir baseinstalldir="/" name="/"> |
