Add credits and license info

This commit is contained in:
Veronica Berglyd Olsen
2025-01-10 19:04:40 +01:00
parent 22fe8f1d12
commit 1e8b33a74f
5 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ def processFontAwesome(workDir: Path, iconsDir: Path, jobs: dict) -> None:
continue
target = iconsDir / f"{file}.icons"
_writeThemeFile(target, name, "Fonticons Inc", "Font Awesome Free License", icons)
_writeThemeFile(target, name, "Fonticons Inc", "CC BY 4.0", icons)
print("")