summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Sitter <sitter@kde.org>2015-11-25 08:42:15 (GMT)
committerHarald Sitter <sitter@kde.org>2015-11-25 12:01:47 (GMT)
commit0bdc0ac95810921fd005fc1dc1e72f4adce1c3c3 (patch)
treef5d79d831eee9871a7b808425b9e885e7d76f2e2
parentc46ff7074d593839e83de955d9c9751d7f496952 (diff)
add license header
-rw-r--r--autotests/findertest.cpp23
1 files changed, 21 insertions, 2 deletions
diff --git a/autotests/findertest.cpp b/autotests/findertest.cpp
index 0b546ea..76a09fb 100644
--- a/autotests/findertest.cpp
+++ b/autotests/findertest.cpp
@@ -1,8 +1,29 @@
+/*
+ Copyright © 2015 Harald Sitter <sitter@kde.org>
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 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 14 of version 3 of the license.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include <QTest>
#include <QSignalSpy>
#include "../src/DebugFinder.h"
+#include <QApt/Backend>
/*
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
@@ -10,8 +31,6 @@
/lib/x86_64-linux-gnu/libglib-2.0.so.0
*/
-#include <QApt/Backend>
-
class FinderTest : public QObject
{
Q_OBJECT