summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcooljqln <cooljqln@noreply.codeberg.org>2025-08-15 06:27:59 +0200
committercooljqln <cooljqln@noreply.codeberg.org>2025-08-15 06:27:59 +0200
commitacdb94e36d6626ab5694254f1a04c309335144ba (patch)
tree1c083a01d945c8ddd27d1f1d65989373dd4499a8
parent5dfd7709271631497f27ce3397f35fef0d2248b9 (diff)
parent3ad25f698700491ff7a86fe30ae5646b45de05d8 (diff)
downloadtangara-fw-acdb94e36d6626ab5694254f1a04c309335144ba.tar.gz
Merge pull request 'Fix the ALAC decoder licence screen' (#426) from ayumi/tangara-fw:alac into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/426
-rw-r--r--lua/licenses.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/licenses.lua b/lua/licenses.lua
index dae7ea15..e8bd2796 100644
--- a/lua/licenses.lua
+++ b/lua/licenses.lua
@@ -179,7 +179,7 @@ return function(self)
end
library("ALAC decoder", "MIT", function()
- MIT("Copyright (c) 2005 David Hammerton")
+ mit("Copyright (c) 2005 David Hammerton")
end)
library("Ark Pixel font", "OFL", function()
ofl("Copyright (C) 2021 TakWolf")