diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-09 05:02:13 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-09 05:02:13 -0500 |
commit | 72b117feb1afafb74d33056c22a14b257d9fa38e (patch) | |
tree | e6bd8103074c220c5ca7a2bce9a9554545dfc95b /program/lib | |
parent | ecf6c79d00a8ed722a6664f276a0f015de4d13c2 (diff) |
Use consistent license identifiers, remove redundant package.xml files
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_plugin_api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_plugin_api.php b/program/lib/Roundcube/rcube_plugin_api.php index 92a56363a..c74162619 100644 --- a/program/lib/Roundcube/rcube_plugin_api.php +++ b/program/lib/Roundcube/rcube_plugin_api.php @@ -252,6 +252,7 @@ class rcube_plugin_api 'GPLv2' => 'http://www.gnu.org/licenses/gpl-2.0.html', 'GPL-2.0' => 'http://www.gnu.org/licenses/gpl-2.0.html', 'GPLv3' => 'http://www.gnu.org/licenses/gpl-3.0.html', + 'GPLv3+' => 'http://www.gnu.org/licenses/gpl-3.0.html', 'GPL-3.0' => 'http://www.gnu.org/licenses/gpl-3.0.html', 'GPL-3.0+' => 'http://www.gnu.org/licenses/gpl.html', 'GPL-2.0+' => 'http://www.gnu.org/licenses/gpl.html', |