From 4887378ce74c27f837fe1939ad5917b221736fac Mon Sep 17 00:00:00 2001 From: ayumi Date: Tue, 22 Jul 2025 09:27:29 +0200 Subject: Preliminary ALAC support --- lua/licenses.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') 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) -- cgit v1.2.3