GIT_SILENT: update copyright

wilder
Laurent Montel 6 years ago
parent a3d6a6b95e
commit 4721ce5dd0
  1. 2
      agents/archivemailagent/archivemailwidget.cpp
  2. 2
      agents/followupreminderagent/followupreminderinfoconfigwidget.cpp
  3. 2
      agents/sendlateragent/sendlaterconfiguredialog.cpp
  4. 2
      src/aboutdata.cpp

@ -103,7 +103,7 @@ ArchiveMailWidget::ArchiveMailWidget(const KSharedConfigPtr &config, QWidget *pa
QStringLiteral(KDEPIM_VERSION),
i18n("Archive emails automatically."),
KAboutLicense::GPL_V2,
i18n("Copyright (C) 2014-2019 Laurent Montel"));
i18n("Copyright (C) 2014-2020 Laurent Montel"));
aboutData.addAuthor(i18n("Laurent Montel"),
i18n("Maintainer"), QStringLiteral("montel@kde.org"));

@ -39,7 +39,7 @@ FollowUpReminderInfoConfigWidget::FollowUpReminderInfoConfigWidget(const KShared
QStringLiteral(KDEPIM_VERSION),
i18n("Follow Up Reminder"),
KAboutLicense::GPL_V2,
i18n("Copyright (C) 2014-2019 Laurent Montel"));
i18n("Copyright (C) 2014-2020 Laurent Montel"));
aboutData.addAuthor(i18n("Laurent Montel"),
i18n("Maintainer"), QStringLiteral("montel@kde.org"));

@ -58,7 +58,7 @@ SendLaterConfigureDialog::SendLaterConfigureDialog(QWidget *parent)
QStringLiteral(KDEPIM_VERSION),
i18n("Send emails later agent."),
KAboutLicense::GPL_V2,
i18n("Copyright (C) 2013-2019 Laurent Montel"));
i18n("Copyright (C) 2013-2020 Laurent Montel"));
aboutData.addAuthor(i18n("Laurent Montel"),
i18n("Maintainer"), QStringLiteral("montel@kde.org"));

@ -362,7 +362,7 @@ AboutData::AboutData()
QStringLiteral(KDEPIM_VERSION),
i18n("KDE Email Client"),
KAboutLicense::GPL,
i18n("Copyright © 1997–2019, KMail authors"),
i18n("Copyright © 1997–2020, KMail authors"),
QString(),
QStringLiteral("https://userbase.kde.org/KMail"))
{

Loading…
Cancel
Save