aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_client/git_hooks_client.c
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-03 21:16:07 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-03 21:16:07 +0800
commitf476bf2847734a6e2a7a791671bc8abe807db3d1 (patch)
treefec7731132f0dd110616afa0a1cf1afa5d63021a /git_hooks_client/git_hooks_client.c
parentAdd SPDX license headers to all Go files (diff)
downloadforge-f476bf2847734a6e2a7a791671bc8abe807db3d1.tar.gz
forge-f476bf2847734a6e2a7a791671bc8abe807db3d1.tar.zst
forge-f476bf2847734a6e2a7a791671bc8abe807db3d1.zip
Add SPDX license headers to git_hooks_client
Diffstat (limited to 'git_hooks_client/git_hooks_client.c')
-rw-r--r--git_hooks_client/git_hooks_client.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/git_hooks_client/git_hooks_client.c b/git_hooks_client/git_hooks_client.c
index 8024b53..46fd02a 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 <https://runxiyu.org>
+ * SPDX-FileContributor: Test_User <hax@runxiyu.org>
+ */
+
#include <errno.h>
#include <stdint.h>
#include <stdio.h>