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 --- src/graphics/splash.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/graphics/splash.c') diff --git a/src/graphics/splash.c b/src/graphics/splash.c index 0b35a3af..12d27efb 100644 --- a/src/graphics/splash.c +++ b/src/graphics/splash.c @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #ifdef __has_include #if __has_include("lvgl.h") #ifndef LV_LVGL_H_INCLUDE_SIMPLE -- cgit v1.2.3