diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:00 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | c6170c9cfe05345651c6748ef7331e90254402ee (patch) | |
tree | 85695ced806743e7173795648fa7e935558a634a /meta/recipes-devtools/e2fsprogs | |
parent | ca099bad72b3edccd8f257c6674f12add23123a9 (diff) | |
download | poky-c6170c9cfe05345651c6748ef7331e90254402ee.tar.gz |
e2fsprogs: Use specific BSD license variant
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.
(From OE-Core rev: 966fb77981e4fed0ab7998439940b1e05dd0ee43)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index c80b93c802..bcffa77db9 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the stan | |||
3 | fixing, configuring , and debugging ext2 filesystems." | 3 | fixing, configuring , and debugging ext2 filesystems." |
4 | HOMEPAGE = "http://e2fsprogs.sourceforge.net/" | 4 | HOMEPAGE = "http://e2fsprogs.sourceforge.net/" |
5 | 5 | ||
6 | LICENSE = "GPLv2 & LGPLv2 & BSD & MIT" | 6 | LICENSE = "GPLv2 & LGPLv2 & BSD-3-Clause & MIT" |
7 | LICENSE:e2fsprogs-dumpe2fs = "GPLv2" | 7 | LICENSE:e2fsprogs-dumpe2fs = "GPLv2" |
8 | LICENSE:e2fsprogs-e2fsck = "GPLv2" | 8 | LICENSE:e2fsprogs-e2fsck = "GPLv2" |
9 | LICENSE:e2fsprogs-mke2fs = "GPLv2" | 9 | LICENSE:e2fsprogs-mke2fs = "GPLv2" |