chore: add missing SPDX tags

Follow-up to 99ceb03a1c
This commit is contained in:
Andrea Pappacoda 2022-04-28 18:24:11 +02:00
parent f3128fe915
commit 01cf05bc75
No known key found for this signature in database
GPG key ID: A8A128A8AB1CEE49
33 changed files with 90 additions and 357 deletions

View file

@ -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>

View file

@ -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