diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-27 20:27:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-29 13:32:55 -0700 |
commit | 59ed9ea3fcf78bb011eb88c36dcf63383079fee7 (patch) | |
tree | cf379f756061e93768ebd8056193df64db37005a | |
parent | 49d0bb8406706666baa721b0bffc701d678b8344 (diff) | |
download | subsurface-59ed9ea3fcf78bb011eb88c36dcf63383079fee7.tar.gz |
Add SPDX header to top level files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | export-html.cpp | 1 | ||||
-rw-r--r-- | subsurface-desktop-helper.cpp | 1 | ||||
-rw-r--r-- | subsurface-desktop-main.cpp | 1 | ||||
-rw-r--r-- | subsurface-mobile-helper.cpp | 1 | ||||
-rw-r--r-- | subsurface-mobile-main.cpp | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/export-html.cpp b/export-html.cpp index 53b3a2791..86e2cb9c5 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* Dirk Hohndel, 2015 */ #include <QString> diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp index f8d8ba1c7..34b04e928 100644 --- a/subsurface-desktop-helper.cpp +++ b/subsurface-desktop-helper.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* qt-gui.cpp */ /* Qt UI implementation */ #include "core/dive.h" diff --git a/subsurface-desktop-main.cpp b/subsurface-desktop-main.cpp index e38101302..bc2a4fc9d 100644 --- a/subsurface-desktop-main.cpp +++ b/subsurface-desktop-main.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* main.c */ #include <locale.h> #include <stdio.h> diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index 8263f96c5..faaa31667 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* qt-gui.cpp */ /* Qt UI implementation */ #include "core/dive.h" diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 69b628ab9..c7f627fee 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* main.c */ #include <locale.h> #include <stdio.h> |