mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add SPDX header to top level files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
49d0bb8406
commit
59ed9ea3fc
5 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Dirk Hohndel, 2015 */
|
/* Dirk Hohndel, 2015 */
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* qt-gui.cpp */
|
/* qt-gui.cpp */
|
||||||
/* Qt UI implementation */
|
/* Qt UI implementation */
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* main.c */
|
/* main.c */
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* qt-gui.cpp */
|
/* qt-gui.cpp */
|
||||||
/* Qt UI implementation */
|
/* Qt UI implementation */
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* main.c */
|
/* main.c */
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue