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/testgitstorage.cpp | |
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/testgitstorage.cpp')
-rw-r--r-- | tests/testgitstorage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |