Skip to content

Commit 353bb48

Browse files
committed
bump copyright years to 2026
1 parent a4b64fc commit 353bb48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎cpp/piscsi/piscsi_core.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
//---------------------------------------------------------------------------

‎cpp/shared/piscsi_util.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)