diff options
Diffstat (limited to 'services/mirror')
-rw-r--r-- | services/mirror/mirror.go | 3 | ||||
-rw-r--r-- | services/mirror/mirror_pull.go | 3 | ||||
-rw-r--r-- | services/mirror/mirror_push.go | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/services/mirror/mirror.go b/services/mirror/mirror.go index 3b4a8e5f8a..9e569a70e3 100644 --- a/services/mirror/mirror.go +++ b/services/mirror/mirror.go @@ -1,6 +1,5 @@ // Copyright 2019 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 mirror diff --git a/services/mirror/mirror_pull.go b/services/mirror/mirror_pull.go index 4a77569d86..98e8d122a5 100644 --- a/services/mirror/mirror_pull.go +++ b/services/mirror/mirror_pull.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 mirror diff --git a/services/mirror/mirror_push.go b/services/mirror/mirror_push.go index 60611130ba..c0c68a3f54 100644 --- a/services/mirror/mirror_push.go +++ b/services/mirror/mirror_push.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 mirror |