From f59a74852bb530bd728ecf62f5c8be510d2c3770 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Fri, 2 Dec 2022 22:14:57 +0800 Subject: Update gitea-vet to check FSFE REUSE (#22004) Related to: - #21840 - https://gitea.com/gitea/gitea-vet/pulls/21 What it looks like when it's working: https://drone.gitea.io/go-gitea/gitea/64040/1/5 All available SPDX license identifiers: [SPDX License List](https://spdx.org/licenses/). Co-authored-by: Lunny Xiao --- services/packages/container/common.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'services/packages') diff --git a/services/packages/container/common.go b/services/packages/container/common.go index 40d8914a01..5a14ed5b7a 100644 --- a/services/packages/container/common.go +++ b/services/packages/container/common.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 container -- cgit v1.2.3