aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_16
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_16
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_16')
-rw-r--r--models/migrations/v1_16/main_test.go3
-rw-r--r--models/migrations/v1_16/v189.go3
-rw-r--r--models/migrations/v1_16/v189_test.go3
-rw-r--r--models/migrations/v1_16/v190.go3
-rw-r--r--models/migrations/v1_16/v191.go3
-rw-r--r--models/migrations/v1_16/v192.go3
-rw-r--r--models/migrations/v1_16/v193.go3
-rw-r--r--models/migrations/v1_16/v193_test.go3
-rw-r--r--models/migrations/v1_16/v194.go3
-rw-r--r--models/migrations/v1_16/v195.go3
-rw-r--r--models/migrations/v1_16/v195_test.go3
-rw-r--r--models/migrations/v1_16/v196.go3
-rw-r--r--models/migrations/v1_16/v197.go3
-rw-r--r--models/migrations/v1_16/v198.go3
-rw-r--r--models/migrations/v1_16/v199.go3
-rw-r--r--models/migrations/v1_16/v200.go3
-rw-r--r--models/migrations/v1_16/v201.go3
-rw-r--r--models/migrations/v1_16/v202.go3
-rw-r--r--models/migrations/v1_16/v203.go3
-rw-r--r--models/migrations/v1_16/v204.go3
-rw-r--r--models/migrations/v1_16/v205.go3
-rw-r--r--models/migrations/v1_16/v206.go3
-rw-r--r--models/migrations/v1_16/v207.go3
-rw-r--r--models/migrations/v1_16/v208.go3
-rw-r--r--models/migrations/v1_16/v209.go3
-rw-r--r--models/migrations/v1_16/v210.go3
-rw-r--r--models/migrations/v1_16/v210_test.go3
27 files changed, 27 insertions, 54 deletions
diff --git a/models/migrations/v1_16/main_test.go b/models/migrations/v1_16/main_test.go
index 8109a8a263..817a0c13a4 100644
--- a/models/migrations/v1_16/main_test.go
+++ b/models/migrations/v1_16/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_16 //nolint
diff --git a/models/migrations/v1_16/v189.go b/models/migrations/v1_16/v189.go
index b04115845e..32e3899a3a 100644
--- a/models/migrations/v1_16/v189.go
+++ b/models/migrations/v1_16/v189.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_16 //nolint
diff --git a/models/migrations/v1_16/v189_test.go b/models/migrations/v1_16/v189_test.go
index 9c0f0967cd..96cb97c328 100644
--- a/models/migrations/v1_16/v189_test.go
+++ b/models/migrations/v1_16/v189_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_16 //nolint
diff --git a/models/migrations/v1_16/v190.go b/models/migrations/v1_16/v190.go
index a669fc31fa..1853729ae9 100644
--- a/models/migrations/v1_16/v190.go
+++ b/models/migrations/v1_16/v190.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_16 //nolint
diff --git a/models/migrations/v1_16/v191.go b/models/migrations/v1_16/v191.go
index 461ac653d4..2d2c3d1a58 100644
--- a/models/migrations/v1_16/v191.go
+++ b/models/migrations/v1_16/v191.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_16 //nolint
diff --git a/models/migrations/v1_16/v192.go b/models/migrations/v1_16/v192.go
index e3ac2654fd..2d5d158a09 100644
--- a/models/migrations/v1_16/v192.go
+++ b/models/migrations/v1_16/v192.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_16 //nolint
diff --git a/models/migrations/v1_16/v193.go b/models/migrations/v1_16/v193.go
index 8bf960feb3..dd50e353e3 100644
--- a/models/migrations/v1_16/v193.go
+++ b/models/migrations/v1_16/v193.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_16 //nolint
diff --git a/models/migrations/v1_16/v193_test.go b/models/migrations/v1_16/v193_test.go
index b573a54bb0..17669a012e 100644
--- a/models/migrations/v1_16/v193_test.go
+++ b/models/migrations/v1_16/v193_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_16 //nolint
diff --git a/models/migrations/v1_16/v194.go b/models/migrations/v1_16/v194.go
index 8486b1131a..ae7fe10bfc 100644
--- a/models/migrations/v1_16/v194.go
+++ b/models/migrations/v1_16/v194.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_16 //nolint
diff --git a/models/migrations/v1_16/v195.go b/models/migrations/v1_16/v195.go
index a7165cbf75..9e390a971e 100644
--- a/models/migrations/v1_16/v195.go
+++ b/models/migrations/v1_16/v195.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_16 //nolint
diff --git a/models/migrations/v1_16/v195_test.go b/models/migrations/v1_16/v195_test.go
index 06ff13b52b..742397bf32 100644
--- a/models/migrations/v1_16/v195_test.go
+++ b/models/migrations/v1_16/v195_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_16 //nolint
diff --git a/models/migrations/v1_16/v196.go b/models/migrations/v1_16/v196.go
index b73a56607e..ed7f4185a1 100644
--- a/models/migrations/v1_16/v196.go
+++ b/models/migrations/v1_16/v196.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_16 //nolint
diff --git a/models/migrations/v1_16/v197.go b/models/migrations/v1_16/v197.go
index da2e9ae76f..ef9d57a79e 100644
--- a/models/migrations/v1_16/v197.go
+++ b/models/migrations/v1_16/v197.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_16 //nolint
diff --git a/models/migrations/v1_16/v198.go b/models/migrations/v1_16/v198.go
index 0e09ee5306..ed792de793 100644
--- a/models/migrations/v1_16/v198.go
+++ b/models/migrations/v1_16/v198.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_16 //nolint
diff --git a/models/migrations/v1_16/v199.go b/models/migrations/v1_16/v199.go
index 53ed7e4e8a..6adcf890af 100644
--- a/models/migrations/v1_16/v199.go
+++ b/models/migrations/v1_16/v199.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_16 //nolint
diff --git a/models/migrations/v1_16/v200.go b/models/migrations/v1_16/v200.go
index 70ee36354c..e39f4af9e8 100644
--- a/models/migrations/v1_16/v200.go
+++ b/models/migrations/v1_16/v200.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_16 //nolint
diff --git a/models/migrations/v1_16/v201.go b/models/migrations/v1_16/v201.go
index 6a2eda77b1..35e0c9f2fb 100644
--- a/models/migrations/v1_16/v201.go
+++ b/models/migrations/v1_16/v201.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_16 //nolint
diff --git a/models/migrations/v1_16/v202.go b/models/migrations/v1_16/v202.go
index de0576b8d6..79676f3fab 100644
--- a/models/migrations/v1_16/v202.go
+++ b/models/migrations/v1_16/v202.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_16 //nolint
diff --git a/models/migrations/v1_16/v203.go b/models/migrations/v1_16/v203.go
index 78903cb595..26ec135a07 100644
--- a/models/migrations/v1_16/v203.go
+++ b/models/migrations/v1_16/v203.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_16 //nolint
diff --git a/models/migrations/v1_16/v204.go b/models/migrations/v1_16/v204.go
index 8151866fa2..e7577c8da4 100644
--- a/models/migrations/v1_16/v204.go
+++ b/models/migrations/v1_16/v204.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_16 //nolint
diff --git a/models/migrations/v1_16/v205.go b/models/migrations/v1_16/v205.go
index 9cca445d35..d6c577083c 100644
--- a/models/migrations/v1_16/v205.go
+++ b/models/migrations/v1_16/v205.go
@@ -1,6 +1,5 @@
// Copyright 2022 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_16 //nolint
diff --git a/models/migrations/v1_16/v206.go b/models/migrations/v1_16/v206.go
index b2530d1005..64c794a2d0 100644
--- a/models/migrations/v1_16/v206.go
+++ b/models/migrations/v1_16/v206.go
@@ -1,6 +1,5 @@
// Copyright 2022 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_16 //nolint
diff --git a/models/migrations/v1_16/v207.go b/models/migrations/v1_16/v207.go
index f93ae4c339..91208f066c 100644
--- a/models/migrations/v1_16/v207.go
+++ b/models/migrations/v1_16/v207.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_16 //nolint
diff --git a/models/migrations/v1_16/v208.go b/models/migrations/v1_16/v208.go
index 40f8b05b80..1a11ef096a 100644
--- a/models/migrations/v1_16/v208.go
+++ b/models/migrations/v1_16/v208.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_16 //nolint
diff --git a/models/migrations/v1_16/v209.go b/models/migrations/v1_16/v209.go
index e2f06bbfb0..be3100e02a 100644
--- a/models/migrations/v1_16/v209.go
+++ b/models/migrations/v1_16/v209.go
@@ -1,6 +1,5 @@
// Copyright 2022 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_16 //nolint
diff --git a/models/migrations/v1_16/v210.go b/models/migrations/v1_16/v210.go
index b59b356607..974e77fb84 100644
--- a/models/migrations/v1_16/v210.go
+++ b/models/migrations/v1_16/v210.go
@@ -1,6 +1,5 @@
// Copyright 2022 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_16 //nolint
diff --git a/models/migrations/v1_16/v210_test.go b/models/migrations/v1_16/v210_test.go
index 20c430594e..d43fb03106 100644
--- a/models/migrations/v1_16/v210_test.go
+++ b/models/migrations/v1_16/v210_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_16 //nolint