diff --git a/win32/CShaderParamDlg.cpp b/win32/CShaderParamDlg.cpp index c62b28ce..33151a97 100644 --- a/win32/CShaderParamDlg.cpp +++ b/win32/CShaderParamDlg.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 "CShaderParamDlg.h" #include "wsnes9x.h" #include "display.h" diff --git a/win32/CShaderParamDlg.h b/win32/CShaderParamDlg.h index e2540bff..a3c84bf8 100644 --- a/win32/CShaderParamDlg.h +++ b/win32/CShaderParamDlg.h @@ -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. +\*****************************************************************************/ + #pragma once #include "windows.h" #include "../shaders/glsl.h"