GODT-1797: copyright notice shows a date range with the build year.

This commit is contained in:
Xavier Michelon
2023-01-11 16:59:05 +01:00
parent 777ad369a2
commit c3eb6b2dbf
3 changed files with 11 additions and 1 deletions

View File

@ -108,9 +108,10 @@ SettingsView {
horizontalAlignment: Text.AlignHCenter
text: qsTr("%1 v%2<br>© 2021 %3<br>%4 %5<br>%6").
text: qsTr("%1 v%2<br>© 2017-%3 %4<br>%5 %6<br>%7").
arg(Backend.appname).
arg(Backend.version).
arg(Backend.buildYear()).
arg(Backend.vendor).
arg(link(Backend.licensePath, qsTr("License"))).
arg(link(Backend.dependencyLicensesLink, qsTr("Dependencies"))).