From 9523f105180085b851fd37df57131b21315bf809 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sun, 27 Jan 2019 18:00:37 -0600 Subject: [PATCH] Add license stub. --- shaders/slang.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shaders/slang.cpp b/shaders/slang.cpp index b40da5fb..2bbe51ff 100644 --- a/shaders/slang.cpp +++ b/shaders/slang.cpp @@ -1,3 +1,9 @@ +/*****************************************************************************\ + Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. + This file is licensed under the Snes9x License. + For further information, consult the LICENSE file in the root directory. +\*****************************************************************************/ + #include "glsl.h" #include "shader_helpers.h" #include