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/swap.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/swap.h')
| -rw-r--r-- | src/common/swap.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/common/swap.h b/src/common/swap.h index a80e191dc..037b82781 100644 --- a/src/common/swap.h +++ b/src/common/swap.h | |||
| @@ -1,16 +1,6 @@ | |||
| 1 | // Copyright (c) 2012- PPSSPP Project / Dolphin Project. | 1 | // SPDX-FileCopyrightText: 2012 PPSSPP Project |
| 2 | 2 | // SPDX-FileCopyrightText: 2012 Dolphin Emulator Project | |
| 3 | // This program is free software: you can redistribute it and/or modify | 3 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 4 | // it under the terms of the GNU General Public License as published by | ||
| 5 | // the Free Software Foundation, version 2.0 or later versions. | ||
| 6 | |||
| 7 | // This program is distributed in the hope that it will be useful, | ||
| 8 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | // GNU General Public License 2.0 for more details. | ||
| 11 | |||
| 12 | // A copy of the GPL 2.0 should have been included with the program. | ||
| 13 | // If not, see http://www.gnu.org/licenses/ | ||
| 14 | 4 | ||
| 15 | // Official git repository and contact information can be found at | 5 | // Official git repository and contact information can be found at |
| 16 | // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. | 6 | // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. |