diff options
Diffstat (limited to 'modules/sitemap')
-rw-r--r-- | modules/sitemap/sitemap.go | 3 | ||||
-rw-r--r-- | modules/sitemap/sitemap_test.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/sitemap/sitemap.go b/modules/sitemap/sitemap.go index 14953765ab..ceb65c1c8d 100644 --- a/modules/sitemap/sitemap.go +++ b/modules/sitemap/sitemap.go @@ -1,6 +1,5 @@ // 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 sitemap diff --git a/modules/sitemap/sitemap_test.go b/modules/sitemap/sitemap_test.go index 63007b8479..ab879b272e 100644 --- a/modules/sitemap/sitemap_test.go +++ b/modules/sitemap/sitemap_test.go @@ -1,6 +1,5 @@ // 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 sitemap |