aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_14
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_14
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_14')
-rw-r--r--models/migrations/v1_14/main_test.go3
-rw-r--r--models/migrations/v1_14/v155.go3
-rw-r--r--models/migrations/v1_14/v156.go3
-rw-r--r--models/migrations/v1_14/v157.go3
-rw-r--r--models/migrations/v1_14/v158.go3
-rw-r--r--models/migrations/v1_14/v159.go3
-rw-r--r--models/migrations/v1_14/v160.go3
-rw-r--r--models/migrations/v1_14/v161.go3
-rw-r--r--models/migrations/v1_14/v162.go3
-rw-r--r--models/migrations/v1_14/v163.go3
-rw-r--r--models/migrations/v1_14/v164.go3
-rw-r--r--models/migrations/v1_14/v165.go3
-rw-r--r--models/migrations/v1_14/v166.go3
-rw-r--r--models/migrations/v1_14/v167.go3
-rw-r--r--models/migrations/v1_14/v168.go3
-rw-r--r--models/migrations/v1_14/v169.go3
-rw-r--r--models/migrations/v1_14/v170.go3
-rw-r--r--models/migrations/v1_14/v171.go3
-rw-r--r--models/migrations/v1_14/v172.go3
-rw-r--r--models/migrations/v1_14/v173.go3
-rw-r--r--models/migrations/v1_14/v174.go3
-rw-r--r--models/migrations/v1_14/v175.go3
-rw-r--r--models/migrations/v1_14/v176.go3
-rw-r--r--models/migrations/v1_14/v176_test.go3
-rw-r--r--models/migrations/v1_14/v177.go3
-rw-r--r--models/migrations/v1_14/v177_test.go3
26 files changed, 26 insertions, 52 deletions
diff --git a/models/migrations/v1_14/main_test.go b/models/migrations/v1_14/main_test.go
index 859f7520ee..7a091b9b9a 100644
--- a/models/migrations/v1_14/main_test.go
+++ b/models/migrations/v1_14/main_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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v155.go b/models/migrations/v1_14/v155.go
index 630eb94f1a..7c5dc5fbe2 100644
--- a/models/migrations/v1_14/v155.go
+++ b/models/migrations/v1_14/v155.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_14 //nolint
diff --git a/models/migrations/v1_14/v156.go b/models/migrations/v1_14/v156.go
index 698c1c942b..2cf4954a15 100644
--- a/models/migrations/v1_14/v156.go
+++ b/models/migrations/v1_14/v156.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_14 //nolint
diff --git a/models/migrations/v1_14/v157.go b/models/migrations/v1_14/v157.go
index 12f0876d61..b9d8225af8 100644
--- a/models/migrations/v1_14/v157.go
+++ b/models/migrations/v1_14/v157.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_14 //nolint
diff --git a/models/migrations/v1_14/v158.go b/models/migrations/v1_14/v158.go
index e6c9e629f7..7ea80a659e 100644
--- a/models/migrations/v1_14/v158.go
+++ b/models/migrations/v1_14/v158.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_14 //nolint
diff --git a/models/migrations/v1_14/v159.go b/models/migrations/v1_14/v159.go
index 60be2b12bd..149ae0f6a8 100644
--- a/models/migrations/v1_14/v159.go
+++ b/models/migrations/v1_14/v159.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_14 //nolint
diff --git a/models/migrations/v1_14/v160.go b/models/migrations/v1_14/v160.go
index 5bdf180ef9..b9b7e7fbdd 100644
--- a/models/migrations/v1_14/v160.go
+++ b/models/migrations/v1_14/v160.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_14 //nolint
diff --git a/models/migrations/v1_14/v161.go b/models/migrations/v1_14/v161.go
index cf661caa37..ef3c14d595 100644
--- a/models/migrations/v1_14/v161.go
+++ b/models/migrations/v1_14/v161.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_14 //nolint
diff --git a/models/migrations/v1_14/v162.go b/models/migrations/v1_14/v162.go
index bfaa824fa2..972f771fd7 100644
--- a/models/migrations/v1_14/v162.go
+++ b/models/migrations/v1_14/v162.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_14 //nolint
diff --git a/models/migrations/v1_14/v163.go b/models/migrations/v1_14/v163.go
index 8044dd4035..22f55f48d1 100644
--- a/models/migrations/v1_14/v163.go
+++ b/models/migrations/v1_14/v163.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_14 //nolint
diff --git a/models/migrations/v1_14/v164.go b/models/migrations/v1_14/v164.go
index 0a14248503..a6791b16e0 100644
--- a/models/migrations/v1_14/v164.go
+++ b/models/migrations/v1_14/v164.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_14 //nolint
diff --git a/models/migrations/v1_14/v165.go b/models/migrations/v1_14/v165.go
index d42dea96a5..a784832e1c 100644
--- a/models/migrations/v1_14/v165.go
+++ b/models/migrations/v1_14/v165.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_14 //nolint
diff --git a/models/migrations/v1_14/v166.go b/models/migrations/v1_14/v166.go
index bdb18ffa64..1eb7263347 100644
--- a/models/migrations/v1_14/v166.go
+++ b/models/migrations/v1_14/v166.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v167.go b/models/migrations/v1_14/v167.go
index 8098a76213..fb6b3b474a 100644
--- a/models/migrations/v1_14/v167.go
+++ b/models/migrations/v1_14/v167.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v168.go b/models/migrations/v1_14/v168.go
index e62ab909a0..a30a8859f7 100644
--- a/models/migrations/v1_14/v168.go
+++ b/models/migrations/v1_14/v168.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v169.go b/models/migrations/v1_14/v169.go
index f5fe332d97..5b81bb58b1 100644
--- a/models/migrations/v1_14/v169.go
+++ b/models/migrations/v1_14/v169.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v170.go b/models/migrations/v1_14/v170.go
index cb0f927a2f..adb28cae5e 100644
--- a/models/migrations/v1_14/v170.go
+++ b/models/migrations/v1_14/v170.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v171.go b/models/migrations/v1_14/v171.go
index 0c94fd4f93..35769342e8 100644
--- a/models/migrations/v1_14/v171.go
+++ b/models/migrations/v1_14/v171.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v172.go b/models/migrations/v1_14/v172.go
index 6518c03174..76519b9457 100644
--- a/models/migrations/v1_14/v172.go
+++ b/models/migrations/v1_14/v172.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_14 //nolint
diff --git a/models/migrations/v1_14/v173.go b/models/migrations/v1_14/v173.go
index c8c9c39c69..3b7ecb8f9d 100644
--- a/models/migrations/v1_14/v173.go
+++ b/models/migrations/v1_14/v173.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v174.go b/models/migrations/v1_14/v174.go
index 9a139764c3..766d3a4208 100644
--- a/models/migrations/v1_14/v174.go
+++ b/models/migrations/v1_14/v174.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v175.go b/models/migrations/v1_14/v175.go
index e66871f5ee..f1b9b974c6 100644
--- a/models/migrations/v1_14/v175.go
+++ b/models/migrations/v1_14/v175.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v176.go b/models/migrations/v1_14/v176.go
index 4a343159ec..bd2484e49d 100644
--- a/models/migrations/v1_14/v176.go
+++ b/models/migrations/v1_14/v176.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v176_test.go b/models/migrations/v1_14/v176_test.go
index c088af9066..ea3e750d7f 100644
--- a/models/migrations/v1_14/v176_test.go
+++ b/models/migrations/v1_14/v176_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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v177.go b/models/migrations/v1_14/v177.go
index c3086cd8e9..e72a9e53a9 100644
--- a/models/migrations/v1_14/v177.go
+++ b/models/migrations/v1_14/v177.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 v1_14 //nolint
diff --git a/models/migrations/v1_14/v177_test.go b/models/migrations/v1_14/v177_test.go
index 4e061316d3..5568a18fec 100644
--- a/models/migrations/v1_14/v177_test.go
+++ b/models/migrations/v1_14/v177_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 v1_14 //nolint