summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2023-09-21 11:29:43 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2023-09-21 19:28:43 +0200
commitdb17465d37b09c4240b454267591bcdae4b0cd02 (patch)
tree23ebebdd847fe48538c5ec0a40efb3a9bb4741cc /src/corelib/global/qlibraryinfo.cpp
parentb856790d67ad25f5cd8e374cb299a129acbea2ff (diff)
Fix reported QtCore copyright year
Pick-to: 6.2 6.5 6.6 Fixes: QTBUG-101162 Change-Id: I09df1e19d353ab93fb0042b2fa9a68c89d8a5399 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/corelib/global/qlibraryinfo.cpp')
-rw-r--r--src/corelib/global/qlibraryinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp
index 6dab173e38..d284bbd3e6 100644
--- a/src/corelib/global/qlibraryinfo.cpp
+++ b/src/corelib/global/qlibraryinfo.cpp
@@ -743,7 +743,7 @@ extern "C" void qt_core_boilerplate() __attribute__((force_align_arg_pointer));
void qt_core_boilerplate()
{
printf("This is the QtCore library version %s\n"
- "Copyright (C) 2016 The Qt Company Ltd.\n"
+ "Copyright (C) 2023 The Qt Company Ltd.\n"
"Contact: http://www.qt.io/licensing/\n"
"\n"
"Installation prefix: %s\n"