From 7198ea306c04e5730c02df1ba03045be7668901c Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Tue, 14 Apr 2020 00:55:45 +0200 Subject: [PATCH] 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. --- src/gui/sdlmain.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index cbd477c3..212aa673 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -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