aboutsummaryrefslogtreecommitdiffstats
path: root/modules/options
diff options
context:
space:
mode:
Diffstat (limited to 'modules/options')
-rw-r--r--modules/options/base.go3
-rw-r--r--modules/options/dynamic.go3
-rw-r--r--modules/options/options.go3
-rw-r--r--modules/options/options_bindata.go3
-rw-r--r--modules/options/static.go3
5 files changed, 5 insertions, 10 deletions
diff --git a/modules/options/base.go b/modules/options/base.go
index e1d6efa7f0..039e934b3a 100644
--- a/modules/options/base.go
+++ b/modules/options/base.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 options
diff --git a/modules/options/dynamic.go b/modules/options/dynamic.go
index 3739867580..a20253676e 100644
--- a/modules/options/dynamic.go
+++ b/modules/options/dynamic.go
@@ -1,6 +1,5 @@
// Copyright 2016 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
//go:build !bindata
diff --git a/modules/options/options.go b/modules/options/options.go
index 6ba3bd6a86..17a8fa482e 100644
--- a/modules/options/options.go
+++ b/modules/options/options.go
@@ -1,6 +1,5 @@
// Copyright 2016 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 options
diff --git a/modules/options/options_bindata.go b/modules/options/options_bindata.go
index 77b7a7ef41..29151cb3cb 100644
--- a/modules/options/options_bindata.go
+++ b/modules/options/options_bindata.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
//go:build bindata
diff --git a/modules/options/static.go b/modules/options/static.go
index 4d60879be3..ff3c86d3f8 100644
--- a/modules/options/static.go
+++ b/modules/options/static.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
//go:build bindata