diff options
author | Joe Slater <joe.slater@windriver.com> | 2022-04-13 11:36:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-13 13:45:44 -0700 |
commit | 93f2146211001ee3cf697d8428969cc3069ed6ba (patch) | |
tree | ab3c2f70a1ce97cdd3d7d181ba0a39e87b26211c /recipes-security/libmspack | |
parent | 4158c871a6b878ac480d23f244201a503c40e3c9 (diff) | |
download | meta-security-93f2146211001ee3cf697d8428969cc3069ed6ba.tar.gz |
LICENSE: update to SPDX standard names
Use convert-spdx-licenses.py to update LICENSE in recipes.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/libmspack')
-rw-r--r-- | recipes-security/libmspack/libmspack_1.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/libmspack/libmspack_1.9.1.bb b/recipes-security/libmspack/libmspack_1.9.1.bb index 65db10f..1b91f46 100644 --- a/recipes-security/libmspack/libmspack_1.9.1.bb +++ b/recipes-security/libmspack/libmspack_1.9.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A library for Microsoft compression formats" | 1 | SUMMARY = "A library for Microsoft compression formats" |
2 | HOMEPAGE = "http://www.cabextract.org.uk/libmspack/" | 2 | HOMEPAGE = "http://www.cabextract.org.uk/libmspack/" |
3 | SECTION = "lib" | 3 | SECTION = "lib" |
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1-only" |
5 | DEPENDS = "" | 5 | DEPENDS = "" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" | 7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" |