diff options
author | Fernando S <fsahmkow27@gmail.com> | 2022-04-23 19:51:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 19:51:26 +0200 |
commit | 9c701774562ea490296b9cbea3dbd8c096bc4483 (patch) | |
tree | 1bb31dbdcc66bad50b3cdbbd7c5325b9b4508ce5 /src/shader_recompiler/frontend/ir/pred.h | |
parent | 04afcfe115f4d3f0b10b59a767297b4f515f6b0b (diff) | |
parent | 99ceb03a1cfcf35968cab589ea188a8c406cda52 (diff) |
Merge pull request #8245 from Morph1984/spdx
general: Convert source file copyright comments over to SPDX
Diffstat (limited to 'src/shader_recompiler/frontend/ir/pred.h')
-rw-r--r-- | src/shader_recompiler/frontend/ir/pred.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shader_recompiler/frontend/ir/pred.h b/src/shader_recompiler/frontend/ir/pred.h index 4e7f32423..a77c1e2a7 100644 --- a/src/shader_recompiler/frontend/ir/pred.h +++ b/src/shader_recompiler/frontend/ir/pred.h @@ -1,6 +1,5 @@ -// Copyright 2021 yuzu Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once |