summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/opengl_present.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/host_shaders/opengl_present.frag')
-rw-r--r--src/video_core/host_shaders/opengl_present.frag4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/host_shaders/opengl_present.frag b/src/video_core/host_shaders/opengl_present.frag
index 8a4cb024b..84b818227 100644
--- a/src/video_core/host_shaders/opengl_present.frag
+++ b/src/video_core/host_shaders/opengl_present.frag
@@ -1,3 +1,7 @@
+// Copyright 2020 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
#version 430 core
layout (location = 0) in vec2 frag_tex_coord;