From de5a3e39411b81e5e5b9d9e315e6ffff4178697e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Niclas=20Oelschl=C3=A4ger?= <72873130+zokkis@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:57:36 +0100 Subject: [PATCH] correct copyright year --- models/migrations/v1_22/v287.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/migrations/v1_22/v287.go b/models/migrations/v1_22/v287.go index 1cd8738131..9d5fb07f1b 100644 --- a/models/migrations/v1_22/v287.go +++ b/models/migrations/v1_22/v287.go @@ -1,4 +1,4 @@ -// Copyright 2023 The Gitea Authors. All rights reserved. +// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package v1_22 //nolint