Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMailTransport
Commits
fcef2375
Commit
fcef2375
authored
Jul 01, 2020
by
Christophe Giboudeaux
Committed by
Volker Krause
Jul 01, 2020
Browse files
Convert license headers to SPDX format
parent
b5572156
Pipeline
#25600
passed with stage
in 13 minutes and 11 seconds
Changes
96
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
COPYING.LIB
deleted
100644 → 0
View file @
b5572156
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.0-or-later.txt
0 → 100644
View file @
fcef2375
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.1-or-later.txt
0 → 100644
View file @
fcef2375
This diff is collapsed.
Click to expand it.
src/kcm/configmodule.cpp
View file @
fcef2375
/*
Copyright (c) 2007 Volker Krause <vkrause@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-FileCopyrightText: 2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "configmodule.h"
...
...
src/kcm/configmodule.h
View file @
fcef2375
/*
Copyright
(c)
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007 Volker Krause <vkrause@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MAILTRANSPORT_CONFIGMODULE_H
...
...
src/kmailtransport/kmailtransport_private_export.h
View file @
fcef2375
/* This file is part of the KDE project
Copyright
(C)
2007 David Faure <faure@kde.org>
SPDX-File
Copyright
Text:
2007 David Faure <faure@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KMAILTRANSPORTPRIVATE_EXPORT_H
...
...
src/kmailtransport/mailtransport_defs.h
View file @
fcef2375
/*
Copyright (c) 2006 - 2007 Volker Krause <vkrause@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MAILTRANSPORT_MAILTRANSPORT_DEFS_H
...
...
src/kmailtransport/plugins/smtp/autotests/fakeserver.cpp
View file @
fcef2375
/*
Copyright 2010 BetterInbox <contact@betterinbox.com>
Author: Christophe Laveault <christophe@betterinbox.com>
Gregory Schlomoff <gregory.schlomoff@gmail.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <https://www.gnu.org/licenses/>.
SPDX-FileCopyrightText: 2010 BetterInbox <contact@betterinbox.com>
SPDX-FileContributor: Christophe Laveault <christophe@betterinbox.com>
SPDX-FileContributor: Gregory Schlomoff <gregory.schlomoff@gmail.com>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "fakeserver.h"
...
...
src/kmailtransport/plugins/smtp/autotests/fakeserver.h
View file @
fcef2375
/*
Copyright 2010 BetterInbox <contact@betterinbox.com>
A
ut
h
or: Christophe Laveault <christophe@betterinbox.com>
Gregory Schlomoff <gregory.schlomoff@gmail.com>
SPDX-File
Copyright
Text:
2010 BetterInbox <contact@betterinbox.com>
SPDX-FileContrib
utor: Christophe Laveault <christophe@betterinbox.com>
SPDX-FileContributor:
Gregory Schlomoff <gregory.schlomoff@gmail.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KSMTP_FAKESERVER_H
...
...
src/kmailtransport/plugins/smtp/autotests/smtpjobtest.cpp
View file @
fcef2375
/*
Copyright (c) 2017 Daniel Vrátil <dvratil@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-FileCopyrightText: 2017 Daniel Vrátil <dvratil@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "../smtpjob.h"
...
...
src/kmailtransport/plugins/smtp/sessionuiproxy.h
View file @
fcef2375
/*
Copyright
(c)
2017 Daniel Vrátil <dvratil@kde.org>
SPDX-File
Copyright
Text:
2017 Daniel Vrátil <dvratil@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef SESSIONUIPROXY_H_
...
...
src/kmailtransport/plugins/smtp/smtpconfigdialog.cpp
View file @
fcef2375
/*
Copyright
(C)
2017-2020 Laurent Montel <montel@kde.org>
SPDX-File
Copyright
Text:
2017-2020 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 License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "smtpconfigdialog.h"
...
...
src/kmailtransport/plugins/smtp/smtpconfigdialog.h
View file @
fcef2375
/*
Copyright
(C)
2017-2020 Laurent Montel <montel@kde.org>
SPDX-File
Copyright
Text:
2017-2020 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 License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MAILTRANSPORT_SMTPCONFIGDIALOG_H
...
...
src/kmailtransport/plugins/smtp/smtpconfigwidget.cpp
View file @
fcef2375
/*
Copyright
(c)
2009 Constantin Berzan <exit3219@gmail.com>
SPDX-File
Copyright
Text:
2009 Constantin Berzan <exit3219@gmail.com>
Based on MailTransport code by:
Copyright
(c)
2006 - 2007 Volker Krause <vkrause@kde.org>
Copyright
(c)
2007 KovoKs <kovoks@kovoks.nl>
SPDX-File
Copyright
Text:
2006 - 2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007 KovoKs <kovoks@kovoks.nl>
Based on KMail code by:
Copyright (c) 2001-2002 Michael Haeckel <haeckel@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-FileCopyrightText: 2001-2002 Michael Haeckel <haeckel@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "smtpconfigwidget.h"
...
...
src/kmailtransport/plugins/smtp/smtpconfigwidget.h
View file @
fcef2375
/*
Copyright
(c)
2009 Constantin Berzan <exit3219@gmail.com>
SPDX-File
Copyright
Text:
2009 Constantin Berzan <exit3219@gmail.com>
Based on MailTransport code by:
Copyright
(c)
2006 - 2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006 - 2007 Volker Krause <vkrause@kde.org>
Based on KMail code by:
Copyright
(c)
2001-2002 Michael Haeckel <haeckel@kde.org>
SPDX-File
Copyright
Text:
2001-2002 Michael Haeckel <haeckel@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MAILTRANSPORT_SMTPCONFIGWIDGET_H
...
...
src/kmailtransport/plugins/smtp/smtpjob.cpp
View file @
fcef2375
/*
Copyright
(c)
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007 Volker Krause <vkrause@kde.org>
Based on KMail code by:
Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-FileCopyrightText: 1996-1998 Stefan Taferner <taferner@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "smtpjob.h"
...
...
src/kmailtransport/plugins/smtp/smtpjob.h
View file @
fcef2375
/*
Copyright
(c)
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007 Volker Krause <vkrause@kde.org>
Based on KMail code by:
Copyright
(c)
1996-1998 Stefan Taferner <taferner@kde.org>
SPDX-File
Copyright
Text:
1996-1998 Stefan Taferner <taferner@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MAILTRANSPORT_SMTPJOB_H
...
...
src/kmailtransport/plugins/smtp/smtpmailtransportplugin.cpp
View file @
fcef2375
/*
Copyright
(C)
2017-2020 Laurent Montel <montel@kde.org>
SPDX-File
Copyright
Text:
2017-2020 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 License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "smtpmailtransportplugin.h"
...
...
src/kmailtransport/plugins/smtp/smtpmailtransportplugin.h
View file @
fcef2375
/*
Copyright
(C)
2017-2020 Laurent Montel <montel@kde.org>
SPDX-File
Copyright
Text:
2017-2020 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 License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef SMTPMAILTRANSPORTPLUGIN_H
...
...
src/kmailtransport/plugins/tests/transportmanagertest.cpp
View file @
fcef2375
/*
Copyright
(C)
2017-2020 Laurent Montel <montel@kde.org>
SPDX-File
Copyright
Text:
2017-2020 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 License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "transportmanagertest.h"
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment