diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-22 11:15:42 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:08:33 -0400 |
commit | 79fd3c89497cf90303bc41c077614bf78b644245 (patch) | |
tree | 8a484be8c906465e5d368883edc14e009d149f63 /meta-agl-core-test/recipes-test/fsfuzzer | |
parent | 73c48ad8a6ec86af4dc87bc2a2679d2ce4566706 (diff) |
Update to SPDX license names
Apply updates from running the new convert-spdx-licenses script
from upstream. This is not currently a hard requirement from
upstream, but futureproofs for when the license name mapping is
finally removed.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I0af2a3ef75c999d447549127ae4cd2ed5c5b910f
Diffstat (limited to 'meta-agl-core-test/recipes-test/fsfuzzer')
-rw-r--r-- | meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb b/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb index d2ddb59b1..9cda1deb4 100644 --- a/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb +++ b/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb @@ -2,7 +2,7 @@ SUMMARY = "The fsfuzzer is a filesystem fuzzer tool that does stress tests of va DESCRIPTION = "This tool creates initial (valid) filesystem images and then manipulates their binary format and structure for detecting flaws/bugs/design problems in the parsing/handling code for that particular filesystem. The program expects that you have a /media directory. It uses that one for mounting test images in." HOMEPAGE = "https://www.ee.oulu.fi/research/ouspg/fsfuzzer" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SRC_URI = "http://people.redhat.com/sgrubb/files/fsfuzzer-${PV}.tar.gz \ |