From 4bb2b623d37e518ec964434f75a72f2c4a5fb094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 1 Jan 2016 00:11:04 -0800 Subject: [PATCH] Happy New Year! --- 3rdparty/nvtt/nvtt.cpp | 4 ++-- 3rdparty/ocornut-imgui/imgui_wm.cpp | 4 ++-- 3rdparty/ocornut-imgui/imgui_wm.h | 4 ++-- examples/00-helloworld/helloworld.cpp | 4 ++-- examples/01-cubes/cubes.cpp | 4 ++-- examples/01-cubes/fs_cubes.sc | 4 ++-- examples/01-cubes/vs_cubes.sc | 4 ++-- examples/02-metaballs/fs_metaballs.sc | 4 ++-- examples/02-metaballs/metaballs.cpp | 4 ++-- examples/02-metaballs/vs_metaballs.sc | 4 ++-- examples/03-raymarch/fs_raymarching.sc | 4 ++-- examples/03-raymarch/raymarch.cpp | 4 ++-- examples/03-raymarch/vs_raymarching.sc | 4 ++-- examples/04-mesh/fs_mesh.sc | 4 ++-- examples/04-mesh/mesh.cpp | 4 ++-- examples/04-mesh/vs_mesh.sc | 4 ++-- examples/05-instancing/fs_instancing.sc | 4 ++-- examples/05-instancing/instancing.cpp | 4 ++-- examples/05-instancing/vs_instancing.sc | 4 ++-- examples/06-bump/bump.cpp | 4 ++-- examples/06-bump/fs_bump.sc | 4 ++-- examples/06-bump/vs_bump.sc | 4 ++-- examples/06-bump/vs_bump_instanced.sc | 4 ++-- examples/07-callback/callback.cpp | 4 ++-- examples/07-callback/fs_callback.sc | 4 ++-- examples/07-callback/vs_callback.sc | 4 ++-- examples/08-update/fs_update.sc | 4 ++-- examples/08-update/fs_update_3d.sc | 4 ++-- examples/08-update/fs_update_cmp.sc | 4 ++-- examples/08-update/update.cpp | 4 ++-- examples/08-update/vs_update.sc | 4 ++-- examples/09-hdr/common.sh | 4 ++-- examples/09-hdr/fs_hdr_blur.sc | 4 ++-- examples/09-hdr/fs_hdr_bright.sc | 4 ++-- examples/09-hdr/fs_hdr_lum.sc | 4 ++-- examples/09-hdr/fs_hdr_lumavg.sc | 4 ++-- examples/09-hdr/fs_hdr_mesh.sc | 4 ++-- examples/09-hdr/fs_hdr_skybox.sc | 4 ++-- examples/09-hdr/fs_hdr_tonemap.sc | 4 ++-- examples/09-hdr/hdr.cpp | 4 ++-- examples/09-hdr/vs_hdr_blur.sc | 4 ++-- examples/09-hdr/vs_hdr_bright.sc | 4 ++-- examples/09-hdr/vs_hdr_lum.sc | 4 ++-- examples/09-hdr/vs_hdr_lumavg.sc | 4 ++-- examples/09-hdr/vs_hdr_mesh.sc | 4 ++-- examples/09-hdr/vs_hdr_skybox.sc | 4 ++-- examples/09-hdr/vs_hdr_tonemap.sc | 4 ++-- examples/10-font/font.cpp | 2 +- examples/11-fontsdf/fontsdf.cpp | 2 +- examples/12-lod/fs_tree.sc | 2 +- examples/12-lod/lod.cpp | 2 +- examples/12-lod/vs_tree.sc | 2 +- examples/13-stencil/fs_stencil_color_black.sc | 2 +- examples/13-stencil/fs_stencil_color_lighting.sc | 2 +- examples/13-stencil/fs_stencil_color_texture.sc | 2 +- examples/13-stencil/fs_stencil_texture.sc | 2 +- examples/13-stencil/fs_stencil_texture_lighting.sc | 2 +- examples/13-stencil/stencil.cpp | 2 +- examples/13-stencil/vs_stencil_color.sc | 2 +- examples/13-stencil/vs_stencil_color_lighting.sc | 2 +- examples/13-stencil/vs_stencil_color_texture.sc | 2 +- examples/13-stencil/vs_stencil_texture.sc | 2 +- examples/13-stencil/vs_stencil_texture_lighting.sc | 2 +- .../14-shadowvolumes/fs_shadowvolume_color_lighting.sc | 2 +- .../14-shadowvolumes/fs_shadowvolume_color_texture.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svside.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc | 2 +- examples/14-shadowvolumes/fs_shadowvolume_texture.sc | 2 +- .../14-shadowvolumes/fs_shadowvolume_texture_lighting.sc | 2 +- examples/14-shadowvolumes/shadowvolumes.cpp | 2 +- .../14-shadowvolumes/vs_shadowvolume_color_lighting.sc | 2 +- .../14-shadowvolumes/vs_shadowvolume_color_texture.sc | 2 +- examples/14-shadowvolumes/vs_shadowvolume_svback.sc | 2 +- examples/14-shadowvolumes/vs_shadowvolume_svfront.sc | 2 +- examples/14-shadowvolumes/vs_shadowvolume_svside.sc | 2 +- examples/14-shadowvolumes/vs_shadowvolume_texture.sc | 2 +- .../14-shadowvolumes/vs_shadowvolume_texture_lighting.sc | 2 +- examples/15-shadowmaps-simple/fs_sms_mesh.sc | 2 +- examples/15-shadowmaps-simple/fs_sms_mesh_pd.sc | 2 +- examples/15-shadowmaps-simple/fs_sms_shadow.sc | 2 +- examples/15-shadowmaps-simple/fs_sms_shadow.sh | 2 +- examples/15-shadowmaps-simple/fs_sms_shadow_pd.sc | 2 +- examples/15-shadowmaps-simple/shadowmaps_simple.cpp | 2 +- examples/15-shadowmaps-simple/vs_sms_mesh.sc | 2 +- examples/15-shadowmaps-simple/vs_sms_shadow.sc | 2 +- examples/15-shadowmaps-simple/vs_sms_shadow_pd.sc | 2 +- examples/16-shadowmaps/common.sh | 2 +- examples/16-shadowmaps/fs_shadowmaps_color_black.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_color_lighting.sh | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_esm.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_esm_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_esm_linear.sc | 2 +- .../fs_shadowmaps_color_lighting_esm_linear_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_esm_linear_omni.sc | 2 +- .../fs_shadowmaps_color_lighting_esm_omni.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_hard.sc | 2 +- .../fs_shadowmaps_color_lighting_hard_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_hard_linear.sc | 2 +- .../fs_shadowmaps_color_lighting_hard_linear_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_hard_linear_omni.sc | 2 +- .../fs_shadowmaps_color_lighting_hard_omni.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_pcf.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_pcf_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_pcf_linear.sc | 2 +- .../fs_shadowmaps_color_lighting_pcf_linear_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_pcf_linear_omni.sc | 2 +- .../fs_shadowmaps_color_lighting_pcf_omni.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_vsm.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_color_lighting_vsm_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_vsm_linear.sc | 2 +- .../fs_shadowmaps_color_lighting_vsm_linear_csm.sc | 2 +- .../fs_shadowmaps_color_lighting_vsm_linear_omni.sc | 2 +- .../fs_shadowmaps_color_lighting_vsm_omni.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_color_texture.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_hblur.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_hblur_vsm.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_packdepth.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_packdepth_linear.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm.sc | 2 +- .../16-shadowmaps/fs_shadowmaps_packdepth_vsm_linear.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_texture.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_unpackdepth.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_unpackdepth_vsm.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_vblur.sc | 2 +- examples/16-shadowmaps/fs_shadowmaps_vblur_vsm.sc | 2 +- examples/16-shadowmaps/shadowmaps.cpp | 2 +- examples/16-shadowmaps/vs_shadowmaps_color.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_color_lighting.sc | 2 +- .../16-shadowmaps/vs_shadowmaps_color_lighting_csm.sc | 2 +- .../16-shadowmaps/vs_shadowmaps_color_lighting_linear.sc | 2 +- .../vs_shadowmaps_color_lighting_linear_csm.sc | 2 +- .../vs_shadowmaps_color_lighting_linear_omni.sc | 2 +- .../16-shadowmaps/vs_shadowmaps_color_lighting_omni.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_color_texture.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_depth.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_hblur.sc | 4 ++-- examples/16-shadowmaps/vs_shadowmaps_packdepth.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_packdepth_linear.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_texture.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_texture_lighting.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_unpackdepth.sc | 2 +- examples/16-shadowmaps/vs_shadowmaps_vblur.sc | 2 +- examples/17-drawstress/drawstress.cpp | 4 ++-- examples/17-drawstress/fs_drawstress.sc | 4 ++-- examples/17-drawstress/vs_drawstress.sc | 4 ++-- examples/18-ibl/fs_ibl_mesh.sc | 2 +- examples/18-ibl/fs_ibl_skybox.sc | 2 +- examples/18-ibl/ibl.cpp | 2 +- examples/18-ibl/vs_ibl_mesh.sc | 2 +- examples/18-ibl/vs_ibl_skybox.sc | 2 +- examples/19-oit/fs_oit.sc | 4 ++-- examples/19-oit/fs_oit_wb.sc | 4 ++-- examples/19-oit/fs_oit_wb_blit.sc | 4 ++-- examples/19-oit/fs_oit_wb_separate.sc | 4 ++-- examples/19-oit/fs_oit_wb_separate_blit.sc | 4 ++-- examples/19-oit/oit.cpp | 4 ++-- examples/19-oit/vs_oit.sc | 4 ++-- examples/19-oit/vs_oit_blit.sc | 4 ++-- examples/20-nanovg/nanovg.cpp | 4 ++-- examples/21-deferred/deferred.cpp | 4 ++-- examples/21-deferred/fs_deferred_combine.sc | 4 ++-- examples/21-deferred/fs_deferred_debug.sc | 4 ++-- examples/21-deferred/fs_deferred_debug_line.sc | 4 ++-- examples/21-deferred/fs_deferred_geom.sc | 4 ++-- examples/21-deferred/fs_deferred_light.sc | 4 ++-- examples/21-deferred/vs_deferred_combine.sc | 4 ++-- examples/21-deferred/vs_deferred_debug.sc | 4 ++-- examples/21-deferred/vs_deferred_debug_line.sc | 4 ++-- examples/21-deferred/vs_deferred_geom.sc | 4 ++-- examples/21-deferred/vs_deferred_light.sc | 4 ++-- examples/22-windows/windows.cpp | 4 ++-- examples/23-vectordisplay/main.cpp | 2 +- examples/23-vectordisplay/vectordisplay.cpp | 2 +- examples/23-vectordisplay/vectordisplay.h | 2 +- examples/24-nbody/cs_indirect.sc | 2 +- examples/24-nbody/cs_init_instances.sc | 2 +- examples/24-nbody/cs_update_instances.sc | 2 +- examples/24-nbody/fs_particle.sc | 2 +- examples/24-nbody/nbody.cpp | 2 +- examples/24-nbody/uniforms.sh | 2 +- examples/24-nbody/vs_particle.sc | 2 +- examples/26-occlusion/occlusion.cpp | 4 ++-- examples/27-terrain/fs_terrain.sc | 2 +- examples/27-terrain/terrain.cpp | 2 +- examples/27-terrain/vs_terrain.sc | 2 +- examples/27-terrain/vs_terrain_height_texture.sc | 2 +- examples/common/aviwriter.h | 4 ++-- examples/common/bgfx_utils.cpp | 4 ++-- examples/common/bgfx_utils.h | 4 ++-- examples/common/bounds.cpp | 4 ++-- examples/common/bounds.h | 4 ++-- examples/common/camera.cpp | 2 +- examples/common/camera.h | 2 +- examples/common/common.h | 4 ++-- examples/common/common.sh | 4 ++-- examples/common/cube_atlas.cpp | 2 +- examples/common/cube_atlas.h | 2 +- examples/common/entry/cmd.cpp | 4 ++-- examples/common/entry/cmd.h | 4 ++-- examples/common/entry/dbg.cpp | 4 ++-- examples/common/entry/dbg.h | 4 ++-- examples/common/entry/entry.cpp | 4 ++-- examples/common/entry/entry.h | 4 ++-- examples/common/entry/entry_android.cpp | 4 ++-- examples/common/entry/entry_asmjs.cpp | 4 ++-- examples/common/entry/entry_glfw.cpp | 4 ++-- examples/common/entry/entry_ios.mm | 4 ++-- examples/common/entry/entry_nacl.cpp | 4 ++-- examples/common/entry/entry_osx.mm | 4 ++-- examples/common/entry/entry_p.h | 4 ++-- examples/common/entry/entry_qnx.cpp | 4 ++-- examples/common/entry/entry_sdl.cpp | 4 ++-- examples/common/entry/entry_windows.cpp | 4 ++-- examples/common/entry/entry_winrt.cpp | 4 ++-- examples/common/entry/entry_x11.cpp | 4 ++-- examples/common/entry/input.cpp | 4 ++-- examples/common/entry/input.h | 4 ++-- examples/common/font/font_manager.cpp | 2 +- examples/common/font/font_manager.h | 2 +- examples/common/font/text_buffer_manager.cpp | 2 +- examples/common/font/text_buffer_manager.h | 2 +- examples/common/font/text_metrics.cpp | 2 +- examples/common/font/text_metrics.h | 2 +- examples/common/imgui/fs_imgui_color.sc | 4 ++-- examples/common/imgui/fs_imgui_cubemap.sc | 4 ++-- examples/common/imgui/fs_imgui_image.sc | 2 +- examples/common/imgui/fs_imgui_image_swizz.sc | 2 +- examples/common/imgui/fs_imgui_latlong.sc | 2 +- examples/common/imgui/fs_imgui_texture.sc | 4 ++-- examples/common/imgui/imgui.cpp | 4 ++-- examples/common/imgui/imgui.h | 4 ++-- examples/common/imgui/ocornut_imgui.cpp | 2 +- examples/common/imgui/ocornut_imgui.h | 2 +- examples/common/imgui/scintilla.cpp | 2 +- examples/common/imgui/scintilla.h | 2 +- examples/common/imgui/vs_imgui_color.sc | 4 ++-- examples/common/imgui/vs_imgui_cubemap.sc | 4 ++-- examples/common/imgui/vs_imgui_image.sc | 2 +- examples/common/imgui/vs_imgui_latlong.sc | 2 +- examples/common/imgui/vs_imgui_texture.sc | 4 ++-- examples/common/nanovg/nanovg_bgfx.cpp | 4 ++-- examples/common/packrect.h | 4 ++-- examples/common/shaderlib.sh | 4 ++-- include/bgfx/bgfx.h | 2 +- include/bgfx/bgfxdefines.h | 4 ++-- include/bgfx/bgfxplatform.h | 2 +- include/bgfx/c99/bgfx.h | 2 +- include/bgfx/c99/bgfxplatform.h | 2 +- scripts/bgfx.lua | 4 ++-- scripts/example-common.lua | 4 ++-- scripts/genie.lua | 4 ++-- scripts/geometryc.lua | 4 ++-- scripts/makedisttex.lua | 4 ++-- scripts/shaderc.lua | 4 ++-- scripts/texturec.lua | 4 ++-- src/amalgamated.cpp | 4 ++-- src/amalgamated.mm | 4 ++-- src/bgfx.cpp | 4 ++-- src/bgfx_compute.sh | 4 ++-- src/bgfx_p.h | 4 ++-- src/bgfx_shader.sh | 4 ++-- src/charset.h | 4 ++-- src/config.h | 4 ++-- src/fs_clear0.sc | 4 ++-- src/fs_clear1.sc | 4 ++-- src/fs_clear2.sc | 4 ++-- src/fs_clear3.sc | 4 ++-- src/fs_clear4.sc | 4 ++-- src/fs_clear5.sc | 4 ++-- src/fs_clear6.sc | 4 ++-- src/fs_clear7.sc | 4 ++-- src/fs_debugfont.sc | 4 ++-- src/glcontext_eagl.h | 4 ++-- src/glcontext_eagl.mm | 4 ++-- src/glcontext_egl.cpp | 4 ++-- src/glcontext_egl.h | 4 ++-- src/glcontext_glx.cpp | 4 ++-- src/glcontext_glx.h | 4 ++-- src/glcontext_nsgl.h | 4 ++-- src/glcontext_nsgl.mm | 4 ++-- src/glcontext_ppapi.cpp | 4 ++-- src/glcontext_ppapi.h | 4 ++-- src/glcontext_wgl.cpp | 4 ++-- src/glcontext_wgl.h | 4 ++-- src/glimports.h | 4 ++-- src/image.cpp | 4 ++-- src/image.h | 4 ++-- src/ovr.cpp | 4 ++-- src/ovr.h | 4 ++-- src/renderdoc.cpp | 4 ++-- src/renderdoc.h | 4 ++-- src/renderer.h | 4 ++-- src/renderer_d3d.h | 4 ++-- src/renderer_d3d11.cpp | 4 ++-- src/renderer_d3d11.h | 4 ++-- src/renderer_d3d12.cpp | 4 ++-- src/renderer_d3d12.h | 4 ++-- src/renderer_d3d9.cpp | 4 ++-- src/renderer_d3d9.h | 4 ++-- src/renderer_gl.cpp | 4 ++-- src/renderer_gl.h | 4 ++-- src/renderer_mtl.h | 2 +- src/renderer_mtl.mm | 2 +- src/renderer_null.cpp | 4 ++-- src/renderer_vk.cpp | 4 ++-- src/shader_dx9bc.cpp | 4 ++-- src/shader_dx9bc.h | 4 ++-- src/shader_dxbc.cpp | 4 ++-- src/shader_dxbc.h | 4 ++-- src/shader_spirv.cpp | 4 ++-- src/shader_spirv.h | 4 ++-- src/vertexdecl.cpp | 4 ++-- src/vertexdecl.h | 4 ++-- src/vs_clear.sc | 4 ++-- src/vs_debugfont.sc | 4 ++-- tools/geometryc/geometryc.cpp | 8 ++++---- tools/makedisttex.cpp | 4 ++-- tools/shaderc/shaderc.cpp | 8 ++++---- tools/shaderc/shaderc.h | 4 ++-- tools/shaderc/shaderc_glsl.cpp | 4 ++-- tools/shaderc/shaderc_hlsl.cpp | 4 ++-- tools/texturec/texturec.cpp | 8 ++++---- 332 files changed, 522 insertions(+), 522 deletions(-) diff --git a/3rdparty/nvtt/nvtt.cpp b/3rdparty/nvtt/nvtt.cpp index 11c8fd8f9..404b5572e 100644 --- a/3rdparty/nvtt/nvtt.cpp +++ b/3rdparty/nvtt/nvtt.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "nvtt.h" diff --git a/3rdparty/ocornut-imgui/imgui_wm.cpp b/3rdparty/ocornut-imgui/imgui_wm.cpp index 0d05485d3..8551bc3da 100644 --- a/3rdparty/ocornut-imgui/imgui_wm.cpp +++ b/3rdparty/ocornut-imgui/imgui_wm.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* diff --git a/3rdparty/ocornut-imgui/imgui_wm.h b/3rdparty/ocornut-imgui/imgui_wm.h index 797f4a3f1..ac8bf001a 100644 --- a/3rdparty/ocornut-imgui/imgui_wm.h +++ b/3rdparty/ocornut-imgui/imgui_wm.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* diff --git a/examples/00-helloworld/helloworld.cpp b/examples/00-helloworld/helloworld.cpp index b1f762ea7..b23a878e2 100644 --- a/examples/00-helloworld/helloworld.cpp +++ b/examples/00-helloworld/helloworld.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/01-cubes/cubes.cpp b/examples/01-cubes/cubes.cpp index 4025975b0..de74b89e6 100644 --- a/examples/01-cubes/cubes.cpp +++ b/examples/01-cubes/cubes.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/01-cubes/fs_cubes.sc b/examples/01-cubes/fs_cubes.sc index 4fc0a0a82..43148e6a8 100644 --- a/examples/01-cubes/fs_cubes.sc +++ b/examples/01-cubes/fs_cubes.sc @@ -1,8 +1,8 @@ $input v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/01-cubes/vs_cubes.sc b/examples/01-cubes/vs_cubes.sc index 1c6937367..dba53d643 100644 --- a/examples/01-cubes/vs_cubes.sc +++ b/examples/01-cubes/vs_cubes.sc @@ -2,8 +2,8 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/02-metaballs/fs_metaballs.sc b/examples/02-metaballs/fs_metaballs.sc index e1880706d..8089dfefd 100644 --- a/examples/02-metaballs/fs_metaballs.sc +++ b/examples/02-metaballs/fs_metaballs.sc @@ -1,8 +1,8 @@ $input v_normal, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/02-metaballs/metaballs.cpp b/examples/02-metaballs/metaballs.cpp index 982d24890..be919f565 100644 --- a/examples/02-metaballs/metaballs.cpp +++ b/examples/02-metaballs/metaballs.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/02-metaballs/vs_metaballs.sc b/examples/02-metaballs/vs_metaballs.sc index 95a566421..d484d6f44 100644 --- a/examples/02-metaballs/vs_metaballs.sc +++ b/examples/02-metaballs/vs_metaballs.sc @@ -2,8 +2,8 @@ $input a_position, a_normal, a_color0 $output v_normal, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/03-raymarch/fs_raymarching.sc b/examples/03-raymarch/fs_raymarching.sc index d58ff1f7a..73b470920 100644 --- a/examples/03-raymarch/fs_raymarching.sc +++ b/examples/03-raymarch/fs_raymarching.sc @@ -1,8 +1,8 @@ $input v_color0, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ // References: diff --git a/examples/03-raymarch/raymarch.cpp b/examples/03-raymarch/raymarch.cpp index 1ba4d3ece..df07fc7ea 100644 --- a/examples/03-raymarch/raymarch.cpp +++ b/examples/03-raymarch/raymarch.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/03-raymarch/vs_raymarching.sc b/examples/03-raymarch/vs_raymarching.sc index ab9f9d6be..3b2eee0c2 100644 --- a/examples/03-raymarch/vs_raymarching.sc +++ b/examples/03-raymarch/vs_raymarching.sc @@ -2,8 +2,8 @@ $input a_position, a_color0, a_texcoord0 $output v_color0, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/04-mesh/fs_mesh.sc b/examples/04-mesh/fs_mesh.sc index 5ee47bf91..1f8bc9895 100644 --- a/examples/04-mesh/fs_mesh.sc +++ b/examples/04-mesh/fs_mesh.sc @@ -1,8 +1,8 @@ $input v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/04-mesh/mesh.cpp b/examples/04-mesh/mesh.cpp index 8c10b2b36..854cf1a23 100644 --- a/examples/04-mesh/mesh.cpp +++ b/examples/04-mesh/mesh.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/04-mesh/vs_mesh.sc b/examples/04-mesh/vs_mesh.sc index ba9a30695..a7a2bc4f6 100644 --- a/examples/04-mesh/vs_mesh.sc +++ b/examples/04-mesh/vs_mesh.sc @@ -2,8 +2,8 @@ $input a_position, a_normal $output v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/05-instancing/fs_instancing.sc b/examples/05-instancing/fs_instancing.sc index 4fc0a0a82..43148e6a8 100644 --- a/examples/05-instancing/fs_instancing.sc +++ b/examples/05-instancing/fs_instancing.sc @@ -1,8 +1,8 @@ $input v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/05-instancing/instancing.cpp b/examples/05-instancing/instancing.cpp index 3d9f9505a..f0a62ea10 100644 --- a/examples/05-instancing/instancing.cpp +++ b/examples/05-instancing/instancing.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/05-instancing/vs_instancing.sc b/examples/05-instancing/vs_instancing.sc index 230d093c8..ea05d874e 100644 --- a/examples/05-instancing/vs_instancing.sc +++ b/examples/05-instancing/vs_instancing.sc @@ -2,8 +2,8 @@ $input a_position, a_color0, i_data0, i_data1, i_data2, i_data3, i_data4 $output v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/06-bump/bump.cpp b/examples/06-bump/bump.cpp index e373bf652..2956caddf 100644 --- a/examples/06-bump/bump.cpp +++ b/examples/06-bump/bump.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/06-bump/fs_bump.sc b/examples/06-bump/fs_bump.sc index f5806ebe3..38e904468 100644 --- a/examples/06-bump/fs_bump.sc +++ b/examples/06-bump/fs_bump.sc @@ -1,8 +1,8 @@ $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 // in... /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/06-bump/vs_bump.sc b/examples/06-bump/vs_bump.sc index c94b7e58d..161120ce7 100644 --- a/examples/06-bump/vs_bump.sc +++ b/examples/06-bump/vs_bump.sc @@ -2,8 +2,8 @@ $input a_position, a_normal, a_tangent, a_texcoord0 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/06-bump/vs_bump_instanced.sc b/examples/06-bump/vs_bump_instanced.sc index 2f209b412..766fe1646 100644 --- a/examples/06-bump/vs_bump_instanced.sc +++ b/examples/06-bump/vs_bump_instanced.sc @@ -2,8 +2,8 @@ $input a_position, a_normal, a_tangent, a_texcoord0, i_data0, i_data1, i_data2, $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/07-callback/callback.cpp b/examples/07-callback/callback.cpp index 66b9a7554..cdc1b6b5b 100644 --- a/examples/07-callback/callback.cpp +++ b/examples/07-callback/callback.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/07-callback/fs_callback.sc b/examples/07-callback/fs_callback.sc index 07750d518..1300f4160 100644 --- a/examples/07-callback/fs_callback.sc +++ b/examples/07-callback/fs_callback.sc @@ -1,8 +1,8 @@ $input v_world, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/07-callback/vs_callback.sc b/examples/07-callback/vs_callback.sc index dc9152777..0625c2299 100644 --- a/examples/07-callback/vs_callback.sc +++ b/examples/07-callback/vs_callback.sc @@ -2,8 +2,8 @@ $input a_position, a_color0 $output v_world, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/08-update/fs_update.sc b/examples/08-update/fs_update.sc index 2e0313dca..93aa8c350 100644 --- a/examples/08-update/fs_update.sc +++ b/examples/08-update/fs_update.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/08-update/fs_update_3d.sc b/examples/08-update/fs_update_3d.sc index f99f994f7..d5a0c6f33 100644 --- a/examples/08-update/fs_update_3d.sc +++ b/examples/08-update/fs_update_3d.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/08-update/fs_update_cmp.sc b/examples/08-update/fs_update_cmp.sc index daf378ba0..77a8a5e8e 100644 --- a/examples/08-update/fs_update_cmp.sc +++ b/examples/08-update/fs_update_cmp.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/08-update/update.cpp b/examples/08-update/update.cpp index cc2fb3149..65045d383 100644 --- a/examples/08-update/update.cpp +++ b/examples/08-update/update.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/08-update/vs_update.sc b/examples/08-update/vs_update.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/08-update/vs_update.sc +++ b/examples/08-update/vs_update.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/common.sh b/examples/09-hdr/common.sh index 8ed16af17..fa6e6223a 100644 --- a/examples/09-hdr/common.sh +++ b/examples/09-hdr/common.sh @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/fs_hdr_blur.sc b/examples/09-hdr/fs_hdr_blur.sc index 0b236460b..3dd87c118 100644 --- a/examples/09-hdr/fs_hdr_blur.sc +++ b/examples/09-hdr/fs_hdr_blur.sc @@ -1,8 +1,8 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/fs_hdr_bright.sc b/examples/09-hdr/fs_hdr_bright.sc index 411970a99..3a3d7457a 100644 --- a/examples/09-hdr/fs_hdr_bright.sc +++ b/examples/09-hdr/fs_hdr_bright.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/fs_hdr_lum.sc b/examples/09-hdr/fs_hdr_lum.sc index 4a2c355d6..d73664cb5 100644 --- a/examples/09-hdr/fs_hdr_lum.sc +++ b/examples/09-hdr/fs_hdr_lum.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/fs_hdr_lumavg.sc b/examples/09-hdr/fs_hdr_lumavg.sc index f533d7100..6071742d0 100644 --- a/examples/09-hdr/fs_hdr_lumavg.sc +++ b/examples/09-hdr/fs_hdr_lumavg.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/fs_hdr_mesh.sc b/examples/09-hdr/fs_hdr_mesh.sc index 3e6b5be29..c73a947f9 100644 --- a/examples/09-hdr/fs_hdr_mesh.sc +++ b/examples/09-hdr/fs_hdr_mesh.sc @@ -1,8 +1,8 @@ $input v_pos, v_view, v_normal /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/fs_hdr_skybox.sc b/examples/09-hdr/fs_hdr_skybox.sc index 743932279..14cc57e3f 100644 --- a/examples/09-hdr/fs_hdr_skybox.sc +++ b/examples/09-hdr/fs_hdr_skybox.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/fs_hdr_tonemap.sc b/examples/09-hdr/fs_hdr_tonemap.sc index 62a071c0e..e6301b64c 100644 --- a/examples/09-hdr/fs_hdr_tonemap.sc +++ b/examples/09-hdr/fs_hdr_tonemap.sc @@ -1,8 +1,8 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/09-hdr/hdr.cpp b/examples/09-hdr/hdr.cpp index cbc260790..14f6edca8 100644 --- a/examples/09-hdr/hdr.cpp +++ b/examples/09-hdr/hdr.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/09-hdr/vs_hdr_blur.sc b/examples/09-hdr/vs_hdr_blur.sc index d08cacc84..d75d33a9a 100644 --- a/examples/09-hdr/vs_hdr_blur.sc +++ b/examples/09-hdr/vs_hdr_blur.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/vs_hdr_bright.sc b/examples/09-hdr/vs_hdr_bright.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/09-hdr/vs_hdr_bright.sc +++ b/examples/09-hdr/vs_hdr_bright.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/vs_hdr_lum.sc b/examples/09-hdr/vs_hdr_lum.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/09-hdr/vs_hdr_lum.sc +++ b/examples/09-hdr/vs_hdr_lum.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/vs_hdr_lumavg.sc b/examples/09-hdr/vs_hdr_lumavg.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/09-hdr/vs_hdr_lumavg.sc +++ b/examples/09-hdr/vs_hdr_lumavg.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/vs_hdr_mesh.sc b/examples/09-hdr/vs_hdr_mesh.sc index a23df59be..34fc1e14f 100644 --- a/examples/09-hdr/vs_hdr_mesh.sc +++ b/examples/09-hdr/vs_hdr_mesh.sc @@ -2,8 +2,8 @@ $input a_position, a_normal $output v_pos, v_view, v_normal /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/vs_hdr_skybox.sc b/examples/09-hdr/vs_hdr_skybox.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/09-hdr/vs_hdr_skybox.sc +++ b/examples/09-hdr/vs_hdr_skybox.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/09-hdr/vs_hdr_tonemap.sc b/examples/09-hdr/vs_hdr_tonemap.sc index 61e5dbe35..a9ab38259 100644 --- a/examples/09-hdr/vs_hdr_tonemap.sc +++ b/examples/09-hdr/vs_hdr_tonemap.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/10-font/font.cpp b/examples/10-font/font.cpp index 1701e566c..97111e1b1 100644 --- a/examples/10-font/font.cpp +++ b/examples/10-font/font.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/11-fontsdf/fontsdf.cpp b/examples/11-fontsdf/fontsdf.cpp index 72881bb90..37a64abb7 100644 --- a/examples/11-fontsdf/fontsdf.cpp +++ b/examples/11-fontsdf/fontsdf.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/12-lod/fs_tree.sc b/examples/12-lod/fs_tree.sc index 7b8e0fbb1..72649c5f6 100644 --- a/examples/12-lod/fs_tree.sc +++ b/examples/12-lod/fs_tree.sc @@ -2,7 +2,7 @@ $input v_pos, v_view, v_normal, v_texcoord0 /* * Copyright 2013 Milos Tosic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/12-lod/lod.cpp b/examples/12-lod/lod.cpp index d47cc3708..e13387249 100644 --- a/examples/12-lod/lod.cpp +++ b/examples/12-lod/lod.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Milos Tosic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/12-lod/vs_tree.sc b/examples/12-lod/vs_tree.sc index c4274e8d1..3ec3f6680 100644 --- a/examples/12-lod/vs_tree.sc +++ b/examples/12-lod/vs_tree.sc @@ -3,7 +3,7 @@ $output v_pos, v_view, v_normal, v_texcoord0 /* * Copyright 2013 Milos Tosic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/fs_stencil_color_black.sc b/examples/13-stencil/fs_stencil_color_black.sc index 7adb966b9..975df704e 100644 --- a/examples/13-stencil/fs_stencil_color_black.sc +++ b/examples/13-stencil/fs_stencil_color_black.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/fs_stencil_color_lighting.sc b/examples/13-stencil/fs_stencil_color_lighting.sc index 57e24d450..ae11cd4ca 100644 --- a/examples/13-stencil/fs_stencil_color_lighting.sc +++ b/examples/13-stencil/fs_stencil_color_lighting.sc @@ -2,7 +2,7 @@ $input v_normal, v_view /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/fs_stencil_color_texture.sc b/examples/13-stencil/fs_stencil_color_texture.sc index fafbf3de2..1971de51a 100644 --- a/examples/13-stencil/fs_stencil_color_texture.sc +++ b/examples/13-stencil/fs_stencil_color_texture.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/fs_stencil_texture.sc b/examples/13-stencil/fs_stencil_texture.sc index 0f33138b7..098fa5b9d 100644 --- a/examples/13-stencil/fs_stencil_texture.sc +++ b/examples/13-stencil/fs_stencil_texture.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/fs_stencil_texture_lighting.sc b/examples/13-stencil/fs_stencil_texture_lighting.sc index 43e4ff381..e0dbcbd14 100644 --- a/examples/13-stencil/fs_stencil_texture_lighting.sc +++ b/examples/13-stencil/fs_stencil_texture_lighting.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/stencil.cpp b/examples/13-stencil/stencil.cpp index 53ea8fbf2..94302bb21 100644 --- a/examples/13-stencil/stencil.cpp +++ b/examples/13-stencil/stencil.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/13-stencil/vs_stencil_color.sc b/examples/13-stencil/vs_stencil_color.sc index c6750be32..f67ee538a 100644 --- a/examples/13-stencil/vs_stencil_color.sc +++ b/examples/13-stencil/vs_stencil_color.sc @@ -2,7 +2,7 @@ $input a_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/vs_stencil_color_lighting.sc b/examples/13-stencil/vs_stencil_color_lighting.sc index efa348a09..90fdb8072 100644 --- a/examples/13-stencil/vs_stencil_color_lighting.sc +++ b/examples/13-stencil/vs_stencil_color_lighting.sc @@ -3,7 +3,7 @@ $output v_normal, v_view /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/vs_stencil_color_texture.sc b/examples/13-stencil/vs_stencil_color_texture.sc index 577fd62c2..a1a666244 100644 --- a/examples/13-stencil/vs_stencil_color_texture.sc +++ b/examples/13-stencil/vs_stencil_color_texture.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/vs_stencil_texture.sc b/examples/13-stencil/vs_stencil_texture.sc index 577fd62c2..a1a666244 100644 --- a/examples/13-stencil/vs_stencil_texture.sc +++ b/examples/13-stencil/vs_stencil_texture.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/13-stencil/vs_stencil_texture_lighting.sc b/examples/13-stencil/vs_stencil_texture_lighting.sc index 5b7392364..67c4aa19d 100644 --- a/examples/13-stencil/vs_stencil_texture_lighting.sc +++ b/examples/13-stencil/vs_stencil_texture_lighting.sc @@ -3,7 +3,7 @@ $output v_normal, v_view, v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_color_lighting.sc b/examples/14-shadowvolumes/fs_shadowvolume_color_lighting.sc index 8f0c198f0..f99fd3d1b 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_color_lighting.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_color_lighting.sc @@ -2,7 +2,7 @@ $input v_normal, v_view /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_color_texture.sc b/examples/14-shadowvolumes/fs_shadowvolume_color_texture.sc index 2a2ab4107..59ac7d32f 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_color_texture.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_color_texture.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc b/examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc index 6e7b52bcc..900a815ed 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc b/examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc index 99e7dfe4d..f63a607c4 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc b/examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc index 652f83810..a9aa7df62 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc b/examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc index efc14e5df..26d51bf51 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc b/examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc index 52bdc2b78..9e751e059 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc b/examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc index 9711a71f9..2a953a219 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc b/examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc index 51c02371f..8440c4016 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc b/examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc index 71244ad68..fff06ef15 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svside.sc b/examples/14-shadowvolumes/fs_shadowvolume_svside.sc index 400d1b312..fa82df3af 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svside.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svside.sc @@ -2,7 +2,7 @@ $input v_k /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc b/examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc index 879281dd4..6026aad53 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc @@ -2,7 +2,7 @@ $input v_k /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc b/examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc index 6a167b80c..1832106e4 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc @@ -2,7 +2,7 @@ $input v_k /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc b/examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc index 0d3181167..ddc639dc3 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc @@ -2,7 +2,7 @@ $input v_k /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_texture.sc b/examples/14-shadowvolumes/fs_shadowvolume_texture.sc index 0f33138b7..098fa5b9d 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_texture.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_texture.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/fs_shadowvolume_texture_lighting.sc b/examples/14-shadowvolumes/fs_shadowvolume_texture_lighting.sc index fa309e61b..839386e71 100644 --- a/examples/14-shadowvolumes/fs_shadowvolume_texture_lighting.sc +++ b/examples/14-shadowvolumes/fs_shadowvolume_texture_lighting.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/shadowvolumes.cpp b/examples/14-shadowvolumes/shadowvolumes.cpp index 2b92e4cf8..d39773c21 100644 --- a/examples/14-shadowvolumes/shadowvolumes.cpp +++ b/examples/14-shadowvolumes/shadowvolumes.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/14-shadowvolumes/vs_shadowvolume_color_lighting.sc b/examples/14-shadowvolumes/vs_shadowvolume_color_lighting.sc index a23c4e93d..a3d9e13fb 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_color_lighting.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_color_lighting.sc @@ -3,7 +3,7 @@ $output v_normal, v_view /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/vs_shadowvolume_color_texture.sc b/examples/14-shadowvolumes/vs_shadowvolume_color_texture.sc index 6c5f246b7..8eff5b40d 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_color_texture.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_color_texture.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/vs_shadowvolume_svback.sc b/examples/14-shadowvolumes/vs_shadowvolume_svback.sc index ba762fc29..4c14bf02c 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_svback.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_svback.sc @@ -2,7 +2,7 @@ $input a_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/vs_shadowvolume_svfront.sc b/examples/14-shadowvolumes/vs_shadowvolume_svfront.sc index 52a2e6052..b7e0d2a17 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_svfront.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_svfront.sc @@ -2,7 +2,7 @@ $input a_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/vs_shadowvolume_svside.sc b/examples/14-shadowvolumes/vs_shadowvolume_svside.sc index 1fcc7ebba..8c20a9e71 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_svside.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_svside.sc @@ -3,7 +3,7 @@ $output v_k /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/vs_shadowvolume_texture.sc b/examples/14-shadowvolumes/vs_shadowvolume_texture.sc index 6e3ffa49c..770341440 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_texture.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_texture.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/14-shadowvolumes/vs_shadowvolume_texture_lighting.sc b/examples/14-shadowvolumes/vs_shadowvolume_texture_lighting.sc index c4e9c851f..f7538d40e 100644 --- a/examples/14-shadowvolumes/vs_shadowvolume_texture_lighting.sc +++ b/examples/14-shadowvolumes/vs_shadowvolume_texture_lighting.sc @@ -3,7 +3,7 @@ $output v_normal, v_view, v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/fs_sms_mesh.sc b/examples/15-shadowmaps-simple/fs_sms_mesh.sc index 949af4049..9b95176bb 100644 --- a/examples/15-shadowmaps-simple/fs_sms_mesh.sc +++ b/examples/15-shadowmaps-simple/fs_sms_mesh.sc @@ -2,7 +2,7 @@ $input v_view, v_normal, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/fs_sms_mesh_pd.sc b/examples/15-shadowmaps-simple/fs_sms_mesh_pd.sc index ca27f46ff..67729e525 100644 --- a/examples/15-shadowmaps-simple/fs_sms_mesh_pd.sc +++ b/examples/15-shadowmaps-simple/fs_sms_mesh_pd.sc @@ -2,7 +2,7 @@ $input v_view, v_normal, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/fs_sms_shadow.sc b/examples/15-shadowmaps-simple/fs_sms_shadow.sc index 5a9356d88..3cdf1973f 100644 --- a/examples/15-shadowmaps-simple/fs_sms_shadow.sc +++ b/examples/15-shadowmaps-simple/fs_sms_shadow.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/fs_sms_shadow.sh b/examples/15-shadowmaps-simple/fs_sms_shadow.sh index a38a90f2f..979ff7c1e 100644 --- a/examples/15-shadowmaps-simple/fs_sms_shadow.sh +++ b/examples/15-shadowmaps-simple/fs_sms_shadow.sh @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/fs_sms_shadow_pd.sc b/examples/15-shadowmaps-simple/fs_sms_shadow_pd.sc index 86dc03916..04d5896c8 100644 --- a/examples/15-shadowmaps-simple/fs_sms_shadow_pd.sc +++ b/examples/15-shadowmaps-simple/fs_sms_shadow_pd.sc @@ -2,7 +2,7 @@ $input v_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/shadowmaps_simple.cpp b/examples/15-shadowmaps-simple/shadowmaps_simple.cpp index fde25476a..07f692cff 100644 --- a/examples/15-shadowmaps-simple/shadowmaps_simple.cpp +++ b/examples/15-shadowmaps-simple/shadowmaps_simple.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/15-shadowmaps-simple/vs_sms_mesh.sc b/examples/15-shadowmaps-simple/vs_sms_mesh.sc index 2143c61c0..0f28baa30 100644 --- a/examples/15-shadowmaps-simple/vs_sms_mesh.sc +++ b/examples/15-shadowmaps-simple/vs_sms_mesh.sc @@ -3,7 +3,7 @@ $output v_view, v_normal, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/vs_sms_shadow.sc b/examples/15-shadowmaps-simple/vs_sms_shadow.sc index 681f3afbf..a606797f0 100644 --- a/examples/15-shadowmaps-simple/vs_sms_shadow.sc +++ b/examples/15-shadowmaps-simple/vs_sms_shadow.sc @@ -2,7 +2,7 @@ $input a_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/15-shadowmaps-simple/vs_sms_shadow_pd.sc b/examples/15-shadowmaps-simple/vs_sms_shadow_pd.sc index ca364dd29..8d55a99f2 100644 --- a/examples/15-shadowmaps-simple/vs_sms_shadow_pd.sc +++ b/examples/15-shadowmaps-simple/vs_sms_shadow_pd.sc @@ -3,7 +3,7 @@ $output v_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/common.sh b/examples/16-shadowmaps/common.sh index ef2ba8599..b10ae6b23 100644 --- a/examples/16-shadowmaps/common.sh +++ b/examples/16-shadowmaps/common.sh @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_black.sc b/examples/16-shadowmaps/fs_shadowmaps_color_black.sc index 7adb966b9..975df704e 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_black.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_black.sc @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting.sh b/examples/16-shadowmaps/fs_shadowmaps_color_lighting.sh index f20905089..c35180484 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting.sh +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting.sh @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm.sc index 36d7cd9a4..ef77eb9e9 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_ESM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_csm.sc index 9c90d5e7d..8e76e9547 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_ESM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear.sc index 46fd127e8..fb2aa8a1b 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_ESM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_csm.sc index a3be60557..151df7e92 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_ESM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_omni.sc index 946c1161a..5783899b2 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_linear_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_ESM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_omni.sc index e8266f068..290073ca9 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_esm_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_ESM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard.sc index 24314f78a..24416afeb 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_HARD 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_csm.sc index bd04df8a2..e0f9a42f0 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_HARD 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear.sc index 553047698..a10a029e9 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_HARD 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_csm.sc index 18c865d2d..8953a8467 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_HARD 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_omni.sc index 9bcb44913..bc0bf100b 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_linear_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_HARD 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_omni.sc index 788ed303d..ecd616760 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_hard_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_HARD 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf.sc index ba0951ef2..0321b878e 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_PCF 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_csm.sc index 713544f5b..4a5529171 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_PCF 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear.sc index 6e17c772d..c56dc7c19 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_PCF 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_csm.sc index 1b0db2739..55b52aca4 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_PCF 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_omni.sc index 61f31c91a..f3ac095fe 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_linear_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_PCF 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_omni.sc index 1fb4f513a..533b36c7e 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_pcf_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_PCF 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm.sc index 1246430f1..5a6237bf8 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_VSM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_csm.sc index 9dc29d8f8..7b0ff7744 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_VSM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear.sc index a098d6fd3..a20ba6011 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear.sc @@ -2,7 +2,7 @@ $input v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_VSM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_csm.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_csm.sc index 39b071622..3bfd00e7e 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_csm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_csm.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_VSM 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_omni.sc index 8ba3058d7..d416655b1 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_linear_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_VSM 1 #define SM_LINEAR 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_omni.sc b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_omni.sc index 998b443c0..db60831e7 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_omni.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_lighting_vsm_omni.sc @@ -2,7 +2,7 @@ $input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_te /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define SM_VSM 1 diff --git a/examples/16-shadowmaps/fs_shadowmaps_color_texture.sc b/examples/16-shadowmaps/fs_shadowmaps_color_texture.sc index b81e40d19..c53591a8f 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_color_texture.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_color_texture.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_hblur.sc b/examples/16-shadowmaps/fs_shadowmaps_hblur.sc index 7f226049e..7b40dd2fa 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_hblur.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_hblur.sc @@ -2,7 +2,7 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_hblur_vsm.sc b/examples/16-shadowmaps/fs_shadowmaps_hblur_vsm.sc index 1173ef7b5..e06c17dd0 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_hblur_vsm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_hblur_vsm.sc @@ -2,7 +2,7 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_packdepth.sc b/examples/16-shadowmaps/fs_shadowmaps_packdepth.sc index 86dc03916..04d5896c8 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_packdepth.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_packdepth.sc @@ -2,7 +2,7 @@ $input v_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_packdepth_linear.sc b/examples/16-shadowmaps/fs_shadowmaps_packdepth_linear.sc index 9a9937c7f..f049736d0 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_packdepth_linear.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_packdepth_linear.sc @@ -2,7 +2,7 @@ $input v_depth /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm.sc b/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm.sc index c67612443..c9ccbe9f9 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm.sc @@ -2,7 +2,7 @@ $input v_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm_linear.sc b/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm_linear.sc index 3ed8d1b92..87bfc5c11 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm_linear.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_packdepth_vsm_linear.sc @@ -2,7 +2,7 @@ $input v_depth /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_texture.sc b/examples/16-shadowmaps/fs_shadowmaps_texture.sc index 0f33138b7..098fa5b9d 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_texture.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_texture.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_unpackdepth.sc b/examples/16-shadowmaps/fs_shadowmaps_unpackdepth.sc index c3ed6e0ec..de62bdf36 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_unpackdepth.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_unpackdepth.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_unpackdepth_vsm.sc b/examples/16-shadowmaps/fs_shadowmaps_unpackdepth_vsm.sc index 2e2792ce4..8c2051012 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_unpackdepth_vsm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_unpackdepth_vsm.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_vblur.sc b/examples/16-shadowmaps/fs_shadowmaps_vblur.sc index 7f226049e..7b40dd2fa 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_vblur.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_vblur.sc @@ -2,7 +2,7 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/16-shadowmaps/fs_shadowmaps_vblur_vsm.sc b/examples/16-shadowmaps/fs_shadowmaps_vblur_vsm.sc index 1173ef7b5..e06c17dd0 100644 --- a/examples/16-shadowmaps/fs_shadowmaps_vblur_vsm.sc +++ b/examples/16-shadowmaps/fs_shadowmaps_vblur_vsm.sc @@ -2,7 +2,7 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.sh" diff --git a/examples/16-shadowmaps/shadowmaps.cpp b/examples/16-shadowmaps/shadowmaps.cpp index 6ed42a58e..7a840b456 100644 --- a/examples/16-shadowmaps/shadowmaps.cpp +++ b/examples/16-shadowmaps/shadowmaps.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/16-shadowmaps/vs_shadowmaps_color.sc b/examples/16-shadowmaps/vs_shadowmaps_color.sc index 681f3afbf..a606797f0 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color.sc @@ -2,7 +2,7 @@ $input a_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_lighting.sc b/examples/16-shadowmaps/vs_shadowmaps_color_lighting.sc index c0c727a13..b92e665a6 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_lighting.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_lighting.sc @@ -3,7 +3,7 @@ $output v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_csm.sc b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_csm.sc index d6ba93824..680447b33 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_csm.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_csm.sc @@ -3,7 +3,7 @@ $output v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_t /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear.sc b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear.sc index db0f4c328..9906dbf6d 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear.sc @@ -3,7 +3,7 @@ $output v_normal, v_view, v_shadowcoord /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_csm.sc b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_csm.sc index 5c7072966..2e228f6dc 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_csm.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_csm.sc @@ -3,7 +3,7 @@ $output v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_t /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_omni.sc b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_omni.sc index 9c8faeaca..5048181d7 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_omni.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_linear_omni.sc @@ -3,7 +3,7 @@ $output v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_t /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_omni.sc b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_omni.sc index 3c27561f0..45800caf7 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_lighting_omni.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_lighting_omni.sc @@ -3,7 +3,7 @@ $output v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_t /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_color_texture.sc b/examples/16-shadowmaps/vs_shadowmaps_color_texture.sc index bb5be99d7..239f4185c 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_color_texture.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_color_texture.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_depth.sc b/examples/16-shadowmaps/vs_shadowmaps_depth.sc index 52a2e6052..b7e0d2a17 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_depth.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_depth.sc @@ -2,7 +2,7 @@ $input a_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_hblur.sc b/examples/16-shadowmaps/vs_shadowmaps_hblur.sc index 4c9ba1bd5..fd670ac1b 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_hblur.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_hblur.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_packdepth.sc b/examples/16-shadowmaps/vs_shadowmaps_packdepth.sc index ca364dd29..8d55a99f2 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_packdepth.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_packdepth.sc @@ -3,7 +3,7 @@ $output v_position /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_packdepth_linear.sc b/examples/16-shadowmaps/vs_shadowmaps_packdepth_linear.sc index e842b44c2..20e235915 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_packdepth_linear.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_packdepth_linear.sc @@ -3,7 +3,7 @@ $output v_depth /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_texture.sc b/examples/16-shadowmaps/vs_shadowmaps_texture.sc index bb5be99d7..239f4185c 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_texture.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_texture.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_texture_lighting.sc b/examples/16-shadowmaps/vs_shadowmaps_texture_lighting.sc index 32a418cbb..da8270422 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_texture_lighting.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_texture_lighting.sc @@ -3,7 +3,7 @@ $output v_normal, v_view, v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_unpackdepth.sc b/examples/16-shadowmaps/vs_shadowmaps_unpackdepth.sc index bb5be99d7..239f4185c 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_unpackdepth.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_unpackdepth.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/16-shadowmaps/vs_shadowmaps_vblur.sc b/examples/16-shadowmaps/vs_shadowmaps_vblur.sc index 1ee057eb5..e9cd5c62e 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_vblur.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_vblur.sc @@ -3,7 +3,7 @@ $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* * Copyright 2013-2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/17-drawstress/drawstress.cpp b/examples/17-drawstress/drawstress.cpp index 83503ad42..258c00b51 100644 --- a/examples/17-drawstress/drawstress.cpp +++ b/examples/17-drawstress/drawstress.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/17-drawstress/fs_drawstress.sc b/examples/17-drawstress/fs_drawstress.sc index 4fc0a0a82..43148e6a8 100644 --- a/examples/17-drawstress/fs_drawstress.sc +++ b/examples/17-drawstress/fs_drawstress.sc @@ -1,8 +1,8 @@ $input v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/17-drawstress/vs_drawstress.sc b/examples/17-drawstress/vs_drawstress.sc index 1c6937367..dba53d643 100644 --- a/examples/17-drawstress/vs_drawstress.sc +++ b/examples/17-drawstress/vs_drawstress.sc @@ -2,8 +2,8 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/18-ibl/fs_ibl_mesh.sc b/examples/18-ibl/fs_ibl_mesh.sc index b5c2b38b0..3ac5278f4 100644 --- a/examples/18-ibl/fs_ibl_mesh.sc +++ b/examples/18-ibl/fs_ibl_mesh.sc @@ -2,7 +2,7 @@ $input v_view, v_normal /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/18-ibl/fs_ibl_skybox.sc b/examples/18-ibl/fs_ibl_skybox.sc index 668357482..790fc0144 100644 --- a/examples/18-ibl/fs_ibl_skybox.sc +++ b/examples/18-ibl/fs_ibl_skybox.sc @@ -2,7 +2,7 @@ $input v_dir /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/18-ibl/ibl.cpp b/examples/18-ibl/ibl.cpp index e8e040cef..51a194730 100644 --- a/examples/18-ibl/ibl.cpp +++ b/examples/18-ibl/ibl.cpp @@ -1,6 +1,6 @@ /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/18-ibl/vs_ibl_mesh.sc b/examples/18-ibl/vs_ibl_mesh.sc index d38b44559..7671fb74d 100644 --- a/examples/18-ibl/vs_ibl_mesh.sc +++ b/examples/18-ibl/vs_ibl_mesh.sc @@ -3,7 +3,7 @@ $output v_view, v_normal /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/18-ibl/vs_ibl_skybox.sc b/examples/18-ibl/vs_ibl_skybox.sc index 2281d0862..1c15b18e2 100644 --- a/examples/18-ibl/vs_ibl_skybox.sc +++ b/examples/18-ibl/vs_ibl_skybox.sc @@ -3,7 +3,7 @@ $output v_dir /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/fs_oit.sc b/examples/19-oit/fs_oit.sc index 578eb7f57..9d641fcdd 100644 --- a/examples/19-oit/fs_oit.sc +++ b/examples/19-oit/fs_oit.sc @@ -1,8 +1,8 @@ $input v_pos /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/fs_oit_wb.sc b/examples/19-oit/fs_oit_wb.sc index cd67dff9d..71a3e3c96 100644 --- a/examples/19-oit/fs_oit_wb.sc +++ b/examples/19-oit/fs_oit_wb.sc @@ -1,8 +1,8 @@ $input v_pos /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/fs_oit_wb_blit.sc b/examples/19-oit/fs_oit_wb_blit.sc index 6380967d1..8730ba62d 100644 --- a/examples/19-oit/fs_oit_wb_blit.sc +++ b/examples/19-oit/fs_oit_wb_blit.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/fs_oit_wb_separate.sc b/examples/19-oit/fs_oit_wb_separate.sc index 31a1aa27c..17c5d0b1a 100644 --- a/examples/19-oit/fs_oit_wb_separate.sc +++ b/examples/19-oit/fs_oit_wb_separate.sc @@ -1,8 +1,8 @@ $input v_pos /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/fs_oit_wb_separate_blit.sc b/examples/19-oit/fs_oit_wb_separate_blit.sc index 195c5ff7d..125df51b2 100644 --- a/examples/19-oit/fs_oit_wb_separate_blit.sc +++ b/examples/19-oit/fs_oit_wb_separate_blit.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/oit.cpp b/examples/19-oit/oit.cpp index c25f39621..66baed03c 100644 --- a/examples/19-oit/oit.cpp +++ b/examples/19-oit/oit.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/19-oit/vs_oit.sc b/examples/19-oit/vs_oit.sc index 90b5dd14e..0f720610f 100644 --- a/examples/19-oit/vs_oit.sc +++ b/examples/19-oit/vs_oit.sc @@ -2,8 +2,8 @@ $input a_position $output v_pos /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/19-oit/vs_oit_blit.sc b/examples/19-oit/vs_oit_blit.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/19-oit/vs_oit_blit.sc +++ b/examples/19-oit/vs_oit_blit.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/20-nanovg/nanovg.cpp b/examples/20-nanovg/nanovg.cpp index 06972d8d0..f667ba180 100644 --- a/examples/20-nanovg/nanovg.cpp +++ b/examples/20-nanovg/nanovg.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ // diff --git a/examples/21-deferred/deferred.cpp b/examples/21-deferred/deferred.cpp index f12013630..5a97b7f21 100644 --- a/examples/21-deferred/deferred.cpp +++ b/examples/21-deferred/deferred.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/21-deferred/fs_deferred_combine.sc b/examples/21-deferred/fs_deferred_combine.sc index 63ce613e4..6a16774da 100644 --- a/examples/21-deferred/fs_deferred_combine.sc +++ b/examples/21-deferred/fs_deferred_combine.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/fs_deferred_debug.sc b/examples/21-deferred/fs_deferred_debug.sc index 03dcdf015..00114de8f 100644 --- a/examples/21-deferred/fs_deferred_debug.sc +++ b/examples/21-deferred/fs_deferred_debug.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/fs_deferred_debug_line.sc b/examples/21-deferred/fs_deferred_debug_line.sc index 4fc0a0a82..43148e6a8 100644 --- a/examples/21-deferred/fs_deferred_debug_line.sc +++ b/examples/21-deferred/fs_deferred_debug_line.sc @@ -1,8 +1,8 @@ $input v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/fs_deferred_geom.sc b/examples/21-deferred/fs_deferred_geom.sc index f64c4971e..21190bbf3 100644 --- a/examples/21-deferred/fs_deferred_geom.sc +++ b/examples/21-deferred/fs_deferred_geom.sc @@ -1,8 +1,8 @@ $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/fs_deferred_light.sc b/examples/21-deferred/fs_deferred_light.sc index b8321a515..378f1eded 100644 --- a/examples/21-deferred/fs_deferred_light.sc +++ b/examples/21-deferred/fs_deferred_light.sc @@ -1,8 +1,8 @@ $input v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/vs_deferred_combine.sc b/examples/21-deferred/vs_deferred_combine.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/21-deferred/vs_deferred_combine.sc +++ b/examples/21-deferred/vs_deferred_combine.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/vs_deferred_debug.sc b/examples/21-deferred/vs_deferred_debug.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/21-deferred/vs_deferred_debug.sc +++ b/examples/21-deferred/vs_deferred_debug.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/vs_deferred_debug_line.sc b/examples/21-deferred/vs_deferred_debug_line.sc index 1c6937367..dba53d643 100644 --- a/examples/21-deferred/vs_deferred_debug_line.sc +++ b/examples/21-deferred/vs_deferred_debug_line.sc @@ -2,8 +2,8 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/vs_deferred_geom.sc b/examples/21-deferred/vs_deferred_geom.sc index 6d3af770b..bf199791c 100644 --- a/examples/21-deferred/vs_deferred_geom.sc +++ b/examples/21-deferred/vs_deferred_geom.sc @@ -2,8 +2,8 @@ $input a_position, a_normal, a_tangent, a_texcoord0 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/21-deferred/vs_deferred_light.sc b/examples/21-deferred/vs_deferred_light.sc index 0b585f0ad..d82aff94b 100644 --- a/examples/21-deferred/vs_deferred_light.sc +++ b/examples/21-deferred/vs_deferred_light.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/22-windows/windows.cpp b/examples/22-windows/windows.cpp index 24187e27f..d0d3b5469 100644 --- a/examples/22-windows/windows.cpp +++ b/examples/22-windows/windows.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/23-vectordisplay/main.cpp b/examples/23-vectordisplay/main.cpp index 2cd1574a4..36472d534 100644 --- a/examples/23-vectordisplay/main.cpp +++ b/examples/23-vectordisplay/main.cpp @@ -1,6 +1,6 @@ /* * Copyright 2014 Kai Jourdan. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause * */ diff --git a/examples/23-vectordisplay/vectordisplay.cpp b/examples/23-vectordisplay/vectordisplay.cpp index 428550239..a49eace14 100644 --- a/examples/23-vectordisplay/vectordisplay.cpp +++ b/examples/23-vectordisplay/vectordisplay.cpp @@ -1,6 +1,6 @@ /* * Copyright 2014 Kai Jourdan. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause * * Based on code from Brian Luczkiewicz * https://github.com/blucz/Vector diff --git a/examples/23-vectordisplay/vectordisplay.h b/examples/23-vectordisplay/vectordisplay.h index 0b8c78a8e..049fcd9a9 100644 --- a/examples/23-vectordisplay/vectordisplay.h +++ b/examples/23-vectordisplay/vectordisplay.h @@ -1,6 +1,6 @@ /* * Copyright 2014 Kai Jourdan. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause * * Based on code from Brian Luczkiewicz * https://github.com/blucz/Vector diff --git a/examples/24-nbody/cs_indirect.sc b/examples/24-nbody/cs_indirect.sc index 8dfc01935..87b6b1859 100644 --- a/examples/24-nbody/cs_indirect.sc +++ b/examples/24-nbody/cs_indirect.sc @@ -1,6 +1,6 @@ /* * Copyright 2014 Stanlo Slasinski. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_compute.sh" diff --git a/examples/24-nbody/cs_init_instances.sc b/examples/24-nbody/cs_init_instances.sc index 34909a9ea..cc824b193 100644 --- a/examples/24-nbody/cs_init_instances.sc +++ b/examples/24-nbody/cs_init_instances.sc @@ -1,6 +1,6 @@ /* * Copyright 2014 Stanlo Slasinski. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_compute.sh" diff --git a/examples/24-nbody/cs_update_instances.sc b/examples/24-nbody/cs_update_instances.sc index b818f97c8..612a7b953 100644 --- a/examples/24-nbody/cs_update_instances.sc +++ b/examples/24-nbody/cs_update_instances.sc @@ -1,6 +1,6 @@ /* * Copyright 2014 Stanlo Slasinski. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_compute.sh" diff --git a/examples/24-nbody/fs_particle.sc b/examples/24-nbody/fs_particle.sc index ac78c23b5..6dfca6d38 100644 --- a/examples/24-nbody/fs_particle.sc +++ b/examples/24-nbody/fs_particle.sc @@ -2,7 +2,7 @@ $input v_texCoord /* * Copyright 2014 Stanlo Slasinski. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/24-nbody/nbody.cpp b/examples/24-nbody/nbody.cpp index dbd978b4f..79f722f96 100644 --- a/examples/24-nbody/nbody.cpp +++ b/examples/24-nbody/nbody.cpp @@ -1,6 +1,6 @@ /* * Copyright 2014 Stanlo Slasinski. All rights reserved. -* License: http://www.opensource.org/licenses/BSD-2-Clause +* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/24-nbody/uniforms.sh b/examples/24-nbody/uniforms.sh index 70540164d..a27545fba 100644 --- a/examples/24-nbody/uniforms.sh +++ b/examples/24-nbody/uniforms.sh @@ -1,6 +1,6 @@ /* * Copyright 2014 Stanlo Slasinski. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 u_params[3]; diff --git a/examples/24-nbody/vs_particle.sc b/examples/24-nbody/vs_particle.sc index 870c27ce1..f6bf524a4 100644 --- a/examples/24-nbody/vs_particle.sc +++ b/examples/24-nbody/vs_particle.sc @@ -3,7 +3,7 @@ $output v_texCoord /* * Copyright 2014 Stanlo Slasinski. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/26-occlusion/occlusion.cpp b/examples/26-occlusion/occlusion.cpp index 223f02d04..a6971cdd5 100644 --- a/examples/26-occlusion/occlusion.cpp +++ b/examples/26-occlusion/occlusion.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/27-terrain/fs_terrain.sc b/examples/27-terrain/fs_terrain.sc index 5e23d5d32..0b5aa8255 100644 --- a/examples/27-terrain/fs_terrain.sc +++ b/examples/27-terrain/fs_terrain.sc @@ -2,7 +2,7 @@ $input v_position, v_texcoord0 /* * Copyright 2015 Andrew Mac. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/27-terrain/terrain.cpp b/examples/27-terrain/terrain.cpp index ffbb20095..32686a774 100644 --- a/examples/27-terrain/terrain.cpp +++ b/examples/27-terrain/terrain.cpp @@ -1,6 +1,6 @@ /* * Copyright 2015 Andrew Mac. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/27-terrain/vs_terrain.sc b/examples/27-terrain/vs_terrain.sc index 826ca608b..4cea23e2d 100644 --- a/examples/27-terrain/vs_terrain.sc +++ b/examples/27-terrain/vs_terrain.sc @@ -3,7 +3,7 @@ $output v_position, v_texcoord0 /* * Copyright 2015 Andrew Mac. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/27-terrain/vs_terrain_height_texture.sc b/examples/27-terrain/vs_terrain_height_texture.sc index 4609b0fbc..f3451aa03 100644 --- a/examples/27-terrain/vs_terrain_height_texture.sc +++ b/examples/27-terrain/vs_terrain_height_texture.sc @@ -3,7 +3,7 @@ $output v_position, v_texcoord0 /* * Copyright 2015 Andrew Mac. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common/common.sh" diff --git a/examples/common/aviwriter.h b/examples/common/aviwriter.h index 93c862915..79acd7e4d 100644 --- a/examples/common/aviwriter.h +++ b/examples/common/aviwriter.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef AVIWRITER_H_HEADER_GUARD diff --git a/examples/common/bgfx_utils.cpp b/examples/common/bgfx_utils.cpp index 0da00c349..cdec2abbd 100644 --- a/examples/common/bgfx_utils.cpp +++ b/examples/common/bgfx_utils.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include // strlen diff --git a/examples/common/bgfx_utils.h b/examples/common/bgfx_utils.h index a2427e511..f9037da53 100644 --- a/examples/common/bgfx_utils.h +++ b/examples/common/bgfx_utils.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_UTILS_H_HEADER_GUARD diff --git a/examples/common/bounds.cpp b/examples/common/bounds.cpp index a9fabe9dc..d2228e7eb 100644 --- a/examples/common/bounds.cpp +++ b/examples/common/bounds.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/bounds.h b/examples/common/bounds.h index 53860f4e9..f59c2b223 100644 --- a/examples/common/bounds.h +++ b/examples/common/bounds.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BOUNDS_H_HEADER_GUARD diff --git a/examples/common/camera.cpp b/examples/common/camera.cpp index 7c1d01458..e721bd2e2 100644 --- a/examples/common/camera.cpp +++ b/examples/common/camera.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/camera.h b/examples/common/camera.h index 2619d1bad..ba1c0cc1f 100644 --- a/examples/common/camera.h +++ b/examples/common/camera.h @@ -1,6 +1,6 @@ /* * Copyright 2013 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef CAMERA_H_HEADER_GUARD diff --git a/examples/common/common.h b/examples/common/common.h index 3e80ee67f..209cfc188 100644 --- a/examples/common/common.h +++ b/examples/common/common.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef COMMON_H_HEADER_GUARD diff --git a/examples/common/common.sh b/examples/common/common.sh index e42c20e60..c3f50267d 100644 --- a/examples/common/common.sh +++ b/examples/common/common.sh @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/cube_atlas.cpp b/examples/common/cube_atlas.cpp index 1d762b654..ac7343b9b 100644 --- a/examples/common/cube_atlas.cpp +++ b/examples/common/cube_atlas.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. -* License: http://www.opensource.org/licenses/BSD-2-Clause +* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "common.h" diff --git a/examples/common/cube_atlas.h b/examples/common/cube_atlas.h index 5efde0485..9a33a7611 100644 --- a/examples/common/cube_atlas.h +++ b/examples/common/cube_atlas.h @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef CUBE_ATLAS_H_HEADER_GUARD diff --git a/examples/common/entry/cmd.cpp b/examples/common/entry/cmd.cpp index 6d58aebf0..eaae44f52 100644 --- a/examples/common/entry/cmd.cpp +++ b/examples/common/entry/cmd.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2010-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2010-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include // isspace diff --git a/examples/common/entry/cmd.h b/examples/common/entry/cmd.h index 7873d1aed..4976c7979 100644 --- a/examples/common/entry/cmd.h +++ b/examples/common/entry/cmd.h @@ -1,6 +1,6 @@ /* - * Copyright 2010-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2010-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef CMD_H_HEADER_GUARD diff --git a/examples/common/entry/dbg.cpp b/examples/common/entry/dbg.cpp index 2622259ca..edefcae41 100644 --- a/examples/common/entry/dbg.cpp +++ b/examples/common/entry/dbg.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/entry/dbg.h b/examples/common/entry/dbg.h index 191ea21bf..7a4bb16bd 100644 --- a/examples/common/entry/dbg.h +++ b/examples/common/entry/dbg.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef DBG_H_HEADER_GUARD diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index 89c48a8d4..1fb0497be 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/entry/entry.h b/examples/common/entry/entry.h index 687d5842b..54c79d1cc 100644 --- a/examples/common/entry/entry.h +++ b/examples/common/entry/entry.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef ENTRY_H_HEADER_GUARD diff --git a/examples/common/entry/entry_android.cpp b/examples/common/entry/entry_android.cpp index aef9fee93..b1e7266b6 100644 --- a/examples/common/entry/entry_android.cpp +++ b/examples/common/entry/entry_android.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_asmjs.cpp b/examples/common/entry/entry_asmjs.cpp index f5c3dc62c..030992ab6 100644 --- a/examples/common/entry/entry_asmjs.cpp +++ b/examples/common/entry/entry_asmjs.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_glfw.cpp b/examples/common/entry/entry_glfw.cpp index 615d828ce..0900e8347 100644 --- a/examples/common/entry/entry_glfw.cpp +++ b/examples/common/entry/entry_glfw.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_ios.mm b/examples/common/entry/entry_ios.mm index 1a10d26f7..e12c224e6 100644 --- a/examples/common/entry/entry_ios.mm +++ b/examples/common/entry/entry_ios.mm @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_nacl.cpp b/examples/common/entry/entry_nacl.cpp index bc476290d..7ce93756e 100644 --- a/examples/common/entry/entry_nacl.cpp +++ b/examples/common/entry/entry_nacl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_osx.mm b/examples/common/entry/entry_osx.mm index 91e228a2f..b5e722cfa 100644 --- a/examples/common/entry/entry_osx.mm +++ b/examples/common/entry/entry_osx.mm @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index 669bd729b..880f44123 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef ENTRY_PRIVATE_H_HEADER_GUARD diff --git a/examples/common/entry/entry_qnx.cpp b/examples/common/entry/entry_qnx.cpp index c99393bb3..af91ca7db 100644 --- a/examples/common/entry/entry_qnx.cpp +++ b/examples/common/entry/entry_qnx.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_sdl.cpp b/examples/common/entry/entry_sdl.cpp index a9faec69e..6a653452f 100644 --- a/examples/common/entry/entry_sdl.cpp +++ b/examples/common/entry/entry_sdl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_windows.cpp b/examples/common/entry/entry_windows.cpp index 942a4e873..247bed443 100644 --- a/examples/common/entry/entry_windows.cpp +++ b/examples/common/entry/entry_windows.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_winrt.cpp b/examples/common/entry/entry_winrt.cpp index 042c032d6..caf4f235a 100644 --- a/examples/common/entry/entry_winrt.cpp +++ b/examples/common/entry/entry_winrt.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/entry_x11.cpp b/examples/common/entry/entry_x11.cpp index 9dd0919cb..6d8e8fc93 100644 --- a/examples/common/entry/entry_x11.cpp +++ b/examples/common/entry/entry_x11.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "entry_p.h" diff --git a/examples/common/entry/input.cpp b/examples/common/entry/input.cpp index a0618f86c..c0d2686d2 100644 --- a/examples/common/entry/input.cpp +++ b/examples/common/entry/input.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2010-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2010-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/entry/input.h b/examples/common/entry/input.h index 2dcbbdb74..66c60c091 100644 --- a/examples/common/entry/input.h +++ b/examples/common/entry/input.h @@ -1,6 +1,6 @@ /* - * Copyright 2010-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2010-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef INPUT_H_HEADER_GUARD diff --git a/examples/common/font/font_manager.cpp b/examples/common/font/font_manager.cpp index 053f7c95f..1d688a815 100644 --- a/examples/common/font/font_manager.cpp +++ b/examples/common/font/font_manager.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #define USE_EDTAA3 0 diff --git a/examples/common/font/font_manager.h b/examples/common/font/font_manager.h index 978440a8f..886c58350 100644 --- a/examples/common/font/font_manager.h +++ b/examples/common/font/font_manager.h @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef FONT_MANAGER_H_HEADER_GUARD diff --git a/examples/common/font/text_buffer_manager.cpp b/examples/common/font/text_buffer_manager.cpp index 540a0ea38..230eb97e1 100644 --- a/examples/common/font/text_buffer_manager.cpp +++ b/examples/common/font/text_buffer_manager.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "../common.h" diff --git a/examples/common/font/text_buffer_manager.h b/examples/common/font/text_buffer_manager.h index bdffe7b03..0183b39ee 100644 --- a/examples/common/font/text_buffer_manager.h +++ b/examples/common/font/text_buffer_manager.h @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef TEXT_BUFFER_MANAGER_H_HEADER_GUARD diff --git a/examples/common/font/text_metrics.cpp b/examples/common/font/text_metrics.cpp index 677a3585e..768ebbdac 100644 --- a/examples/common/font/text_metrics.cpp +++ b/examples/common/font/text_metrics.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. -* License: http://www.opensource.org/licenses/BSD-2-Clause +* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include // wcslen diff --git a/examples/common/font/text_metrics.h b/examples/common/font/text_metrics.h index 80d9a5c80..ec373c7eb 100644 --- a/examples/common/font/text_metrics.h +++ b/examples/common/font/text_metrics.h @@ -1,6 +1,6 @@ /* * Copyright 2013 Jeremie Roy. All rights reserved. -* License: http://www.opensource.org/licenses/BSD-2-Clause +* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef TEXT_METRICS_H_HEADER_GUARD diff --git a/examples/common/imgui/fs_imgui_color.sc b/examples/common/imgui/fs_imgui_color.sc index c1b51ac31..e1b4bd891 100644 --- a/examples/common/imgui/fs_imgui_color.sc +++ b/examples/common/imgui/fs_imgui_color.sc @@ -1,8 +1,8 @@ $input v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/fs_imgui_cubemap.sc b/examples/common/imgui/fs_imgui_cubemap.sc index 8a20f9210..95ca630ec 100644 --- a/examples/common/imgui/fs_imgui_cubemap.sc +++ b/examples/common/imgui/fs_imgui_cubemap.sc @@ -1,8 +1,8 @@ $input v_normal /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/fs_imgui_image.sc b/examples/common/imgui/fs_imgui_image.sc index 0641be8d9..c7ee13d95 100644 --- a/examples/common/imgui/fs_imgui_image.sc +++ b/examples/common/imgui/fs_imgui_image.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/fs_imgui_image_swizz.sc b/examples/common/imgui/fs_imgui_image_swizz.sc index f19d06bf3..def456747 100644 --- a/examples/common/imgui/fs_imgui_image_swizz.sc +++ b/examples/common/imgui/fs_imgui_image_swizz.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/fs_imgui_latlong.sc b/examples/common/imgui/fs_imgui_latlong.sc index a370f12f1..97fd66eea 100644 --- a/examples/common/imgui/fs_imgui_latlong.sc +++ b/examples/common/imgui/fs_imgui_latlong.sc @@ -2,7 +2,7 @@ $input v_texcoord0 /* * Copyright 2014-2015 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/fs_imgui_texture.sc b/examples/common/imgui/fs_imgui_texture.sc index f6b935b13..8e12fe0c8 100644 --- a/examples/common/imgui/fs_imgui_texture.sc +++ b/examples/common/imgui/fs_imgui_texture.sc @@ -1,8 +1,8 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/imgui.cpp b/examples/common/imgui/imgui.cpp index 8d05f7965..3bc68d3d6 100644 --- a/examples/common/imgui/imgui.cpp +++ b/examples/common/imgui/imgui.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ // This code is based on: diff --git a/examples/common/imgui/imgui.h b/examples/common/imgui/imgui.h index 5237490cf..75269500c 100644 --- a/examples/common/imgui/imgui.h +++ b/examples/common/imgui/imgui.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ // This code is based on: diff --git a/examples/common/imgui/ocornut_imgui.cpp b/examples/common/imgui/ocornut_imgui.cpp index f685ac59b..4545bb998 100644 --- a/examples/common/imgui/ocornut_imgui.cpp +++ b/examples/common/imgui/ocornut_imgui.cpp @@ -1,6 +1,6 @@ /* * Copyright 2014-2015 Daniel Collin. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/ocornut_imgui.h b/examples/common/imgui/ocornut_imgui.h index 450b28176..5cad5c228 100644 --- a/examples/common/imgui/ocornut_imgui.h +++ b/examples/common/imgui/ocornut_imgui.h @@ -1,6 +1,6 @@ /* * Copyright 2014-2015 Daniel Collin. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef OCORNUT_IMGUI_H_HEADER_GUARD diff --git a/examples/common/imgui/scintilla.cpp b/examples/common/imgui/scintilla.cpp index 1e5e5f89b..7c8e4cd15 100644 --- a/examples/common/imgui/scintilla.cpp +++ b/examples/common/imgui/scintilla.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/imgui/scintilla.h b/examples/common/imgui/scintilla.h index d57362e94..2bc546fd2 100644 --- a/examples/common/imgui/scintilla.h +++ b/examples/common/imgui/scintilla.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/imgui/vs_imgui_color.sc b/examples/common/imgui/vs_imgui_color.sc index 37ba6546e..f0886f64f 100644 --- a/examples/common/imgui/vs_imgui_color.sc +++ b/examples/common/imgui/vs_imgui_color.sc @@ -2,8 +2,8 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/vs_imgui_cubemap.sc b/examples/common/imgui/vs_imgui_cubemap.sc index 80adffca0..d270071ac 100644 --- a/examples/common/imgui/vs_imgui_cubemap.sc +++ b/examples/common/imgui/vs_imgui_cubemap.sc @@ -2,8 +2,8 @@ $input a_position, a_normal $output v_normal /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/vs_imgui_image.sc b/examples/common/imgui/vs_imgui_image.sc index 1bc92a440..f1ae37c10 100644 --- a/examples/common/imgui/vs_imgui_image.sc +++ b/examples/common/imgui/vs_imgui_image.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2014 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/vs_imgui_latlong.sc b/examples/common/imgui/vs_imgui_latlong.sc index 667fc3dc9..098bdeb24 100644 --- a/examples/common/imgui/vs_imgui_latlong.sc +++ b/examples/common/imgui/vs_imgui_latlong.sc @@ -3,7 +3,7 @@ $output v_texcoord0 /* * Copyright 2015 Dario Manesku. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/imgui/vs_imgui_texture.sc b/examples/common/imgui/vs_imgui_texture.sc index b81edeaa4..f6a3f24ce 100644 --- a/examples/common/imgui/vs_imgui_texture.sc +++ b/examples/common/imgui/vs_imgui_texture.sc @@ -2,8 +2,8 @@ $input a_position, a_texcoord0, a_color0 $output v_texcoord0, v_color0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/examples/common/nanovg/nanovg_bgfx.cpp b/examples/common/nanovg/nanovg_bgfx.cpp index 2dcc3c503..3fd944178 100644 --- a/examples/common/nanovg/nanovg_bgfx.cpp +++ b/examples/common/nanovg/nanovg_bgfx.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ // diff --git a/examples/common/packrect.h b/examples/common/packrect.h index d335bee84..5650ec74f 100644 --- a/examples/common/packrect.h +++ b/examples/common/packrect.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef RECTPACK_H_HEADER_GUARD diff --git a/examples/common/shaderlib.sh b/examples/common/shaderlib.sh index b8915d16c..da7bad784 100644 --- a/examples/common/shaderlib.sh +++ b/examples/common/shaderlib.sh @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef __SHADERLIB_SH__ diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 22f46b342..16c5e46a6 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/include/bgfx/bgfxdefines.h b/include/bgfx/bgfxdefines.h index 828fcc247..d0e4db91b 100644 --- a/include/bgfx/bgfxdefines.h +++ b/include/bgfx/bgfxdefines.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_DEFINES_H_HEADER_GUARD diff --git a/include/bgfx/bgfxplatform.h b/include/bgfx/bgfxplatform.h index 920904aa9..6e03a00a0 100644 --- a/include/bgfx/bgfxplatform.h +++ b/include/bgfx/bgfxplatform.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/include/bgfx/c99/bgfx.h b/include/bgfx/c99/bgfx.h index c983bc585..a3b31ee9e 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE * * vim: set tabstop=4 expandtab: diff --git a/include/bgfx/c99/bgfxplatform.h b/include/bgfx/c99/bgfxplatform.h index 31c65bd6f..ff2125f18 100644 --- a/include/bgfx/c99/bgfxplatform.h +++ b/include/bgfx/c99/bgfxplatform.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE * * vim: set tabstop=4 expandtab: diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 043f750d7..ce2effb0f 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- function bgfxProject(_name, _kind, _defines) diff --git a/scripts/example-common.lua b/scripts/example-common.lua index 98dad9afc..1832f9836 100644 --- a/scripts/example-common.lua +++ b/scripts/example-common.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- project ("example-common") diff --git a/scripts/genie.lua b/scripts/genie.lua index 3c789a6a7..0696469ca 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- newoption { diff --git a/scripts/geometryc.lua b/scripts/geometryc.lua index f83c95ba8..9caecd29d 100644 --- a/scripts/geometryc.lua +++ b/scripts/geometryc.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- project "geometryc" diff --git a/scripts/makedisttex.lua b/scripts/makedisttex.lua index b208acdb3..01705a082 100644 --- a/scripts/makedisttex.lua +++ b/scripts/makedisttex.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- project "makedisttex" diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index 2824477af..b2a5b5c54 100644 --- a/scripts/shaderc.lua +++ b/scripts/shaderc.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- project "shaderc" diff --git a/scripts/texturec.lua b/scripts/texturec.lua index 4e985431f..8b9beed60 100644 --- a/scripts/texturec.lua +++ b/scripts/texturec.lua @@ -1,6 +1,6 @@ -- --- Copyright 2010-2015 Branimir Karadzic. All rights reserved. --- License: http://www.opensource.org/licenses/BSD-2-Clause +-- Copyright 2010-2016 Branimir Karadzic. All rights reserved. +-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- project "texturec" diff --git a/src/amalgamated.cpp b/src/amalgamated.cpp index 042475d81..d98dd37dd 100644 --- a/src/amalgamated.cpp +++ b/src/amalgamated.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx.cpp" diff --git a/src/amalgamated.mm b/src/amalgamated.mm index 6781cf9f8..7e0534b5e 100644 --- a/src/amalgamated.mm +++ b/src/amalgamated.mm @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "amalgamated.cpp" diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 6e72858a3..a6882850b 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/src/bgfx_compute.sh b/src/bgfx_compute.sh index af8dd3e32..04419d413 100644 --- a/src/bgfx_compute.sh +++ b/src/bgfx_compute.sh @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_COMPUTE_H_HEADER_GUARD diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 990220fc8..fc13eeb06 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_P_H_HEADER_GUARD diff --git a/src/bgfx_shader.sh b/src/bgfx_shader.sh index 8b8948ce0..a82a03e2f 100644 --- a/src/bgfx_shader.sh +++ b/src/bgfx_shader.sh @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_SHADER_H_HEADER_GUARD diff --git a/src/charset.h b/src/charset.h index cfcbf7a88..15b3f81b6 100644 --- a/src/charset.h +++ b/src/charset.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ static const uint8_t vga8x8[256*8] = diff --git a/src/config.h b/src/config.h index 9640a19a5..8a9b3fcd1 100644 --- a/src/config.h +++ b/src/config.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_CONFIG_H_HEADER_GUARD diff --git a/src/fs_clear0.sc b/src/fs_clear0.sc index f6eb6a18c..07131b438 100644 --- a/src/fs_clear0.sc +++ b/src/fs_clear0.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear1.sc b/src/fs_clear1.sc index 31b2053bd..160c1a831 100644 --- a/src/fs_clear1.sc +++ b/src/fs_clear1.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear2.sc b/src/fs_clear2.sc index 1e7b2d496..f0a849efa 100644 --- a/src/fs_clear2.sc +++ b/src/fs_clear2.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear3.sc b/src/fs_clear3.sc index a1af2e627..529faaadb 100644 --- a/src/fs_clear3.sc +++ b/src/fs_clear3.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear4.sc b/src/fs_clear4.sc index 15a03eb02..efc69e237 100644 --- a/src/fs_clear4.sc +++ b/src/fs_clear4.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear5.sc b/src/fs_clear5.sc index e720cb5df..625dcc424 100644 --- a/src/fs_clear5.sc +++ b/src/fs_clear5.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear6.sc b/src/fs_clear6.sc index e041bd44e..c7ae56a3e 100644 --- a/src/fs_clear6.sc +++ b/src/fs_clear6.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_clear7.sc b/src/fs_clear7.sc index 68a55b540..fc8a11e4b 100644 --- a/src/fs_clear7.sc +++ b/src/fs_clear7.sc @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ uniform vec4 bgfx_clear_color[8]; diff --git a/src/fs_debugfont.sc b/src/fs_debugfont.sc index 05de3fbce..5a765db93 100644 --- a/src/fs_debugfont.sc +++ b/src/fs_debugfont.sc @@ -1,8 +1,8 @@ $input v_color0, v_color1, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_shader.sh" diff --git a/src/glcontext_eagl.h b/src/glcontext_eagl.h index fcc1088c9..a4786c498 100644 --- a/src/glcontext_eagl.h +++ b/src/glcontext_eagl.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_GLCONTEXT_EAGL_H_HEADER_GUARD diff --git a/src/glcontext_eagl.mm b/src/glcontext_eagl.mm index 86c196781..253a31226 100644 --- a/src/glcontext_eagl.mm +++ b/src/glcontext_eagl.mm @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/glcontext_egl.cpp b/src/glcontext_egl.cpp index ef1c95715..d29a34227 100644 --- a/src/glcontext_egl.cpp +++ b/src/glcontext_egl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/glcontext_egl.h b/src/glcontext_egl.h index 5c263c2a5..95323fe41 100644 --- a/src/glcontext_egl.h +++ b/src/glcontext_egl.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_GLCONTEXT_EGL_H_HEADER_GUARD diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index 547c75886..bd89b98d7 100644 --- a/src/glcontext_glx.cpp +++ b/src/glcontext_glx.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/glcontext_glx.h b/src/glcontext_glx.h index c88ce5640..97cfc6d5b 100644 --- a/src/glcontext_glx.h +++ b/src/glcontext_glx.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_GLCONTEXT_GLX_H_HEADER_GUARD diff --git a/src/glcontext_nsgl.h b/src/glcontext_nsgl.h index d7d9886bd..8271a7828 100644 --- a/src/glcontext_nsgl.h +++ b/src/glcontext_nsgl.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_GLCONTEXT_NSGL_H_HEADER_GUARD diff --git a/src/glcontext_nsgl.mm b/src/glcontext_nsgl.mm index 0c10710d5..e7acb814c 100644 --- a/src/glcontext_nsgl.mm +++ b/src/glcontext_nsgl.mm @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/glcontext_ppapi.cpp b/src/glcontext_ppapi.cpp index dac5c0d65..977cd6c96 100644 --- a/src/glcontext_ppapi.cpp +++ b/src/glcontext_ppapi.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/glcontext_ppapi.h b/src/glcontext_ppapi.h index b67f19dfb..0ff767458 100644 --- a/src/glcontext_ppapi.h +++ b/src/glcontext_ppapi.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_GLCONTEXT_PPAPI_H_HEADER_GUARD diff --git a/src/glcontext_wgl.cpp b/src/glcontext_wgl.cpp index 2105efda2..3c52702a6 100644 --- a/src/glcontext_wgl.cpp +++ b/src/glcontext_wgl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/glcontext_wgl.h b/src/glcontext_wgl.h index 4665951b7..c7e515111 100644 --- a/src/glcontext_wgl.h +++ b/src/glcontext_wgl.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_GLCONTEXT_WGL_H_HEADER_GUARD diff --git a/src/glimports.h b/src/glimports.h index da67090a5..5891bd55e 100644 --- a/src/glimports.h +++ b/src/glimports.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #if !defined(GL_IMPORT) && !defined(GL_EXTENSION) diff --git a/src/image.cpp b/src/image.cpp index 5417e36bc..69bad82e9 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/image.h b/src/image.h index 91c9e0638..50824e5fd 100644 --- a/src/image.h +++ b/src/image.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_IMAGE_H_HEADER_GUARD diff --git a/src/ovr.cpp b/src/ovr.cpp index 1e34c8ba9..5cd62ef39 100644 --- a/src/ovr.cpp +++ b/src/ovr.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "ovr.h" diff --git a/src/ovr.h b/src/ovr.h index 62c81d78c..b717d0d47 100644 --- a/src/ovr.h +++ b/src/ovr.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_OVR_H_HEADER_GUARD diff --git a/src/renderdoc.cpp b/src/renderdoc.cpp index ac2e2917f..0cb7be99d 100644 --- a/src/renderdoc.cpp +++ b/src/renderdoc.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderdoc.h b/src/renderdoc.h index 9a7e6eb02..803805ea5 100644 --- a/src/renderdoc.h +++ b/src/renderdoc.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERDOC_H_HEADER_GUARD diff --git a/src/renderer.h b/src/renderer.h index 68f9ce347..a85cc9bc7 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_H_HEADER_GUARD diff --git a/src/renderer_d3d.h b/src/renderer_d3d.h index 4bd42e593..314fbaa0f 100644 --- a/src/renderer_d3d.h +++ b/src/renderer_d3d.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_D3D_H_HEADER_GUARD diff --git a/src/renderer_d3d11.cpp b/src/renderer_d3d11.cpp index 7edf0b91b..9fc75a8c4 100644 --- a/src/renderer_d3d11.cpp +++ b/src/renderer_d3d11.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderer_d3d11.h b/src/renderer_d3d11.h index dac73c422..67c05eb81 100644 --- a/src/renderer_d3d11.h +++ b/src/renderer_d3d11.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_D3D11_H_HEADER_GUARD diff --git a/src/renderer_d3d12.cpp b/src/renderer_d3d12.cpp index 79900830f..22251bebf 100644 --- a/src/renderer_d3d12.cpp +++ b/src/renderer_d3d12.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderer_d3d12.h b/src/renderer_d3d12.h index 3dfb65c53..d046b2751 100644 --- a/src/renderer_d3d12.h +++ b/src/renderer_d3d12.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_D3D12_H_HEADER_GUARD diff --git a/src/renderer_d3d9.cpp b/src/renderer_d3d9.cpp index bcbdc3d31..dc51a9eef 100644 --- a/src/renderer_d3d9.cpp +++ b/src/renderer_d3d9.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderer_d3d9.h b/src/renderer_d3d9.h index fa37e43b1..0bef17370 100644 --- a/src/renderer_d3d9.h +++ b/src/renderer_d3d9.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_D3D9_H_HEADER_GUARD diff --git a/src/renderer_gl.cpp b/src/renderer_gl.cpp index b55ec28aa..35fbdc427 100644 --- a/src/renderer_gl.cpp +++ b/src/renderer_gl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderer_gl.h b/src/renderer_gl.h index 742b43064..5b1d38077 100644 --- a/src/renderer_gl.h +++ b/src/renderer_gl.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_GL_H_HEADER_GUARD diff --git a/src/renderer_mtl.h b/src/renderer_mtl.h index 961f5579c..2b683cff8 100644 --- a/src/renderer_mtl.h +++ b/src/renderer_mtl.h @@ -1,6 +1,6 @@ /* * Copyright 2011-2015 Attila Kocsis, Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_RENDERER_METAL_H_HEADER_GUARD diff --git a/src/renderer_mtl.mm b/src/renderer_mtl.mm index 86a7a15a9..bb52c45b8 100644 --- a/src/renderer_mtl.mm +++ b/src/renderer_mtl.mm @@ -1,6 +1,6 @@ /* * Copyright 2011-2015 Attila Kocsis. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderer_null.cpp b/src/renderer_null.cpp index db6777bda..021944e15 100644 --- a/src/renderer_null.cpp +++ b/src/renderer_null.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/renderer_vk.cpp b/src/renderer_vk.cpp index a0739ca1e..31455c199 100644 --- a/src/renderer_vk.cpp +++ b/src/renderer_vk.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/shader_dx9bc.cpp b/src/shader_dx9bc.cpp index bfbf4f6ee..81d3dfb60 100644 --- a/src/shader_dx9bc.cpp +++ b/src/shader_dx9bc.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/shader_dx9bc.h b/src/shader_dx9bc.h index b161dcaa2..d7b6b381d 100644 --- a/src/shader_dx9bc.h +++ b/src/shader_dx9bc.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_SHADER_DX9BC_H diff --git a/src/shader_dxbc.cpp b/src/shader_dxbc.cpp index e0f8f6ef5..a1fde52f7 100644 --- a/src/shader_dxbc.cpp +++ b/src/shader_dxbc.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/shader_dxbc.h b/src/shader_dxbc.h index 525909810..4aa3420fd 100644 --- a/src/shader_dxbc.h +++ b/src/shader_dxbc.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_SHADER_DXBC_H diff --git a/src/shader_spirv.cpp b/src/shader_spirv.cpp index 40bf7acbb..63a8b0aa1 100644 --- a/src/shader_spirv.cpp +++ b/src/shader_spirv.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_p.h" diff --git a/src/shader_spirv.h b/src/shader_spirv.h index 5b9cf33c0..73577e770 100644 --- a/src/shader_spirv.h +++ b/src/shader_spirv.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_SHADER_SPIRV_H diff --git a/src/vertexdecl.cpp b/src/vertexdecl.cpp index 470cb5675..91ef865d0 100644 --- a/src/vertexdecl.cpp +++ b/src/vertexdecl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/src/vertexdecl.h b/src/vertexdecl.h index 460255275..642aae355 100644 --- a/src/vertexdecl.h +++ b/src/vertexdecl.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef BGFX_VERTEXDECL_H_HEADER_GUARD diff --git a/src/vs_clear.sc b/src/vs_clear.sc index 917e926f4..83eace1a4 100644 --- a/src/vs_clear.sc +++ b/src/vs_clear.sc @@ -1,8 +1,8 @@ $input a_position /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_shader.sh" diff --git a/src/vs_debugfont.sc b/src/vs_debugfont.sc index 6d4dfb4fb..2647102d1 100644 --- a/src/vs_debugfont.sc +++ b/src/vs_debugfont.sc @@ -2,8 +2,8 @@ $input a_position, a_color0, a_color1, a_texcoord0 $output v_color0, v_color1, v_texcoord0 /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "bgfx_shader.sh" diff --git a/tools/geometryc/geometryc.cpp b/tools/geometryc/geometryc.cpp index ead26234c..4856d71ea 100644 --- a/tools/geometryc/geometryc.cpp +++ b/tools/geometryc/geometryc.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include @@ -359,8 +359,8 @@ void help(const char* _error = NULL) fprintf(stderr , "geometryc, bgfx geometry compiler tool\n" - "Copyright 2011-2015 Branimir Karadzic. All rights reserved.\n" - "License: http://www.opensource.org/licenses/BSD-2-Clause\n\n" + "Copyright 2011-2016 Branimir Karadzic. All rights reserved.\n" + "License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause\n\n" ); fprintf(stderr diff --git a/tools/makedisttex.cpp b/tools/makedisttex.cpp index a4542462e..6bc99b528 100644 --- a/tools/makedisttex.cpp +++ b/tools/makedisttex.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include diff --git a/tools/shaderc/shaderc.cpp b/tools/shaderc/shaderc.cpp index 1dbb5631e..4b6c7ec0f 100644 --- a/tools/shaderc/shaderc.cpp +++ b/tools/shaderc/shaderc.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "shaderc.h" @@ -639,8 +639,8 @@ void help(const char* _error = NULL) fprintf(stderr , "shaderc, bgfx shader compiler tool\n" - "Copyright 2011-2015 Branimir Karadzic. All rights reserved.\n" - "License: http://www.opensource.org/licenses/BSD-2-Clause\n\n" + "Copyright 2011-2016 Branimir Karadzic. All rights reserved.\n" + "License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause\n\n" ); fprintf(stderr diff --git a/tools/shaderc/shaderc.h b/tools/shaderc/shaderc.h index 1ded2b4da..b7818ff18 100644 --- a/tools/shaderc/shaderc.h +++ b/tools/shaderc/shaderc.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef SHADERC_H_HEADER_GUARD diff --git a/tools/shaderc/shaderc_glsl.cpp b/tools/shaderc/shaderc_glsl.cpp index 775359e96..674b19d16 100644 --- a/tools/shaderc/shaderc_glsl.cpp +++ b/tools/shaderc/shaderc_glsl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "shaderc.h" diff --git a/tools/shaderc/shaderc_hlsl.cpp b/tools/shaderc/shaderc_hlsl.cpp index 60c81282b..cdac5edd7 100644 --- a/tools/shaderc/shaderc_hlsl.cpp +++ b/tools/shaderc/shaderc_hlsl.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include "shaderc.h" diff --git a/tools/texturec/texturec.cpp b/tools/texturec/texturec.cpp index 3ebbb6e32..7c66cdd31 100644 --- a/tools/texturec/texturec.cpp +++ b/tools/texturec/texturec.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2015 Branimir Karadzic. All rights reserved. - * License: http://www.opensource.org/licenses/BSD-2-Clause + * Copyright 2011-2016 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #include @@ -147,8 +147,8 @@ void help(const char* _error = NULL) fprintf(stderr , "texturec, bgfx texture compiler tool\n" - "Copyright 2011-2015 Branimir Karadzic. All rights reserved.\n" - "License: http://www.opensource.org/licenses/BSD-2-Clause\n\n" + "Copyright 2011-2016 Branimir Karadzic. All rights reserved.\n" + "License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause\n\n" ); fprintf(stderr