diff options
author | Mai M <mathew1800@gmail.com> | 2022-04-28 23:28:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 23:28:42 -0400 |
commit | ca28b447acfb8bf9feeccc2c3b8656595231fd87 (patch) | |
tree | 80cfc002b300086c2ce4fd3e411ef3dbcab24191 /src/common/thread.cpp | |
parent | 5687bc6e103d47d5ddf1ac4380a939f1287bdb31 (diff) | |
parent | 01cf05bc75b1e47beb08937439f3ed9339e7b254 (diff) |
Merge pull request #8280 from Tachi107/spdx-fixup
chore: add missing SPDX tags
Diffstat (limited to 'src/common/thread.cpp')
-rw-r--r-- | src/common/thread.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/thread.cpp b/src/common/thread.cpp index 946a1114d..f932a7290 100644 --- a/src/common/thread.cpp +++ b/src/common/thread.cpp @@ -1,6 +1,6 @@ -// Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2013 Dolphin Emulator Project +// SPDX-FileCopyrightText: 2014 Citra Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <string> |