diff options
Diffstat (limited to 'models/pull/review_state.go')
-rw-r--r-- | models/pull/review_state.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models/pull/review_state.go b/models/pull/review_state.go index 1c465bf766..1a2b1e165f 100644 --- a/models/pull/review_state.go +++ b/models/pull/review_state.go @@ -1,6 +1,6 @@ // Copyright 2022 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 pull import ( |