Bump software copyright year to 2024

This commit is contained in:
Daniel Markstedt 2024-04-21 08:51:01 +09:00
parent a7538980d7
commit 1919eb34bb
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}