diff --git a/agents/archivemailagent/archivemailwidget.cpp b/agents/archivemailagent/archivemailwidget.cpp index 6e0e3ffbb..03004ff8b 100644 --- a/agents/archivemailagent/archivemailwidget.cpp +++ b/agents/archivemailagent/archivemailwidget.cpp @@ -97,7 +97,7 @@ ArchiveMailWidget::ArchiveMailWidget(const KSharedConfigPtr &config, QWidget *pa QStringLiteral(KDEPIM_VERSION), i18n("Archive emails automatically."), KAboutLicense::GPL_V2, - i18n("Copyright (C) 2014-2018 Laurent Montel")); + i18n("Copyright (C) 2014-2019 Laurent Montel")); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("montel@kde.org")); diff --git a/agents/followupreminderagent/followupreminderinfoconfigwidget.cpp b/agents/followupreminderagent/followupreminderinfoconfigwidget.cpp index 34ab56364..79dd927da 100644 --- a/agents/followupreminderagent/followupreminderinfoconfigwidget.cpp +++ b/agents/followupreminderagent/followupreminderinfoconfigwidget.cpp @@ -44,7 +44,7 @@ FollowUpReminderInfoConfigWidget::FollowUpReminderInfoConfigWidget(const KShared QStringLiteral(KDEPIM_VERSION), i18n("Follow Up Reminder"), KAboutLicense::GPL_V2, - i18n("Copyright (C) 2014-2018 Laurent Montel")); + i18n("Copyright (C) 2014-2019 Laurent Montel")); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("montel@kde.org")); diff --git a/agents/mailfilteragent/mailfilterpurposemenuwidget.cpp b/agents/mailfilteragent/mailfilterpurposemenuwidget.cpp index fc85dc2e1..24a3f1b78 100644 --- a/agents/mailfilteragent/mailfilterpurposemenuwidget.cpp +++ b/agents/mailfilteragent/mailfilterpurposemenuwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Laurent Montel + Copyright (C) 2018-2019 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/agents/mailfilteragent/mailfilterpurposemenuwidget.h b/agents/mailfilteragent/mailfilterpurposemenuwidget.h index 0d6c60f74..3bac3a84e 100644 --- a/agents/mailfilteragent/mailfilterpurposemenuwidget.h +++ b/agents/mailfilteragent/mailfilterpurposemenuwidget.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Laurent Montel + Copyright (C) 2018-2019 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/agents/sendlateragent/sendlaterconfiguredialog.cpp b/agents/sendlateragent/sendlaterconfiguredialog.cpp index f4f75f250..eceb1da0c 100644 --- a/agents/sendlateragent/sendlaterconfiguredialog.cpp +++ b/agents/sendlateragent/sendlaterconfiguredialog.cpp @@ -58,7 +58,7 @@ SendLaterConfigureDialog::SendLaterConfigureDialog(QWidget *parent) QStringLiteral(KDEPIM_VERSION), i18n("Send emails later agent."), KAboutLicense::GPL_V2, - i18n("Copyright (C) 2013-2018 Laurent Montel")); + i18n("Copyright (C) 2013-2019 Laurent Montel")); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("montel@kde.org")); diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index c66503264..8576cc733 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -362,7 +362,7 @@ AboutData::AboutData() QStringLiteral(KDEPIM_VERSION), i18n("KDE Email Client"), KAboutLicense::GPL, - i18n("Copyright © 1997–2018, KMail authors"), + i18n("Copyright © 1997–2019, KMail authors"), QString(), QStringLiteral("https://userbase.kde.org/KMail")) { diff --git a/src/job/dndfromarkjob.cpp b/src/job/dndfromarkjob.cpp index ff660167a..197ea9541 100644 --- a/src/job/dndfromarkjob.cpp +++ b/src/job/dndfromarkjob.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Laurent Montel + Copyright (C) 2018-2019 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/src/job/dndfromarkjob.h b/src/job/dndfromarkjob.h index bfae4ed9a..93f6eef31 100644 --- a/src/job/dndfromarkjob.h +++ b/src/job/dndfromarkjob.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Laurent Montel + Copyright (C) 2018-2019 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/src/kontactplugin/summary/summaryview_plugin.cpp b/src/kontactplugin/summary/summaryview_plugin.cpp index 4e053b489..4eb68a4df 100644 --- a/src/kontactplugin/summary/summaryview_plugin.cpp +++ b/src/kontactplugin/summary/summaryview_plugin.cpp @@ -117,7 +117,7 @@ const KAboutData SummaryView::aboutData() QStringLiteral(KDEPIM_VERSION), i18n("Kontact Summary View"), KAboutLicense::LGPL, - i18n("(c) 2003-2018 The Kontact developers")); + i18n("(c) 2003-2019 The Kontact developers")); aboutData.addAuthor(i18n("Sven Lueppken"), QString(), QStringLiteral("sven@kde.org")); diff --git a/src/widgets/zoomlabelwidget.cpp b/src/widgets/zoomlabelwidget.cpp index e0f0d5e99..fcead47c0 100644 --- a/src/widgets/zoomlabelwidget.cpp +++ b/src/widgets/zoomlabelwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Laurent Montel + Copyright (C) 2018-2019 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/src/widgets/zoomlabelwidget.h b/src/widgets/zoomlabelwidget.h index 0aa72461c..c5b7209b3 100644 --- a/src/widgets/zoomlabelwidget.h +++ b/src/widgets/zoomlabelwidget.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Laurent Montel + Copyright (C) 2018-2019 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public