diff options
Diffstat (limited to 'routers/private/hook_verification.go')
-rw-r--r-- | routers/private/hook_verification.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/routers/private/hook_verification.go b/routers/private/hook_verification.go index 8a2d1cf33d..7b9550dfdd 100644 --- a/routers/private/hook_verification.go +++ b/routers/private/hook_verification.go @@ -1,6 +1,5 @@ // Copyright 2021 The Gitea Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: MIT // Package private includes all internal routes. The package name internal is ideal but Golang is not allowed, so we use private as package name instead. package private |