summaryrefslogtreecommitdiff
path: root/src/common/threadsafe_queue.h
diff options
context:
space:
mode:
authorGravatar Mai M2022-04-28 23:28:42 -0400
committerGravatar GitHub2022-04-28 23:28:42 -0400
commitca28b447acfb8bf9feeccc2c3b8656595231fd87 (patch)
tree80cfc002b300086c2ce4fd3e411ef3dbcab24191 /src/common/threadsafe_queue.h
parentMerge pull request #8282 from liamwhite/gcc-12 (diff)
parentchore: add missing SPDX tags (diff)
downloadyuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.gz
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.xz
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.zip
Merge pull request #8280 from Tachi107/spdx-fixup
chore: add missing SPDX tags
Diffstat (limited to 'src/common/threadsafe_queue.h')
-rw-r--r--src/common/threadsafe_queue.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/threadsafe_queue.h b/src/common/threadsafe_queue.h
index 7272ac6e8..f7ae9d8c2 100644
--- a/src/common/threadsafe_queue.h
+++ b/src/common/threadsafe_queue.h
@@ -1,6 +1,5 @@
1// Copyright 2010 Dolphin Emulator Project 1// SPDX-FileCopyrightText: 2010 Dolphin Emulator Project
2// Licensed under GPLv2+ 2// SPDX-License-Identifier: GPL-2.0-or-later
3// Refer to the license.txt file included.
4 3
5#pragma once 4#pragma once
6 5