We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da2d3a commit 87901b8Copy full SHA for 87901b8
projects/cli/src/main.cpp
@@ -747,7 +747,7 @@ int main(int argc, char* argv[])
747
out << "Using Qt version " << qVersion() << '\n';
748
out << "Running on " << QSysInfo::prettyProductName();
749
out << "/" << QSysInfo::currentCpuArchitecture() << '\n' << '\n';
750
- out << "Copyright (C) 2008-2020 Ilari Pihlajisto, Arto Jonsson ";
+ out << "Copyright (C) 2008-2023 Ilari Pihlajisto, Arto Jonsson ";
751
out << "and contributors" << '\n';
752
out << "This is free software; see the source for copying ";
753
out << "conditions. There is NO" << '\n' << "warranty; not even for ";
0 commit comments