Bump software copyright year to 2024

This commit is contained in:
Daniel Markstedt 2024-04-21 08:51:01 +09:00 committed by GitHub
parent 85dc2cf0be
commit aeb6c97cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();
}