mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add SPDX header to smartrak importer
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5c98cf35d7
commit
b641757a0c
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "smrtk2ssrfc_window.h"
|
||||
#include "ui_smrtk2ssrfc_window.h"
|
||||
#include "qt-models/filtermodels.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef SMRTK2SSRFC_WINDOW_H
|
||||
#define SMRTK2SSRFC_WINDOW_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include "core/dive.h"
|
||||
|
|
Loading…
Reference in a new issue