diff options
| author | 2022-07-27 13:00:59 -0400 | |
|---|---|---|
| committer | 2022-07-27 13:00:59 -0400 | |
| commit | 1779795d817f575ad48469d782b671ae7104bd19 (patch) | |
| tree | 66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /src/core/memory.cpp | |
| parent | Merge pull request #8652 from lat9nq/ffmpeg-gh (diff) | |
| parent | ci: add reuse job (diff) | |
| download | yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip | |
Merge pull request #8338 from Tachi107/spdx-fixes
chore: make yuzu REUSE compliant
Diffstat (limited to 'src/core/memory.cpp')
| -rw-r--r-- | src/core/memory.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp index 635449fce..1b44280b5 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2015 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2015 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #include <algorithm> | 4 | #include <algorithm> |
| 6 | #include <cstring> | 5 | #include <cstring> |