From 04da881268e768c2ee3ccdcec56d755836923bd3 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 24 Aug 2017 10:56:45 +0200 Subject: 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 --- src/plugins/designer/Designer.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/designer') diff --git a/src/plugins/designer/Designer.json.in b/src/plugins/designer/Designer.json.in index f3b2f5d342..91f90b0652 100644 --- a/src/plugins/designer/Designer.json.in +++ b/src/plugins/designer/Designer.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.\", -- cgit v1.2.1