]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: Use specific BSD license variant
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:45:00 +0000 (08:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Sep 2021 14:19:00 +0000 (15:19 +0100)
Make the license more accurate by specifying the specific variant of BSD
license instead of the generic one. This helps with SPDX license
attribution as "BSD" is not a valid SPDX license.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/e2fsprogs/e2fsprogs.inc

index c80b93c802a04b581307363222660d63e77596a5..bcffa77db9f08cb21b14e28e79af3ad84e5dab81 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the stan
 fixing, configuring , and debugging ext2 filesystems."
 HOMEPAGE = "http://e2fsprogs.sourceforge.net/"
 
-LICENSE = "GPLv2 & LGPLv2 & BSD & MIT"
+LICENSE = "GPLv2 & LGPLv2 & BSD-3-Clause & MIT"
 LICENSE:e2fsprogs-dumpe2fs = "GPLv2"
 LICENSE:e2fsprogs-e2fsck = "GPLv2"
 LICENSE:e2fsprogs-mke2fs = "GPLv2"