From c69b642f54c71f5e178700e8bc530867e47e9411 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Fri, 11 Apr 2025 12:30:50 +0100 Subject: [PATCH] Corrected minor license header inconsistency --- src/common/file_util.cpp | 1 + src/common/file_util.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 1ed74bd51..5d1b184fa 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -4,6 +4,7 @@ // Copyright Dolphin Emulator Project // Licensed under GPLv2 or any later version +// Refer to the license.txt file included. #include #include diff --git a/src/common/file_util.h b/src/common/file_util.h index a4881b57b..ef36ce02f 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -4,6 +4,7 @@ // Copyright Dolphin Emulator Project // Licensed under GPLv2 or any later version +// Refer to the license.txt file included. #pragma once