diff options
Diffstat (limited to 'modules/packages/pub')
-rw-r--r-- | modules/packages/pub/metadata.go | 3 | ||||
-rw-r--r-- | modules/packages/pub/metadata_test.go | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/packages/pub/metadata.go b/modules/packages/pub/metadata.go index f3e9bf20bc..36fe665707 100644 --- a/modules/packages/pub/metadata.go +++ b/modules/packages/pub/metadata.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 pub diff --git a/modules/packages/pub/metadata_test.go b/modules/packages/pub/metadata_test.go index e43ed64fc6..4c0c3f0ec6 100644 --- a/modules/packages/pub/metadata_test.go +++ b/modules/packages/pub/metadata_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 pub |