diff options
Diffstat (limited to 'models/project/issue.go')
-rw-r--r-- | models/project/issue.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/project/issue.go b/models/project/issue.go index da48d4731e..3269197d6c 100644 --- a/models/project/issue.go +++ b/models/project/issue.go @@ -1,6 +1,5 @@ // Copyright 2020 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 project |