Commit 24878cf2 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/views/App/Main/About): use a date to compute the copyright year

parent e247b46b
......@@ -104,7 +104,9 @@ DialogPlus {
elide: Text.ElideRight
font.pointSize: AboutStyle.copyrightBlock.license.fontSize
text: 'GNU General Public License V2\n\u00A9 2010-2017 Belledonne Communications'
text: 'GNU General Public License V2\n\u00A9 2010-' +
(new Date().toLocaleDateString(Qt.locale(), 'yyyy')) +
' Belledonne Communications'
width: parent.width
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment