diff options
Diffstat (limited to 'services/user')
-rw-r--r-- | services/user/user.go | 3 | ||||
-rw-r--r-- | services/user/user_test.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/services/user/user.go b/services/user/user.go index 9976bc7bd3..65db732bf9 100644 --- a/services/user/user.go +++ b/services/user/user.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 user diff --git a/services/user/user_test.go b/services/user/user_test.go index c07244e7e1..5e052a9df2 100644 --- a/services/user/user_test.go +++ b/services/user/user_test.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 user |