From eb5d793802a61adaf68dde8898252f0e8068dc2f Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sun, 1 Feb 2026 09:59:33 -0500 Subject: [PATCH] update util --- lib/util.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/util.lua b/lib/util.lua index a1e729c..63a5832 100644 --- a/lib/util.lua +++ b/lib/util.lua @@ -7,18 +7,10 @@ function M.cc(tbl, sep) return table.concat(tbl, sep or "") end -function M.year(y) - return y or os.date("%Y") -end - function M.copyright(link, holder) return symbol.legal.copyright .. " " .. std.external(link, holder) end -function M.license(name) - return symbol.legal.registered .. " " .. name -end - function M.ls(dir) local p = io.popen('ls -A -1 -- ' .. string.format('%q', dir)) if not p then