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
KSmtp
Commits
144b80ba
Commit
144b80ba
authored
Aug 11, 2020
by
Christophe Giboudeaux
Browse files
Convert license headers to SPDX format
parent
0087bba2
Pipeline
#30327
passed with stage
in 5 minutes and 59 seconds
Changes
23
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
COPYING.LIB
deleted
100644 → 0
View file @
0087bba2
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.0-or-later.txt
0 → 100644
View file @
144b80ba
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.1-or-later.txt
0 → 100644
View file @
144b80ba
This diff is collapsed.
Click to expand it.
autotests/fakeserver.cpp
View file @
144b80ba
/*
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"
...
...
autotests/fakeserver.h
View file @
144b80ba
/*
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
...
...
autotests/smtptest.cpp
View file @
144b80ba
/*
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
"smtptest.h"
...
...
autotests/smtptest.h
View file @
144b80ba
/*
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
*/
#ifndef KSMTP_SMTPTEST_H
...
...
src/job.cpp
View file @
144b80ba
/*
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
*/
#include
"job.h"
...
...
src/job.h
View file @
144b80ba
/*
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
*/
#ifndef KSMTP_JOB_H
...
...
src/job_p.h
View file @
144b80ba
/*
Copyright 2010 BetterInbox <contact@betterinbox.com>
A
ut
h
or: Gregory Schlomoff <gregory.schlomoff@gmail.com>
SPDX-File
Copyright
Text:
2010 BetterInbox <contact@betterinbox.com>
SPDX-FileContrib
utor: 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_JOB_P_H
...
...
src/loginjob.cpp
View file @
144b80ba
/*
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
"loginjob.h"
...
...
src/loginjob.h
View file @
144b80ba
/*
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_LOGINJOB_H
...
...
src/sendjob.cpp
View file @
144b80ba
/*
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
"sendjob.h"
...
...
src/sendjob.h
View file @
144b80ba
/*
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_SENDJOB_H
...
...
src/serverresponse_p.h
View file @
144b80ba
/*
Copyright 2010 BetterInbox <contact@betterinbox.com>
A
ut
h
or: Gregory Schlomoff <gregory.schlomoff@gmail.com>
SPDX-File
Copyright
Text:
2010 BetterInbox <contact@betterinbox.com>
SPDX-FileContrib
utor: 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_SERVERRESPONSE_P_H
...
...
src/session.cpp
View file @
144b80ba
/*
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
"session.h"
...
...
src/session.h
View file @
144b80ba
/*
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
*/
#ifndef KSMTP_SESSION_H
...
...
src/session_p.h
View file @
144b80ba
/*
Copyright 2010 BetterInbox <contact@betterinbox.com>
A
ut
h
or: Gregory Schlomoff <gregory.schlomoff@gmail.com>
SPDX-File
Copyright
Text:
2010 BetterInbox <contact@betterinbox.com>
SPDX-FileContrib
utor: 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_SESSION_P_H
...
...
src/sessionthread.cpp
View file @
144b80ba
/*
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
"sessionthread_p.h"
...
...
src/sessionthread_p.h
View file @
144b80ba
/*
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
*/
#ifndef KSMTP_SESSIONTHREAD_P_H
...
...
Prev
1
2
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