diff options
| author | 2022-04-28 18:24:11 +0200 | |
|---|---|---|
| committer | 2022-04-28 18:24:11 +0200 | |
| commit | 01cf05bc75b1e47beb08937439f3ed9339e7b254 (patch) | |
| tree | cecad8b453fb7f5c4fb0bc372567b72fccfd9f3d /src/common/math_util.h | |
| parent | Merge pull request #8267 from Morph1984/swapbuffers (diff) | |
| download | yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.gz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.xz yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.zip | |
chore: add missing SPDX tags
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
Diffstat (limited to 'src/common/math_util.h')
| -rw-r--r-- | src/common/math_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/math_util.h b/src/common/math_util.h index 54485bf53..1f5928c15 100644 --- a/src/common/math_util.h +++ b/src/common/math_util.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2013 Dolphin Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-FileCopyrightText: 2014 Citra Emulator Project |
| 3 | // Refer to the license.txt file included. | 3 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||