From 5c90741514ff85a0cca097a63d1e7f30e4a1291b Mon Sep 17 00:00:00 2001 From: NekokoTime <38867013+NekokoTime@users.noreply.github.com> Date: Fri, 18 May 2018 19:15:44 -0300 Subject: [PATCH] Update result.h Copyrights Removed Copyright 2014 Citra Emulator Project add Copyright 2018 Yuzu Emulator Project --- src/core/hle/result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 052f499796..29750cabc3 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -1,4 +1,4 @@ -// Copyright 2014 Citra Emulator Project +// Copyright 2018 Yuzu Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included.