diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-12-09 18:32:00 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2021-12-10 13:59:38 -0800 |
| commit | ea414b06ef1c0969f0a0cf3a0ee7395a0bc18d02 (patch) | |
| tree | 29f30346cfec74b8a8b5ee672de08c1b2de3bbd9 /Source | |
| parent | 04d747dd109729bc469d52fbb0d4a9516377c316 (diff) | |
ParallelProgressDialog: Add missing license comment
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt/QtUtils/ParallelProgressDialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <utility> |
