From 1380981aa27463879faa7652a2e0a79419243cec Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 18 Apr 2024 15:24:49 -0400 Subject: config: Add missing copyright headers They're probably too trivial to be copyrightable, but might as well include the SPDX tags for consistency anyway. --- config/oniguruma.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/oniguruma.c') diff --git a/config/oniguruma.c b/config/oniguruma.c index b834fac..cb17596 100644 --- a/config/oniguruma.c +++ b/config/oniguruma.c @@ -1,3 +1,6 @@ +// Copyright © Tavian Barnes +// SPDX-License-Identifier: 0BSD + #include int main(void) { -- cgit v1.2.3