summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-27 20:21:27 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-29 13:32:55 -0700
commitee1bf18189e0d495ab589f258d559dadb92cd1e7 (patch)
tree64653ee40e265c418fd8a63365c77851ae3d97a5
parent6399eaf271330637582b521235a913fcff0126e5 (diff)
downloadsubsurface-ee1bf18189e0d495ab589f258d559dadb92cd1e7.tar.gz
Add SPDX header to tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--tests/testdivesiteduplication.cpp1
-rw-r--r--tests/testdivesiteduplication.h1
-rw-r--r--tests/testgitstorage.cpp1
-rw-r--r--tests/testgitstorage.h1
-rw-r--r--tests/testgpscoords.cpp1
-rw-r--r--tests/testgpscoords.h1
-rw-r--r--tests/testmerge.cpp1
-rw-r--r--tests/testmerge.h1
-rw-r--r--tests/testparse.cpp1
-rw-r--r--tests/testparse.h1
-rw-r--r--tests/testpicture.cpp1
-rw-r--r--tests/testpicture.h1
-rw-r--r--tests/testplan.cpp1
-rw-r--r--tests/testplan.h1
-rw-r--r--tests/testpreferences.cpp1
-rw-r--r--tests/testpreferences.h1
-rw-r--r--tests/testprofile.cpp1
-rw-r--r--tests/testprofile.h2
-rw-r--r--tests/testrenumber.cpp1
-rw-r--r--tests/testrenumber.h1
-rw-r--r--tests/testunitconversion.cpp1
-rw-r--r--tests/testunitconversion.h3
22 files changed, 24 insertions, 1 deletions
diff --git a/tests/testdivesiteduplication.cpp b/tests/testdivesiteduplication.cpp
index 9a47d1ce9..4e90c5175 100644
--- a/tests/testdivesiteduplication.cpp
+++ b/tests/testdivesiteduplication.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testdivesiteduplication.h"
#include "core/dive.h"
#include "core/divesite.h"
diff --git a/tests/testdivesiteduplication.h b/tests/testdivesiteduplication.h
index 5fb625568..ba6b694a1 100644
--- a/tests/testdivesiteduplication.h
+++ b/tests/testdivesiteduplication.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTDIVESITEDUPLICATION_H
#define TESTDIVESITEDUPLICATION_H
diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp
index f2fe3f0e1..2d3814295 100644
--- a/tests/testgitstorage.cpp
+++ b/tests/testgitstorage.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testgitstorage.h"
#include "git2.h"
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h
index d84a8e544..e4a98944c 100644
--- a/tests/testgitstorage.h
+++ b/tests/testgitstorage.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTGITSTORAGE_H
#define TESTGITSTORAGE_H
diff --git a/tests/testgpscoords.cpp b/tests/testgpscoords.cpp
index 562c8faf6..73313bf78 100644
--- a/tests/testgpscoords.cpp
+++ b/tests/testgpscoords.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "core/dive.h"
#include "testgpscoords.h"
diff --git a/tests/testgpscoords.h b/tests/testgpscoords.h
index 7815b7d31..64f6e3903 100644
--- a/tests/testgpscoords.h
+++ b/tests/testgpscoords.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTGPSCOORDS_H
#define TESTGPSCOORDS_H
diff --git a/tests/testmerge.cpp b/tests/testmerge.cpp
index 8c2b3482d..8a0bb0252 100644
--- a/tests/testmerge.cpp
+++ b/tests/testmerge.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testmerge.h"
#include "core/dive.h"
#include "core/file.h"
diff --git a/tests/testmerge.h b/tests/testmerge.h
index 2acb1dace..ebd35d9ef 100644
--- a/tests/testmerge.h
+++ b/tests/testmerge.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTMERGE_H
#define TESTMERGE_H
diff --git a/tests/testparse.cpp b/tests/testparse.cpp
index 2ffade50c..7195af75a 100644
--- a/tests/testparse.cpp
+++ b/tests/testparse.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testparse.h"
#include "core/dive.h"
#include "core/file.h"
diff --git a/tests/testparse.h b/tests/testparse.h
index 934c48dec..762b922e0 100644
--- a/tests/testparse.h
+++ b/tests/testparse.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTPARSE_H
#define TESTPARSE_H
diff --git a/tests/testpicture.cpp b/tests/testpicture.cpp
index e3565df9d..3021ece46 100644
--- a/tests/testpicture.cpp
+++ b/tests/testpicture.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testpicture.h"
#include "core/dive.h"
#include "core/file.h"
diff --git a/tests/testpicture.h b/tests/testpicture.h
index e6b8e859e..d37eafd2e 100644
--- a/tests/testpicture.h
+++ b/tests/testpicture.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTPICTURE_H
#define TESTPICTURE_H
diff --git a/tests/testplan.cpp b/tests/testplan.cpp
index ae0ddc5b1..bc8d6e7cf 100644
--- a/tests/testplan.cpp
+++ b/tests/testplan.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "core/dive.h"
#include "testplan.h"
#include "core/planner.h"
diff --git a/tests/testplan.h b/tests/testplan.h
index 8fc16cc4b..fbd2df136 100644
--- a/tests/testplan.h
+++ b/tests/testplan.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTPLAN_H
#define TESTPLAN_H
diff --git a/tests/testpreferences.cpp b/tests/testpreferences.cpp
index 097068a32..bcfc87c69 100644
--- a/tests/testpreferences.cpp
+++ b/tests/testpreferences.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testpreferences.h"
#include "core/subsurface-qt/SettingsObjectWrapper.h"
diff --git a/tests/testpreferences.h b/tests/testpreferences.h
index c97efb4de..a66053474 100644
--- a/tests/testpreferences.h
+++ b/tests/testpreferences.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTDIVESITEDUPLICATION_H
#define TESTDIVESITEDUPLICATION_H
diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp
index c3453b695..1a63efa56 100644
--- a/tests/testprofile.cpp
+++ b/tests/testprofile.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testprofile.h"
#include "core/dive.h"
diff --git a/tests/testprofile.h b/tests/testprofile.h
index 25f094b1b..c556b3289 100644
--- a/tests/testprofile.h
+++ b/tests/testprofile.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0
+
#ifndef TESTPROFILE_H
#define TESTPROFILE_H
diff --git a/tests/testrenumber.cpp b/tests/testrenumber.cpp
index 0f694102f..e6a2ececb 100644
--- a/tests/testrenumber.cpp
+++ b/tests/testrenumber.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testrenumber.h"
#include "core/dive.h"
#include "core/file.h"
diff --git a/tests/testrenumber.h b/tests/testrenumber.h
index 4c87e94c4..bf2f6a724 100644
--- a/tests/testrenumber.h
+++ b/tests/testrenumber.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTRENUMBER_H
#define TESTRENUMBER_H
diff --git a/tests/testunitconversion.cpp b/tests/testunitconversion.cpp
index 76dc554fe..946b4c001 100644
--- a/tests/testunitconversion.cpp
+++ b/tests/testunitconversion.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include "testunitconversion.h"
#include "core/dive.h"
diff --git a/tests/testunitconversion.h b/tests/testunitconversion.h
index b8f05858a..41908191f 100644
--- a/tests/testunitconversion.h
+++ b/tests/testunitconversion.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#ifndef TESTUNITCONVERSION_H
#define TESTUNITCONVERSION_H
@@ -9,4 +10,4 @@ private slots:
void testUnitConversions();
};
-#endif \ No newline at end of file
+#endif