diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-01-13 04:50:49 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-01-13 04:50:49 +0000 |
| commit | db7c28347c29b84db9c0a8b9306cf2537f1f3053 (patch) | |
| tree | bbe8f81f5d89b4bb8dc6cbea8b73685471d75151 /lua/theme_hicon.lua | |
| parent | 430742c29776931a66658735e76f574dbf486330 (diff) | |
| parent | 63c6f2132b06eb08309a0f682243f6e59bb0ad3c (diff) | |
| download | tangara-fw-db7c28347c29b84db9c0a8b9306cf2537f1f3053.tar.gz | |
Merge pull request 'Update licensing info' (#174) from tjk/tangara-fw:update-reuse into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/174
Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org>
Diffstat (limited to 'lua/theme_hicon.lua')
| -rw-r--r-- | lua/theme_hicon.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/theme_hicon.lua b/lua/theme_hicon.lua index 1c654fb4..80f78a10 100644 --- a/lua/theme_hicon.lua +++ b/lua/theme_hicon.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") |
