diff options
| author | Tom Kirchner <git@halffull.org> | 2025-01-08 16:58:36 -0800 |
|---|---|---|
| committer | Tom Kirchner <git@halffull.org> | 2025-01-08 16:58:36 -0800 |
| commit | d6db4b08260c2d9d426a8a83d997131f6449115d (patch) | |
| tree | 47a449c614665a5ab3ddd05fc4569c081f3f91d5 /lua/theme_dark.lua | |
| parent | 88d2bbe067ac15b9224ec12a1b3ef3286f83fa2c (diff) | |
| download | tangara-fw-d6db4b08260c2d9d426a8a83d997131f6449115d.tar.gz | |
Add missing copyright/license headers
Diffstat (limited to 'lua/theme_dark.lua')
| -rw-r--r-- | lua/theme_dark.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/theme_dark.lua b/lua/theme_dark.lua index 560b6849..48b7e4e2 100644 --- a/lua/theme_dark.lua +++ b/lua/theme_dark.lua @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2023 ailurux <ailuruxx@gmail.com> +-- +-- SPDX-License-Identifier: GPL-3.0-only + local lvgl = require("lvgl") local font = require("font") |
