diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-16 09:20:14 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 05:53:25 -0700 |
commit | 2a8c5c3f89100d0efc3bd8f4f594daafd4232c82 (patch) | |
tree | 1296b284c2f29a370a7052abe46a83dd3456d007 /meta-xfce | |
parent | d8e71b65a86d4a82fe7442477d06449a3d5f717b (diff) | |
download | meta-openembedded-2a8c5c3f89100d0efc3bd8f4f594daafd4232c82.tar.gz |
xfce4-mpc-plugin: Clarify BSD license variant
The License of xfce4 mpc plugin is BSD-0-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb index ff954acb8..9d031dd59 100644 --- a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb +++ b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Simple client plugin for Music Player Daemon" | 1 | SUMMARY = "Simple client plugin for Music Player Daemon" |
2 | HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" | 2 | HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" |
3 | SECTION = "x11/application" | 3 | SECTION = "x11/application" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-0-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0" |
6 | 6 | ||
7 | inherit xfce-panel-plugin | 7 | inherit xfce-panel-plugin |