aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-08-24 10:56:45 +0200
committerEike Ziller <eike.ziller@qt.io>2017-08-24 11:23:40 +0000
commit04da881268e768c2ee3ccdcec56d755836923bd3 (patch)
tree4f01d8781c2b5128a36b3bda77f51e06200c5794 /src/plugins/macros
parent1b89ccb859ad2a10c2f6379c136ac4e5c3076ee0 (diff)
Fix copyright year in plugin info, --version, and macOS info
By using the new QTCREATOR_COPYRIGHT_YEAR variable Task-number: QTCREATORBUG-18612 Change-Id: I3bcf0319660d210436d3130c00f43325c460a66c Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/plugins/macros')
-rw-r--r--src/plugins/macros/Macros.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/macros/Macros.json.in b/src/plugins/macros/Macros.json.in
index 9f5c769c82..d8cc84ddc5 100644
--- a/src/plugins/macros/Macros.json.in
+++ b/src/plugins/macros/Macros.json.in
@@ -3,7 +3,7 @@
\"Version\" : \"$$QTCREATOR_VERSION\",
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
\"Vendor\" : \"The Qt Company Ltd\",
- \"Copyright\" : \"(C) 2016 The Qt Company Ltd\",
+ \"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd\",
\"License\" : [ \"Commercial Usage\",
\"\",
\"Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company.\",