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
Akonadi
Commits
61a4735c
Commit
61a4735c
authored
Aug 16, 2020
by
Volker Krause
Browse files
Second pass of SPDX license header conversion
This covers cases the conversion tool didn't previously handle.
parent
9eda8853
Pipeline
#30812
passed with stage
in 28 minutes and 11 seconds
Changes
58
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/libs/testrunner/testrunner-config.xsd
View file @
61a4735c
...
...
@@ -2,22 +2,9 @@
<!--
Copyright (c) 2009 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: 2009 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
-->
...
...
autotests/server/dbpopulator.xsl
View file @
61a4735c
<!--
Copyright (c) 2014 - Daniel Vrátil <dvratil@redhat.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-FileCopyrightText: 2014 - Daniel Vrátil <dvratil@redhat.com>
SPDX-License-Identifier: LGPL-2.0-or-later
-->
...
...
autotests/server/dbtest_data/dbdata.xml
View file @
61a4735c
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright
(C)
2014 Daniel Vrátil <dvratil@redhat.com>
SPDX-File
Copyright
Text:
2014 Daniel Vrátil <dvratil@redhat.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
-->
<data>
...
...
autotests/server/dbtest_data/unittest_dbupdate.xml
View file @
61a4735c
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
...
...
autotests/server/dbtest_data/unittest_schema.xml
View file @
61a4735c
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006 Volker Krause <vkrause@kde.org>
Copyright (C) 2006 by Tobias Koenig <tokoe@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: 2006 Volker Krause <vkrause@kde.org>
SPDX-FileCopyrightText: 2006 Tobias Koenig <tokoe@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
-->
...
...
cmake/modules/COPYING-CMAKE-SCRIPTS
deleted
100644 → 0
View file @
9eda8853
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cmake/modules/cmake-copyright.txt
deleted
100644 → 0
View file @
9eda8853
CMake - Cross Platform Makefile Generator
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the names of Kitware, Inc., the Insight Software Consortium,
nor the names of their contributors may be used to endorse or promote
products derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------------------------------------------------------------------------------
The above copyright and license notice applies to distributions of
CMake in source and binary form. Some source files contain additional
notices of original copyright by their contributors; see each source
for details. Third-party software packages supplied with CMake under
compatible licenses provide their own copyright notices documented in
corresponding subdirectories.
------------------------------------------------------------------------------
CMake was initially developed by Kitware with the following sponsorship:
* National Library of Medicine at the National Institutes of Health
as part of the Insight Segmentation and Registration Toolkit (ITK).
* US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
Visualization Initiative.
* National Alliance for Medical Image Computing (NAMIC) is funded by the
National Institutes of Health through the NIH Roadmap for Medical Research,
Grant U54 EB005149.
* Kitware, Inc.
src/akonadicontrol/agenttype.h
View file @
61a4735c
/*
Copyright
(c)
2007
-
2008 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007
-
2008 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/attributefactory.cpp
View file @
61a4735c
/*
Copyright
(c)
2007
-
2008 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007
-
2008 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/attributefactory.h
View file @
61a4735c
/*
Copyright
(c)
2007
-
2008 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2007
-
2008 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/attributes/attribute.cpp
View file @
61a4735c
/*
Copyright
(c)
2006
-
2008 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2008 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/attributes/attribute.h
View file @
61a4735c
/*
Copyright
(c)
2006
-
2008 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2008 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/collection.cpp
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/collection.h
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/collection_p.h
View file @
61a4735c
/*
Copyright
(c)
2006
-
2008 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2008 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/jobs/collectionfetchjob.cpp
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/jobs/collectionfetchjob.h
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/jobs/collectionstatisticsjob.cpp
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/jobs/collectionstatisticsjob.h
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
...
...
src/core/jobs/itemcreatejob.cpp
View file @
61a4735c
/*
Copyright
(c)
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-File
Copyright
Text:
2006
-
2007 Volker Krause <vkrause@kde.org>
SPDX-FileCopyrightText: 2007 Robert Zwerus <arzie@dds.nl>
SPDX-FileCopyrightText: 2014 Daniel Vrátil <dvratil@redhat.com>
...
...
Prev
1
2
3
Next
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