X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=5605cdf3760f10c07455192b78c77bce7ef77431;hp=4f84887198df02807cf1ec7465b54c53a61b8a5d;hb=ad39882c17bfd7d96cbcfd3873d4dd332722e84f;hpb=3ff4e08896c8cb0821d7bead07732e2064af844c diff --git a/src/main.cpp b/src/main.cpp index 4f84887..5605cdf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 ")); + aboutData.setCopyrightStatement(i18n("Copyright © 2016-2017,2021-2022 Soren Stoutner ")); aboutData.setDesktopFileName(QStringLiteral("com.stoutner.privacybrowser")); aboutData.setHomepage(QStringLiteral("https://www.stoutner.com/privacy-browser-pc/")); aboutData.setLicenseTextFile(":/licenses/GPLv3+.txt");