summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-07-06 01:02:57 -0400
committerGitHub <noreply@github.com>2021-07-06 01:02:57 -0400
commitffdc8538a162b1ca56e3943c5a78c02358053b2a (patch)
tree8d71d61efb1515b178221fb947d85e1dc7db5aa9 /Source/Android/jni/MainAndroid.cpp
parent683807abcef2dffceabb7500fc018b60c3e79d93 (diff)
parenteb119488ea418144ace26d916dbd8aa00100b821 (diff)
Merge pull request #9862 from delroth/spdx-tags
Use SPDX for Dolphin licensing info
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
-rw-r--r--Source/Android/jni/MainAndroid.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index 3e9ff48b67..2634cb97e8 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -1,6 +1,5 @@
// Copyright 2003 Dolphin Emulator Project
-// Licensed under GPLv2+
-// Refer to the license.txt file included.
+// SPDX-License-Identifier: GPL-2.0-or-later
#include <EGL/egl.h>
#include <UICommon/GameFile.h>