summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/tools/texturev/vs_texture_cube.sc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/tools/texturev/vs_texture_cube.sc')
-rw-r--r--3rdparty/bgfx/tools/texturev/vs_texture_cube.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/tools/texturev/vs_texture_cube.sc b/3rdparty/bgfx/tools/texturev/vs_texture_cube.sc
index 51155fad4e2..fa081555d37 100644
--- a/3rdparty/bgfx/tools/texturev/vs_texture_cube.sc
+++ b/3rdparty/bgfx/tools/texturev/vs_texture_cube.sc
@@ -2,8 +2,8 @@ $input a_position, a_texcoord0, a_color0
$output v_texcoord0, v_color0
/*
- * Copyright 2011-2016 Branimir Karadzic. All rights reserved.
- * License: http://www.opensource.org/licenses/BSD-2-Clause
+ * Copyright 2011-2017 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include <bgfx_shader.sh>