From 7b0b745d7c1841b9af3b90d3e41e31606a72435e Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 1 Sep 2021 08:44:57 -0500 Subject: [PATCH] conf/licenses: Add FreeType SPDX mapping The FreeType license maps to the FTL SPDX identifier Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- meta/conf/licenses.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 1fe5fc6ec1..e2bd58f84a 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf @@ -103,6 +103,7 @@ SPDXLICENSEMAP[CDDL-1] = "CDDL-1.0" #Other variations SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" +SPDXLICENSEMAP[FreeType] = "FTL" #Silicon Graphics variations SPDXLICENSEMAP[SGIv1] = "SGI-1" -- 2.40.1