aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_13
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_13
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_13')
-rw-r--r--models/migrations/v1_13/v140.go3
-rw-r--r--models/migrations/v1_13/v141.go3
-rw-r--r--models/migrations/v1_13/v142.go3
-rw-r--r--models/migrations/v1_13/v143.go3
-rw-r--r--models/migrations/v1_13/v144.go3
-rw-r--r--models/migrations/v1_13/v145.go3
-rw-r--r--models/migrations/v1_13/v146.go3
-rw-r--r--models/migrations/v1_13/v147.go3
-rw-r--r--models/migrations/v1_13/v148.go3
-rw-r--r--models/migrations/v1_13/v149.go3
-rw-r--r--models/migrations/v1_13/v150.go3
-rw-r--r--models/migrations/v1_13/v151.go3
-rw-r--r--models/migrations/v1_13/v152.go3
-rw-r--r--models/migrations/v1_13/v153.go3
-rw-r--r--models/migrations/v1_13/v154.go3
15 files changed, 15 insertions, 30 deletions
diff --git a/models/migrations/v1_13/v140.go b/models/migrations/v1_13/v140.go
index 37aeeaeb6b..3de9eaaf7c 100644
--- a/models/migrations/v1_13/v140.go
+++ b/models/migrations/v1_13/v140.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_13 //nolint
diff --git a/models/migrations/v1_13/v141.go b/models/migrations/v1_13/v141.go
index 7dd1cc5d67..80796e6db9 100644
--- a/models/migrations/v1_13/v141.go
+++ b/models/migrations/v1_13/v141.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_13 //nolint
diff --git a/models/migrations/v1_13/v142.go b/models/migrations/v1_13/v142.go
index 3a2206b6c6..7c7c01ad47 100644
--- a/models/migrations/v1_13/v142.go
+++ b/models/migrations/v1_13/v142.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_13 //nolint
diff --git a/models/migrations/v1_13/v143.go b/models/migrations/v1_13/v143.go
index eee66c0a0d..ad1a8c66a5 100644
--- a/models/migrations/v1_13/v143.go
+++ b/models/migrations/v1_13/v143.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_13 //nolint
diff --git a/models/migrations/v1_13/v144.go b/models/migrations/v1_13/v144.go
index 0b8b91268b..f5a0bc5751 100644
--- a/models/migrations/v1_13/v144.go
+++ b/models/migrations/v1_13/v144.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_13 //nolint
diff --git a/models/migrations/v1_13/v145.go b/models/migrations/v1_13/v145.go
index b12da3c675..c96e79f8a0 100644
--- a/models/migrations/v1_13/v145.go
+++ b/models/migrations/v1_13/v145.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_13 //nolint
diff --git a/models/migrations/v1_13/v146.go b/models/migrations/v1_13/v146.go
index 7afd325371..5db8b0a437 100644
--- a/models/migrations/v1_13/v146.go
+++ b/models/migrations/v1_13/v146.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_13 //nolint
diff --git a/models/migrations/v1_13/v147.go b/models/migrations/v1_13/v147.go
index 1518b8dd24..d9c51145c4 100644
--- a/models/migrations/v1_13/v147.go
+++ b/models/migrations/v1_13/v147.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_13 //nolint
diff --git a/models/migrations/v1_13/v148.go b/models/migrations/v1_13/v148.go
index 40ede7174c..7bb8ab700b 100644
--- a/models/migrations/v1_13/v148.go
+++ b/models/migrations/v1_13/v148.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_13 //nolint
diff --git a/models/migrations/v1_13/v149.go b/models/migrations/v1_13/v149.go
index f0054b752d..e093b4f9db 100644
--- a/models/migrations/v1_13/v149.go
+++ b/models/migrations/v1_13/v149.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_13 //nolint
diff --git a/models/migrations/v1_13/v150.go b/models/migrations/v1_13/v150.go
index 99e6ddf685..d5ba489566 100644
--- a/models/migrations/v1_13/v150.go
+++ b/models/migrations/v1_13/v150.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_13 //nolint
diff --git a/models/migrations/v1_13/v151.go b/models/migrations/v1_13/v151.go
index 9efda93645..9490c1778c 100644
--- a/models/migrations/v1_13/v151.go
+++ b/models/migrations/v1_13/v151.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_13 //nolint
diff --git a/models/migrations/v1_13/v152.go b/models/migrations/v1_13/v152.go
index ec49a2fb97..7f7c414de8 100644
--- a/models/migrations/v1_13/v152.go
+++ b/models/migrations/v1_13/v152.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_13 //nolint
diff --git a/models/migrations/v1_13/v153.go b/models/migrations/v1_13/v153.go
index 1428edd3c1..4146d83387 100644
--- a/models/migrations/v1_13/v153.go
+++ b/models/migrations/v1_13/v153.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_13 //nolint
diff --git a/models/migrations/v1_13/v154.go b/models/migrations/v1_13/v154.go
index 8976db675c..8b4498be84 100644
--- a/models/migrations/v1_13/v154.go
+++ b/models/migrations/v1_13/v154.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_13 //nolint