treewide: convert GPLv2+ license info to SPDX tags

SPDX standardizes how source code conveys its copyright and licensing
information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX
tags are adopted in many large projects, including things like the Linux
kernel.
This commit is contained in:
Pierre Bourdon 2021-07-05 03:22:19 +02:00
parent 2409d30f5c
commit e149ad4f0a
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C
1677 changed files with 1678 additions and 3354 deletions

View file

@ -1,6 +1,5 @@
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
// SPDX-License-Identifier: GPL-2.0-or-later
#include "InputCommon/ControlReference/ExpressionParser.h"