From 9fc3f5cfa20ccdfdfcaa6a4b5f9c700ba1f8c0c2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 11:07:43 +0800 Subject: git2d: Add license headers where missing --- git2d/utf8.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'git2d/utf8.c') diff --git a/git2d/utf8.c b/git2d/utf8.c index 2937cb6..27c7a22 100644 --- a/git2d/utf8.c +++ b/git2d/utf8.c @@ -1,3 +1,8 @@ +/*- + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu + */ + #include "utf8.h" extern inline void *utf8_decode(void *buf, uint32_t *c, int *e); -- cgit v1.2.3