diff options
Diffstat (limited to '3rdparty/bgfx/tools/texturev/fs_texture_array.sc')
| -rw-r--r-- | 3rdparty/bgfx/tools/texturev/fs_texture_array.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/tools/texturev/fs_texture_array.sc b/3rdparty/bgfx/tools/texturev/fs_texture_array.sc index 4059652ab35..4129bed059f 100644 --- a/3rdparty/bgfx/tools/texturev/fs_texture_array.sc +++ b/3rdparty/bgfx/tools/texturev/fs_texture_array.sc @@ -1,8 +1,8 @@ $input 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> |
