diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 12:47:38 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 12:47:38 +0000 |
| commit | 8da6900a3ded088e183dceed03cdca92d0080818 (patch) | |
| tree | 1abe135b912949f409a1a925f3e6316c7e9c5c58 /plugins/new_user_dialog | |
| parent | 8f652cd3b47e8fdf2c7a872a892be989c4d88c82 (diff) | |
Update license information in plugins
git-svn-id: https://svn.roundcube.net/trunk@5791 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/new_user_dialog')
| -rw-r--r-- | plugins/new_user_dialog/new_user_dialog.php | 1 | ||||
| -rw-r--r-- | plugins/new_user_dialog/package.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/new_user_dialog/new_user_dialog.php b/plugins/new_user_dialog/new_user_dialog.php index 7a73984c5..9c9dcce1c 100644 --- a/plugins/new_user_dialog/new_user_dialog.php +++ b/plugins/new_user_dialog/new_user_dialog.php @@ -8,6 +8,7 @@ * on the screen until the user has reviewed/completed his identity. * * @version @package_version@ + * @license GNU GPLv3+ * @author Thomas Bruederli */ class new_user_dialog extends rcube_plugin diff --git a/plugins/new_user_dialog/package.xml b/plugins/new_user_dialog/package.xml index ef585e39c..0bca1d9d4 100644 --- a/plugins/new_user_dialog/package.xml +++ b/plugins/new_user_dialog/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> - Use jquery UI to render the dialog - Fixed IDNA encoding/decoding of e-mail addresses (#1487909) |
