diff options
Diffstat (limited to 'services/attachment')
-rw-r--r-- | services/attachment/attachment.go | 3 | ||||
-rw-r--r-- | services/attachment/attachment_test.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/services/attachment/attachment.go b/services/attachment/attachment.go index cc329f568b..522acd00a3 100644 --- a/services/attachment/attachment.go +++ b/services/attachment/attachment.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 attachment diff --git a/services/attachment/attachment_test.go b/services/attachment/attachment_test.go index 561792db2f..72d1b2ab3a 100644 --- a/services/attachment/attachment_test.go +++ b/services/attachment/attachment_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 attachment |