]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/main.cpp
At the PO template (translation) framework.
[PrivacyBrowserPC.git] / src / main.cpp
index 4f84887198df02807cf1ec7465b54c53a61b8a5d..5605cdf3760f10c07455192b78c77bce7ef77431 100644 (file)
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
 
     // Populate additional about data info.
     aboutData.setBugAddress("https://redmine.stoutner.com/projects/privacy-browser-pc/issues");
-    aboutData.setCopyrightStatement(i18n("Copyright © 2022 Soren Stoutner <soren@stoutner.com>"));
+    aboutData.setCopyrightStatement(i18n("Copyright © 2016-2017,2021-2022 Soren Stoutner <soren@stoutner.com>"));
     aboutData.setDesktopFileName(QStringLiteral("com.stoutner.privacybrowser"));
     aboutData.setHomepage(QStringLiteral("https://www.stoutner.com/privacy-browser-pc/"));
     aboutData.setLicenseTextFile(":/licenses/GPLv3+.txt");