diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-27 20:21:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-29 13:32:55 -0700 |
commit | ee1bf18189e0d495ab589f258d559dadb92cd1e7 (patch) | |
tree | 64653ee40e265c418fd8a63365c77851ae3d97a5 /tests/testunitconversion.h | |
parent | 6399eaf271330637582b521235a913fcff0126e5 (diff) | |
download | subsurface-ee1bf18189e0d495ab589f258d559dadb92cd1e7.tar.gz |
Add SPDX header to tests
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testunitconversion.h')
-rw-r--r-- | tests/testunitconversion.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |