GIT_SILENT bookmarksrunner: Add SPDX license statements

wilder-5.22
Alexander Lohnau 5 years ago
parent 43817a13c4
commit ab2776f147
  1. 2
      runners/bookmarks/autotests/CMakeLists.txt
  2. 5
      runners/bookmarks/autotests/bookmarksmatchtest.cpp
  3. 1
      runners/bookmarks/autotests/chrome/testchromebookmarks.cpp
  4. 1
      runners/bookmarks/autotests/chrome/testchromebookmarks.h
  5. 2
      runners/bookmarks/autotests/firefox/firefox-config-home/atnsd8ae.testmekde/favicons.sqlite.license
  6. 2
      runners/bookmarks/autotests/firefox/firefox-config-home/atnsd8ae.testmekde/places.sqlite.license
  7. 3
      runners/bookmarks/autotests/firefox/firefox-config-home/profiles.ini
  8. 5
      runners/bookmarks/autotests/firefox/testfirefoxbookmarks.cpp

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
include(ECMAddTests)

@ -1,3 +1,8 @@
/**
* SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include <QObject>
#include <QStandardPaths>
#include <QTest>

@ -1,6 +1,7 @@
/*
* Copyright 2007 Glenn Ergeerts <glenn.ergeerts@telenet.be>
* Copyright 2012 Glenn Ergeerts <marco.gulino@gmail.com>
* Copyright 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as

@ -1,6 +1,7 @@
/*
* Copyright 2007 Glenn Ergeerts <glenn.ergeerts@telenet.be>
* Copyright 2012 Glenn Ergeerts <marco.gulino@gmail.com>
* Copyright 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
SPDX-License-Identifier: CC0-1.0

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
SPDX-License-Identifier: CC0-1.0

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
# SPDX-License-Identifier: CC0-1.0
[Install4F96D1932A9F858E]
Default=atnsd8ae.testmekde
Locked=1

@ -1,3 +1,8 @@
/**
* SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include <QObject>
#include <QStandardPaths>
#include <QTest>

Loading…
Cancel
Save