From e9e37a7be76927502020b51430214a1bad2431cc Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Wed, 29 May 2024 15:25:00 +0200 Subject: [PATCH] EffectComposer: Fix copyright year in plugin metadata Change-Id: I52742b05170a003a9dcc08eb1522a9e65825c96e Reviewed-by: Tim Jenssen --- src/plugins/effectcomposer/EffectComposer.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/effectcomposer/EffectComposer.json.in b/src/plugins/effectcomposer/EffectComposer.json.in index 5f8430fa7e5..619fda7f014 100644 --- a/src/plugins/effectcomposer/EffectComposer.json.in +++ b/src/plugins/effectcomposer/EffectComposer.json.in @@ -3,7 +3,7 @@ "Version" : "${IDE_VERSION}", "CompatVersion" : "${IDE_VERSION_COMPAT}", "Vendor" : "The Qt Company Ltd", - "Copyright" : "(C) $$QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd", + "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd", "License" : [ "Commercial Usage", "", "Licensees holding valid Qt Enterprise licenses may use this plugin in accordance with the Qt Enterprise License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company."