From eefd6a10f587d2eca688a4910956284d1928dd4c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 4 Dec 2019 23:48:57 -0500 Subject: VideoCommon/FramebufferShaderGen: Add missing initial source file comments Makes the source files consistent with the rest of the VideoCommon code. --- Source/Core/VideoCommon/FramebufferShaderGen.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Source/Core/VideoCommon/FramebufferShaderGen.cpp') diff --git a/Source/Core/VideoCommon/FramebufferShaderGen.cpp b/Source/Core/VideoCommon/FramebufferShaderGen.cpp index b3e641a14e..e2b712b115 100644 --- a/Source/Core/VideoCommon/FramebufferShaderGen.cpp +++ b/Source/Core/VideoCommon/FramebufferShaderGen.cpp @@ -1,5 +1,11 @@ +// Copyright 2019 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #include "VideoCommon/FramebufferShaderGen.h" + #include + #include "VideoCommon/FramebufferManager.h" #include "VideoCommon/TextureDecoder.h" #include "VideoCommon/VertexShaderGen.h" -- cgit v1.2.3