diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-04-25 02:38:50 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-04-25 02:38:50 +0000 |
| commit | b7ef198721284ac9d30dd5d53721c5456351e0f8 (patch) | |
| tree | bf5316a6bd4e205a8a1e8a04b58229b1c9c4ea4a /lua/licenses.lua | |
| parent | c49787657cc81b465a22fecedaec5e20fd963168 (diff) | |
| parent | b2d455732df3c20eadbc4582b77e80c8e4ff86b5 (diff) | |
| download | tangara-fw-b7ef198721284ac9d30dd5d53721c5456351e0f8.tar.gz | |
Merge pull request 'Update Fusion font to the newest version' (#328) from ayumi/tangara-fw:font-update into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/328
Diffstat (limited to 'lua/licenses.lua')
| -rw-r--r-- | lua/licenses.lua | 6 |
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) |
