Fix copyright

wilder
Laurent Montel 7 years ago
parent 9d7335855b
commit cdb65a5ced
  1. 2
      agents/archivemailagent/archivemailwidget.cpp
  2. 2
      agents/followupreminderagent/followupreminderinfoconfigwidget.cpp
  3. 2
      agents/mailfilteragent/mailfilterpurposemenuwidget.cpp
  4. 2
      agents/mailfilteragent/mailfilterpurposemenuwidget.h
  5. 2
      agents/sendlateragent/sendlaterconfiguredialog.cpp
  6. 2
      src/aboutdata.cpp
  7. 2
      src/job/dndfromarkjob.cpp
  8. 2
      src/job/dndfromarkjob.h
  9. 2
      src/kontactplugin/summary/summaryview_plugin.cpp
  10. 2
      src/widgets/zoomlabelwidget.cpp
  11. 2
      src/widgets/zoomlabelwidget.h

@ -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"));

@ -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"));

@ -1,5 +1,5 @@
/*
Copyright (C) 2018 Laurent Montel <montel@kde.org>
Copyright (C) 2018-2019 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/*
Copyright (C) 2018 Laurent Montel <montel@kde.org>
Copyright (C) 2018-2019 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -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"));

@ -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"))
{

@ -1,5 +1,5 @@
/*
Copyright (C) 2018 Laurent Montel <montel@kde.org>
Copyright (C) 2018-2019 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/*
Copyright (C) 2018 Laurent Montel <montel@kde.org>
Copyright (C) 2018-2019 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -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"));

@ -1,5 +1,5 @@
/*
Copyright (C) 2018 Laurent Montel <montel@kde.org>
Copyright (C) 2018-2019 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/*
Copyright (C) 2018 Laurent Montel <montel@kde.org>
Copyright (C) 2018-2019 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

Loading…
Cancel
Save