mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
Add SPDX header to tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6399eaf271
commit
ee1bf18189
22 changed files with 24 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testdivesiteduplication.h"
|
#include "testdivesiteduplication.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/divesite.h"
|
#include "core/divesite.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTDIVESITEDUPLICATION_H
|
#ifndef TESTDIVESITEDUPLICATION_H
|
||||||
#define TESTDIVESITEDUPLICATION_H
|
#define TESTDIVESITEDUPLICATION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testgitstorage.h"
|
#include "testgitstorage.h"
|
||||||
#include "git2.h"
|
#include "git2.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTGITSTORAGE_H
|
#ifndef TESTGITSTORAGE_H
|
||||||
#define TESTGITSTORAGE_H
|
#define TESTGITSTORAGE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "testgpscoords.h"
|
#include "testgpscoords.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTGPSCOORDS_H
|
#ifndef TESTGPSCOORDS_H
|
||||||
#define TESTGPSCOORDS_H
|
#define TESTGPSCOORDS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testmerge.h"
|
#include "testmerge.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/file.h"
|
#include "core/file.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTMERGE_H
|
#ifndef TESTMERGE_H
|
||||||
#define TESTMERGE_H
|
#define TESTMERGE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testparse.h"
|
#include "testparse.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/file.h"
|
#include "core/file.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTPARSE_H
|
#ifndef TESTPARSE_H
|
||||||
#define TESTPARSE_H
|
#define TESTPARSE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testpicture.h"
|
#include "testpicture.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/file.h"
|
#include "core/file.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTPICTURE_H
|
#ifndef TESTPICTURE_H
|
||||||
#define TESTPICTURE_H
|
#define TESTPICTURE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "testplan.h"
|
#include "testplan.h"
|
||||||
#include "core/planner.h"
|
#include "core/planner.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTPLAN_H
|
#ifndef TESTPLAN_H
|
||||||
#define TESTPLAN_H
|
#define TESTPLAN_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testpreferences.h"
|
#include "testpreferences.h"
|
||||||
|
|
||||||
#include "core/subsurface-qt/SettingsObjectWrapper.h"
|
#include "core/subsurface-qt/SettingsObjectWrapper.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTDIVESITEDUPLICATION_H
|
#ifndef TESTDIVESITEDUPLICATION_H
|
||||||
#define TESTDIVESITEDUPLICATION_H
|
#define TESTDIVESITEDUPLICATION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testprofile.h"
|
#include "testprofile.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
#ifndef TESTPROFILE_H
|
#ifndef TESTPROFILE_H
|
||||||
#define TESTPROFILE_H
|
#define TESTPROFILE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testrenumber.h"
|
#include "testrenumber.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/file.h"
|
#include "core/file.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTRENUMBER_H
|
#ifndef TESTRENUMBER_H
|
||||||
#define TESTRENUMBER_H
|
#define TESTRENUMBER_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "testunitconversion.h"
|
#include "testunitconversion.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TESTUNITCONVERSION_H
|
#ifndef TESTUNITCONVERSION_H
|
||||||
#define TESTUNITCONVERSION_H
|
#define TESTUNITCONVERSION_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue