summaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_10
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 /models/migrations/v1_10
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 'models/migrations/v1_10')
-rw-r--r--models/migrations/v1_10/v100.go3
-rw-r--r--models/migrations/v1_10/v101.go3
-rw-r--r--models/migrations/v1_10/v88.go3
-rw-r--r--models/migrations/v1_10/v89.go3
-rw-r--r--models/migrations/v1_10/v90.go3
-rw-r--r--models/migrations/v1_10/v91.go3
-rw-r--r--models/migrations/v1_10/v92.go3
-rw-r--r--models/migrations/v1_10/v93.go3
-rw-r--r--models/migrations/v1_10/v94.go3
-rw-r--r--models/migrations/v1_10/v95.go3
-rw-r--r--models/migrations/v1_10/v96.go3
-rw-r--r--models/migrations/v1_10/v97.go3
-rw-r--r--models/migrations/v1_10/v98.go3
-rw-r--r--models/migrations/v1_10/v99.go3
14 files changed, 14 insertions, 28 deletions
diff --git a/models/migrations/v1_10/v100.go b/models/migrations/v1_10/v100.go
index af58b4b21d..bd11790b98 100644
--- a/models/migrations/v1_10/v100.go
+++ b/models/migrations/v1_10/v100.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v101.go b/models/migrations/v1_10/v101.go
index 350e537a97..79b419e9d9 100644
--- a/models/migrations/v1_10/v101.go
+++ b/models/migrations/v1_10/v101.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v88.go b/models/migrations/v1_10/v88.go
index 32659006ea..e6376af62e 100644
--- a/models/migrations/v1_10/v88.go
+++ b/models/migrations/v1_10/v88.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v89.go b/models/migrations/v1_10/v89.go
index 4b21ef20ff..937068292c 100644
--- a/models/migrations/v1_10/v89.go
+++ b/models/migrations/v1_10/v89.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v90.go b/models/migrations/v1_10/v90.go
index aa08ac36bc..c9a69a6dfe 100644
--- a/models/migrations/v1_10/v90.go
+++ b/models/migrations/v1_10/v90.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v91.go b/models/migrations/v1_10/v91.go
index b8c083f8d4..9b5fefb1d0 100644
--- a/models/migrations/v1_10/v91.go
+++ b/models/migrations/v1_10/v91.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v92.go b/models/migrations/v1_10/v92.go
index c0552aaab5..9080108594 100644
--- a/models/migrations/v1_10/v92.go
+++ b/models/migrations/v1_10/v92.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v93.go b/models/migrations/v1_10/v93.go
index 6ce89f0d49..5b59065171 100644
--- a/models/migrations/v1_10/v93.go
+++ b/models/migrations/v1_10/v93.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v94.go b/models/migrations/v1_10/v94.go
index 542e45c139..fe3804aee4 100644
--- a/models/migrations/v1_10/v94.go
+++ b/models/migrations/v1_10/v94.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v95.go b/models/migrations/v1_10/v95.go
index 48a0c4ea7f..1b60eefb42 100644
--- a/models/migrations/v1_10/v95.go
+++ b/models/migrations/v1_10/v95.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v96.go b/models/migrations/v1_10/v96.go
index 372ca9e65a..2abd260be4 100644
--- a/models/migrations/v1_10/v96.go
+++ b/models/migrations/v1_10/v96.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v97.go b/models/migrations/v1_10/v97.go
index 4438a9ed50..8a1a4426ab 100644
--- a/models/migrations/v1_10/v97.go
+++ b/models/migrations/v1_10/v97.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v98.go b/models/migrations/v1_10/v98.go
index 8e9ebb7d97..cab9a63065 100644
--- a/models/migrations/v1_10/v98.go
+++ b/models/migrations/v1_10/v98.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint
diff --git a/models/migrations/v1_10/v99.go b/models/migrations/v1_10/v99.go
index 21554f6eff..170a30631f 100644
--- a/models/migrations/v1_10/v99.go
+++ b/models/migrations/v1_10/v99.go
@@ -1,6 +1,5 @@
// Copyright 2019 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_10 //nolint