File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55//
66// Powered by XM6 TypeG Technology.
77// Copyright (C) 2016-2020 GIMONS
8- // Copyright (C) 2020-2023 Contributors to the PiSCSI project
8+ // Copyright (C) 2020-2026 Contributors to the PiSCSI project
99// Copyright (C) 2023 Uwe Seimet
1010//
1111// ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ string piscsi_util::Banner(string_view app)
112112 s << " Version " << piscsi_get_version_string () << " (" << __DATE__ << ' ' << __TIME__ << " )\n " ;
113113 s << " Powered by XM6 TypeG Technology / " ;
114114 s << " Copyright (C) 2016-2020 GIMONS\n " ;
115- s << " Copyright (C) 2020-2025 Contributors to the PiSCSI project\n " ;
115+ s << " Copyright (C) 2020-2026 Contributors to the PiSCSI project\n " ;
116116
117117 return s.str ();
118118}
You can’t perform that action at this time.
0 commit comments