From fecea240834921095cf960b76c320c008ffc83e6 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 28 Mar 2024 07:11:37 +0100 Subject: [PATCH] Font Awesome: Correct license audit We specifically use the SVGs to create the intermediate carrier (font file) that is used later to patch fonts, to get the icons with a more relaxed license. That should be noted in the audit. Signed-off-by: Fini Jastrow --- license-audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license-audit.md b/license-audit.md index 30ef038155..a531887160 100644 --- a/license-audit.md +++ b/license-audit.md @@ -31,7 +31,7 @@ All files created such as `font-patcher` and any `ph` or `sh` script/source file | ------------------------------------------------ | ----------------| | Codicons | CC BY 4.0 | | Devicons | MIT | -| Font Awesome | SIL OFL 1.1 | +| Font Awesome | CC BY 4.0 | | Font Awesome Extension | MIT | | Font Logos | Unlicensed | | IEC Power Symbols | MIT |