From f59a74852bb530bd728ecf62f5c8be510d2c3770 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Fri, 2 Dec 2022 22:14:57 +0800 Subject: 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 --- modules/session/redis.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/session/redis.go') diff --git a/modules/session/redis.go b/modules/session/redis.go index 334418bd7e..5fb59e4804 100644 --- a/modules/session/redis.go +++ b/modules/session/redis.go @@ -13,6 +13,7 @@ // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations // under the License. +// SPDX-License-Identifier: Apache-2.0 package session -- cgit v1.2.3