diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-27 20:24:53 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-29 13:32:55 -0700 |
commit | b368ecd5aae63a1f3016f9ddc1bfe2858cd316fc (patch) | |
tree | 27bde3015e25232a0de7475bb87a6f0eef1ac966 /core/divecomputer.cpp | |
parent | ee1bf18189e0d495ab589f258d559dadb92cd1e7 (diff) | |
download | subsurface-b368ecd5aae63a1f3016f9ddc1bfe2858cd316fc.tar.gz |
Add SPDX header to remaining core files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/divecomputer.cpp')
-rw-r--r-- | core/divecomputer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/divecomputer.cpp b/core/divecomputer.cpp index 6519e4fba..820a20a51 100644 --- a/core/divecomputer.cpp +++ b/core/divecomputer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include "divecomputer.h" #include "dive.h" #include "subsurface-qt/SettingsObjectWrapper.h" |