summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/gc_adapter.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-04-28 23:28:42 -0400
committerGitHub <noreply@github.com>2022-04-28 23:28:42 -0400
commitca28b447acfb8bf9feeccc2c3b8656595231fd87 (patch)
tree80cfc002b300086c2ce4fd3e411ef3dbcab24191 /src/input_common/drivers/gc_adapter.cpp
parent5687bc6e103d47d5ddf1ac4380a939f1287bdb31 (diff)
parent01cf05bc75b1e47beb08937439f3ed9339e7b254 (diff)
Merge pull request #8280 from Tachi107/spdx-fixup
chore: add missing SPDX tags
Diffstat (limited to 'src/input_common/drivers/gc_adapter.cpp')
-rw-r--r--src/input_common/drivers/gc_adapter.cpp5
1 files changed, 2 insertions, 3 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>