summaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_15
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_15
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_15')
-rw-r--r--models/migrations/v1_15/main_test.go3
-rw-r--r--models/migrations/v1_15/v178.go3
-rw-r--r--models/migrations/v1_15/v179.go3
-rw-r--r--models/migrations/v1_15/v180.go3
-rw-r--r--models/migrations/v1_15/v181.go3
-rw-r--r--models/migrations/v1_15/v181_test.go3
-rw-r--r--models/migrations/v1_15/v182.go3
-rw-r--r--models/migrations/v1_15/v182_test.go3
-rw-r--r--models/migrations/v1_15/v183.go3
-rw-r--r--models/migrations/v1_15/v184.go3
-rw-r--r--models/migrations/v1_15/v185.go3
-rw-r--r--models/migrations/v1_15/v186.go3
-rw-r--r--models/migrations/v1_15/v187.go3
-rw-r--r--models/migrations/v1_15/v188.go3
14 files changed, 14 insertions, 28 deletions
diff --git a/models/migrations/v1_15/main_test.go b/models/migrations/v1_15/main_test.go
index d589734e37..366f19788e 100644
--- a/models/migrations/v1_15/main_test.go
+++ b/models/migrations/v1_15/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_15 //nolint
diff --git a/models/migrations/v1_15/v178.go b/models/migrations/v1_15/v178.go
index 27ece98916..9bb6ed7f8d 100644
--- a/models/migrations/v1_15/v178.go
+++ b/models/migrations/v1_15/v178.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_15 //nolint
diff --git a/models/migrations/v1_15/v179.go b/models/migrations/v1_15/v179.go
index c23bf91766..f6b142eb42 100644
--- a/models/migrations/v1_15/v179.go
+++ b/models/migrations/v1_15/v179.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_15 //nolint
diff --git a/models/migrations/v1_15/v180.go b/models/migrations/v1_15/v180.go
index fc948bb1f5..17163ee2c6 100644
--- a/models/migrations/v1_15/v180.go
+++ b/models/migrations/v1_15/v180.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_15 //nolint
diff --git a/models/migrations/v1_15/v181.go b/models/migrations/v1_15/v181.go
index 7ec3dae376..e2bb3208c4 100644
--- a/models/migrations/v1_15/v181.go
+++ b/models/migrations/v1_15/v181.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_15 //nolint
diff --git a/models/migrations/v1_15/v181_test.go b/models/migrations/v1_15/v181_test.go
index f621d0d162..1b075be7a0 100644
--- a/models/migrations/v1_15/v181_test.go
+++ b/models/migrations/v1_15/v181_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_15 //nolint
diff --git a/models/migrations/v1_15/v182.go b/models/migrations/v1_15/v182.go
index 32282089af..c584ef851d 100644
--- a/models/migrations/v1_15/v182.go
+++ b/models/migrations/v1_15/v182.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_15 //nolint
diff --git a/models/migrations/v1_15/v182_test.go b/models/migrations/v1_15/v182_test.go
index b227e557ae..75ef8e1cd8 100644
--- a/models/migrations/v1_15/v182_test.go
+++ b/models/migrations/v1_15/v182_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_15 //nolint
diff --git a/models/migrations/v1_15/v183.go b/models/migrations/v1_15/v183.go
index 48039f8dc4..4cc98f9efc 100644
--- a/models/migrations/v1_15/v183.go
+++ b/models/migrations/v1_15/v183.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_15 //nolint
diff --git a/models/migrations/v1_15/v184.go b/models/migrations/v1_15/v184.go
index 195b419bc3..48f8b62165 100644
--- a/models/migrations/v1_15/v184.go
+++ b/models/migrations/v1_15/v184.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_15 //nolint
diff --git a/models/migrations/v1_15/v185.go b/models/migrations/v1_15/v185.go
index 4b8ed2e038..382cb62147 100644
--- a/models/migrations/v1_15/v185.go
+++ b/models/migrations/v1_15/v185.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_15 //nolint
diff --git a/models/migrations/v1_15/v186.go b/models/migrations/v1_15/v186.go
index 3f53ff6a11..310ac85f4c 100644
--- a/models/migrations/v1_15/v186.go
+++ b/models/migrations/v1_15/v186.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_15 //nolint
diff --git a/models/migrations/v1_15/v187.go b/models/migrations/v1_15/v187.go
index c3f60d1db8..afd86bac45 100644
--- a/models/migrations/v1_15/v187.go
+++ b/models/migrations/v1_15/v187.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_15 //nolint
diff --git a/models/migrations/v1_15/v188.go b/models/migrations/v1_15/v188.go
index 265b6f2f3f..71e45cab0e 100644
--- a/models/migrations/v1_15/v188.go
+++ b/models/migrations/v1_15/v188.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_15 //nolint