summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2022-12-02 22:14:57 +0800
committerGitHub <noreply@github.com>2022-12-02 22:14:57 +0800
commitf59a74852bb530bd728ecf62f5c8be510d2c3770 (patch)
treec80cddfb294cf5957619bc157ee939feca40446c /models
parentd64063277d77a0eea5fa13d257a25ec554367c71 (diff)
downloadgitea-f59a74852bb530bd728ecf62f5c8be510d2c3770.tar.gz
gitea-f59a74852bb530bd728ecf62f5c8be510d2c3770.zip
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 <xiaolunwen@gmail.com>
Diffstat (limited to 'models')
-rw-r--r--models/migrations/v1_19/v234.go3
-rw-r--r--models/migrations/v1_19/v235.go3
-rw-r--r--models/packages/package_cleanup_rule.go3
3 files changed, 3 insertions, 6 deletions
diff --git a/models/migrations/v1_19/v234.go b/models/migrations/v1_19/v234.go
index 9d609c58d3..4e98a2b7a9 100644
--- a/models/migrations/v1_19/v234.go
+++ b/models/migrations/v1_19/v234.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 v1_19 //nolint
diff --git a/models/migrations/v1_19/v235.go b/models/migrations/v1_19/v235.go
index b43ee32a56..3715de3920 100644
--- a/models/migrations/v1_19/v235.go
+++ b/models/migrations/v1_19/v235.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 v1_19 //nolint
diff --git a/models/packages/package_cleanup_rule.go b/models/packages/package_cleanup_rule.go
index ab45226cf1..9bd512755d 100644
--- a/models/packages/package_cleanup_rule.go
+++ b/models/packages/package_cleanup_rule.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 packages