From 59f68b94698eaa319667497e197add45525653bc Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 29 Oct 2025 18:03:17 +0100 Subject: [PATCH] chore(typo): s/Copyright 20124/Copyright 2024/ --- tests/integration/actions_commit_status_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/actions_commit_status_test.go b/tests/integration/actions_commit_status_test.go index 05de90e5ab..6965832ee1 100644 --- a/tests/integration/actions_commit_status_test.go +++ b/tests/integration/actions_commit_status_test.go @@ -1,4 +1,4 @@ -// Copyright 20124 The Forgejo Authors. All rights reserved. +// Copyright 2024 The Forgejo Authors. All rights reserved. // SPDX-License-Identifier: MIT package integration