diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/ps/fs_particle.sc')
-rw-r--r-- | 3rdparty/bgfx/examples/common/ps/fs_particle.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/examples/common/ps/fs_particle.sc b/3rdparty/bgfx/examples/common/ps/fs_particle.sc index 486a7cdff18..f8fc5f27736 100644 --- a/3rdparty/bgfx/examples/common/ps/fs_particle.sc +++ b/3rdparty/bgfx/examples/common/ps/fs_particle.sc @@ -1,8 +1,8 @@ $input v_color0, v_texcoord0 /* - * Copyright 2011-2018 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ #include <bgfx_shader.sh> |