From e59909957a1c31545a1f7a9e6f2fd4081dfe5b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Zwing?= Date: Mon, 24 Mar 2025 19:50:44 +0100 Subject: [PATCH] docs: Update copyright year --- src/cmd/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/version.rs b/src/cmd/version.rs index d5bb74ee..275640b4 100644 --- a/src/cmd/version.rs +++ b/src/cmd/version.rs @@ -38,7 +38,7 @@ fn run(matches: &ArgMatches) -> Result<()> { let license_id = env!("CARGO_PKG_LICENSE"); println!( "Stacked Git {pkg_version}{hash_suffix}\n\ - Copyright (C) 2005-2024 StGit authors\n\ + Copyright (C) 2005-2025 StGit authors\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n\ SPDX-License-Identifier: {license_id}",