From d6db4b08260c2d9d426a8a83d997131f6449115d Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Wed, 8 Jan 2025 16:58:36 -0800 Subject: Add missing copyright/license headers --- lua/main.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/main.lua') diff --git a/lua/main.lua b/lua/main.lua index 46201fd4..12705c00 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2023 jacqueline +-- +-- SPDX-License-Identifier: GPL-3.0-only + -- Load fonts first, since they're parsed asynchronously and we can do much of -- the other UI setup in parallel. local font = require("font") -- cgit v1.2.3