diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:44:57 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | 970895763c8d72fddc3f69fd80a1a235cc144d59 (patch) | |
tree | 70773c247e0bd3a2059512c35d436bd8a5768cbc /meta | |
parent | 6901cdbe20783b82127d3c32ea0961651efe76b9 (diff) | |
download | poky-970895763c8d72fddc3f69fd80a1a235cc144d59.tar.gz |
conf/licenses: Add FreeType SPDX mapping
The FreeType license maps to the FTL SPDX identifier
(From OE-Core rev: 7b0b745d7c1841b9af3b90d3e41e31606a72435e)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/licenses.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
103 | 103 | ||
104 | #Other variations | 104 | #Other variations |
105 | SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" | 105 | SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" |
106 | SPDXLICENSEMAP[FreeType] = "FTL" | ||
106 | 107 | ||
107 | #Silicon Graphics variations | 108 | #Silicon Graphics variations |
108 | SPDXLICENSEMAP[SGIv1] = "SGI-1" | 109 | SPDXLICENSEMAP[SGIv1] = "SGI-1" |