aboutsummaryrefslogtreecommitdiff
path: root/lib/adblock/test
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-19 17:36:09 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-19 17:36:09 +0100
commit1c53b56871a36fdf58e58ee87ac6b56d4e3355f0 (patch)
tree1eba5f045a2660a3708b1ec91be838e397cb8335 /lib/adblock/test
parentBug fixes (diff)
downloadsmolbote-1c53b56871a36fdf58e58ee87ac6b56d4e3355f0.tar.xz
Changed license from GPL3+ to GPL3
Diffstat (limited to 'lib/adblock/test')
-rw-r--r--lib/adblock/test/filtertest.cpp8
-rw-r--r--lib/adblock/test/filtertest.h8
-rw-r--r--lib/adblock/test/main.cpp8
3 files changed, 24 insertions, 0 deletions
diff --git a/lib/adblock/test/filtertest.cpp b/lib/adblock/test/filtertest.cpp
index c778bc7..76e607b 100644
--- a/lib/adblock/test/filtertest.cpp
+++ b/lib/adblock/test/filtertest.cpp
@@ -1,3 +1,11 @@
+/*
+ * This file is part of smolbote. It's copyrighted by the contributors recorded
+ * in the version control history of the file, available from its original
+ * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ *
+ * SPDX-License-Identifier: GPL-3.0
+ */
+
#include "filtertest.h"
#include <QtTest/QtTest>
#include "../filterrule.h"
diff --git a/lib/adblock/test/filtertest.h b/lib/adblock/test/filtertest.h
index 45cdde1..f91c3dd 100644
--- a/lib/adblock/test/filtertest.h
+++ b/lib/adblock/test/filtertest.h
@@ -1,3 +1,11 @@
+/*
+ * This file is part of smolbote. It's copyrighted by the contributors recorded
+ * in the version control history of the file, available from its original
+ * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ *
+ * SPDX-License-Identifier: GPL-3.0
+ */
+
#ifndef FILTERTEST_H
#define FILTERTEST_H
diff --git a/lib/adblock/test/main.cpp b/lib/adblock/test/main.cpp
index 3284e47..b8c9dca 100644
--- a/lib/adblock/test/main.cpp
+++ b/lib/adblock/test/main.cpp
@@ -1,3 +1,11 @@
+/*
+ * This file is part of smolbote. It's copyrighted by the contributors recorded
+ * in the version control history of the file, available from its original
+ * location: git://neueland.iserlohn-fortress.net/smolbote.git
+ *
+ * SPDX-License-Identifier: GPL-3.0
+ */
+
#include <QtTest/QtTest>
#include "filtertest.h"