diff options
Diffstat (limited to 'git_hooks_handle.go')
-rw-r--r-- | git_hooks_handle.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle.go index 59d29c7..47e856c 100644 --- a/git_hooks_handle.go +++ b/git_hooks_handle.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + package main import ( |