From 72b117feb1afafb74d33056c22a14b257d9fa38e Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 09 Dec 2014 05:02:13 -0500
Subject: [PATCH] Use consistent license identifiers, remove redundant package.xml files

---
 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 92a5636..c741626 100644
--- a/program/lib/Roundcube/rcube_plugin_api.php
+++ b/program/lib/Roundcube/rcube_plugin_api.php
@@ -252,6 +252,7 @@
         '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',

--
Gitblit v1.9.1