diff options
author | Eike Ziller <eike.ziller@qt.io> | 2017-08-24 10:56:45 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2017-08-24 11:23:40 +0000 |
commit | 04da881268e768c2ee3ccdcec56d755836923bd3 (patch) | |
tree | 4f01d8781c2b5128a36b3bda77f51e06200c5794 /src/plugins/android | |
parent | 1b89ccb859ad2a10c2f6379c136ac4e5c3076ee0 (diff) | |
download | qt-creator-04da881268e768c2ee3ccdcec56d755836923bd3.tar.gz |
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/android')
-rw-r--r-- | src/plugins/android/Android.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/Android.json.in b/src/plugins/android/Android.json.in index eda39dd3a2..52aff652e8 100644 --- a/src/plugins/android/Android.json.in +++ b/src/plugins/android/Android.json.in @@ -3,7 +3,7 @@ \"Version\" : \"$$QTCREATOR_VERSION\", \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\", \"Vendor\" : \"KDE Necessitas\", - \"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.\", |