From f4e427a3fdeef94e20d3fa9514542c69391fdc81 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 26 Jul 2024 15:17:56 -0400 Subject: [PATCH] fix spdx identifier --- modules/task/pull_merge.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/task/pull_merge.go b/modules/task/pull_merge.go index 82e1af8..8a2018a 100644 --- a/modules/task/pull_merge.go +++ b/modules/task/pull_merge.go @@ -1,6 +1,5 @@ -// Copyright 2023 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. +// Copyright 2024 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT package task