diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2022-07-27 19:00:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 19:00:59 +0200 |
commit | 1779795d817f575ad48469d782b671ae7104bd19 (patch) | |
tree | 66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /src/common/scope_exit.h | |
parent | Merge pull request #8652 from lat9nq/ffmpeg-gh (diff) | |
parent | ci: add reuse job (diff) | |
download | yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.bz2 yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.lz yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.zst yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip |
Diffstat (limited to 'src/common/scope_exit.h')
-rw-r--r-- | src/common/scope_exit.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/scope_exit.h b/src/common/scope_exit.h index 35dac3a8f..e9c789c88 100644 --- a/src/common/scope_exit.h +++ b/src/common/scope_exit.h @@ -1,6 +1,5 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2014 Citra Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once |