Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KIdentityManagement
Commits
bb4190dc
Commit
bb4190dc
authored
Aug 11, 2020
by
Christophe Giboudeaux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"Convert license headers to SPDX format
parent
a357ba15
Pipeline
#30336
passed with stage
in 6 minutes and 19 seconds
Changes
19
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
969 additions
and
769 deletions
+969
-769
COPYING.LIB
COPYING.LIB
+0
-510
LICENSES/LGPL-2.0-or-later.txt
LICENSES/LGPL-2.0-or-later.txt
+446
-0
LICENSES/LGPL-2.1-or-later.txt
LICENSES/LGPL-2.1-or-later.txt
+468
-0
autotests/identitytest.cpp
autotests/identitytest.cpp
+3
-16
autotests/identitytest.h
autotests/identitytest.h
+3
-16
autotests/signaturetest.cpp
autotests/signaturetest.cpp
+4
-17
autotests/signaturetest.h
autotests/signaturetest.h
+3
-16
src/identity.cpp
src/identity.cpp
+4
-17
src/identity.h
src/identity.h
+3
-16
src/identitycombo.cpp
src/identitycombo.cpp
+3
-16
src/identitycombo.h
src/identitycombo.h
+2
-15
src/identitymanager.cpp
src/identitymanager.cpp
+3
-16
src/identitymanager.h
src/identitymanager.h
+3
-16
src/signature.cpp
src/signature.cpp
+5
-18
src/signature.h
src/signature.h
+4
-17
src/signatureconfigurator.cpp
src/signatureconfigurator.cpp
+5
-16
src/signatureconfigurator.h
src/signatureconfigurator.h
+6
-17
src/utils.cpp
src/utils.cpp
+2
-15
src/utils.h
src/utils.h
+2
-15
No files found.
COPYING.LIB
deleted
100644 → 0
View file @
a357ba15
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.0-or-later.txt
0 → 100644
View file @
bb4190dc
This diff is collapsed.
Click to expand it.
LICENSES/LGPL-2.1-or-later.txt
0 → 100644
View file @
bb4190dc
This diff is collapsed.
Click to expand it.
autotests/identitytest.cpp
View file @
bb4190dc
/*
Copyright (c) 2008 Thomas McGuire <mcguire@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: 2008 Thomas McGuire <mcguire@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "qtest.h"
#include "identitytest.h"
...
...
autotests/identitytest.h
View file @
bb4190dc
/*
Copyright (c) 2008 Thomas McGuire <mcguire@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: 2008 Thomas McGuire <mcguire@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef IDENTITYTEST_H
...
...
autotests/signaturetest.cpp
View file @
bb4190dc
/*
Copyright (C) 2016-2020 Laurent Montel <montel@kde.org>
Copyright (c) 2008 Thomas McGuire <mcguire@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: 2016-2020 Laurent Montel <montel@kde.org>
SPDX-FileCopyrightText: 2008 Thomas McGuire <mcguire@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#undef QT_USE_FAST_CONCATENATION
...
...
autotests/signaturetest.h
View file @
bb4190dc
/*
Copyright
(C)
2016-2020 Laurent Montel <montel@kde.org>
Copyright
(c)
2009 Thomas McGuire <mcguire@kde.org>
SPDX-File
Copyright
Text:
2016-2020 Laurent Montel <montel@kde.org>
SPDX-File
Copyright
Text:
2009 Thomas McGuire <mcguire@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 SIGNATURETEST_H
...
...
src/identity.cpp
View file @
bb4190dc
/*
Copyright (c) 2002-2004 Marc Mutz <mutz@kde.org>
Copyright (c) 2007 Tom Albers <tomalbers@kde.nl>
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: 2002-2004 Marc Mutz <mutz@kde.org>
SPDX-FileCopyrightText: 2007 Tom Albers <tomalbers@kde.nl>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "identity.h"
...
...
src/identity.h
View file @
bb4190dc
/*
Copyright
(c)
2002-2004 Marc Mutz <mutz@kde.org>
Copyright
(c)
2007 Tom Albers <tomalbers@kde.nl>
SPDX-File
Copyright
Text:
2002-2004 Marc Mutz <mutz@kde.org>
SPDX-File
Copyright
Text:
2007 Tom Albers <tomalbers@kde.nl>
Author: 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 KPIMIDENTITIES_IDENTITY_H
...
...
src/identitycombo.cpp
View file @
bb4190dc
/*
Copyright (c) 2002 Marc Mutz <mutz@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: 2002 Marc Mutz <mutz@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
/**
@file
...
...
src/identitycombo.h
View file @
bb4190dc
/*
Copyright
(c)
2002 Marc Mutz <mutz@kde.org>
SPDX-File
Copyright
Text:
2002 Marc Mutz <mutz@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
*/
/**
@file
...
...
src/identitymanager.cpp
View file @
bb4190dc
/*
Copyright (c) 2002 Marc Mutz <mutz@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: 2002 Marc Mutz <mutz@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
// config keys:
...
...
src/identitymanager.h
View file @
bb4190dc
/*
Copyright (c) 2002 Marc Mutz <mutz@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: 2002 Marc Mutz <mutz@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KIDENTITYMANAGER_IDENTITYMANAGER_H
...
...
src/signature.cpp
View file @
bb4190dc
/*
Copyright (c) 2002-2004 Marc Mutz <mutz@kde.org>
Copyright (c) 2007 Tom Albers <tomalbers@kde.nl>
Copyright (c) 2009 Thomas McGuire <mcguire@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: 2002-2004 Marc Mutz <mutz@kde.org>
SPDX-FileCopyrightText: 2007 Tom Albers <tomalbers@kde.nl>
SPDX-FileCopyrightText: 2009 Thomas McGuire <mcguire@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "signature.h"
...
...
src/signature.h
View file @
bb4190dc
/*
Copyright
(c)
2002-2004 Marc Mutz <mutz@kde.org>
Copyright
(c)
2007 Tom Albers <tomalbers@kde.nl>
Copyright
(c)
2009 Thomas McGuire <mcguire@kde.org>
SPDX-File
Copyright
Text:
2002-2004 Marc Mutz <mutz@kde.org>
SPDX-File
Copyright
Text:
2007 Tom Albers <tomalbers@kde.nl>
SPDX-File
Copyright
Text:
2009 Thomas McGuire <mcguire@kde.org>
Author: 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 KIDENTITYMANAGER_SIGNATURE_H
...
...
src/signatureconfigurator.cpp
View file @
bb4190dc
/* -*- c++ -*-
Copyright 2008 Thomas McGuire <Thomas.McGuire@gmx.net>
Copyright 2008 Edwin Schepers <yez@familieschepers.nl>
Copyright 2004 Marc Mutz <mutz@kde.org>
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: 2008 Thomas McGuire <Thomas.McGuire@gmx.net>
SPDX-FileCopyrightText: 2008 Edwin Schepers <yez@familieschepers.nl>
SPDX-FileCopyrightText: 2004 Marc Mutz <mutz@kde.org>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "signatureconfigurator.h"
...
...
src/signatureconfigurator.h
View file @
bb4190dc
/* -*- c++ -*-
Copyright 2008 Thomas McGuire <Thomas.McGuire@gmx.net>
Copyright 2008 Edwin Schepers <yez@familieschepers.nl>
Copyright 2008 Tom Albers <tomalbers@kde.nl>
Copyright 2004 Marc Mutz <mutz@kde.org>
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: 2008 Thomas McGuire <Thomas.McGuire@gmx.net>
SPDX-FileCopyrightText: 2008 Edwin Schepers <yez@familieschepers.nl>
SPDX-FileCopyrightText: 2008 Tom Albers <tomalbers@kde.nl>
SPDX-FileCopyrightText: 2004 Marc Mutz <mutz@kde.org>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef KIDENTITYMANAGER_SIGNATURECONFIGURATOR_H
...
...
src/utils.cpp
View file @
bb4190dc
/*
Copyright
(c)
2014 Sandro Knauß <knauss@kolabsys.com>
SPDX-File
Copyright
Text:
2014 Sandro Knauß <knauss@kolabsys.com>
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 "utils.h"
...
...
src/utils.h
View file @
bb4190dc
/*
Copyright
(c)
2014 Sandro Knauß <knauss@kolabsys.com>
SPDX-File
Copyright
Text:
2014 Sandro Knauß <knauss@kolabsys.com>
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 KPIMIDENTITIES_UTILS_H
...
...
Write
Preview
Markdown
is supported
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