diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-05 13:54:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-08 11:58:44 +0100 |
commit | bb48a41dca7bd9db421f834437ed4562f6707ee3 (patch) | |
tree | ca15d4aea6a418eb1449ef3060fd4e0d9588804f /meta-xfce | |
parent | 90e1daa9a37223abcaac832f680f009f2667b0fc (diff) | |
download | meta-openembedded-bb48a41dca7bd9db421f834437ed4562f6707ee3.tar.gz |
xfce4-wavelan-plugin: Fix LICENSE format
* the COPYING file looks more like slightly modified BSD license and BenediktMeurer, FlorianRivoal
are just names of Copyright holders, but I'll leave that to recipe maintainer
fixes:
WARNING: Recipe xfce4-wavelan-plugin, LICENSE (BenediktMeurer FlorianRivoal)
has invalid format, LICENSES must have operator "([&|() ])" between them.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb index 1883a0c7d..487a5b854 100644 --- a/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb +++ b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Panel plugin displaying stats from a wireless lan interface" | 1 | SUMMARY = "Panel plugin displaying stats from a wireless lan interface" |
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" |
3 | LICENSE = "BenediktMeurer FlorianRivoal" | 3 | LICENSE = "BenediktMeurer & FlorianRivoal" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e1e5872df9c5cf1a23f16493d9104920" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e1e5872df9c5cf1a23f16493d9104920" |
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin |