Add SPDX identifier in sdlmain.cpp
At this point, this file was heavily modified compared to upstream version, so include our own copyright line in here.
This commit is contained in:
parent
c24816a586
commit
7198ea306c
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*
|
||||
* Copyright (C) 2002-2020 The DOSBox Team
|
||||
* Copyright (C) 2019-2020 The dosbox-staging team
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -16,7 +19,6 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue