diff options
author | Jason Song <i@wolfogre.com> | 2022-12-02 22:14:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 22:14:57 +0800 |
commit | f59a74852bb530bd728ecf62f5c8be510d2c3770 (patch) | |
tree | c80cddfb294cf5957619bc157ee939feca40446c /modules/paginator | |
parent | d64063277d77a0eea5fa13d257a25ec554367c71 (diff) | |
download | gitea-f59a74852bb530bd728ecf62f5c8be510d2c3770.tar.gz gitea-f59a74852bb530bd728ecf62f5c8be510d2c3770.zip |
Update gitea-vet to check FSFE REUSE (#22004)
Related to:
- #21840
- https://gitea.com/gitea/gitea-vet/pulls/21
What it looks like when it's working:
https://drone.gitea.io/go-gitea/gitea/64040/1/5
All available SPDX license identifiers: [SPDX License
List](https://spdx.org/licenses/).
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'modules/paginator')
-rw-r--r-- | modules/paginator/paginator.go | 1 | ||||
-rw-r--r-- | modules/paginator/paginator_test.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/paginator/paginator.go b/modules/paginator/paginator.go index 342ee8929c..8258d194c2 100644 --- a/modules/paginator/paginator.go +++ b/modules/paginator/paginator.go @@ -1,5 +1,6 @@ // Copyright 2022 The Gitea Authors. // Copyright 2015 https://github.com/unknwon. Licensed under the Apache License, Version 2.0 +// SPDX-License-Identifier: Apache-2.0 package paginator diff --git a/modules/paginator/paginator_test.go b/modules/paginator/paginator_test.go index 404f76f6c4..41bb305337 100644 --- a/modules/paginator/paginator_test.go +++ b/modules/paginator/paginator_test.go @@ -1,5 +1,6 @@ // Copyright 2022 The Gitea Authors. // Copyright 2015 https://github.com/unknwon. Licensed under the Apache License, Version 2.0 +// SPDX-License-Identifier: Apache-2.0 package paginator |