[oe-commits] Ash Charles : xfce4-xkb-plugin: Specify GPLv2 license

git at git.openembedded.org git at git.openembedded.org
Wed Feb 4 16:11:52 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 948800f1d293d904cf3d9df4509255b4577d3de8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=948800f1d293d904cf3d9df4509255b4577d3de8

Author: Ash Charles <ashcharles at gmail.com>
Date:   Fri Jan 30 09:16:33 2015 -0800

xfce4-xkb-plugin: Specify GPLv2 license

Like several other xfce plugins, this software contains an older or
slightly modified BSD license in its COPYING file and assigns copyright
to the specific authors.  The code itself (see the xfce_xkb_about
function) however makes it clear that a GPL license is intended:

    xfce_get_license_text (XFCE_LICENSE_TEXT_GPL));

Use GPLv2, not the author's name, as the LICENSE matching other plugins
with the same license text.

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb
index 1109f31..22ead2a 100644
--- a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb
@@ -1,7 +1,7 @@
 SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment"
 HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
 SECTION = "x11/application"
-LICENSE = "Alexander_Iliev"
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
 
 inherit xfce-panel-plugin



More information about the Openembedded-commits mailing list