From f476bf2847734a6e2a7a791671bc8abe807db3d1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 03 Mar 2025 21:16:07 +0800 Subject: [PATCH] Add SPDX license headers to git_hooks_client --- git_hooks_client/git_hooks_client.c | 6 ++++++ diff --git a/git_hooks_client/git_hooks_client.c b/git_hooks_client/git_hooks_client.c index 8024b53c262082b88360910c116749480f700374..46fd02a4c639a2b9826a244ab6c2d7e62ed1219e 100644 --- a/git_hooks_client/git_hooks_client.c +++ b/git_hooks_client/git_hooks_client.c @@ -1,3 +1,9 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileContributor: Runxi Yu + * SPDX-FileContributor: Test_User + */ + #include #include #include -- 2.48.1