mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
Bump software copyright year to 2024
This commit is contained in:
parent
a7538980d7
commit
1919eb34bb
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user