From 9ff1d0c513e69ede406307d80e0246f6c11c24e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 10 Feb 2014 22:07:04 -0800 Subject: [PATCH] Updated copyright year. --- LICENSE | 6 ++- README.md | 46 ++++++++++--------- examples/00-helloworld/helloworld.cpp | 2 +- examples/01-cubes/cubes.cpp | 2 +- examples/01-cubes/fs_cubes.sc | 2 +- examples/01-cubes/vs_cubes.sc | 2 +- examples/02-metaballs/fs_metaballs.sc | 2 +- examples/02-metaballs/metaballs.cpp | 2 +- examples/02-metaballs/vs_metaballs.sc | 2 +- examples/03-raymarch/fs_raymarching.sc | 2 +- examples/03-raymarch/raymarch.cpp | 2 +- examples/03-raymarch/vs_raymarching.sc | 2 +- examples/04-mesh/fs_mesh.sc | 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/vs_instancing.sc | 2 +- examples/06-bump/bump.cpp | 2 +- examples/06-bump/fs_bump.sc | 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/vs_callback.sc | 2 +- examples/08-update/fs_update.sc | 2 +- examples/08-update/fs_update_cmp.sc | 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/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/16-shadowmaps/vs_shadowmaps_hblur.sc | 2 +- examples/17-drawstress/drawstress.cpp | 2 +- examples/17-drawstress/fs_drawstress.sc | 2 +- examples/17-drawstress/vs_drawstress.sc | 2 +- examples/common/aviwriter.h | 2 +- examples/common/common.h | 2 +- examples/common/common.sh | 2 +- examples/common/entry/cmd.cpp | 2 +- examples/common/entry/cmd.h | 2 +- examples/common/entry/dbg.cpp | 2 +- examples/common/entry/dbg.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_linux.cpp | 2 +- examples/common/entry/entry_nacl.cpp | 2 +- examples/common/entry/entry_p.h | 2 +- examples/common/entry/entry_qnx.cpp | 2 +- examples/common/entry/entry_sdl.cpp | 2 +- examples/common/entry/entry_windows.cpp | 2 +- examples/common/entry/input.cpp | 2 +- examples/common/entry/input.h | 2 +- examples/common/fpumath.h | 2 +- examples/common/imgui/fs_imgui_color.sc | 2 +- examples/common/imgui/fs_imgui_texture.sc | 2 +- examples/common/imgui/imgui.cpp | 2 +- examples/common/imgui/imgui.h | 2 +- examples/common/imgui/vs_imgui_color.sc | 2 +- examples/common/imgui/vs_imgui_texture.sc | 2 +- examples/common/packrect.h | 2 +- examples/common/shaderlib.sh | 2 +- include/bgfx.h | 2 +- include/bgfxplatform.h | 2 +- premake/bgfx.lua | 2 +- premake/example-common.lua | 2 +- premake/geometryc.lua | 2 +- premake/makedisttex.lua | 2 +- premake/premake4.lua | 2 +- premake/shader-embeded.mk | 2 +- premake/shader.mk | 2 +- premake/shaderc.lua | 2 +- premake/texturec.lua | 2 +- src/bgfx.cpp | 2 +- src/bgfx_p.h | 2 +- src/bgfx_shader.sh | 2 +- src/charset.h | 2 +- src/config.h | 2 +- src/fs_clear.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_ios.h | 2 +- src/glcontext_nsgl.h | 2 +- src/glcontext_nsgl.mm | 2 +- src/glcontext_ppapi.cpp | 2 +- src/glcontext_ppapi.h | 2 +- src/glcontext_wgl.cpp | 2 +- src/glcontext_wgl.h | 2 +- src/glimports.h | 6 +-- src/image.cpp | 2 +- src/image.h | 2 +- src/makefile | 2 +- src/renderer_d3d.h | 2 +- src/renderer_d3d11.cpp | 2 +- src/renderer_d3d11.h | 2 +- src/renderer_d3d9.cpp | 2 +- src/renderer_d3d9.h | 2 +- src/renderer_gl.cpp | 2 +- src/renderer_gl.h | 2 +- src/renderer_null.cpp | 2 +- src/vertexdecl.cpp | 2 +- src/vertexdecl.h | 2 +- src/vs_clear.sc | 2 +- src/vs_debugfont.sc | 2 +- tools/geometryc/bounds.cpp | 2 +- tools/geometryc/bounds.h | 2 +- tools/geometryc/geometryc.cpp | 4 +- tools/geometryc/math.h | 2 +- tools/geometryc/tokenizecmd.cpp | 2 +- tools/geometryc/tokenizecmd.h | 2 +- tools/makedisttex.cpp | 2 +- tools/shaderc/shaderc.cpp | 4 +- tools/texturec/texturec.cpp | 2 +- 132 files changed, 163 insertions(+), 157 deletions(-) diff --git a/LICENSE b/LICENSE index 1d7f50bef..6d6cc99a1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -Copyright 2010-2013 Branimir Karadzic. All rights reserved. +Copyright 2010-2014 Branimir Karadzic. All rights reserved. + +https://github.com/bkaradzic/bgfx Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -21,4 +23,4 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -https://github.com/bkaradzic/bgfx +https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/README.md b/README.md index aaad5322b..d4f1785fe 100644 --- a/README.md +++ b/README.md @@ -422,25 +422,29 @@ licensing terms. License (BSD 2-clause) ---------------------- -Copyright 2010-2013 Branimir Karadzic. All rights reserved. + Copyright 2010-2014 Branimir Karadzic. All rights reserved. + + https://github.com/bkaradzic/bgfx + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +[https://github.com/bkaradzic/bgfx/blob/master/LICENSE](https://github.com/bkaradzic/bgfx/blob/master/LICENSE) diff --git a/examples/00-helloworld/helloworld.cpp b/examples/00-helloworld/helloworld.cpp index a61b3e058..d0fd44cd6 100644 --- a/examples/00-helloworld/helloworld.cpp +++ b/examples/00-helloworld/helloworld.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/01-cubes/cubes.cpp b/examples/01-cubes/cubes.cpp index 00e6a9b77..11569150c 100644 --- a/examples/01-cubes/cubes.cpp +++ b/examples/01-cubes/cubes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/01-cubes/fs_cubes.sc b/examples/01-cubes/fs_cubes.sc index afc160fab..a0ff244bf 100644 --- a/examples/01-cubes/fs_cubes.sc +++ b/examples/01-cubes/fs_cubes.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/01-cubes/vs_cubes.sc b/examples/01-cubes/vs_cubes.sc index 6bfaaa9a6..5783e3e60 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/02-metaballs/fs_metaballs.sc b/examples/02-metaballs/fs_metaballs.sc index 1d687c2e1..6e0d0f10f 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/02-metaballs/metaballs.cpp b/examples/02-metaballs/metaballs.cpp index 24f571841..d759ee7e8 100644 --- a/examples/02-metaballs/metaballs.cpp +++ b/examples/02-metaballs/metaballs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/02-metaballs/vs_metaballs.sc b/examples/02-metaballs/vs_metaballs.sc index 33aa7f66f..560a676c8 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/03-raymarch/fs_raymarching.sc b/examples/03-raymarch/fs_raymarching.sc index f2f056601..e495ce7c7 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/03-raymarch/raymarch.cpp b/examples/03-raymarch/raymarch.cpp index 44677faac..ffa3b9ccf 100644 --- a/examples/03-raymarch/raymarch.cpp +++ b/examples/03-raymarch/raymarch.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/03-raymarch/vs_raymarching.sc b/examples/03-raymarch/vs_raymarching.sc index 32afe95b3..4f13b533f 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/04-mesh/fs_mesh.sc b/examples/04-mesh/fs_mesh.sc index a0c19d110..29bad0067 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/04-mesh/mesh.cpp b/examples/04-mesh/mesh.cpp index 81353ead5..2895baccb 100644 --- a/examples/04-mesh/mesh.cpp +++ b/examples/04-mesh/mesh.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/04-mesh/vs_mesh.sc b/examples/04-mesh/vs_mesh.sc index 8cecbcfb5..7d3921f4a 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/05-instancing/fs_instancing.sc b/examples/05-instancing/fs_instancing.sc index afc160fab..a0ff244bf 100644 --- a/examples/05-instancing/fs_instancing.sc +++ b/examples/05-instancing/fs_instancing.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/05-instancing/instancing.cpp b/examples/05-instancing/instancing.cpp index 91a6b6236..1dec44921 100644 --- a/examples/05-instancing/instancing.cpp +++ b/examples/05-instancing/instancing.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/05-instancing/vs_instancing.sc b/examples/05-instancing/vs_instancing.sc index e8e439aa4..20f873001 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/06-bump/bump.cpp b/examples/06-bump/bump.cpp index 4a8544fdb..04b017644 100644 --- a/examples/06-bump/bump.cpp +++ b/examples/06-bump/bump.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/06-bump/fs_bump.sc b/examples/06-bump/fs_bump.sc index 9f1c27c5f..52205e607 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/06-bump/vs_bump.sc b/examples/06-bump/vs_bump.sc index 0c9a75465..cb7f6a743 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/06-bump/vs_bump_instanced.sc b/examples/06-bump/vs_bump_instanced.sc index d93bbdce4..5cb990c6c 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/07-callback/callback.cpp b/examples/07-callback/callback.cpp index 2739113dc..46dbd9968 100644 --- a/examples/07-callback/callback.cpp +++ b/examples/07-callback/callback.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/07-callback/fs_callback.sc b/examples/07-callback/fs_callback.sc index 3985e4085..3a639be24 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/07-callback/vs_callback.sc b/examples/07-callback/vs_callback.sc index 3bdd6ee89..d09fbfbc2 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/08-update/fs_update.sc b/examples/08-update/fs_update.sc index 74bf31223..aea43c01b 100644 --- a/examples/08-update/fs_update.sc +++ b/examples/08-update/fs_update.sc @@ -1,7 +1,7 @@ $input v_texcoord0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/08-update/fs_update_cmp.sc b/examples/08-update/fs_update_cmp.sc index 312b91904..20d768e20 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/08-update/update.cpp b/examples/08-update/update.cpp index db137237f..3a3cfe933 100644 --- a/examples/08-update/update.cpp +++ b/examples/08-update/update.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/08-update/vs_update.sc b/examples/08-update/vs_update.sc index c158f761f..4d9b67df5 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/common.sh b/examples/09-hdr/common.sh index d922f234c..adc66250c 100644 --- a/examples/09-hdr/common.sh +++ b/examples/09-hdr/common.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_blur.sc b/examples/09-hdr/fs_hdr_blur.sc index dd4bac018..c2f7acb57 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_bright.sc b/examples/09-hdr/fs_hdr_bright.sc index 7350ec339..44a7e11d7 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_lum.sc b/examples/09-hdr/fs_hdr_lum.sc index 267e93376..4974b317e 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_lumavg.sc b/examples/09-hdr/fs_hdr_lumavg.sc index f29d77c51..d858206e5 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_mesh.sc b/examples/09-hdr/fs_hdr_mesh.sc index cac4ccefb..0f79f4ba7 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_skybox.sc b/examples/09-hdr/fs_hdr_skybox.sc index 58380d64e..2a0b4f8e6 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/fs_hdr_tonemap.sc b/examples/09-hdr/fs_hdr_tonemap.sc index d8f2b5936..03253c655 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/hdr.cpp b/examples/09-hdr/hdr.cpp index 885259a84..89af03ffb 100644 --- a/examples/09-hdr/hdr.cpp +++ b/examples/09-hdr/hdr.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_blur.sc b/examples/09-hdr/vs_hdr_blur.sc index 611f6b93d..a5b8bdd1d 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_bright.sc b/examples/09-hdr/vs_hdr_bright.sc index c158f761f..4d9b67df5 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_lum.sc b/examples/09-hdr/vs_hdr_lum.sc index c158f761f..4d9b67df5 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_lumavg.sc b/examples/09-hdr/vs_hdr_lumavg.sc index c158f761f..4d9b67df5 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_mesh.sc b/examples/09-hdr/vs_hdr_mesh.sc index 11ee8f061..835cf1a5c 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_skybox.sc b/examples/09-hdr/vs_hdr_skybox.sc index c158f761f..4d9b67df5 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/09-hdr/vs_hdr_tonemap.sc b/examples/09-hdr/vs_hdr_tonemap.sc index 8c60337a7..f72194de9 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/16-shadowmaps/vs_shadowmaps_hblur.sc b/examples/16-shadowmaps/vs_shadowmaps_hblur.sc index 42d8e2c6a..d10c00a16 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/17-drawstress/drawstress.cpp b/examples/17-drawstress/drawstress.cpp index 5902c0fa1..ca3e23f0a 100644 --- a/examples/17-drawstress/drawstress.cpp +++ b/examples/17-drawstress/drawstress.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/17-drawstress/fs_drawstress.sc b/examples/17-drawstress/fs_drawstress.sc index afc160fab..a0ff244bf 100644 --- a/examples/17-drawstress/fs_drawstress.sc +++ b/examples/17-drawstress/fs_drawstress.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/17-drawstress/vs_drawstress.sc b/examples/17-drawstress/vs_drawstress.sc index 6bfaaa9a6..5783e3e60 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/aviwriter.h b/examples/common/aviwriter.h index a4cdf8c42..a429b229e 100644 --- a/examples/common/aviwriter.h +++ b/examples/common/aviwriter.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/common.h b/examples/common/common.h index 68cd3c218..b4c30d61e 100644 --- a/examples/common/common.h +++ b/examples/common/common.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/common.sh b/examples/common/common.sh index d9354bd19..b6c9b7d33 100644 --- a/examples/common/common.sh +++ b/examples/common/common.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/cmd.cpp b/examples/common/entry/cmd.cpp index 9834cbea6..38afeb881 100644 --- a/examples/common/entry/cmd.cpp +++ b/examples/common/entry/cmd.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010-2013 Branimir Karadzic. All rights reserved. + * Copyright 2010-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/cmd.h b/examples/common/entry/cmd.h index 672c0b8ce..10a033ca1 100644 --- a/examples/common/entry/cmd.h +++ b/examples/common/entry/cmd.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2013 Branimir Karadzic. All rights reserved. + * Copyright 2010-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/dbg.cpp b/examples/common/entry/dbg.cpp index 9c210aa6d..176b8e185 100644 --- a/examples/common/entry/dbg.cpp +++ b/examples/common/entry/dbg.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/dbg.h b/examples/common/entry/dbg.h index ff4bc1b51..f8d6290b1 100644 --- a/examples/common/entry/dbg.h +++ b/examples/common/entry/dbg.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index 46f0ed714..3f6c97e71 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry.h b/examples/common/entry/entry.h index 09269b4da..7876c39d1 100644 --- a/examples/common/entry/entry.h +++ b/examples/common/entry/entry.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_android.cpp b/examples/common/entry/entry_android.cpp index 53296db36..6586be507 100644 --- a/examples/common/entry/entry_android.cpp +++ b/examples/common/entry/entry_android.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_linux.cpp b/examples/common/entry/entry_linux.cpp index 2eccfe17d..a4361eaec 100644 --- a/examples/common/entry/entry_linux.cpp +++ b/examples/common/entry/entry_linux.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_nacl.cpp b/examples/common/entry/entry_nacl.cpp index b02bb32bb..3bc7e15c4 100644 --- a/examples/common/entry/entry_nacl.cpp +++ b/examples/common/entry/entry_nacl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index da79edc3e..48154b8af 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_qnx.cpp b/examples/common/entry/entry_qnx.cpp index 974bb9b0b..df015d0a8 100644 --- a/examples/common/entry/entry_qnx.cpp +++ b/examples/common/entry/entry_qnx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_sdl.cpp b/examples/common/entry/entry_sdl.cpp index 938baa906..9af0418c3 100644 --- a/examples/common/entry/entry_sdl.cpp +++ b/examples/common/entry/entry_sdl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_windows.cpp b/examples/common/entry/entry_windows.cpp index f1e3635a6..dc7b3a952 100644 --- a/examples/common/entry/entry_windows.cpp +++ b/examples/common/entry/entry_windows.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/input.cpp b/examples/common/entry/input.cpp index 5abc8ea2c..e5b49ad73 100644 --- a/examples/common/entry/input.cpp +++ b/examples/common/entry/input.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010-2013 Branimir Karadzic. All rights reserved. + * Copyright 2010-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/input.h b/examples/common/entry/input.h index e57754912..8034c9556 100644 --- a/examples/common/entry/input.h +++ b/examples/common/entry/input.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2013 Branimir Karadzic. All rights reserved. + * Copyright 2010-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/fpumath.h b/examples/common/fpumath.h index 3c6ffc4cc..33ff8f180 100644 --- a/examples/common/fpumath.h +++ b/examples/common/fpumath.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/imgui/fs_imgui_color.sc b/examples/common/imgui/fs_imgui_color.sc index 7796aa192..8ecbe66ac 100644 --- a/examples/common/imgui/fs_imgui_color.sc +++ b/examples/common/imgui/fs_imgui_color.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/imgui/fs_imgui_texture.sc b/examples/common/imgui/fs_imgui_texture.sc index 08467ea83..7590760f8 100644 --- a/examples/common/imgui/fs_imgui_texture.sc +++ b/examples/common/imgui/fs_imgui_texture.sc @@ -1,7 +1,7 @@ $input v_texcoord0, v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/imgui/imgui.cpp b/examples/common/imgui/imgui.cpp index a89bbc52c..030633dcd 100644 --- a/examples/common/imgui/imgui.cpp +++ b/examples/common/imgui/imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/imgui/imgui.h b/examples/common/imgui/imgui.h index bbf78a280..19c2e91e6 100644 --- a/examples/common/imgui/imgui.h +++ b/examples/common/imgui/imgui.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/imgui/vs_imgui_color.sc b/examples/common/imgui/vs_imgui_color.sc index 4ddb8d841..bc4d371fc 100644 --- a/examples/common/imgui/vs_imgui_color.sc +++ b/examples/common/imgui/vs_imgui_color.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/imgui/vs_imgui_texture.sc b/examples/common/imgui/vs_imgui_texture.sc index 193f6db72..ca9cac009 100644 --- a/examples/common/imgui/vs_imgui_texture.sc +++ b/examples/common/imgui/vs_imgui_texture.sc @@ -2,7 +2,7 @@ $input a_position, a_texcoord0, a_color0 $output v_texcoord0, v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/packrect.h b/examples/common/packrect.h index b0bc57e65..2b7cf6088 100644 --- a/examples/common/packrect.h +++ b/examples/common/packrect.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/shaderlib.sh b/examples/common/shaderlib.sh index 253cdf7fc..3b5f4d50e 100644 --- a/examples/common/shaderlib.sh +++ b/examples/common/shaderlib.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/include/bgfx.h b/include/bgfx.h index b96b44930..8813229bc 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/include/bgfxplatform.h b/include/bgfxplatform.h index 255152e58..a4bea8b84 100755 --- a/include/bgfxplatform.h +++ b/include/bgfxplatform.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/premake/bgfx.lua b/premake/bgfx.lua index a4fcfc7f9..c685507fa 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/premake/example-common.lua b/premake/example-common.lua index f920660ea..818464192 100644 --- a/premake/example-common.lua +++ b/premake/example-common.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/premake/geometryc.lua b/premake/geometryc.lua index 8069d838c..a185a3f13 100644 --- a/premake/geometryc.lua +++ b/premake/geometryc.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/premake/makedisttex.lua b/premake/makedisttex.lua index fa3ebe9d9..847af4972 100644 --- a/premake/makedisttex.lua +++ b/premake/makedisttex.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/premake/premake4.lua b/premake/premake4.lua index 60a89deb0..c612429b4 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/premake/shader-embeded.mk b/premake/shader-embeded.mk index d9e014cda..52b748b5e 100644 --- a/premake/shader-embeded.mk +++ b/premake/shader-embeded.mk @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/premake/shader.mk b/premake/shader.mk index 14e069b34..c6b88ad5a 100644 --- a/premake/shader.mk +++ b/premake/shader.mk @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/premake/shaderc.lua b/premake/shaderc.lua index 5ea4e33bc..b72797025 100644 --- a/premake/shaderc.lua +++ b/premake/shaderc.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/premake/texturec.lua b/premake/texturec.lua index 8b48c3dd8..2b876c202 100644 --- a/premake/texturec.lua +++ b/premake/texturec.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2013 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2014 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 95a998737..e62648def 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 5c94d3b28..4eabe859b 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/bgfx_shader.sh b/src/bgfx_shader.sh index 6ab080bef..a0ee09bf2 100644 --- a/src/bgfx_shader.sh +++ b/src/bgfx_shader.sh @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/charset.h b/src/charset.h index 145e10737..3ce24352a 100644 --- a/src/charset.h +++ b/src/charset.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/config.h b/src/config.h index 9dd1c6e07..a532da2b8 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/fs_clear.sc b/src/fs_clear.sc index b6dff82e7..6cc350cc2 100644 --- a/src/fs_clear.sc +++ b/src/fs_clear.sc @@ -1,7 +1,7 @@ $input v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/fs_debugfont.sc b/src/fs_debugfont.sc index 365dd6637..3c1a956ff 100644 --- a/src/fs_debugfont.sc +++ b/src/fs_debugfont.sc @@ -1,7 +1,7 @@ $input v_color0, v_color1, v_texcoord0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_eagl.h b/src/glcontext_eagl.h index 9b4da65b6..26eedf308 100644 --- a/src/glcontext_eagl.h +++ b/src/glcontext_eagl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_eagl.mm b/src/glcontext_eagl.mm index abadc0b12..70db7b295 100644 --- a/src/glcontext_eagl.mm +++ b/src/glcontext_eagl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_egl.cpp b/src/glcontext_egl.cpp index cd865803c..05cf68a4b 100644 --- a/src/glcontext_egl.cpp +++ b/src/glcontext_egl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_egl.h b/src/glcontext_egl.h index 980d33f47..fdf8d053f 100644 --- a/src/glcontext_egl.h +++ b/src/glcontext_egl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index 4e3fc33b9..a184161a7 100644 --- a/src/glcontext_glx.cpp +++ b/src/glcontext_glx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_glx.h b/src/glcontext_glx.h index 1c552c7df..bd37ddd3e 100644 --- a/src/glcontext_glx.h +++ b/src/glcontext_glx.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_ios.h b/src/glcontext_ios.h index d3f36f678..5f23549c5 100644 --- a/src/glcontext_ios.h +++ b/src/glcontext_ios.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_nsgl.h b/src/glcontext_nsgl.h index 73197608a..e2b452594 100644 --- a/src/glcontext_nsgl.h +++ b/src/glcontext_nsgl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_nsgl.mm b/src/glcontext_nsgl.mm index ee60a20e9..056851170 100644 --- a/src/glcontext_nsgl.mm +++ b/src/glcontext_nsgl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_ppapi.cpp b/src/glcontext_ppapi.cpp index ee5c7887e..a19b0bf4f 100644 --- a/src/glcontext_ppapi.cpp +++ b/src/glcontext_ppapi.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_ppapi.h b/src/glcontext_ppapi.h index aa1dcd710..9fb021c82 100644 --- a/src/glcontext_ppapi.h +++ b/src/glcontext_ppapi.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_wgl.cpp b/src/glcontext_wgl.cpp index 3682eb017..dd1ab5b4c 100644 --- a/src/glcontext_wgl.cpp +++ b/src/glcontext_wgl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glcontext_wgl.h b/src/glcontext_wgl.h index 0cb10cea6..37416e88c 100644 --- a/src/glcontext_wgl.h +++ b/src/glcontext_wgl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/glimports.h b/src/glimports.h index 9541af72b..338894479 100644 --- a/src/glimports.h +++ b/src/glimports.h @@ -1,7 +1,7 @@ /* -* Copyright 2011-2013 Branimir Karadzic. All rights reserved. -* License: http://www.opensource.org/licenses/BSD-2-Clause -*/ + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. + * License: http://www.opensource.org/licenses/BSD-2-Clause + */ #ifndef GL_IMPORT # error GL_IMPORT(_optional, _proto, _func, _import) must be defined! diff --git a/src/image.cpp b/src/image.cpp index e8ed9ed81..d93338f90 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/image.h b/src/image.h index 61215d4b0..88c1d9aba 100644 --- a/src/image.h +++ b/src/image.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/makefile b/src/makefile index 3b001491e..22791c6e7 100644 --- a/src/makefile +++ b/src/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/src/renderer_d3d.h b/src/renderer_d3d.h index 9a8d72e00..99f289255 100644 --- a/src/renderer_d3d.h +++ b/src/renderer_d3d.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_d3d11.cpp b/src/renderer_d3d11.cpp index d78e5fb7c..a3abd7649 100644 --- a/src/renderer_d3d11.cpp +++ b/src/renderer_d3d11.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_d3d11.h b/src/renderer_d3d11.h index aa9a2d536..8681c4526 100644 --- a/src/renderer_d3d11.h +++ b/src/renderer_d3d11.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_d3d9.cpp b/src/renderer_d3d9.cpp index 8c6e70028..d0ae6da5b 100644 --- a/src/renderer_d3d9.cpp +++ b/src/renderer_d3d9.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_d3d9.h b/src/renderer_d3d9.h index 05469fa56..bd7eec195 100644 --- a/src/renderer_d3d9.h +++ b/src/renderer_d3d9.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_gl.cpp b/src/renderer_gl.cpp index bf6dfc845..8ae8b4b3e 100644 --- a/src/renderer_gl.cpp +++ b/src/renderer_gl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_gl.h b/src/renderer_gl.h index a03befa6c..1786f1c72 100644 --- a/src/renderer_gl.h +++ b/src/renderer_gl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/renderer_null.cpp b/src/renderer_null.cpp index ce0bf742d..5e6078ccc 100644 --- a/src/renderer_null.cpp +++ b/src/renderer_null.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/vertexdecl.cpp b/src/vertexdecl.cpp index acdba5d06..9a07fec35 100644 --- a/src/vertexdecl.cpp +++ b/src/vertexdecl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/vertexdecl.h b/src/vertexdecl.h index 425fc7997..129ed6e74 100644 --- a/src/vertexdecl.h +++ b/src/vertexdecl.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/vs_clear.sc b/src/vs_clear.sc index 7afed9ac9..a278e8a9f 100644 --- a/src/vs_clear.sc +++ b/src/vs_clear.sc @@ -2,7 +2,7 @@ $input a_position, a_color0 $output v_color0 /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/src/vs_debugfont.sc b/src/vs_debugfont.sc index ac94c7938..89cbc816a 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-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/geometryc/bounds.cpp b/tools/geometryc/bounds.cpp index 8743b91c4..4fa87a486 100644 --- a/tools/geometryc/bounds.cpp +++ b/tools/geometryc/bounds.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/geometryc/bounds.h b/tools/geometryc/bounds.h index 3b8472c56..22d11a0d0 100644 --- a/tools/geometryc/bounds.h +++ b/tools/geometryc/bounds.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/geometryc/geometryc.cpp b/tools/geometryc/geometryc.cpp index c92ca787c..399104734 100644 --- a/tools/geometryc/geometryc.cpp +++ b/tools/geometryc/geometryc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ @@ -302,7 +302,7 @@ void help(const char* _error = NULL) fprintf(stderr , "geometryc, bgfx geometry compiler tool\n" - "Copyright 2011-2013 Branimir Karadzic. All rights reserved.\n" + "Copyright 2011-2014 Branimir Karadzic. All rights reserved.\n" "License: http://www.opensource.org/licenses/BSD-2-Clause\n\n" ); diff --git a/tools/geometryc/math.h b/tools/geometryc/math.h index 3f139db42..2eb0ca63e 100644 --- a/tools/geometryc/math.h +++ b/tools/geometryc/math.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/geometryc/tokenizecmd.cpp b/tools/geometryc/tokenizecmd.cpp index 7ce18eaaa..8fc2fc241 100644 --- a/tools/geometryc/tokenizecmd.cpp +++ b/tools/geometryc/tokenizecmd.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2012 Branimir Karadzic. All rights reserved. + * Copyright 2012-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/geometryc/tokenizecmd.h b/tools/geometryc/tokenizecmd.h index 8aa5d23b3..d5f1b26ca 100644 --- a/tools/geometryc/tokenizecmd.h +++ b/tools/geometryc/tokenizecmd.h @@ -1,5 +1,5 @@ /* - * Copyright 2012 Branimir Karadzic. All rights reserved. + * Copyright 2012-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/makedisttex.cpp b/tools/makedisttex.cpp index 88db9dc01..c67ccbd85 100644 --- a/tools/makedisttex.cpp +++ b/tools/makedisttex.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/tools/shaderc/shaderc.cpp b/tools/shaderc/shaderc.cpp index 489def742..b59768581 100644 --- a/tools/shaderc/shaderc.cpp +++ b/tools/shaderc/shaderc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ @@ -1473,7 +1473,7 @@ void help(const char* _error = NULL) fprintf(stderr , "shaderc, bgfx shader compiler tool\n" - "Copyright 2011-2013 Branimir Karadzic. All rights reserved.\n" + "Copyright 2011-2014 Branimir Karadzic. All rights reserved.\n" "License: http://www.opensource.org/licenses/BSD-2-Clause\n\n" ); diff --git a/tools/texturec/texturec.cpp b/tools/texturec/texturec.cpp index 785ebc242..0d6879a11 100644 --- a/tools/texturec/texturec.cpp +++ b/tools/texturec/texturec.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */