aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install
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 /routers/install
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 'routers/install')
-rw-r--r--routers/install/install.go3
-rw-r--r--routers/install/routes.go3
-rw-r--r--routers/install/routes_test.go3
-rw-r--r--routers/install/setting.go3
4 files changed, 4 insertions, 8 deletions
diff --git a/routers/install/install.go b/routers/install/install.go
index 184dc5bae1..ab37f9ba35 100644
--- a/routers/install/install.go
+++ b/routers/install/install.go
@@ -1,7 +1,6 @@
// Copyright 2014 The Gogs Authors. All rights reserved.
// 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 install
diff --git a/routers/install/routes.go b/routers/install/routes.go
index 7617477827..9aa5a88d24 100644
--- a/routers/install/routes.go
+++ b/routers/install/routes.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 install
diff --git a/routers/install/routes_test.go b/routers/install/routes_test.go
index e69d2d15df..35b5e5e916 100644
--- a/routers/install/routes_test.go
+++ b/routers/install/routes_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 install
diff --git a/routers/install/setting.go b/routers/install/setting.go
index c4912f1124..b76219f45d 100644
--- a/routers/install/setting.go
+++ b/routers/install/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 install