Skip to content

Commit

Permalink
Convert license statements to SPDX expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
cordlandwehr committed Aug 2, 2020
1 parent 5256817 commit f4f4094
Show file tree
Hide file tree
Showing 239 changed files with 1,138 additions and 4,390 deletions.
23 changes: 5 additions & 18 deletions autotests/benchmarks/databasebenchmark.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "database.h"
#include "transaction.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/benchmarks/positioncodecbenchmark.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "positioncodec.h"
#include "positioninfo.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/integration/dbstate.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
* This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#ifndef BALOO_DBSTATE_H
#define BALOO_DBSTATE_H
Expand Down
25 changes: 5 additions & 20 deletions autotests/integration/filesearchstoretest.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
/*
* This file is part of the KDE Baloo Project
* Copyright (C) 2013 Vishesh Handa <[email protected]>
*
* 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) version 3, or any
* later version accepted by the membership of KDE e.V. (or its
* successor approved by the membership of KDE e.V.), which shall
* act as a proxy defined in Section 6 of version 3 of the license.
*
* 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 <http://www.gnu.org/licenses/>.
*
*/
This file is part of the KDE Baloo Project
SPDX-FileCopyrightText: 2013 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/

#include "filesearchstoretest.h"
#include "filesearchstore.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/integration/querytest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "database.h"
#include "transaction.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/integration/writetransactiontest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
* This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "writetransaction.h"
#include "dbstate.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/codecs/doctermscodectest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "doctermscodec.h"

Expand Down
20 changes: 3 additions & 17 deletions autotests/unit/codecs/positioncodectest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
/*
This file is part of the KDE Baloo project.
Copyright (C) 2016 Christian Ehrlicher <[email protected]>
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2016 Christian Ehrlicher <[email protected]>
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) version 3, or any
later version accepted by the membership of KDE e.V. (or its
successor approved by the membership of KDE e.V.), which shall
act as a proxy defined in Section 6 of version 3 of the license.
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 <http://www.gnu.org/licenses/>.
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/

#include <QCryptographicHash>
Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/codecs/postingcodectest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "postingcodec.h"

Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/engine/andpostingiteratortest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "andpostingiterator.h"
#include "vectorpostingiterator.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/engine/documentdatadbtest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "documentdatadb.h"
#include "singledbtest.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/engine/documentdbtest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "documentdb.h"
#include "singledbtest.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/engine/documentiddbtest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "documentiddb.h"
#include "singledbtest.h"
Expand Down
23 changes: 5 additions & 18 deletions autotests/unit/engine/documenttimedbtest.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
This file is part of the KDE Baloo project.
* Copyright (C) 2015 Vishesh Handa <[email protected]>
*
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
This file is part of the KDE Baloo project.
SPDX-FileCopyrightText: 2015 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/

#include "documenttimedb.h"
#include "singledbtest.h"
Expand Down
Loading

0 comments on commit f4f4094

Please sign in to comment.