diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-01-02 21:44:25 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-01-02 21:44:25 +0100 |
commit | 9e75098d885aafe79ff3cec5ed114938d60ccb2e (patch) | |
tree | 3a5f7d3361a17c8449f2c607c672816939d81539 /lib/about | |
parent | Connect Developer Tools and View Source actions (diff) | |
download | smolbote-9e75098d885aafe79ff3cec5ed114938d60ccb2e.tar.xz |
Update license year
Diffstat (limited to 'lib/about')
-rw-r--r-- | lib/about/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 12210dc..452d16f 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -37,7 +37,7 @@ AboutDialog::AboutDialog(QWidget *parent) "<p>This program is free software, see <i>License</i> for more information.</p>") .arg(qApp->applicationVersion())); - ui->licenseLabel->setText(tr("<p>Copyright 2017 - 2018 aqua</p>" + ui->licenseLabel->setText(tr("<p>Copyright 2017 - 2019 aqua</p>" "<p>This program is free software, and you are welcome to use it under the conditions set by the GNU GPLv3.<br>" "This is a short summary: <ul>" "<li> the freedom to use the software for any purpose,</li>" |