diff options
| author | Mai M <mathew1800@gmail.com> | 2021-07-06 01:02:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 01:02:57 -0400 |
| commit | ffdc8538a162b1ca56e3943c5a78c02358053b2a (patch) | |
| tree | 8d71d61efb1515b178221fb947d85e1dc7db5aa9 /Source/Core/Common/FileUtil.cpp | |
| parent | 683807abcef2dffceabb7500fc018b60c3e79d93 (diff) | |
| parent | eb119488ea418144ace26d916dbd8aa00100b821 (diff) | |
Merge pull request #9862 from delroth/spdx-tags
Use SPDX for Dolphin licensing info
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/FileUtil.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index 246452b0bc..a65f58f793 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -1,6 +1,5 @@ // Copyright 2008 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-License-Identifier: GPL-2.0-or-later #include <algorithm> #include <chrono> |
