diff options
author | Ashish Sharma <asharma@mvista.com> | 2022-03-24 01:11:56 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-02 11:21:42 -0700 |
commit | c56ae450c93a1383a1ce800a32a6ef2c3fbbae1c (patch) | |
tree | 4bced75d35b8b964e5e336211ae7e761a9f7d0de /recipes-perl | |
parent | 943f48419a21bc932a2e1054ce099f04f33cf215 (diff) | |
download | meta-security-c56ae450c93a1383a1ce800a32a6ef2c3fbbae1c.tar.gz |
meta-security : Use SPDX style licensing format
WARNING: selinux-sandbox-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: selinux-gui-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: semodule-utils-3.3-r0.1 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: selinux-dbus-3.3-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2+ [obsolete-license] \
WARNING: libwhisker2-perl-2.5-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-1.0+ [obsolete-license] \
WARNING: lib-perl-0.63-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-1.0+ [obsolete-license] \
WARNING: libhtp-0.5.39-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] \
...
Signed-off-by: Ashish Sharma <asharma@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-perl')
-rw-r--r-- | recipes-perl/perl/libwhisker2-perl_2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-perl/perl/libwhisker2-perl_2.5.bb b/recipes-perl/perl/libwhisker2-perl_2.5.bb index 5889a05..42c0b42 100644 --- a/recipes-perl/perl/libwhisker2-perl_2.5.bb +++ b/recipes-perl/perl/libwhisker2-perl_2.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Libwhisker is a Perl module geared specificly for HTTP testing." | 1 | DESCRIPTION = "Libwhisker is a Perl module geared specificly for HTTP testing." |
2 | 2 | ||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=254b8e29606fce6d1c1a4c9e32354573" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=254b8e29606fce6d1c1a4c9e32354573" |
7 | 7 | ||