diff options
author | Ash Charles <ashcharles@gmail.com> | 2015-01-30 09:16:33 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-03-21 07:52:47 -0700 |
commit | 8f8099f62b1e62eba57b2d27fdf9b42dfc1afc21 (patch) | |
tree | 8b241a831bf06029cb5bb96e2f2e012d3a6deda2 | |
parent | 47619a4f3d5c1c8c921f4aab10b6ef7ea4d1d095 (diff) | |
download | meta-openembedded-8f8099f62b1e62eba57b2d27fdf9b42dfc1afc21.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 1109f3194..22ead2a1c 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 @@ | |||
1 | SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment" | 1 | SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment" |
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" |
3 | SECTION = "x11/application" | 3 | SECTION = "x11/application" |
4 | LICENSE = "Alexander_Iliev" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" |
6 | 6 | ||
7 | inherit xfce-panel-plugin | 7 | inherit xfce-panel-plugin |