Skip to content

Commit 87901b8

Browse files
committed
update copyright years in cutechess-cli
1 parent 9da2d3a commit 87901b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/cli/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ int main(int argc, char* argv[])
747747
out << "Using Qt version " << qVersion() << '\n';
748748
out << "Running on " << QSysInfo::prettyProductName();
749749
out << "/" << QSysInfo::currentCpuArchitecture() << '\n' << '\n';
750-
out << "Copyright (C) 2008-2020 Ilari Pihlajisto, Arto Jonsson ";
750+
out << "Copyright (C) 2008-2023 Ilari Pihlajisto, Arto Jonsson ";
751751
out << "and contributors" << '\n';
752752
out << "This is free software; see the source for copying ";
753753
out << "conditions. There is NO" << '\n' << "warranty; not even for ";

0 commit comments

Comments
 (0)