summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorayumi <ayumi@noreply.codeberg.org>2025-04-14 21:27:36 +0200
committerayumi <ayumi@noreply.codeberg.org>2025-04-19 23:37:41 +0200
commitb2d455732df3c20eadbc4582b77e80c8e4ff86b5 (patch)
treedd26e9cd4dcf5df409b390c5e095f03f6b898a2c
parent5810b76c9aa536b712c602bd6a5713e135010814 (diff)
downloadtangara-fw-b2d455732df3c20eadbc4582b77e80c8e4ff86b5.tar.gz
Add some of the missing font licences to the licence menu
-rw-r--r--lua/licenses.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/licenses.lua b/lua/licenses.lua
index 61392c25..7273e3e0 100644
--- a/lua/licenses.lua
+++ b/lua/licenses.lua
@@ -199,6 +199,9 @@ return function(self)
library("Fusion font", "OFL", function()
ofl("Copyright (C) 2022 TakWolf")
end)
+ library("Galmuri font", "OFL", function()
+ ofl("Copyright (c) 2019–2024 Lee Minseo (quiple@quiple.dev)")
+ end)
library("komihash", "MIT", function()
mit("Copyright (c) 2021-2022 Aleksey Vaneev")
end)
@@ -238,6 +241,9 @@ return function(self)
library("MillerShuffle", "Apache 2.0", function()
apache("Copyright 2022 Ronald Ross Miller")
end)
+ library("Miseki font", "OFL", function()
+ ofl("Copyright (c) 2023-2024 Mark Li (itmarkibfb@gmail.com)")
+ end)
library("ogg", "BSD", function()
bsd3("Copyright (c) 2002, Xiph.org Foundation", "Xiph.org Foundation")
end)