From ea414b06ef1c0969f0a0cf3a0ee7395a0bc18d02 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 9 Dec 2021 18:32:00 -0800 Subject: [PATCH] ParallelProgressDialog: Add missing license comment --- Source/Core/DolphinQt/QtUtils/ParallelProgressDialog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Core/DolphinQt/QtUtils/ParallelProgressDialog.h b/Source/Core/DolphinQt/QtUtils/ParallelProgressDialog.h index d6f3f2cc90..a784685d9a 100644 --- a/Source/Core/DolphinQt/QtUtils/ParallelProgressDialog.h +++ b/Source/Core/DolphinQt/QtUtils/ParallelProgressDialog.h @@ -1,3 +1,6 @@ +// Copyright 2020 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #pragma once #include