aboutsummaryrefslogtreecommitdiffstats
path: root/models/system
diff options
context:
space:
mode:
Diffstat (limited to 'models/system')
-rw-r--r--models/system/appstate.go3
-rw-r--r--models/system/main_test.go3
-rw-r--r--models/system/notice.go3
-rw-r--r--models/system/notice_test.go3
-rw-r--r--models/system/setting.go3
-rw-r--r--models/system/setting_key.go3
-rw-r--r--models/system/setting_test.go3
7 files changed, 7 insertions, 14 deletions
diff --git a/models/system/appstate.go b/models/system/appstate.go
index bc18c5181d..7378537678 100644
--- a/models/system/appstate.go
+++ b/models/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/models/system/main_test.go b/models/system/main_test.go
index a56c76aedc..94e2906447 100644
--- a/models/system/main_test.go
+++ b/models/system/main_test.go
@@ -1,6 +1,5 @@
// Copyright 2020 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_test
diff --git a/models/system/notice.go b/models/system/notice.go
index 3276fa3ffb..e598abe222 100644
--- a/models/system/notice.go
+++ b/models/system/notice.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/models/system/notice_test.go b/models/system/notice_test.go
index 768bcca66c..01eb9b57a5 100644
--- a/models/system/notice_test.go
+++ b/models/system/notice_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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_test
diff --git a/models/system/setting.go b/models/system/setting.go
index 22119ee5e6..dc6145b417 100644
--- a/models/system/setting.go
+++ b/models/system/setting.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/models/system/setting_key.go b/models/system/setting_key.go
index 14105b89d0..ad083ed1ea 100644
--- a/models/system/setting_key.go
+++ b/models/system/setting_key.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 system
diff --git a/models/system/setting_test.go b/models/system/setting_test.go
index d25fc05f31..3ff5ba2520 100644
--- a/models/system/setting_test.go
+++ b/models/system/setting_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_test