From aeb6c97cf389f9d748dc7464ad6153180d6c3bfc Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 21 Apr 2024 08:51:01 +0900 Subject: [PATCH] Bump software copyright year to 2024 --- cpp/shared/piscsi_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/shared/piscsi_util.cpp b/cpp/shared/piscsi_util.cpp index 0cdccf02..31161a83 100644 --- a/cpp/shared/piscsi_util.cpp +++ b/cpp/shared/piscsi_util.cpp @@ -112,7 +112,7 @@ string piscsi_util::Banner(string_view app) s << "Version " << piscsi_get_version_string() << " (" << __DATE__ << ' ' << __TIME__ << ")\n"; s << "Powered by XM6 TypeG Technology / "; s << "Copyright (C) 2016-2020 GIMONS\n"; - s << "Copyright (C) 2020-2023 Contributors to the PiSCSI project\n"; + s << "Copyright (C) 2020-2024 Contributors to the PiSCSI project\n"; return s.str(); }