diff options
author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-28 18:24:11 +0200 |
---|---|---|
committer | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-28 18:24:11 +0200 |
commit | 01cf05bc75b1e47beb08937439f3ed9339e7b254 (patch) | |
tree | cecad8b453fb7f5c4fb0bc372567b72fccfd9f3d /src/input_common/drivers/gc_adapter.cpp | |
parent | f3128fe915219a3564be366d3ab0c317422f0fc5 (diff) |
chore: add missing SPDX tags
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
Diffstat (limited to 'src/input_common/drivers/gc_adapter.cpp')
-rw-r--r-- | src/input_common/drivers/gc_adapter.cpp | 5 |
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 8abd41726e..27a0ffb0dc 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> |