aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2024-09-09 14:29:11 +0200
committerEike Ziller <[email protected]>2024-09-26 10:47:21 +0000
commit9e3925de8785c21dec1cf82fc26d7d3157eb8eac (patch)
treecbf8f9f288818b1f4dd2d53e9ec4a75c5ccd989f /src/plugins/nim
parentbb990f0a9c92869f16a2841ac0fde72b899ae3b7 (diff)
Unify copyright string and remove year
The year is not needed and requires us to update it manually each year. So just remove it. Centralize it in the branding file to avoid changes to be done at lots of places (About dialog, plugin specs, app info plist & rc, docs, ...) in the future. Task-number: QTCREATORBUG-30432 Change-Id: Ia421924c19a1331b121e765bcea137920025598d Reviewed-by: Marcus Tillmanns <[email protected]>
Diffstat (limited to 'src/plugins/nim')
-rw-r--r--src/plugins/nim/Nim.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nim/Nim.json.in b/src/plugins/nim/Nim.json.in
index 9d9e0c2dbd8..2978b848172 100644
--- a/src/plugins/nim/Nim.json.in
+++ b/src/plugins/nim/Nim.json.in
@@ -5,7 +5,7 @@
"CompatVersion" : "${IDE_VERSION_COMPAT}",
"VendorId" : "filippocucchetto",
"Vendor" : "Filippo Cucchetto",
- "Copyright" : "(C) 2017 Filippo Cucchetto, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
+ "Copyright" : "(C) 2017 Filippo Cucchetto, ${IDE_COPYRIGHT}",
"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.",