From 466c6a4e95f6c2ebd61040d6fe2f6418e45b7e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 14 Jan 2023 10:05:12 -0800 Subject: [PATCH] Happy New Year! --- LICENSE | 2 +- README.md | 2 +- docs/license.rst | 2 +- examples/00-helloworld/helloworld.cpp | 2 +- examples/01-cubes/cubes.cpp | 2 +- examples/01-cubes/fs_cubes.sc | 2 +- examples/01-cubes/makefile | 2 +- examples/01-cubes/vs_cubes.sc | 2 +- examples/02-metaballs/fs_metaballs.sc | 2 +- examples/02-metaballs/makefile | 2 +- examples/02-metaballs/metaballs.cpp | 2 +- examples/02-metaballs/vs_metaballs.sc | 2 +- examples/03-raymarch/fs_raymarching.sc | 2 +- examples/03-raymarch/makefile | 2 +- examples/03-raymarch/raymarch.cpp | 2 +- examples/03-raymarch/vs_raymarching.sc | 2 +- examples/04-mesh/fs_mesh.sc | 2 +- examples/04-mesh/makefile | 2 +- examples/04-mesh/mesh.cpp | 2 +- examples/04-mesh/vs_mesh.sc | 2 +- examples/05-instancing/fs_instancing.sc | 2 +- examples/05-instancing/instancing.cpp | 2 +- examples/05-instancing/makefile | 2 +- examples/05-instancing/vs_instancing.sc | 2 +- examples/06-bump/bump.cpp | 2 +- examples/06-bump/fs_bump.sc | 2 +- examples/06-bump/makefile | 2 +- examples/06-bump/vs_bump.sc | 2 +- examples/06-bump/vs_bump_instanced.sc | 2 +- examples/07-callback/callback.cpp | 2 +- examples/07-callback/fs_callback.sc | 2 +- examples/07-callback/makefile | 2 +- examples/07-callback/vs_callback.sc | 2 +- examples/08-update/fs_update.sc | 2 +- examples/08-update/fs_update_3d.sc | 2 +- examples/08-update/fs_update_cmp.sc | 2 +- examples/08-update/makefile | 2 +- examples/08-update/update.cpp | 2 +- examples/08-update/vs_update.sc | 2 +- examples/09-hdr/common.sh | 2 +- examples/09-hdr/fs_hdr_blur.sc | 2 +- examples/09-hdr/fs_hdr_bright.sc | 2 +- examples/09-hdr/fs_hdr_lum.sc | 2 +- examples/09-hdr/fs_hdr_lumavg.sc | 2 +- examples/09-hdr/fs_hdr_mesh.sc | 2 +- examples/09-hdr/fs_hdr_skybox.sc | 2 +- examples/09-hdr/fs_hdr_tonemap.sc | 2 +- examples/09-hdr/hdr.cpp | 2 +- examples/09-hdr/makefile | 2 +- examples/09-hdr/vs_hdr_blur.sc | 2 +- examples/09-hdr/vs_hdr_bright.sc | 2 +- examples/09-hdr/vs_hdr_lum.sc | 2 +- examples/09-hdr/vs_hdr_lumavg.sc | 2 +- examples/09-hdr/vs_hdr_mesh.sc | 2 +- examples/09-hdr/vs_hdr_skybox.sc | 2 +- examples/09-hdr/vs_hdr_tonemap.sc | 2 +- examples/12-lod/makefile | 2 +- examples/13-stencil/makefile | 2 +- examples/14-shadowvolumes/makefile | 2 +- examples/15-shadowmaps-simple/makefile | 2 +- examples/16-shadowmaps/makefile | 2 +- examples/16-shadowmaps/vs_shadowmaps_hblur.sc | 2 +- examples/17-drawstress/drawstress.cpp | 2 +- examples/17-drawstress/fs_drawstress.sc | 2 +- examples/17-drawstress/makefile | 2 +- examples/17-drawstress/vs_drawstress.sc | 2 +- examples/18-ibl/makefile | 2 +- examples/19-oit/fs_oit.sc | 2 +- examples/19-oit/fs_oit_wb.sc | 2 +- examples/19-oit/fs_oit_wb_blit.sc | 2 +- examples/19-oit/fs_oit_wb_separate.sc | 2 +- examples/19-oit/fs_oit_wb_separate_blit.sc | 2 +- examples/19-oit/makefile | 2 +- examples/19-oit/oit.cpp | 2 +- examples/19-oit/vs_oit.sc | 2 +- examples/19-oit/vs_oit_blit.sc | 2 +- examples/20-nanovg/nanovg.cpp | 2 +- examples/21-deferred/common.sh | 2 +- examples/21-deferred/deferred.cpp | 2 +- examples/21-deferred/fs_deferred_clear_uav.sc | 2 +- examples/21-deferred/fs_deferred_combine.sc | 2 +- examples/21-deferred/fs_deferred_combine_ta.sc | 2 +- examples/21-deferred/fs_deferred_debug.sc | 2 +- examples/21-deferred/fs_deferred_debug_line.sc | 2 +- examples/21-deferred/fs_deferred_debug_ta.sc | 2 +- examples/21-deferred/fs_deferred_geom.sc | 2 +- examples/21-deferred/fs_deferred_light.sc | 2 +- examples/21-deferred/fs_deferred_light_ta.sc | 2 +- examples/21-deferred/fs_deferred_light_uav.sc | 2 +- examples/21-deferred/makefile | 2 +- examples/21-deferred/vs_deferred_combine.sc | 2 +- examples/21-deferred/vs_deferred_debug.sc | 2 +- examples/21-deferred/vs_deferred_debug_line.sc | 2 +- examples/21-deferred/vs_deferred_geom.sc | 2 +- examples/21-deferred/vs_deferred_light.sc | 2 +- examples/22-windows/windows.cpp | 2 +- examples/23-vectordisplay/makefile | 2 +- examples/24-nbody/makefile | 2 +- examples/26-occlusion/occlusion.cpp | 2 +- examples/27-terrain/makefile | 2 +- examples/28-wireframe/makefile | 2 +- examples/29-debugdraw/debugdraw.cpp | 2 +- examples/30-picking/fs_picking_id.sc | 2 +- examples/30-picking/fs_picking_shaded.sc | 2 +- examples/30-picking/makefile | 2 +- examples/30-picking/vs_picking_shaded.sc | 2 +- examples/31-rsm/makefile | 2 +- examples/32-particles/particles.cpp | 2 +- examples/33-pom/makefile | 2 +- examples/33-pom/pom.cpp | 2 +- examples/34-mvs/mvs.cpp | 2 +- examples/35-dynamic/dynamic.cpp | 2 +- examples/36-sky/makefile | 2 +- examples/36-sky/vs_sky_landscape.sc | 2 +- examples/37-gpudrivenrendering/makefile | 2 +- examples/38-bloom/fs_bloom_combine.sc | 2 +- examples/38-bloom/makefile | 2 +- examples/38-bloom/vs_deferred_combine.sc | 2 +- examples/39-assao/makefile | 2 +- examples/40-svt/fs_vt_mip.sc | 2 +- examples/40-svt/fs_vt_unlit.sc | 2 +- examples/40-svt/makefile | 2 +- examples/40-svt/virtualtexture.sh | 2 +- examples/40-svt/vs_vt_generic.sc | 2 +- examples/41-tess/makefile | 2 +- examples/42-bunnylod/bunnylod.cpp | 2 +- examples/42-bunnylod/fs_bunnylod.sc | 2 +- examples/42-bunnylod/makefile | 2 +- examples/42-bunnylod/vs_bunnylod.sc | 2 +- examples/46-fsr/makefile | 2 +- examples/47-pixelformats/makefile | 2 +- examples/48-drawindirect/makefile | 2 +- examples/49-hextile/makefile | 2 +- examples/common/aviwriter.h | 2 +- examples/common/bgfx_utils.cpp | 2 +- examples/common/bgfx_utils.h | 2 +- examples/common/common.h | 2 +- examples/common/common.sh | 2 +- examples/common/debugdraw/debugdraw.cpp | 2 +- examples/common/debugdraw/debugdraw.h | 2 +- examples/common/debugdraw/fs_debugdraw_fill.sc | 2 +- examples/common/debugdraw/fs_debugdraw_fill_lit.sc | 2 +- examples/common/debugdraw/fs_debugdraw_fill_texture.sc | 2 +- examples/common/debugdraw/fs_debugdraw_lines.sc | 2 +- examples/common/debugdraw/fs_debugdraw_lines_stipple.sc | 2 +- examples/common/debugdraw/makefile | 2 +- examples/common/debugdraw/vs_debugdraw_fill.sc | 2 +- examples/common/debugdraw/vs_debugdraw_fill_lit.sc | 2 +- examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc | 2 +- examples/common/debugdraw/vs_debugdraw_fill_mesh.sc | 2 +- examples/common/debugdraw/vs_debugdraw_fill_texture.sc | 2 +- examples/common/debugdraw/vs_debugdraw_lines.sc | 2 +- examples/common/debugdraw/vs_debugdraw_lines_stipple.sc | 2 +- examples/common/entry/cmd.cpp | 2 +- examples/common/entry/cmd.h | 2 +- examples/common/entry/dbg.h | 2 +- examples/common/entry/dialog.cpp | 2 +- examples/common/entry/dialog.h | 2 +- examples/common/entry/entry.cpp | 2 +- examples/common/entry/entry.h | 2 +- examples/common/entry/entry_android.cpp | 2 +- examples/common/entry/entry_glfw.cpp | 2 +- examples/common/entry/entry_html5.cpp | 2 +- examples/common/entry/entry_ios.mm | 2 +- examples/common/entry/entry_noop.cpp | 2 +- examples/common/entry/entry_osx.mm | 2 +- examples/common/entry/entry_p.h | 2 +- examples/common/entry/entry_sdl.cpp | 2 +- examples/common/entry/entry_windows.cpp | 2 +- examples/common/entry/entry_x11.cpp | 2 +- examples/common/entry/input.cpp | 2 +- examples/common/entry/input.h | 2 +- examples/common/example-glue.cpp | 2 +- examples/common/font/makefile | 2 +- examples/common/imgui/imgui.h | 2 +- examples/common/imgui/makefile | 2 +- examples/common/nanovg/makefile | 2 +- examples/common/nanovg/nanovg_bgfx.cpp | 2 +- examples/common/nanovg/nanovg_bgfx.h | 2 +- examples/common/packrect.h | 2 +- examples/common/ps/fs_particle.sc | 2 +- examples/common/ps/makefile | 2 +- examples/common/ps/particle_system.cpp | 2 +- examples/common/ps/particle_system.h | 2 +- examples/common/ps/vs_particle.sc | 2 +- examples/common/shaderlib.sh | 2 +- examples/makefile | 2 +- include/bgfx/bgfx.h | 2 +- include/bgfx/c99/bgfx.h | 2 +- include/bgfx/defines.h | 2 +- include/bgfx/embedded_shader.h | 2 +- include/bgfx/platform.h | 2 +- makefile | 2 +- scripts/bgfx.lua | 2 +- scripts/bindings-bf.lua | 2 +- scripts/bindings-cs.lua | 4 ++-- scripts/bindings-zig.lua | 2 +- scripts/example-common.lua | 2 +- scripts/genie.lua | 4 ++-- scripts/geometryc.lua | 2 +- scripts/shader-embeded.mk | 2 +- scripts/shader.mk | 2 +- scripts/shaderc.lua | 2 +- scripts/temp.bgfx.h | 2 +- scripts/temp.bgfx.idl.inl | 2 +- scripts/temp.defines.h | 2 +- scripts/texturec.lua | 2 +- scripts/tools.mk | 2 +- src/amalgamated.cpp | 2 +- src/amalgamated.mm | 2 +- src/bgfx.cpp | 2 +- src/bgfx.idl.inl | 2 +- src/bgfx_compute.sh | 2 +- src/bgfx_p.h | 2 +- src/bgfx_shader.sh | 2 +- src/charset.h | 2 +- src/config.h | 2 +- src/debug_renderdoc.cpp | 2 +- src/debug_renderdoc.h | 2 +- src/dxgi.cpp | 2 +- src/dxgi.h | 2 +- src/emscripten.h | 2 +- src/fs_clear0.sc | 2 +- src/fs_clear1.sc | 2 +- src/fs_clear2.sc | 2 +- src/fs_clear3.sc | 2 +- src/fs_clear4.sc | 2 +- src/fs_clear5.sc | 2 +- src/fs_clear6.sc | 2 +- src/fs_clear7.sc | 2 +- src/fs_debugfont.sc | 2 +- src/glcontext_eagl.h | 2 +- src/glcontext_eagl.mm | 2 +- src/glcontext_egl.cpp | 2 +- src/glcontext_egl.h | 2 +- src/glcontext_glx.cpp | 2 +- src/glcontext_glx.h | 2 +- src/glcontext_html5.cpp | 2 +- src/glcontext_html5.h | 2 +- src/glcontext_nsgl.h | 2 +- src/glcontext_nsgl.mm | 2 +- src/glcontext_wgl.cpp | 2 +- src/glcontext_wgl.h | 2 +- src/glimports.h | 2 +- src/makefile | 2 +- src/nvapi.cpp | 2 +- src/nvapi.h | 2 +- src/renderer.h | 2 +- src/renderer_agc.cpp | 2 +- src/renderer_d3d.h | 2 +- src/renderer_d3d11.cpp | 2 +- src/renderer_d3d11.h | 2 +- src/renderer_d3d12.cpp | 2 +- src/renderer_d3d12.h | 2 +- src/renderer_d3d9.cpp | 2 +- src/renderer_d3d9.h | 2 +- src/renderer_gl.cpp | 2 +- src/renderer_gl.h | 2 +- src/renderer_gnm.cpp | 2 +- src/renderer_noop.cpp | 2 +- src/renderer_nvn.cpp | 2 +- src/renderer_vk.cpp | 2 +- src/renderer_vk.h | 2 +- src/shader.cpp | 2 +- src/shader.h | 2 +- src/shader_dx9bc.cpp | 2 +- src/shader_dx9bc.h | 2 +- src/shader_dxbc.cpp | 4 ++-- src/shader_dxbc.h | 4 ++-- src/shader_spirv.cpp | 2 +- src/shader_spirv.h | 2 +- src/topology.cpp | 2 +- src/topology.h | 2 +- src/version.h | 2 +- src/vertexlayout.cpp | 2 +- src/vertexlayout.h | 2 +- src/vs_clear.sc | 2 +- src/vs_debugfont.sc | 2 +- tools/geometryc/geometryc.cpp | 4 ++-- tools/shaderc/shaderc.cpp | 4 ++-- tools/shaderc/shaderc.h | 2 +- tools/shaderc/shaderc_glsl.cpp | 2 +- tools/shaderc/shaderc_hlsl.cpp | 2 +- tools/shaderc/shaderc_metal.cpp | 2 +- tools/shaderc/shaderc_pssl.cpp | 2 +- tools/shaderc/shaderc_spirv.cpp | 2 +- tools/texturev/common.sh | 2 +- tools/texturev/fs_texture.sc | 2 +- tools/texturev/fs_texture_3d.sc | 2 +- tools/texturev/fs_texture_array.sc | 2 +- tools/texturev/fs_texture_cube.sc | 2 +- tools/texturev/fs_texture_cube2.sc | 2 +- tools/texturev/fs_texture_msdf.sc | 2 +- tools/texturev/fs_texture_sdf.sc | 2 +- tools/texturev/makefile | 2 +- tools/texturev/texturev.cpp | 6 +++--- tools/texturev/vs_texture.sc | 2 +- tools/texturev/vs_texture_cube.sc | 2 +- 298 files changed, 306 insertions(+), 306 deletions(-) diff --git a/LICENSE b/LICENSE index e21e5d5f3..f8393b901 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2010-2022 Branimir Karadzic +Copyright 2010-2023 Branimir Karadzic Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index e11cb4dbc..99aed723b 100644 --- a/README.md +++ b/README.md @@ -537,7 +537,7 @@ https://github.com/astrofra/demo-marine-melodies - Copyright 2010-2022 Branimir Karadzic + Copyright 2010-2023 Branimir Karadzic Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/license.rst b/docs/license.rst index 130b994d2..47f48e7bb 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -6,7 +6,7 @@ License :: - Copyright 2010-2022 Branimir Karadzic + Copyright 2010-2023 Branimir Karadzic Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/examples/00-helloworld/helloworld.cpp b/examples/00-helloworld/helloworld.cpp index 97a794633..884a9ab0a 100644 --- a/examples/00-helloworld/helloworld.cpp +++ b/examples/00-helloworld/helloworld.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/01-cubes/cubes.cpp b/examples/01-cubes/cubes.cpp index de4566739..4f8084001 100644 --- a/examples/01-cubes/cubes.cpp +++ b/examples/01-cubes/cubes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/01-cubes/fs_cubes.sc b/examples/01-cubes/fs_cubes.sc index 8ea959c83..6f31cbe23 100644 --- a/examples/01-cubes/fs_cubes.sc +++ b/examples/01-cubes/fs_cubes.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/01-cubes/makefile b/examples/01-cubes/makefile index 19c81e436..dd0194e12 100644 --- a/examples/01-cubes/makefile +++ b/examples/01-cubes/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/01-cubes/vs_cubes.sc b/examples/01-cubes/vs_cubes.sc index d80005d46..a9637c800 100644 --- a/examples/01-cubes/vs_cubes.sc +++ b/examples/01-cubes/vs_cubes.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/02-metaballs/fs_metaballs.sc b/examples/02-metaballs/fs_metaballs.sc index 9173da91f..9f36e3010 100644 --- a/examples/02-metaballs/fs_metaballs.sc +++ b/examples/02-metaballs/fs_metaballs.sc @@ -1,7 +1,7 @@ $input v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/02-metaballs/makefile b/examples/02-metaballs/makefile index efdae05bf..38377fb80 100644 --- a/examples/02-metaballs/makefile +++ b/examples/02-metaballs/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/02-metaballs/metaballs.cpp b/examples/02-metaballs/metaballs.cpp index 305bf53b3..95ca1dbe0 100644 --- a/examples/02-metaballs/metaballs.cpp +++ b/examples/02-metaballs/metaballs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/02-metaballs/vs_metaballs.sc b/examples/02-metaballs/vs_metaballs.sc index 1470977f1..0312e7b73 100644 --- a/examples/02-metaballs/vs_metaballs.sc +++ b/examples/02-metaballs/vs_metaballs.sc @@ -2,7 +2,7 @@ $input a_position, a_normal, a_color0 $output v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/03-raymarch/fs_raymarching.sc b/examples/03-raymarch/fs_raymarching.sc index 39a0972fe..41ba85166 100644 --- a/examples/03-raymarch/fs_raymarching.sc +++ b/examples/03-raymarch/fs_raymarching.sc @@ -1,7 +1,7 @@ $input v_color0, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/03-raymarch/makefile b/examples/03-raymarch/makefile index 19c81e436..dd0194e12 100644 --- a/examples/03-raymarch/makefile +++ b/examples/03-raymarch/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/03-raymarch/raymarch.cpp b/examples/03-raymarch/raymarch.cpp index 6fb30b91a..c84039762 100644 --- a/examples/03-raymarch/raymarch.cpp +++ b/examples/03-raymarch/raymarch.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/03-raymarch/vs_raymarching.sc b/examples/03-raymarch/vs_raymarching.sc index ab32d2a2f..94eac94f4 100644 --- a/examples/03-raymarch/vs_raymarching.sc +++ b/examples/03-raymarch/vs_raymarching.sc @@ -2,7 +2,7 @@ $input a_position, a_color0, a_texcoord0 $output v_color0, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/04-mesh/fs_mesh.sc b/examples/04-mesh/fs_mesh.sc index 93991561e..4e3444720 100644 --- a/examples/04-mesh/fs_mesh.sc +++ b/examples/04-mesh/fs_mesh.sc @@ -1,7 +1,7 @@ $input v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/04-mesh/makefile b/examples/04-mesh/makefile index 19c81e436..dd0194e12 100644 --- a/examples/04-mesh/makefile +++ b/examples/04-mesh/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/04-mesh/mesh.cpp b/examples/04-mesh/mesh.cpp index 59c6c0706..dd5837198 100644 --- a/examples/04-mesh/mesh.cpp +++ b/examples/04-mesh/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/04-mesh/vs_mesh.sc b/examples/04-mesh/vs_mesh.sc index 8ca8dbf55..6c8b2cb56 100644 --- a/examples/04-mesh/vs_mesh.sc +++ b/examples/04-mesh/vs_mesh.sc @@ -2,7 +2,7 @@ $input a_position, a_normal $output v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/05-instancing/fs_instancing.sc b/examples/05-instancing/fs_instancing.sc index 8ea959c83..6f31cbe23 100644 --- a/examples/05-instancing/fs_instancing.sc +++ b/examples/05-instancing/fs_instancing.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/05-instancing/instancing.cpp b/examples/05-instancing/instancing.cpp index 6b066c16d..307f56fb0 100644 --- a/examples/05-instancing/instancing.cpp +++ b/examples/05-instancing/instancing.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/05-instancing/makefile b/examples/05-instancing/makefile index 19c81e436..dd0194e12 100644 --- a/examples/05-instancing/makefile +++ b/examples/05-instancing/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/05-instancing/vs_instancing.sc b/examples/05-instancing/vs_instancing.sc index 5d952e65c..5fdf63990 100644 --- a/examples/05-instancing/vs_instancing.sc +++ b/examples/05-instancing/vs_instancing.sc @@ -2,7 +2,7 @@ $input a_position, a_color0, i_data0, i_data1, i_data2, i_data3, i_data4 $output v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/06-bump/bump.cpp b/examples/06-bump/bump.cpp index bbfe793fe..ca9cfc7b6 100644 --- a/examples/06-bump/bump.cpp +++ b/examples/06-bump/bump.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/06-bump/fs_bump.sc b/examples/06-bump/fs_bump.sc index 7d56dbd0f..b0636e96a 100644 --- a/examples/06-bump/fs_bump.sc +++ b/examples/06-bump/fs_bump.sc @@ -1,7 +1,7 @@ $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0// in... /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/06-bump/makefile b/examples/06-bump/makefile index 19c81e436..dd0194e12 100644 --- a/examples/06-bump/makefile +++ b/examples/06-bump/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/06-bump/vs_bump.sc b/examples/06-bump/vs_bump.sc index 325c98710..292192cb5 100644 --- a/examples/06-bump/vs_bump.sc +++ b/examples/06-bump/vs_bump.sc @@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/06-bump/vs_bump_instanced.sc b/examples/06-bump/vs_bump_instanced.sc index 7e45b313a..0b903b8f1 100644 --- a/examples/06-bump/vs_bump_instanced.sc +++ b/examples/06-bump/vs_bump_instanced.sc @@ -2,7 +2,7 @@ $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-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/07-callback/callback.cpp b/examples/07-callback/callback.cpp index 418b2a96e..0f6097d9f 100644 --- a/examples/07-callback/callback.cpp +++ b/examples/07-callback/callback.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/07-callback/fs_callback.sc b/examples/07-callback/fs_callback.sc index 3e8f850e3..07feb33b9 100644 --- a/examples/07-callback/fs_callback.sc +++ b/examples/07-callback/fs_callback.sc @@ -1,7 +1,7 @@ $input v_world, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/07-callback/makefile b/examples/07-callback/makefile index 19c81e436..dd0194e12 100644 --- a/examples/07-callback/makefile +++ b/examples/07-callback/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/07-callback/vs_callback.sc b/examples/07-callback/vs_callback.sc index aba775fd4..cf5a0ed63 100644 --- a/examples/07-callback/vs_callback.sc +++ b/examples/07-callback/vs_callback.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_world, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/08-update/fs_update.sc b/examples/08-update/fs_update.sc index 41e24ed1f..76d5f0e36 100644 --- a/examples/08-update/fs_update.sc +++ b/examples/08-update/fs_update.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/08-update/fs_update_3d.sc b/examples/08-update/fs_update_3d.sc index 8986846d5..213d85408 100644 --- a/examples/08-update/fs_update_3d.sc +++ b/examples/08-update/fs_update_3d.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/08-update/fs_update_cmp.sc b/examples/08-update/fs_update_cmp.sc index 076d8965e..a06f4bedb 100644 --- a/examples/08-update/fs_update_cmp.sc +++ b/examples/08-update/fs_update_cmp.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/08-update/makefile b/examples/08-update/makefile index 19c81e436..dd0194e12 100644 --- a/examples/08-update/makefile +++ b/examples/08-update/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/08-update/update.cpp b/examples/08-update/update.cpp index 9e9f63fcb..2f3497da3 100644 --- a/examples/08-update/update.cpp +++ b/examples/08-update/update.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/08-update/vs_update.sc b/examples/08-update/vs_update.sc index 545369275..0483c189a 100644 --- a/examples/08-update/vs_update.sc +++ b/examples/08-update/vs_update.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/common.sh b/examples/09-hdr/common.sh index 056d9d608..18c3b6eb9 100644 --- a/examples/09-hdr/common.sh +++ b/examples/09-hdr/common.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_blur.sc b/examples/09-hdr/fs_hdr_blur.sc index d6130d77d..049f8b38f 100644 --- a/examples/09-hdr/fs_hdr_blur.sc +++ b/examples/09-hdr/fs_hdr_blur.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_bright.sc b/examples/09-hdr/fs_hdr_bright.sc index 321fac73a..246d532ce 100644 --- a/examples/09-hdr/fs_hdr_bright.sc +++ b/examples/09-hdr/fs_hdr_bright.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_lum.sc b/examples/09-hdr/fs_hdr_lum.sc index 392ab7483..691b28128 100644 --- a/examples/09-hdr/fs_hdr_lum.sc +++ b/examples/09-hdr/fs_hdr_lum.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_lumavg.sc b/examples/09-hdr/fs_hdr_lumavg.sc index 4c682a98c..fc1e27e9b 100644 --- a/examples/09-hdr/fs_hdr_lumavg.sc +++ b/examples/09-hdr/fs_hdr_lumavg.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_mesh.sc b/examples/09-hdr/fs_hdr_mesh.sc index 760a0928d..093d3d3e7 100644 --- a/examples/09-hdr/fs_hdr_mesh.sc +++ b/examples/09-hdr/fs_hdr_mesh.sc @@ -1,7 +1,7 @@ $input v_pos, v_view, v_normal /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_skybox.sc b/examples/09-hdr/fs_hdr_skybox.sc index c2880f57c..2eea2fbd3 100644 --- a/examples/09-hdr/fs_hdr_skybox.sc +++ b/examples/09-hdr/fs_hdr_skybox.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/fs_hdr_tonemap.sc b/examples/09-hdr/fs_hdr_tonemap.sc index 44f3df9b4..978607188 100644 --- a/examples/09-hdr/fs_hdr_tonemap.sc +++ b/examples/09-hdr/fs_hdr_tonemap.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/hdr.cpp b/examples/09-hdr/hdr.cpp index 6184611b4..3d0af4346 100644 --- a/examples/09-hdr/hdr.cpp +++ b/examples/09-hdr/hdr.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/makefile b/examples/09-hdr/makefile index 19c81e436..dd0194e12 100644 --- a/examples/09-hdr/makefile +++ b/examples/09-hdr/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/09-hdr/vs_hdr_blur.sc b/examples/09-hdr/vs_hdr_blur.sc index e4dad0170..80bb703d6 100644 --- a/examples/09-hdr/vs_hdr_blur.sc +++ b/examples/09-hdr/vs_hdr_blur.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/vs_hdr_bright.sc b/examples/09-hdr/vs_hdr_bright.sc index 545369275..0483c189a 100644 --- a/examples/09-hdr/vs_hdr_bright.sc +++ b/examples/09-hdr/vs_hdr_bright.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/vs_hdr_lum.sc b/examples/09-hdr/vs_hdr_lum.sc index 545369275..0483c189a 100644 --- a/examples/09-hdr/vs_hdr_lum.sc +++ b/examples/09-hdr/vs_hdr_lum.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/vs_hdr_lumavg.sc b/examples/09-hdr/vs_hdr_lumavg.sc index 545369275..0483c189a 100644 --- a/examples/09-hdr/vs_hdr_lumavg.sc +++ b/examples/09-hdr/vs_hdr_lumavg.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/vs_hdr_mesh.sc b/examples/09-hdr/vs_hdr_mesh.sc index a10d55992..6204caa4e 100644 --- a/examples/09-hdr/vs_hdr_mesh.sc +++ b/examples/09-hdr/vs_hdr_mesh.sc @@ -2,7 +2,7 @@ $input a_position, a_normal $output v_pos, v_view, v_normal /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/vs_hdr_skybox.sc b/examples/09-hdr/vs_hdr_skybox.sc index 545369275..0483c189a 100644 --- a/examples/09-hdr/vs_hdr_skybox.sc +++ b/examples/09-hdr/vs_hdr_skybox.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/09-hdr/vs_hdr_tonemap.sc b/examples/09-hdr/vs_hdr_tonemap.sc index e7fea0c3e..9d50c792e 100644 --- a/examples/09-hdr/vs_hdr_tonemap.sc +++ b/examples/09-hdr/vs_hdr_tonemap.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/12-lod/makefile b/examples/12-lod/makefile index 19c81e436..dd0194e12 100644 --- a/examples/12-lod/makefile +++ b/examples/12-lod/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/13-stencil/makefile b/examples/13-stencil/makefile index 19c81e436..dd0194e12 100644 --- a/examples/13-stencil/makefile +++ b/examples/13-stencil/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/14-shadowvolumes/makefile b/examples/14-shadowvolumes/makefile index 19c81e436..dd0194e12 100644 --- a/examples/14-shadowvolumes/makefile +++ b/examples/14-shadowvolumes/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/15-shadowmaps-simple/makefile b/examples/15-shadowmaps-simple/makefile index 19c81e436..dd0194e12 100644 --- a/examples/15-shadowmaps-simple/makefile +++ b/examples/15-shadowmaps-simple/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/16-shadowmaps/makefile b/examples/16-shadowmaps/makefile index 19c81e436..dd0194e12 100644 --- a/examples/16-shadowmaps/makefile +++ b/examples/16-shadowmaps/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/16-shadowmaps/vs_shadowmaps_hblur.sc b/examples/16-shadowmaps/vs_shadowmaps_hblur.sc index 99ddaf2c5..0af78acd2 100644 --- a/examples/16-shadowmaps/vs_shadowmaps_hblur.sc +++ b/examples/16-shadowmaps/vs_shadowmaps_hblur.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/17-drawstress/drawstress.cpp b/examples/17-drawstress/drawstress.cpp index 5dd17370c..aa9c6ecf6 100644 --- a/examples/17-drawstress/drawstress.cpp +++ b/examples/17-drawstress/drawstress.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/17-drawstress/fs_drawstress.sc b/examples/17-drawstress/fs_drawstress.sc index 8ea959c83..6f31cbe23 100644 --- a/examples/17-drawstress/fs_drawstress.sc +++ b/examples/17-drawstress/fs_drawstress.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/17-drawstress/makefile b/examples/17-drawstress/makefile index efdae05bf..38377fb80 100644 --- a/examples/17-drawstress/makefile +++ b/examples/17-drawstress/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/17-drawstress/vs_drawstress.sc b/examples/17-drawstress/vs_drawstress.sc index d80005d46..a9637c800 100644 --- a/examples/17-drawstress/vs_drawstress.sc +++ b/examples/17-drawstress/vs_drawstress.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/18-ibl/makefile b/examples/18-ibl/makefile index 19c81e436..dd0194e12 100644 --- a/examples/18-ibl/makefile +++ b/examples/18-ibl/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/19-oit/fs_oit.sc b/examples/19-oit/fs_oit.sc index a087e5f3a..e3cc677ef 100644 --- a/examples/19-oit/fs_oit.sc +++ b/examples/19-oit/fs_oit.sc @@ -1,7 +1,7 @@ $input v_pos /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/fs_oit_wb.sc b/examples/19-oit/fs_oit_wb.sc index 9cb69a52e..f8d77f4d3 100644 --- a/examples/19-oit/fs_oit_wb.sc +++ b/examples/19-oit/fs_oit_wb.sc @@ -1,7 +1,7 @@ $input v_pos /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/fs_oit_wb_blit.sc b/examples/19-oit/fs_oit_wb_blit.sc index f6f45c820..b4bcf5153 100644 --- a/examples/19-oit/fs_oit_wb_blit.sc +++ b/examples/19-oit/fs_oit_wb_blit.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/fs_oit_wb_separate.sc b/examples/19-oit/fs_oit_wb_separate.sc index 3e4c6d8ce..2a6a9364d 100644 --- a/examples/19-oit/fs_oit_wb_separate.sc +++ b/examples/19-oit/fs_oit_wb_separate.sc @@ -1,7 +1,7 @@ $input v_pos /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/fs_oit_wb_separate_blit.sc b/examples/19-oit/fs_oit_wb_separate_blit.sc index 58c888aaa..cfff5f7d3 100644 --- a/examples/19-oit/fs_oit_wb_separate_blit.sc +++ b/examples/19-oit/fs_oit_wb_separate_blit.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/makefile b/examples/19-oit/makefile index 19c81e436..dd0194e12 100644 --- a/examples/19-oit/makefile +++ b/examples/19-oit/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/19-oit/oit.cpp b/examples/19-oit/oit.cpp index 576cd091f..4d4fc4bef 100644 --- a/examples/19-oit/oit.cpp +++ b/examples/19-oit/oit.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/vs_oit.sc b/examples/19-oit/vs_oit.sc index b38d28fda..f2296d524 100644 --- a/examples/19-oit/vs_oit.sc +++ b/examples/19-oit/vs_oit.sc @@ -2,7 +2,7 @@ $input a_position $output v_pos /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/19-oit/vs_oit_blit.sc b/examples/19-oit/vs_oit_blit.sc index 545369275..0483c189a 100644 --- a/examples/19-oit/vs_oit_blit.sc +++ b/examples/19-oit/vs_oit_blit.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/20-nanovg/nanovg.cpp b/examples/20-nanovg/nanovg.cpp index 144d21b8b..51b21b936 100644 --- a/examples/20-nanovg/nanovg.cpp +++ b/examples/20-nanovg/nanovg.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/common.sh b/examples/21-deferred/common.sh index 14dd727bb..8589a431d 100644 --- a/examples/21-deferred/common.sh +++ b/examples/21-deferred/common.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/deferred.cpp b/examples/21-deferred/deferred.cpp index 6c379fd3f..47adbabfc 100644 --- a/examples/21-deferred/deferred.cpp +++ b/examples/21-deferred/deferred.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_clear_uav.sc b/examples/21-deferred/fs_deferred_clear_uav.sc index bf355703e..e8e4f4d34 100644 --- a/examples/21-deferred/fs_deferred_clear_uav.sc +++ b/examples/21-deferred/fs_deferred_clear_uav.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_combine.sc b/examples/21-deferred/fs_deferred_combine.sc index 31318e331..31c3872b5 100644 --- a/examples/21-deferred/fs_deferred_combine.sc +++ b/examples/21-deferred/fs_deferred_combine.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_combine_ta.sc b/examples/21-deferred/fs_deferred_combine_ta.sc index ce18dcc1e..9ede7b86b 100644 --- a/examples/21-deferred/fs_deferred_combine_ta.sc +++ b/examples/21-deferred/fs_deferred_combine_ta.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_debug.sc b/examples/21-deferred/fs_deferred_debug.sc index 1d3b0951a..9ee68140f 100644 --- a/examples/21-deferred/fs_deferred_debug.sc +++ b/examples/21-deferred/fs_deferred_debug.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_debug_line.sc b/examples/21-deferred/fs_deferred_debug_line.sc index 8ea959c83..6f31cbe23 100644 --- a/examples/21-deferred/fs_deferred_debug_line.sc +++ b/examples/21-deferred/fs_deferred_debug_line.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_debug_ta.sc b/examples/21-deferred/fs_deferred_debug_ta.sc index e69f2fcda..9766ef90e 100644 --- a/examples/21-deferred/fs_deferred_debug_ta.sc +++ b/examples/21-deferred/fs_deferred_debug_ta.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_geom.sc b/examples/21-deferred/fs_deferred_geom.sc index 0466d720a..18006e749 100644 --- a/examples/21-deferred/fs_deferred_geom.sc +++ b/examples/21-deferred/fs_deferred_geom.sc @@ -1,7 +1,7 @@ $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_light.sc b/examples/21-deferred/fs_deferred_light.sc index 680b5a8e0..892d384e9 100644 --- a/examples/21-deferred/fs_deferred_light.sc +++ b/examples/21-deferred/fs_deferred_light.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_light_ta.sc b/examples/21-deferred/fs_deferred_light_ta.sc index 19102eff0..e400115bd 100644 --- a/examples/21-deferred/fs_deferred_light_ta.sc +++ b/examples/21-deferred/fs_deferred_light_ta.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/fs_deferred_light_uav.sc b/examples/21-deferred/fs_deferred_light_uav.sc index 084423338..e789e1a77 100644 --- a/examples/21-deferred/fs_deferred_light_uav.sc +++ b/examples/21-deferred/fs_deferred_light_uav.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/makefile b/examples/21-deferred/makefile index 19c81e436..dd0194e12 100644 --- a/examples/21-deferred/makefile +++ b/examples/21-deferred/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/21-deferred/vs_deferred_combine.sc b/examples/21-deferred/vs_deferred_combine.sc index 545369275..0483c189a 100644 --- a/examples/21-deferred/vs_deferred_combine.sc +++ b/examples/21-deferred/vs_deferred_combine.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/vs_deferred_debug.sc b/examples/21-deferred/vs_deferred_debug.sc index 545369275..0483c189a 100644 --- a/examples/21-deferred/vs_deferred_debug.sc +++ b/examples/21-deferred/vs_deferred_debug.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/vs_deferred_debug_line.sc b/examples/21-deferred/vs_deferred_debug_line.sc index d80005d46..a9637c800 100644 --- a/examples/21-deferred/vs_deferred_debug_line.sc +++ b/examples/21-deferred/vs_deferred_debug_line.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/vs_deferred_geom.sc b/examples/21-deferred/vs_deferred_geom.sc index 5c4e5bf3f..2886bd753 100644 --- a/examples/21-deferred/vs_deferred_geom.sc +++ b/examples/21-deferred/vs_deferred_geom.sc @@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/21-deferred/vs_deferred_light.sc b/examples/21-deferred/vs_deferred_light.sc index 545369275..0483c189a 100644 --- a/examples/21-deferred/vs_deferred_light.sc +++ b/examples/21-deferred/vs_deferred_light.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/22-windows/windows.cpp b/examples/22-windows/windows.cpp index 03a5259e9..fa3577355 100644 --- a/examples/22-windows/windows.cpp +++ b/examples/22-windows/windows.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/23-vectordisplay/makefile b/examples/23-vectordisplay/makefile index 19c81e436..dd0194e12 100644 --- a/examples/23-vectordisplay/makefile +++ b/examples/23-vectordisplay/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/24-nbody/makefile b/examples/24-nbody/makefile index 19c81e436..dd0194e12 100644 --- a/examples/24-nbody/makefile +++ b/examples/24-nbody/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/26-occlusion/occlusion.cpp b/examples/26-occlusion/occlusion.cpp index d0149838d..929fff42a 100644 --- a/examples/26-occlusion/occlusion.cpp +++ b/examples/26-occlusion/occlusion.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/27-terrain/makefile b/examples/27-terrain/makefile index 19c81e436..dd0194e12 100644 --- a/examples/27-terrain/makefile +++ b/examples/27-terrain/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/28-wireframe/makefile b/examples/28-wireframe/makefile index 19c81e436..dd0194e12 100644 --- a/examples/28-wireframe/makefile +++ b/examples/28-wireframe/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/29-debugdraw/debugdraw.cpp b/examples/29-debugdraw/debugdraw.cpp index fb13bb7e3..f274246da 100644 --- a/examples/29-debugdraw/debugdraw.cpp +++ b/examples/29-debugdraw/debugdraw.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/30-picking/fs_picking_id.sc b/examples/30-picking/fs_picking_id.sc index 8a2293100..723265fcc 100644 --- a/examples/30-picking/fs_picking_id.sc +++ b/examples/30-picking/fs_picking_id.sc @@ -1,7 +1,7 @@ $input v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/30-picking/fs_picking_shaded.sc b/examples/30-picking/fs_picking_shaded.sc index 05c873e96..74cc160b2 100644 --- a/examples/30-picking/fs_picking_shaded.sc +++ b/examples/30-picking/fs_picking_shaded.sc @@ -1,7 +1,7 @@ $input v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/30-picking/makefile b/examples/30-picking/makefile index 19c81e436..dd0194e12 100644 --- a/examples/30-picking/makefile +++ b/examples/30-picking/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/30-picking/vs_picking_shaded.sc b/examples/30-picking/vs_picking_shaded.sc index f4ba4f35f..1458070d0 100644 --- a/examples/30-picking/vs_picking_shaded.sc +++ b/examples/30-picking/vs_picking_shaded.sc @@ -2,7 +2,7 @@ $input a_position, a_normal $output v_pos, v_view, v_normal, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/31-rsm/makefile b/examples/31-rsm/makefile index 19c81e436..dd0194e12 100644 --- a/examples/31-rsm/makefile +++ b/examples/31-rsm/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/32-particles/particles.cpp b/examples/32-particles/particles.cpp index d5642b4b8..0d573a9dc 100644 --- a/examples/32-particles/particles.cpp +++ b/examples/32-particles/particles.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/33-pom/makefile b/examples/33-pom/makefile index 19c81e436..dd0194e12 100644 --- a/examples/33-pom/makefile +++ b/examples/33-pom/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/33-pom/pom.cpp b/examples/33-pom/pom.cpp index 71e7e1d85..f655f7143 100644 --- a/examples/33-pom/pom.cpp +++ b/examples/33-pom/pom.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/34-mvs/mvs.cpp b/examples/34-mvs/mvs.cpp index bbe469b95..8782f7f48 100644 --- a/examples/34-mvs/mvs.cpp +++ b/examples/34-mvs/mvs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/35-dynamic/dynamic.cpp b/examples/35-dynamic/dynamic.cpp index 76544852f..8d5f2191c 100644 --- a/examples/35-dynamic/dynamic.cpp +++ b/examples/35-dynamic/dynamic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/36-sky/makefile b/examples/36-sky/makefile index 19c81e436..dd0194e12 100644 --- a/examples/36-sky/makefile +++ b/examples/36-sky/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/36-sky/vs_sky_landscape.sc b/examples/36-sky/vs_sky_landscape.sc index 8a22e90e0..6bc0868b9 100644 --- a/examples/36-sky/vs_sky_landscape.sc +++ b/examples/36-sky/vs_sky_landscape.sc @@ -2,7 +2,7 @@ $input a_position, a_normal, a_texcoord0 $output v_normal, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/37-gpudrivenrendering/makefile b/examples/37-gpudrivenrendering/makefile index 19c81e436..dd0194e12 100644 --- a/examples/37-gpudrivenrendering/makefile +++ b/examples/37-gpudrivenrendering/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/38-bloom/fs_bloom_combine.sc b/examples/38-bloom/fs_bloom_combine.sc index 6b9073b8f..b3ad7a16c 100644 --- a/examples/38-bloom/fs_bloom_combine.sc +++ b/examples/38-bloom/fs_bloom_combine.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/38-bloom/makefile b/examples/38-bloom/makefile index 19c81e436..dd0194e12 100644 --- a/examples/38-bloom/makefile +++ b/examples/38-bloom/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/38-bloom/vs_deferred_combine.sc b/examples/38-bloom/vs_deferred_combine.sc index 545369275..0483c189a 100644 --- a/examples/38-bloom/vs_deferred_combine.sc +++ b/examples/38-bloom/vs_deferred_combine.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/39-assao/makefile b/examples/39-assao/makefile index 19c81e436..dd0194e12 100644 --- a/examples/39-assao/makefile +++ b/examples/39-assao/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/40-svt/fs_vt_mip.sc b/examples/40-svt/fs_vt_mip.sc index 31f0b2b6f..5d79b6c6c 100644 --- a/examples/40-svt/fs_vt_mip.sc +++ b/examples/40-svt/fs_vt_mip.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/40-svt/fs_vt_unlit.sc b/examples/40-svt/fs_vt_unlit.sc index a079bc11d..1ee16116c 100644 --- a/examples/40-svt/fs_vt_unlit.sc +++ b/examples/40-svt/fs_vt_unlit.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/40-svt/makefile b/examples/40-svt/makefile index 19c81e436..dd0194e12 100644 --- a/examples/40-svt/makefile +++ b/examples/40-svt/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/40-svt/virtualtexture.sh b/examples/40-svt/virtualtexture.sh index 32a3381c6..f0ffde2e9 100644 --- a/examples/40-svt/virtualtexture.sh +++ b/examples/40-svt/virtualtexture.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/40-svt/vs_vt_generic.sc b/examples/40-svt/vs_vt_generic.sc index 1f39a8738..997b86987 100644 --- a/examples/40-svt/vs_vt_generic.sc +++ b/examples/40-svt/vs_vt_generic.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0 $output v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/41-tess/makefile b/examples/41-tess/makefile index 19c81e436..dd0194e12 100644 --- a/examples/41-tess/makefile +++ b/examples/41-tess/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/42-bunnylod/bunnylod.cpp b/examples/42-bunnylod/bunnylod.cpp index bd44b1f8e..0af3ba0f1 100644 --- a/examples/42-bunnylod/bunnylod.cpp +++ b/examples/42-bunnylod/bunnylod.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/42-bunnylod/fs_bunnylod.sc b/examples/42-bunnylod/fs_bunnylod.sc index 3e8f850e3..07feb33b9 100644 --- a/examples/42-bunnylod/fs_bunnylod.sc +++ b/examples/42-bunnylod/fs_bunnylod.sc @@ -1,7 +1,7 @@ $input v_world, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/42-bunnylod/makefile b/examples/42-bunnylod/makefile index 19c81e436..dd0194e12 100644 --- a/examples/42-bunnylod/makefile +++ b/examples/42-bunnylod/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/42-bunnylod/vs_bunnylod.sc b/examples/42-bunnylod/vs_bunnylod.sc index 74209e352..d40fc67ce 100644 --- a/examples/42-bunnylod/vs_bunnylod.sc +++ b/examples/42-bunnylod/vs_bunnylod.sc @@ -2,7 +2,7 @@ $input a_position, a_normal $output v_world, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/46-fsr/makefile b/examples/46-fsr/makefile index 19c81e436..dd0194e12 100644 --- a/examples/46-fsr/makefile +++ b/examples/46-fsr/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/47-pixelformats/makefile b/examples/47-pixelformats/makefile index 19c81e436..dd0194e12 100644 --- a/examples/47-pixelformats/makefile +++ b/examples/47-pixelformats/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/48-drawindirect/makefile b/examples/48-drawindirect/makefile index 19c81e436..dd0194e12 100644 --- a/examples/48-drawindirect/makefile +++ b/examples/48-drawindirect/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/49-hextile/makefile b/examples/49-hextile/makefile index 19c81e436..dd0194e12 100644 --- a/examples/49-hextile/makefile +++ b/examples/49-hextile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/common/aviwriter.h b/examples/common/aviwriter.h index 32eb49f69..016e01226 100644 --- a/examples/common/aviwriter.h +++ b/examples/common/aviwriter.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/bgfx_utils.cpp b/examples/common/bgfx_utils.cpp index 209e3ea7f..c48add461 100644 --- a/examples/common/bgfx_utils.cpp +++ b/examples/common/bgfx_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/bgfx_utils.h b/examples/common/bgfx_utils.h index 7146293f3..03c48f652 100644 --- a/examples/common/bgfx_utils.h +++ b/examples/common/bgfx_utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/common.h b/examples/common/common.h index c15209bbc..225352e2d 100644 --- a/examples/common/common.h +++ b/examples/common/common.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/common.sh b/examples/common/common.sh index fab6caf17..6c649febb 100644 --- a/examples/common/common.sh +++ b/examples/common/common.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/debugdraw.cpp b/examples/common/debugdraw/debugdraw.cpp index eee5aef08..9e6256d99 100644 --- a/examples/common/debugdraw/debugdraw.cpp +++ b/examples/common/debugdraw/debugdraw.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/debugdraw.h b/examples/common/debugdraw/debugdraw.h index 7770ed15e..71dd57460 100644 --- a/examples/common/debugdraw/debugdraw.h +++ b/examples/common/debugdraw/debugdraw.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/fs_debugdraw_fill.sc b/examples/common/debugdraw/fs_debugdraw_fill.sc index 85f9bc7d0..80f3c1a0c 100644 --- a/examples/common/debugdraw/fs_debugdraw_fill.sc +++ b/examples/common/debugdraw/fs_debugdraw_fill.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/fs_debugdraw_fill_lit.sc b/examples/common/debugdraw/fs_debugdraw_fill_lit.sc index 0ed3fa609..9489c9d5a 100644 --- a/examples/common/debugdraw/fs_debugdraw_fill_lit.sc +++ b/examples/common/debugdraw/fs_debugdraw_fill_lit.sc @@ -1,7 +1,7 @@ $input v_view, v_world /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/fs_debugdraw_fill_texture.sc b/examples/common/debugdraw/fs_debugdraw_fill_texture.sc index 67adb209f..9a6415144 100644 --- a/examples/common/debugdraw/fs_debugdraw_fill_texture.sc +++ b/examples/common/debugdraw/fs_debugdraw_fill_texture.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/fs_debugdraw_lines.sc b/examples/common/debugdraw/fs_debugdraw_lines.sc index 1e1a40202..bb9c0d4f8 100644 --- a/examples/common/debugdraw/fs_debugdraw_lines.sc +++ b/examples/common/debugdraw/fs_debugdraw_lines.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/fs_debugdraw_lines_stipple.sc b/examples/common/debugdraw/fs_debugdraw_lines_stipple.sc index e48817214..4140391c8 100644 --- a/examples/common/debugdraw/fs_debugdraw_lines_stipple.sc +++ b/examples/common/debugdraw/fs_debugdraw_lines_stipple.sc @@ -1,7 +1,7 @@ $input v_color0, v_stipple /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/makefile b/examples/common/debugdraw/makefile index 554063e58..9fe95f713 100644 --- a/examples/common/debugdraw/makefile +++ b/examples/common/debugdraw/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/common/debugdraw/vs_debugdraw_fill.sc b/examples/common/debugdraw/vs_debugdraw_fill.sc index db5c3498f..bee7f33df 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill.sc @@ -1,7 +1,7 @@ $input a_position, a_indices /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/vs_debugdraw_fill_lit.sc b/examples/common/debugdraw/vs_debugdraw_fill_lit.sc index 0964f5929..9d6f483ec 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill_lit.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill_lit.sc @@ -2,7 +2,7 @@ $input a_position, a_indices $output v_view, v_world /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc b/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc index 7083351a3..25e555470 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc @@ -2,7 +2,7 @@ $input a_position $output v_view, v_world /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc b/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc index 44901d090..1b3e38073 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc @@ -1,7 +1,7 @@ $input a_position /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/vs_debugdraw_fill_texture.sc b/examples/common/debugdraw/vs_debugdraw_fill_texture.sc index 073c7de47..7c72921ad 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill_texture.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill_texture.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0, a_color0 $output v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/vs_debugdraw_lines.sc b/examples/common/debugdraw/vs_debugdraw_lines.sc index 50143cf91..850384f67 100644 --- a/examples/common/debugdraw/vs_debugdraw_lines.sc +++ b/examples/common/debugdraw/vs_debugdraw_lines.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/debugdraw/vs_debugdraw_lines_stipple.sc b/examples/common/debugdraw/vs_debugdraw_lines_stipple.sc index 121d7120a..cc5590961 100644 --- a/examples/common/debugdraw/vs_debugdraw_lines_stipple.sc +++ b/examples/common/debugdraw/vs_debugdraw_lines_stipple.sc @@ -2,7 +2,7 @@ $input a_position, a_color0, a_texcoord0 $output v_color0, v_stipple /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/cmd.cpp b/examples/common/entry/cmd.cpp index 51742b8eb..17ecea97d 100644 --- a/examples/common/entry/cmd.cpp +++ b/examples/common/entry/cmd.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/cmd.h b/examples/common/entry/cmd.h index fe219424e..cd1e611b3 100644 --- a/examples/common/entry/cmd.h +++ b/examples/common/entry/cmd.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/dbg.h b/examples/common/entry/dbg.h index bafe4a514..6ac2c417b 100644 --- a/examples/common/entry/dbg.h +++ b/examples/common/entry/dbg.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/dialog.cpp b/examples/common/entry/dialog.cpp index 8c1bf9731..913cc8a17 100644 --- a/examples/common/entry/dialog.cpp +++ b/examples/common/entry/dialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/dialog.h b/examples/common/entry/dialog.h index 8c13d2be6..2ea7e0090 100644 --- a/examples/common/entry/dialog.h +++ b/examples/common/entry/dialog.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index e5ce4d77c..2a13b7db2 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry.h b/examples/common/entry/entry.h index 2dc7acc7b..8be3ea071 100644 --- a/examples/common/entry/entry.h +++ b/examples/common/entry/entry.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_android.cpp b/examples/common/entry/entry_android.cpp index 3a6ac8561..1c5e4c738 100644 --- a/examples/common/entry/entry_android.cpp +++ b/examples/common/entry/entry_android.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_glfw.cpp b/examples/common/entry/entry_glfw.cpp index da1550240..82336fbc9 100644 --- a/examples/common/entry/entry_glfw.cpp +++ b/examples/common/entry/entry_glfw.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_html5.cpp b/examples/common/entry/entry_html5.cpp index 884a563b7..eb83904c8 100644 --- a/examples/common/entry/entry_html5.cpp +++ b/examples/common/entry/entry_html5.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_ios.mm b/examples/common/entry/entry_ios.mm index f123b6684..ee5f39674 100644 --- a/examples/common/entry/entry_ios.mm +++ b/examples/common/entry/entry_ios.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_noop.cpp b/examples/common/entry/entry_noop.cpp index 22d160f59..be0b4595c 100644 --- a/examples/common/entry/entry_noop.cpp +++ b/examples/common/entry/entry_noop.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_osx.mm b/examples/common/entry/entry_osx.mm index 948483ca9..5db8db7b0 100644 --- a/examples/common/entry/entry_osx.mm +++ b/examples/common/entry/entry_osx.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index 59307c2f0..ef77cce47 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_sdl.cpp b/examples/common/entry/entry_sdl.cpp index 8744b98e7..afbf569c3 100644 --- a/examples/common/entry/entry_sdl.cpp +++ b/examples/common/entry/entry_sdl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_windows.cpp b/examples/common/entry/entry_windows.cpp index 5d60573d0..114d36d38 100644 --- a/examples/common/entry/entry_windows.cpp +++ b/examples/common/entry/entry_windows.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/entry_x11.cpp b/examples/common/entry/entry_x11.cpp index a5f4b3fa6..7347af489 100644 --- a/examples/common/entry/entry_x11.cpp +++ b/examples/common/entry/entry_x11.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/input.cpp b/examples/common/entry/input.cpp index 770922d6f..01c941fbf 100644 --- a/examples/common/entry/input.cpp +++ b/examples/common/entry/input.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/entry/input.h b/examples/common/entry/input.h index d51a7f338..00d7bfc6c 100644 --- a/examples/common/entry/input.h +++ b/examples/common/entry/input.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/example-glue.cpp b/examples/common/example-glue.cpp index 74ff3719f..bcc40033b 100644 --- a/examples/common/example-glue.cpp +++ b/examples/common/example-glue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/font/makefile b/examples/common/font/makefile index 554063e58..9fe95f713 100644 --- a/examples/common/font/makefile +++ b/examples/common/font/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/common/imgui/imgui.h b/examples/common/imgui/imgui.h index 980727775..ac1bafc03 100644 --- a/examples/common/imgui/imgui.h +++ b/examples/common/imgui/imgui.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/imgui/makefile b/examples/common/imgui/makefile index 1979d957d..7e77033b2 100644 --- a/examples/common/imgui/makefile +++ b/examples/common/imgui/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/common/nanovg/makefile b/examples/common/nanovg/makefile index 554063e58..9fe95f713 100644 --- a/examples/common/nanovg/makefile +++ b/examples/common/nanovg/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/common/nanovg/nanovg_bgfx.cpp b/examples/common/nanovg/nanovg_bgfx.cpp index fccee88db..8eeb8570a 100644 --- a/examples/common/nanovg/nanovg_bgfx.cpp +++ b/examples/common/nanovg/nanovg_bgfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/nanovg/nanovg_bgfx.h b/examples/common/nanovg/nanovg_bgfx.h index ca7a4f202..78257930a 100644 --- a/examples/common/nanovg/nanovg_bgfx.h +++ b/examples/common/nanovg/nanovg_bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/packrect.h b/examples/common/packrect.h index bdc4c1f83..f1a95b308 100644 --- a/examples/common/packrect.h +++ b/examples/common/packrect.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/ps/fs_particle.sc b/examples/common/ps/fs_particle.sc index f8fc5f277..6e731a14d 100644 --- a/examples/common/ps/fs_particle.sc +++ b/examples/common/ps/fs_particle.sc @@ -1,7 +1,7 @@ $input v_color0, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/ps/makefile b/examples/common/ps/makefile index 554063e58..9fe95f713 100644 --- a/examples/common/ps/makefile +++ b/examples/common/ps/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/examples/common/ps/particle_system.cpp b/examples/common/ps/particle_system.cpp index 721779f11..6fafd7661 100644 --- a/examples/common/ps/particle_system.cpp +++ b/examples/common/ps/particle_system.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/ps/particle_system.h b/examples/common/ps/particle_system.h index 38c124ed9..13206e82d 100644 --- a/examples/common/ps/particle_system.h +++ b/examples/common/ps/particle_system.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/ps/vs_particle.sc b/examples/common/ps/vs_particle.sc index 446ac1d97..3a6bd43a0 100644 --- a/examples/common/ps/vs_particle.sc +++ b/examples/common/ps/vs_particle.sc @@ -2,7 +2,7 @@ $input a_position, a_color0, a_texcoord0 $output v_color0, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/common/shaderlib.sh b/examples/common/shaderlib.sh index d4953d044..389a1ec6f 100644 --- a/examples/common/shaderlib.sh +++ b/examples/common/shaderlib.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/examples/makefile b/examples/makefile index 225ee641b..667ba6560 100644 --- a/examples/makefile +++ b/examples/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 844337d8f..2b62fbbaf 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 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 04d9bcebe..ae34f49c9 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/include/bgfx/defines.h b/include/bgfx/defines.h index c5f136b4e..809efff0d 100644 --- a/include/bgfx/defines.h +++ b/include/bgfx/defines.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/include/bgfx/embedded_shader.h b/include/bgfx/embedded_shader.h index c4ddca0c3..525f47c1f 100644 --- a/include/bgfx/embedded_shader.h +++ b/include/bgfx/embedded_shader.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/include/bgfx/platform.h b/include/bgfx/platform.h index dfce6c943..f7843b062 100644 --- a/include/bgfx/platform.h +++ b/include/bgfx/platform.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/makefile b/makefile index d95106b1e..70c61f259 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index e9fecc97d..8516ed80e 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2022 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2023 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE -- diff --git a/scripts/bindings-bf.lua b/scripts/bindings-bf.lua index 393242d96..dda9adb42 100644 --- a/scripts/bindings-bf.lua +++ b/scripts/bindings-bf.lua @@ -3,7 +3,7 @@ local idl = codegen.idl "bgfx.idl" local beef_template = [[ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/scripts/bindings-cs.lua b/scripts/bindings-cs.lua index 93ca57bc0..476666312 100644 --- a/scripts/bindings-cs.lua +++ b/scripts/bindings-cs.lua @@ -3,7 +3,7 @@ local idl = codegen.idl "bgfx.idl" local csharp_template = [[ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ @@ -29,7 +29,7 @@ public static partial class bgfx local csharp_dllname_template = [[ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/scripts/bindings-zig.lua b/scripts/bindings-zig.lua index ad385ecd3..9e7f02f71 100644 --- a/scripts/bindings-zig.lua +++ b/scripts/bindings-zig.lua @@ -2,7 +2,7 @@ local codegen = require "codegen" local idl = codegen.idl "bgfx.idl" local zig_template = [[ -// Copyright 2011-2022 Branimir Karadzic. All rights reserved. +// Copyright 2011-2023 Branimir Karadzic. All rights reserved. // License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/scripts/example-common.lua b/scripts/example-common.lua index c6ddb81fd..4aaa056c1 100644 --- a/scripts/example-common.lua +++ b/scripts/example-common.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2022 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2023 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE -- diff --git a/scripts/genie.lua b/scripts/genie.lua index 645ed3a21..4bedaeab0 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2022 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2023 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE -- @@ -111,7 +111,7 @@ newaction { f:close() io.output(path.join(MODULE_DIR, "src/version.h")) io.write("/*\n") - io.write(" * Copyright 2011-2022 Branimir Karadzic. All rights reserved.\n") + io.write(" * Copyright 2011-2023 Branimir Karadzic. All rights reserved.\n") io.write(" * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE\n") io.write(" */\n") io.write("\n") diff --git a/scripts/geometryc.lua b/scripts/geometryc.lua index 84b646705..a12a54fe4 100644 --- a/scripts/geometryc.lua +++ b/scripts/geometryc.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2022 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2023 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE -- diff --git a/scripts/shader-embeded.mk b/scripts/shader-embeded.mk index 99760f167..360ac3e51 100644 --- a/scripts/shader-embeded.mk +++ b/scripts/shader-embeded.mk @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/scripts/shader.mk b/scripts/shader.mk index 0a46cfaa0..48fa75bc5 100644 --- a/scripts/shader.mk +++ b/scripts/shader.mk @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index 00fff6740..abdeaba5e 100644 --- a/scripts/shaderc.lua +++ b/scripts/shaderc.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2022 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2023 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE -- diff --git a/scripts/temp.bgfx.h b/scripts/temp.bgfx.h index 47161c771..9eec1b454 100644 --- a/scripts/temp.bgfx.h +++ b/scripts/temp.bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/scripts/temp.bgfx.idl.inl b/scripts/temp.bgfx.idl.inl index 66e62cb0a..6cfa60344 100644 --- a/scripts/temp.bgfx.idl.inl +++ b/scripts/temp.bgfx.idl.inl @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/scripts/temp.defines.h b/scripts/temp.defines.h index 6d462d645..a3b6b4179 100644 --- a/scripts/temp.defines.h +++ b/scripts/temp.defines.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/scripts/texturec.lua b/scripts/texturec.lua index e0b240755..50d1ba531 100644 --- a/scripts/texturec.lua +++ b/scripts/texturec.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2022 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2023 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE -- diff --git a/scripts/tools.mk b/scripts/tools.mk index e0dd882e2..738bbfadd 100644 --- a/scripts/tools.mk +++ b/scripts/tools.mk @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/src/amalgamated.cpp b/src/amalgamated.cpp index aa88b1c48..e68c15662 100644 --- a/src/amalgamated.cpp +++ b/src/amalgamated.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/amalgamated.mm b/src/amalgamated.mm index e3746e68d..589af6f0a 100644 --- a/src/amalgamated.mm +++ b/src/amalgamated.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/bgfx.cpp b/src/bgfx.cpp index f9ef0a6e2..b27ec2d8a 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/bgfx.idl.inl b/src/bgfx.idl.inl index 2c3b16fe4..704f51d61 100644 --- a/src/bgfx.idl.inl +++ b/src/bgfx.idl.inl @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/bgfx_compute.sh b/src/bgfx_compute.sh index 59dda85e0..c23361f14 100644 --- a/src/bgfx_compute.sh +++ b/src/bgfx_compute.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 31ede49d0..3db3b6116 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/bgfx_shader.sh b/src/bgfx_shader.sh index dde910ab7..3dd755682 100644 --- a/src/bgfx_shader.sh +++ b/src/bgfx_shader.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/charset.h b/src/charset.h index b76f23d15..159d38e76 100644 --- a/src/charset.h +++ b/src/charset.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/config.h b/src/config.h index a492f0006..9112fc981 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/debug_renderdoc.cpp b/src/debug_renderdoc.cpp index 1671014ff..8f2ec27e4 100644 --- a/src/debug_renderdoc.cpp +++ b/src/debug_renderdoc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/debug_renderdoc.h b/src/debug_renderdoc.h index 0ec59309f..e3305f983 100644 --- a/src/debug_renderdoc.h +++ b/src/debug_renderdoc.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/dxgi.cpp b/src/dxgi.cpp index 649de9021..06ed02cf0 100644 --- a/src/dxgi.cpp +++ b/src/dxgi.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/dxgi.h b/src/dxgi.h index cd01d6bf9..0a2623adb 100644 --- a/src/dxgi.h +++ b/src/dxgi.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/emscripten.h b/src/emscripten.h index 1e1e0aea0..97da99407 100644 --- a/src/emscripten.h +++ b/src/emscripten.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear0.sc b/src/fs_clear0.sc index 29bb11271..31966bfb8 100644 --- a/src/fs_clear0.sc +++ b/src/fs_clear0.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear1.sc b/src/fs_clear1.sc index 29b965b3f..34546a133 100644 --- a/src/fs_clear1.sc +++ b/src/fs_clear1.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear2.sc b/src/fs_clear2.sc index cbc9837ee..14c2e8ca2 100644 --- a/src/fs_clear2.sc +++ b/src/fs_clear2.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear3.sc b/src/fs_clear3.sc index 824480226..cba45458c 100644 --- a/src/fs_clear3.sc +++ b/src/fs_clear3.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear4.sc b/src/fs_clear4.sc index f8569702d..a49204d68 100644 --- a/src/fs_clear4.sc +++ b/src/fs_clear4.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear5.sc b/src/fs_clear5.sc index 84784fbfb..9c1c24061 100644 --- a/src/fs_clear5.sc +++ b/src/fs_clear5.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear6.sc b/src/fs_clear6.sc index 953eb2b76..af5dcbbdf 100644 --- a/src/fs_clear6.sc +++ b/src/fs_clear6.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_clear7.sc b/src/fs_clear7.sc index 3fca086f2..0abe6e3a1 100644 --- a/src/fs_clear7.sc +++ b/src/fs_clear7.sc @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/fs_debugfont.sc b/src/fs_debugfont.sc index d641b90d9..ca6f2165b 100644 --- a/src/fs_debugfont.sc +++ b/src/fs_debugfont.sc @@ -1,7 +1,7 @@ $input v_color0, v_color1, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_eagl.h b/src/glcontext_eagl.h index 7449f8532..7de2210f5 100644 --- a/src/glcontext_eagl.h +++ b/src/glcontext_eagl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_eagl.mm b/src/glcontext_eagl.mm index 86d1df42e..7926e0720 100644 --- a/src/glcontext_eagl.mm +++ b/src/glcontext_eagl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_egl.cpp b/src/glcontext_egl.cpp index fabddd5c6..d543880cf 100644 --- a/src/glcontext_egl.cpp +++ b/src/glcontext_egl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_egl.h b/src/glcontext_egl.h index b2edb67ab..5adf60081 100644 --- a/src/glcontext_egl.h +++ b/src/glcontext_egl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index 4dd21ca01..2d815ecbf 100644 --- a/src/glcontext_glx.cpp +++ b/src/glcontext_glx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_glx.h b/src/glcontext_glx.h index df87406db..67fb8815e 100644 --- a/src/glcontext_glx.h +++ b/src/glcontext_glx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_html5.cpp b/src/glcontext_html5.cpp index 016b7c189..e1a76d987 100644 --- a/src/glcontext_html5.cpp +++ b/src/glcontext_html5.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_html5.h b/src/glcontext_html5.h index 3c3f457d3..26018ae9e 100644 --- a/src/glcontext_html5.h +++ b/src/glcontext_html5.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_nsgl.h b/src/glcontext_nsgl.h index 560808b0f..03a93d690 100644 --- a/src/glcontext_nsgl.h +++ b/src/glcontext_nsgl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_nsgl.mm b/src/glcontext_nsgl.mm index acb190076..eb8e8d092 100644 --- a/src/glcontext_nsgl.mm +++ b/src/glcontext_nsgl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_wgl.cpp b/src/glcontext_wgl.cpp index f09a23d87..9018b00d3 100644 --- a/src/glcontext_wgl.cpp +++ b/src/glcontext_wgl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glcontext_wgl.h b/src/glcontext_wgl.h index 7289a1234..0560fbf65 100644 --- a/src/glcontext_wgl.h +++ b/src/glcontext_wgl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/glimports.h b/src/glimports.h index 5a687bbf4..21f8c834b 100644 --- a/src/glimports.h +++ b/src/glimports.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/makefile b/src/makefile index 086dfe637..d8380dc7f 100644 --- a/src/makefile +++ b/src/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/src/nvapi.cpp b/src/nvapi.cpp index 0103b0c0c..462600d5d 100644 --- a/src/nvapi.cpp +++ b/src/nvapi.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/nvapi.h b/src/nvapi.h index 0f03f4aa8..0a13dfc2b 100644 --- a/src/nvapi.h +++ b/src/nvapi.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer.h b/src/renderer.h index b62c485bc..e81b7a996 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_agc.cpp b/src/renderer_agc.cpp index f393b3b44..b8c994f47 100644 --- a/src/renderer_agc.cpp +++ b/src/renderer_agc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d.h b/src/renderer_d3d.h index d0ec4ebda..ae54f56d7 100644 --- a/src/renderer_d3d.h +++ b/src/renderer_d3d.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d11.cpp b/src/renderer_d3d11.cpp index b15f0a128..c4899f287 100644 --- a/src/renderer_d3d11.cpp +++ b/src/renderer_d3d11.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d11.h b/src/renderer_d3d11.h index 3fc0849ac..f193c2ccb 100644 --- a/src/renderer_d3d11.h +++ b/src/renderer_d3d11.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d12.cpp b/src/renderer_d3d12.cpp index 36d23cb5a..47b72f82a 100644 --- a/src/renderer_d3d12.cpp +++ b/src/renderer_d3d12.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d12.h b/src/renderer_d3d12.h index f578f1a38..703f9393a 100644 --- a/src/renderer_d3d12.h +++ b/src/renderer_d3d12.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d9.cpp b/src/renderer_d3d9.cpp index ff1a2cf0a..4ee0c9b8c 100644 --- a/src/renderer_d3d9.cpp +++ b/src/renderer_d3d9.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_d3d9.h b/src/renderer_d3d9.h index 0080c474e..9eefdc8b2 100644 --- a/src/renderer_d3d9.h +++ b/src/renderer_d3d9.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_gl.cpp b/src/renderer_gl.cpp index 6fdf64225..a289fc4ce 100644 --- a/src/renderer_gl.cpp +++ b/src/renderer_gl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_gl.h b/src/renderer_gl.h index 4c2942a03..24a963820 100644 --- a/src/renderer_gl.h +++ b/src/renderer_gl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_gnm.cpp b/src/renderer_gnm.cpp index 82f76593b..640dfd706 100644 --- a/src/renderer_gnm.cpp +++ b/src/renderer_gnm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_noop.cpp b/src/renderer_noop.cpp index ee051ee90..408da38c4 100644 --- a/src/renderer_noop.cpp +++ b/src/renderer_noop.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_nvn.cpp b/src/renderer_nvn.cpp index fedfc6c4e..4cfa7344e 100644 --- a/src/renderer_nvn.cpp +++ b/src/renderer_nvn.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_vk.cpp b/src/renderer_vk.cpp index 30c7b99f1..a3c8aa243 100644 --- a/src/renderer_vk.cpp +++ b/src/renderer_vk.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/renderer_vk.h b/src/renderer_vk.h index f14e60fc7..f34a4ba54 100644 --- a/src/renderer_vk.h +++ b/src/renderer_vk.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/shader.cpp b/src/shader.cpp index 2629569e3..98b6626ab 100644 --- a/src/shader.cpp +++ b/src/shader.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/shader.h b/src/shader.h index 5ddc1cdbe..0a2f507eb 100644 --- a/src/shader.h +++ b/src/shader.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/shader_dx9bc.cpp b/src/shader_dx9bc.cpp index adf833283..4501435c6 100644 --- a/src/shader_dx9bc.cpp +++ b/src/shader_dx9bc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/shader_dx9bc.h b/src/shader_dx9bc.h index dec16858a..ca239a7c5 100644 --- a/src/shader_dx9bc.h +++ b/src/shader_dx9bc.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/shader_dxbc.cpp b/src/shader_dxbc.cpp index 6f27ff7d2..33cf7eb26 100644 --- a/src/shader_dxbc.cpp +++ b/src/shader_dxbc.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ #include "bgfx_p.h" diff --git a/src/shader_dxbc.h b/src/shader_dxbc.h index ba0e2862a..5bd16641c 100644 --- a/src/shader_dxbc.h +++ b/src/shader_dxbc.h @@ -1,6 +1,6 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ #ifndef BGFX_SHADER_DXBC_H diff --git a/src/shader_spirv.cpp b/src/shader_spirv.cpp index 739256546..87a22b281 100644 --- a/src/shader_spirv.cpp +++ b/src/shader_spirv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/shader_spirv.h b/src/shader_spirv.h index 0ab2c4ff3..f94422a7f 100644 --- a/src/shader_spirv.h +++ b/src/shader_spirv.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/topology.cpp b/src/topology.cpp index 0457ab624..5d48092df 100644 --- a/src/topology.cpp +++ b/src/topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/topology.h b/src/topology.h index e26f3bb1e..e4d5e32a0 100644 --- a/src/topology.h +++ b/src/topology.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/version.h b/src/version.h index 84767bc8e..3b3f87df8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/vertexlayout.cpp b/src/vertexlayout.cpp index 4cebdb4a2..c75f6be79 100644 --- a/src/vertexlayout.cpp +++ b/src/vertexlayout.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/vertexlayout.h b/src/vertexlayout.h index afb649a0b..74c909837 100644 --- a/src/vertexlayout.h +++ b/src/vertexlayout.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/vs_clear.sc b/src/vs_clear.sc index 809f32be0..0ffc73681 100644 --- a/src/vs_clear.sc +++ b/src/vs_clear.sc @@ -1,7 +1,7 @@ $input a_position /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/src/vs_debugfont.sc b/src/vs_debugfont.sc index c344b7161..7737cab40 100644 --- a/src/vs_debugfont.sc +++ b/src/vs_debugfont.sc @@ -2,7 +2,7 @@ $input a_position, a_color0, a_color1, a_texcoord0 $output v_color0, v_color1, v_texcoord0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/geometryc/geometryc.cpp b/tools/geometryc/geometryc.cpp index ba0d0274d..971c8a7ed 100644 --- a/tools/geometryc/geometryc.cpp +++ b/tools/geometryc/geometryc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ @@ -931,7 +931,7 @@ void help(const char* _error = NULL) bx::printf( "geometryc, bgfx geometry compiler tool, version %d.%d.%d.\n" - "Copyright 2011-2022 Branimir Karadzic. All rights reserved.\n" + "Copyright 2011-2023 Branimir Karadzic. All rights reserved.\n" "License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE\n\n" , BGFX_GEOMETRYC_VERSION_MAJOR , BGFX_GEOMETRYC_VERSION_MINOR diff --git a/tools/shaderc/shaderc.cpp b/tools/shaderc/shaderc.cpp index 61bbb7491..05c8b6325 100644 --- a/tools/shaderc/shaderc.cpp +++ b/tools/shaderc/shaderc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ @@ -992,7 +992,7 @@ namespace bgfx bx::printf( "shaderc, bgfx shader compiler tool, version %d.%d.%d.\n" - "Copyright 2011-2022 Branimir Karadzic. All rights reserved.\n" + "Copyright 2011-2023 Branimir Karadzic. All rights reserved.\n" "License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE\n\n" , BGFX_SHADERC_VERSION_MAJOR , BGFX_SHADERC_VERSION_MINOR diff --git a/tools/shaderc/shaderc.h b/tools/shaderc/shaderc.h index 0da24d24b..bf2657a72 100644 --- a/tools/shaderc/shaderc.h +++ b/tools/shaderc/shaderc.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/shaderc/shaderc_glsl.cpp b/tools/shaderc/shaderc_glsl.cpp index 269c58fd0..33df30946 100644 --- a/tools/shaderc/shaderc_glsl.cpp +++ b/tools/shaderc/shaderc_glsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/shaderc/shaderc_hlsl.cpp b/tools/shaderc/shaderc_hlsl.cpp index 67aebe9ef..37a6bc9c8 100644 --- a/tools/shaderc/shaderc_hlsl.cpp +++ b/tools/shaderc/shaderc_hlsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/shaderc/shaderc_metal.cpp b/tools/shaderc/shaderc_metal.cpp index edb3e6a5a..670314f35 100644 --- a/tools/shaderc/shaderc_metal.cpp +++ b/tools/shaderc/shaderc_metal.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/shaderc/shaderc_pssl.cpp b/tools/shaderc/shaderc_pssl.cpp index 20e45bb21..4856edd59 100644 --- a/tools/shaderc/shaderc_pssl.cpp +++ b/tools/shaderc/shaderc_pssl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/shaderc/shaderc_spirv.cpp b/tools/shaderc/shaderc_spirv.cpp index a2e951f66..4b436ad16 100644 --- a/tools/shaderc/shaderc_spirv.cpp +++ b/tools/shaderc/shaderc_spirv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/common.sh b/tools/texturev/common.sh index 7f91a6efd..e3e41902c 100644 --- a/tools/texturev/common.sh +++ b/tools/texturev/common.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture.sc b/tools/texturev/fs_texture.sc index c4211343f..4ac9dfe4b 100644 --- a/tools/texturev/fs_texture.sc +++ b/tools/texturev/fs_texture.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture_3d.sc b/tools/texturev/fs_texture_3d.sc index ae959c492..d7b2cb265 100644 --- a/tools/texturev/fs_texture_3d.sc +++ b/tools/texturev/fs_texture_3d.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture_array.sc b/tools/texturev/fs_texture_array.sc index 94f2be60f..c7724e0dd 100644 --- a/tools/texturev/fs_texture_array.sc +++ b/tools/texturev/fs_texture_array.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture_cube.sc b/tools/texturev/fs_texture_cube.sc index 8bd4fddbe..b8abb0113 100644 --- a/tools/texturev/fs_texture_cube.sc +++ b/tools/texturev/fs_texture_cube.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture_cube2.sc b/tools/texturev/fs_texture_cube2.sc index 6623595fa..51a90ac6e 100644 --- a/tools/texturev/fs_texture_cube2.sc +++ b/tools/texturev/fs_texture_cube2.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture_msdf.sc b/tools/texturev/fs_texture_msdf.sc index 4adbe3d19..89b429eeb 100644 --- a/tools/texturev/fs_texture_msdf.sc +++ b/tools/texturev/fs_texture_msdf.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/fs_texture_sdf.sc b/tools/texturev/fs_texture_sdf.sc index 4f5aff3bd..0bca90c13 100644 --- a/tools/texturev/fs_texture_sdf.sc +++ b/tools/texturev/fs_texture_sdf.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/makefile b/tools/texturev/makefile index cf80177ea..3d0316ede 100644 --- a/tools/texturev/makefile +++ b/tools/texturev/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2022 Branimir Karadzic. All rights reserved. +# Copyright 2011-2023 Branimir Karadzic. All rights reserved. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE # diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 5a26388c8..dc6b8281f 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ @@ -1263,7 +1263,7 @@ void help(const char* _error = NULL) bx::printf( "texturev, bgfx texture viewer tool, version %d.%d.%d.\n" - "Copyright 2011-2022 Branimir Karadzic. All rights reserved.\n" + "Copyright 2011-2023 Branimir Karadzic. All rights reserved.\n" "License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE\n\n" , BGFX_TEXTUREV_VERSION_MAJOR , BGFX_TEXTUREV_VERSION_MINOR @@ -1929,7 +1929,7 @@ int _main_(int _argc, char** _argv) ImGui::Text( "texturev, bgfx texture viewer tool " ICON_KI_WRENCH ", version %d.%d.%d.\n" - "Copyright 2011-2022 Branimir Karadzic. All rights reserved.\n" + "Copyright 2011-2023 Branimir Karadzic. All rights reserved.\n" "License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE\n" , BGFX_TEXTUREV_VERSION_MAJOR , BGFX_TEXTUREV_VERSION_MINOR diff --git a/tools/texturev/vs_texture.sc b/tools/texturev/vs_texture.sc index 542679517..db0f113d9 100644 --- a/tools/texturev/vs_texture.sc +++ b/tools/texturev/vs_texture.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0, a_color0 $output v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/tools/texturev/vs_texture_cube.sc b/tools/texturev/vs_texture_cube.sc index 073c7de47..7c72921ad 100644 --- a/tools/texturev/vs_texture_cube.sc +++ b/tools/texturev/vs_texture_cube.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0, a_color0 $output v_texcoord0, v_color0 /* - * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * Copyright 2011-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */