summaryrefslogtreecommitdiffstats
path: root/src/input_common
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2022-04-28 18:24:11 +0200
committerAndrea Pappacoda <andrea@pappacoda.it>2022-04-28 18:24:11 +0200
commit01cf05bc75b1e47beb08937439f3ed9339e7b254 (patch)
treececad8b453fb7f5c4fb0bc372567b72fccfd9f3d /src/input_common
parentMerge pull request #8267 from Morph1984/swapbuffers (diff)
downloadyuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar
yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.gz
yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.bz2
yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.lz
yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.xz
yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.tar.zst
yuzu-01cf05bc75b1e47beb08937439f3ed9339e7b254.zip
Diffstat (limited to 'src/input_common')
-rw-r--r--src/input_common/drivers/gc_adapter.cpp5
-rw-r--r--src/input_common/drivers/gc_adapter.h5
2 files changed, 4 insertions, 6 deletions
diff --git a/src/input_common/drivers/gc_adapter.cpp b/src/input_common/drivers/gc_adapter.cpp
index 8abd41726..27a0ffb0d 100644
--- a/src/input_common/drivers/gc_adapter.cpp
+++ b/src/input_common/drivers/gc_adapter.cpp
@@ -1,6 +1,5 @@
-// Copyright 2014 Dolphin Emulator Project
-// Licensed under GPLv2+
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: 2014 Dolphin Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
#include <fmt/format.h>
#include <libusb.h>
diff --git a/src/input_common/drivers/gc_adapter.h b/src/input_common/drivers/gc_adapter.h
index 894ab65a4..8682da847 100644
--- a/src/input_common/drivers/gc_adapter.h
+++ b/src/input_common/drivers/gc_adapter.h
@@ -1,6 +1,5 @@
-// Copyright 2014 Dolphin Emulator Project
-// Licensed under GPLv2+
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: 2014 Dolphin Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once