aboutsummaryrefslogtreecommitdiffstats
path: root/modules/system
diff options
context:
space:
mode:
authorflynnnnnnnnnn <118399147+flynnnnnnnnnn@users.noreply.github.com>2022-11-27 13:20:29 -0500
committerGitHub <noreply@github.com>2022-11-27 18:20:29 +0000
commite81ccc406bf723a5a58d685e7782f281736affd4 (patch)
treebc9812f3f1779f8ce86b8f915d08aafd02e944b9 /modules/system
parentf6fd501841816f5e5c1c9a30fbc4c9a2a6f987bc (diff)
downloadgitea-e81ccc406bf723a5a58d685e7782f281736affd4.tar.gz
gitea-e81ccc406bf723a5a58d685e7782f281736affd4.zip
Implement FSFE REUSE for golang files (#21840)
Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/appstate.go3
-rw-r--r--modules/system/appstate_test.go3
-rw-r--r--modules/system/db.go3
-rw-r--r--modules/system/item_runtime.go3
4 files changed, 4 insertions, 8 deletions
diff --git a/modules/system/appstate.go b/modules/system/appstate.go
index deee8cd029..765501d432 100644
--- a/modules/system/appstate.go
+++ b/modules/system/appstate.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 system
diff --git a/modules/system/appstate_test.go b/modules/system/appstate_test.go
index fb0c2aaf9f..65a6e50003 100644
--- a/modules/system/appstate_test.go
+++ b/modules/system/appstate_test.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 system
diff --git a/modules/system/db.go b/modules/system/db.go
index b1c283c488..3f2e4c59bb 100644
--- a/modules/system/db.go
+++ b/modules/system/db.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 system
diff --git a/modules/system/item_runtime.go b/modules/system/item_runtime.go
index e022a0daad..ded52c1426 100644
--- a/modules/system/item_runtime.go
+++ b/modules/system/item_runtime.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 system