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/program_header.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/program_header.h')
-rw-r--r-- | src/shader_recompiler/program_header.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shader_recompiler/program_header.h b/src/shader_recompiler/program_header.h index 0cd6597ef..1e8bae7cd 100644 --- a/src/shader_recompiler/program_header.h +++ b/src/shader_recompiler/program_header.h @@ -1,6 +1,5 @@ -// Copyright 2018 yuzu Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once |