diff options
Diffstat (limited to 'smtk-import')
-rw-r--r-- | smtk-import/smartrak.c | 1 | ||||
-rw-r--r-- | smtk-import/smrtk2ssrfc_window.cpp | 1 | ||||
-rw-r--r-- | smtk-import/smrtk2ssrfc_window.h | 1 | ||||
-rw-r--r-- | smtk-import/smtk_standalone.cpp | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/smtk-import/smartrak.c b/smtk-import/smartrak.c index b1ac3ef58..1d3daf21e 100644 --- a/smtk-import/smartrak.c +++ b/smtk-import/smartrak.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * An .slg file is composed of a main table (Dives), a bunch of tables directly * linked to Dives by their indexes (Site, Suit, Tank, etc) and another group of diff --git a/smtk-import/smrtk2ssrfc_window.cpp b/smtk-import/smrtk2ssrfc_window.cpp index 385dad8f3..98734cf45 100644 --- a/smtk-import/smrtk2ssrfc_window.cpp +++ b/smtk-import/smrtk2ssrfc_window.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include "smrtk2ssrfc_window.h" #include "ui_smrtk2ssrfc_window.h" #include "qt-models/filtermodels.h" diff --git a/smtk-import/smrtk2ssrfc_window.h b/smtk-import/smrtk2ssrfc_window.h index 8d5ae9027..71bfdfd15 100644 --- a/smtk-import/smrtk2ssrfc_window.h +++ b/smtk-import/smrtk2ssrfc_window.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #ifndef SMRTK2SSRFC_WINDOW_H #define SMRTK2SSRFC_WINDOW_H diff --git a/smtk-import/smtk_standalone.cpp b/smtk-import/smtk_standalone.cpp index 3abbcd707..6385f87ea 100644 --- a/smtk-import/smtk_standalone.cpp +++ b/smtk-import/smtk_standalone.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include <stdlib.h> #include <stdio.h> #include "core/dive.h" |