summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorayumi <ayumi@noreply.codeberg.org>2025-07-22 09:27:29 +0200
committerayumi <ayumi@noreply.codeberg.org>2025-08-01 20:03:21 +0200
commit4887378ce74c27f837fe1939ad5917b221736fac (patch)
tree8a3b07dc014050c82443ef4b0e83e8de2ebbf24b /lua
parentb68ac702817316e75270355e19231e04f484cb74 (diff)
downloadtangara-fw-4887378ce74c27f837fe1939ad5917b221736fac.tar.gz
Preliminary ALAC support
Diffstat (limited to 'lua')
-rw-r--r--lua/licenses.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/licenses.lua b/lua/licenses.lua
index 7a66c063..dae7ea15 100644
--- a/lua/licenses.lua
+++ b/lua/licenses.lua
@@ -178,6 +178,9 @@ return function(self)
button:onClicked(show_fn)
end
+ library("ALAC decoder", "MIT", function()
+ MIT("Copyright (c) 2005 David Hammerton")
+ end)
library("Ark Pixel font", "OFL", function()
ofl("Copyright (C) 2021 TakWolf")
end)