diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:16:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-03 21:16:07 +0800 |
commit | f476bf2847734a6e2a7a791671bc8abe807db3d1 (patch) | |
tree | fec7731132f0dd110616afa0a1cf1afa5d63021a /git_hooks_client/git_hooks_client.c | |
parent | Add SPDX license headers to all Go files (diff) | |
download | forge-f476bf2847734a6e2a7a791671bc8abe807db3d1.tar.gz forge-f476bf2847734a6e2a7a791671bc8abe807db3d1.tar.zst forge-f476bf2847734a6e2a7a791671bc8abe807db3d1.zip |
Add SPDX license headers to git_hooks_client
Diffstat (limited to '')
-rw-r--r-- | git_hooks_client/git_hooks_client.c | 6 |
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> |