aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_12
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_12
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_12')
-rw-r--r--models/migrations/v1_12/v117.go3
-rw-r--r--models/migrations/v1_12/v118.go3
-rw-r--r--models/migrations/v1_12/v119.go3
-rw-r--r--models/migrations/v1_12/v120.go3
-rw-r--r--models/migrations/v1_12/v121.go3
-rw-r--r--models/migrations/v1_12/v122.go3
-rw-r--r--models/migrations/v1_12/v123.go3
-rw-r--r--models/migrations/v1_12/v124.go3
-rw-r--r--models/migrations/v1_12/v125.go3
-rw-r--r--models/migrations/v1_12/v126.go3
-rw-r--r--models/migrations/v1_12/v127.go3
-rw-r--r--models/migrations/v1_12/v128.go3
-rw-r--r--models/migrations/v1_12/v129.go3
-rw-r--r--models/migrations/v1_12/v130.go3
-rw-r--r--models/migrations/v1_12/v131.go3
-rw-r--r--models/migrations/v1_12/v132.go3
-rw-r--r--models/migrations/v1_12/v133.go3
-rw-r--r--models/migrations/v1_12/v134.go3
-rw-r--r--models/migrations/v1_12/v135.go3
-rw-r--r--models/migrations/v1_12/v136.go3
-rw-r--r--models/migrations/v1_12/v137.go3
-rw-r--r--models/migrations/v1_12/v138.go3
-rw-r--r--models/migrations/v1_12/v139.go3
23 files changed, 23 insertions, 46 deletions
diff --git a/models/migrations/v1_12/v117.go b/models/migrations/v1_12/v117.go
index 6a102e0df7..bc768f3f0b 100644
--- a/models/migrations/v1_12/v117.go
+++ b/models/migrations/v1_12/v117.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v118.go b/models/migrations/v1_12/v118.go
index 227daffc45..9b893e2992 100644
--- a/models/migrations/v1_12/v118.go
+++ b/models/migrations/v1_12/v118.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_12 //nolint
diff --git a/models/migrations/v1_12/v119.go b/models/migrations/v1_12/v119.go
index 998ca004d2..60bfe6a57d 100644
--- a/models/migrations/v1_12/v119.go
+++ b/models/migrations/v1_12/v119.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v120.go b/models/migrations/v1_12/v120.go
index cc35ce5f3e..f4e61215eb 100644
--- a/models/migrations/v1_12/v120.go
+++ b/models/migrations/v1_12/v120.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v121.go b/models/migrations/v1_12/v121.go
index 19864658d1..ac656b2d42 100644
--- a/models/migrations/v1_12/v121.go
+++ b/models/migrations/v1_12/v121.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v122.go b/models/migrations/v1_12/v122.go
index b0edae93bd..67ac9411fa 100644
--- a/models/migrations/v1_12/v122.go
+++ b/models/migrations/v1_12/v122.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v123.go b/models/migrations/v1_12/v123.go
index 1ecfdce736..ec56161afa 100644
--- a/models/migrations/v1_12/v123.go
+++ b/models/migrations/v1_12/v123.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v124.go b/models/migrations/v1_12/v124.go
index 0fc86378db..311690c039 100644
--- a/models/migrations/v1_12/v124.go
+++ b/models/migrations/v1_12/v124.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v125.go b/models/migrations/v1_12/v125.go
index d74f888e90..5540dfd626 100644
--- a/models/migrations/v1_12/v125.go
+++ b/models/migrations/v1_12/v125.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v126.go b/models/migrations/v1_12/v126.go
index 51dfb51673..ca9ec3aa3f 100644
--- a/models/migrations/v1_12/v126.go
+++ b/models/migrations/v1_12/v126.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v127.go b/models/migrations/v1_12/v127.go
index 5849b82566..b248eb4c06 100644
--- a/models/migrations/v1_12/v127.go
+++ b/models/migrations/v1_12/v127.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v128.go b/models/migrations/v1_12/v128.go
index 71e8e32077..44d44a26c5 100644
--- a/models/migrations/v1_12/v128.go
+++ b/models/migrations/v1_12/v128.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v129.go b/models/migrations/v1_12/v129.go
index 28bc5f604f..cf228242b9 100644
--- a/models/migrations/v1_12/v129.go
+++ b/models/migrations/v1_12/v129.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v130.go b/models/migrations/v1_12/v130.go
index ca3765be7b..391810c7ca 100644
--- a/models/migrations/v1_12/v130.go
+++ b/models/migrations/v1_12/v130.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v131.go b/models/migrations/v1_12/v131.go
index 14d954b4ba..a734d9fbf8 100644
--- a/models/migrations/v1_12/v131.go
+++ b/models/migrations/v1_12/v131.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v132.go b/models/migrations/v1_12/v132.go
index 8d93460f76..1708a57a7e 100644
--- a/models/migrations/v1_12/v132.go
+++ b/models/migrations/v1_12/v132.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v133.go b/models/migrations/v1_12/v133.go
index 1d69c47b9f..e1c392459b 100644
--- a/models/migrations/v1_12/v133.go
+++ b/models/migrations/v1_12/v133.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v134.go b/models/migrations/v1_12/v134.go
index 297db37a08..3d1c82f09e 100644
--- a/models/migrations/v1_12/v134.go
+++ b/models/migrations/v1_12/v134.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v135.go b/models/migrations/v1_12/v135.go
index 9453ecdd58..5a87d9911b 100644
--- a/models/migrations/v1_12/v135.go
+++ b/models/migrations/v1_12/v135.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v136.go b/models/migrations/v1_12/v136.go
index b114ddf508..0cecba7be9 100644
--- a/models/migrations/v1_12/v136.go
+++ b/models/migrations/v1_12/v136.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v137.go b/models/migrations/v1_12/v137.go
index 6eb6b1ebb3..371b1a3fdb 100644
--- a/models/migrations/v1_12/v137.go
+++ b/models/migrations/v1_12/v137.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v138.go b/models/migrations/v1_12/v138.go
index c101c6e4cd..a2bfdb59a8 100644
--- a/models/migrations/v1_12/v138.go
+++ b/models/migrations/v1_12/v138.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 v1_12 //nolint
diff --git a/models/migrations/v1_12/v139.go b/models/migrations/v1_12/v139.go
index 69daa94f98..725b8fa305 100644
--- a/models/migrations/v1_12/v139.go
+++ b/models/migrations/v1_12/v139.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_12 //nolint