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/VideoCommon/PostProcessing.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/VideoCommon/PostProcessing.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PostProcessing.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/PostProcessing.cpp b/Source/Core/VideoCommon/PostProcessing.cpp index c5dbe2bf20..ec10b9f108 100644 --- a/Source/Core/VideoCommon/PostProcessing.cpp +++ b/Source/Core/VideoCommon/PostProcessing.cpp @@ -1,6 +1,5 @@ // Copyright 2014 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. +// SPDX-License-Identifier: GPL-2.0-or-later #include "VideoCommon/PostProcessing.h" |
