diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-08-04 03:39:16 +0200 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-08-04 03:39:16 +0200 |
| commit | df8fc4104e5ed884f3b52257558191955375d1e7 (patch) | |
| tree | 8a3b07dc014050c82443ef4b0e83e8de2ebbf24b /lua/licenses.lua | |
| parent | b68ac702817316e75270355e19231e04f484cb74 (diff) | |
| parent | 4887378ce74c27f837fe1939ad5917b221736fac (diff) | |
| download | tangara-fw-df8fc4104e5ed884f3b52257558191955375d1e7.tar.gz | |
Merge pull request 'Preliminary ALAC support' (#416) from ayumi/tangara-fw:alac into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/416
Diffstat (limited to 'lua/licenses.lua')
| -rw-r--r-- | lua/licenses.lua | 3 |
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) |
