From 4d8ae044e7222f9cdc92acfcb42b69f0e61b6d69 Mon Sep 17 00:00:00 2001 From: Frodo Baggins Date: Sat, 5 Oct 2024 13:11:05 -0700 Subject: [PATCH] copyright --- src/shader_recompiler/ir/debug_print.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/ir/debug_print.h b/src/shader_recompiler/ir/debug_print.h index 82b0e036d..1750d6771 100644 --- a/src/shader_recompiler/ir/debug_print.h +++ b/src/shader_recompiler/ir/debug_print.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #include "common/bit_field.h" #include "src/common/types.h"