aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo
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/repo
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/repo')
-rw-r--r--models/repo/archiver.go3
-rw-r--r--models/repo/attachment.go3
-rw-r--r--models/repo/attachment_test.go3
-rw-r--r--models/repo/avatar.go3
-rw-r--r--models/repo/collaboration.go3
-rw-r--r--models/repo/collaboration_test.go3
-rw-r--r--models/repo/fork.go3
-rw-r--r--models/repo/fork_test.go3
-rw-r--r--models/repo/git.go3
-rw-r--r--models/repo/issue.go3
-rw-r--r--models/repo/language_stats.go3
-rw-r--r--models/repo/main_test.go3
-rw-r--r--models/repo/mirror.go3
-rw-r--r--models/repo/pushmirror.go3
-rw-r--r--models/repo/pushmirror_test.go3
-rw-r--r--models/repo/redirect.go3
-rw-r--r--models/repo/redirect_test.go3
-rw-r--r--models/repo/release.go3
-rw-r--r--models/repo/repo.go3
-rw-r--r--models/repo/repo_indexer.go3
-rw-r--r--models/repo/repo_list.go3
-rw-r--r--models/repo/repo_list_test.go3
-rw-r--r--models/repo/repo_test.go3
-rw-r--r--models/repo/repo_unit.go3
-rw-r--r--models/repo/star.go3
-rw-r--r--models/repo/star_test.go3
-rw-r--r--models/repo/topic.go3
-rw-r--r--models/repo/topic_test.go3
-rw-r--r--models/repo/update.go3
-rw-r--r--models/repo/upload.go3
-rw-r--r--models/repo/user_repo.go3
-rw-r--r--models/repo/user_repo_test.go3
-rw-r--r--models/repo/watch.go3
-rw-r--r--models/repo/watch_test.go3
-rw-r--r--models/repo/wiki.go3
-rw-r--r--models/repo/wiki_test.go3
36 files changed, 36 insertions, 72 deletions
diff --git a/models/repo/archiver.go b/models/repo/archiver.go
index 84358ce0dc..11ecaff34c 100644
--- a/models/repo/archiver.go
+++ b/models/repo/archiver.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 repo
diff --git a/models/repo/attachment.go b/models/repo/attachment.go
index 428f370a0b..8fbf79a7a0 100644
--- a/models/repo/attachment.go
+++ b/models/repo/attachment.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo
diff --git a/models/repo/attachment_test.go b/models/repo/attachment_test.go
index d7c2f529db..21fba227a5 100644
--- a/models/repo/attachment_test.go
+++ b/models/repo/attachment_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/avatar.go b/models/repo/avatar.go
index 84b9f5ac21..9ec01bc04b 100644
--- a/models/repo/avatar.go
+++ b/models/repo/avatar.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 repo
diff --git a/models/repo/collaboration.go b/models/repo/collaboration.go
index c558259e46..04d92c415f 100644
--- a/models/repo/collaboration.go
+++ b/models/repo/collaboration.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 repo
diff --git a/models/repo/collaboration_test.go b/models/repo/collaboration_test.go
index cbf46dd286..d240e9cbef 100644
--- a/models/repo/collaboration_test.go
+++ b/models/repo/collaboration_test.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 repo_test
diff --git a/models/repo/fork.go b/models/repo/fork.go
index b54c61c425..eafbab0fb1 100644
--- a/models/repo/fork.go
+++ b/models/repo/fork.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 repo
diff --git a/models/repo/fork_test.go b/models/repo/fork_test.go
index 9e08d8136e..d02bf91dd9 100644
--- a/models/repo/fork_test.go
+++ b/models/repo/fork_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 repo_test
diff --git a/models/repo/git.go b/models/repo/git.go
index 509020565a..7ae88058dc 100644
--- a/models/repo/git.go
+++ b/models/repo/git.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 repo
diff --git a/models/repo/issue.go b/models/repo/issue.go
index 9f0fa3bad9..0d27cc041e 100644
--- a/models/repo/issue.go
+++ b/models/repo/issue.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo
diff --git a/models/repo/language_stats.go b/models/repo/language_stats.go
index 5c4cecdca1..f8f5dd041f 100644
--- a/models/repo/language_stats.go
+++ b/models/repo/language_stats.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 repo
diff --git a/models/repo/main_test.go b/models/repo/main_test.go
index f6d704ca65..bb9be54b9c 100644
--- a/models/repo/main_test.go
+++ b/models/repo/main_test.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 repo_test
diff --git a/models/repo/mirror.go b/models/repo/mirror.go
index 297ffd594a..63b26b5d0c 100644
--- a/models/repo/mirror.go
+++ b/models/repo/mirror.go
@@ -1,7 +1,6 @@
// Copyright 2016 The Gogs Authors. All rights reserved.
// Copyright 2018 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 repo
diff --git a/models/repo/pushmirror.go b/models/repo/pushmirror.go
index fa876ee560..55fde8b838 100644
--- a/models/repo/pushmirror.go
+++ b/models/repo/pushmirror.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 repo
diff --git a/models/repo/pushmirror_test.go b/models/repo/pushmirror_test.go
index 5087e30095..2b3c5be292 100644
--- a/models/repo/pushmirror_test.go
+++ b/models/repo/pushmirror_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 repo_test
diff --git a/models/repo/redirect.go b/models/repo/redirect.go
index f28220c2af..92a011a453 100644
--- a/models/repo/redirect.go
+++ b/models/repo/redirect.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo
diff --git a/models/repo/redirect_test.go b/models/repo/redirect_test.go
index 90114667e5..8255704d59 100644
--- a/models/repo/redirect_test.go
+++ b/models/repo/redirect_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/release.go b/models/repo/release.go
index a92e4bb6e5..da6235988a 100644
--- a/models/repo/release.go
+++ b/models/repo/release.go
@@ -1,7 +1,6 @@
// Copyright 2014 The Gogs Authors. All rights reserved.
// 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 repo
diff --git a/models/repo/repo.go b/models/repo/repo.go
index a3dac8383f..f58b7de6ed 100644
--- a/models/repo/repo.go
+++ b/models/repo/repo.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 repo
diff --git a/models/repo/repo_indexer.go b/models/repo/repo_indexer.go
index 67ba3382dc..9667c56244 100644
--- a/models/repo/repo_indexer.go
+++ b/models/repo/repo_indexer.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo
diff --git a/models/repo/repo_list.go b/models/repo/repo_list.go
index abfa73abb9..6d9dd9ec65 100644
--- a/models/repo/repo_list.go
+++ b/models/repo/repo_list.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 repo
diff --git a/models/repo/repo_list_test.go b/models/repo/repo_list_test.go
index 926ed07e9e..bfbceb7e2e 100644
--- a/models/repo/repo_list_test.go
+++ b/models/repo/repo_list_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/repo_test.go b/models/repo/repo_test.go
index 617ec12798..081221d1df 100644
--- a/models/repo/repo_test.go
+++ b/models/repo/repo_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/repo_unit.go b/models/repo/repo_unit.go
index c21c1e7a79..e20d03e2c5 100644
--- a/models/repo/repo_unit.go
+++ b/models/repo/repo_unit.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo
diff --git a/models/repo/star.go b/models/repo/star.go
index c7459b3655..b3d3d795f8 100644
--- a/models/repo/star.go
+++ b/models/repo/star.go
@@ -1,6 +1,5 @@
// Copyright 2016 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 repo
diff --git a/models/repo/star_test.go b/models/repo/star_test.go
index 1b53e17d27..7221a6c8eb 100644
--- a/models/repo/star_test.go
+++ b/models/repo/star_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/topic.go b/models/repo/topic.go
index db41c85a33..05f50cfe46 100644
--- a/models/repo/topic.go
+++ b/models/repo/topic.go
@@ -1,6 +1,5 @@
// Copyright 2018 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 repo
diff --git a/models/repo/topic_test.go b/models/repo/topic_test.go
index 8187addb81..8a8728168d 100644
--- a/models/repo/topic_test.go
+++ b/models/repo/topic_test.go
@@ -1,6 +1,5 @@
// Copyright 2018 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 repo_test
diff --git a/models/repo/update.go b/models/repo/update.go
index 39c89a7c7c..3aef280ff8 100644
--- a/models/repo/update.go
+++ b/models/repo/update.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 repo
diff --git a/models/repo/upload.go b/models/repo/upload.go
index 13b6055701..3b1b97c6d6 100644
--- a/models/repo/upload.go
+++ b/models/repo/upload.go
@@ -1,7 +1,6 @@
// Copyright 2016 The Gogs Authors. All rights reserved.
// 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 repo
diff --git a/models/repo/user_repo.go b/models/repo/user_repo.go
index 9ca367f556..0d5b8579e0 100644
--- a/models/repo/user_repo.go
+++ b/models/repo/user_repo.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 repo
diff --git a/models/repo/user_repo_test.go b/models/repo/user_repo_test.go
index 6409145920..7816b0262a 100644
--- a/models/repo/user_repo_test.go
+++ b/models/repo/user_repo_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/watch.go b/models/repo/watch.go
index ecc25ee32b..00f313ca7c 100644
--- a/models/repo/watch.go
+++ b/models/repo/watch.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo
diff --git a/models/repo/watch_test.go b/models/repo/watch_test.go
index 18a2d5d5fd..8b8c6d6250 100644
--- a/models/repo/watch_test.go
+++ b/models/repo/watch_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test
diff --git a/models/repo/wiki.go b/models/repo/wiki.go
index c8886eaa34..b378666a20 100644
--- a/models/repo/wiki.go
+++ b/models/repo/wiki.go
@@ -1,7 +1,6 @@
// Copyright 2015 The Gogs Authors. All rights reserved.
// 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 repo
diff --git a/models/repo/wiki_test.go b/models/repo/wiki_test.go
index 8631736276..629986f741 100644
--- a/models/repo/wiki_test.go
+++ b/models/repo/wiki_test.go
@@ -1,6 +1,5 @@
// Copyright 2017 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 repo_test