Browse Source

Happy New Year!

Бранимир Караџић 3 years ago
parent
commit
4581f14cd4
100 changed files with 156 additions and 156 deletions
  1. 1 1
      LICENSE
  2. 1 1
      README.md
  3. 2 2
      examples/00-helloworld/helloworld.cpp
  4. 2 2
      examples/01-cubes/cubes.cpp
  5. 2 2
      examples/01-cubes/fs_cubes.sc
  6. 2 2
      examples/01-cubes/makefile
  7. 2 2
      examples/01-cubes/vs_cubes.sc
  8. 2 2
      examples/02-metaballs/fs_metaballs.sc
  9. 2 2
      examples/02-metaballs/makefile
  10. 2 2
      examples/02-metaballs/metaballs.cpp
  11. 2 2
      examples/02-metaballs/vs_metaballs.sc
  12. 2 2
      examples/03-raymarch/fs_raymarching.sc
  13. 2 2
      examples/03-raymarch/makefile
  14. 2 2
      examples/03-raymarch/raymarch.cpp
  15. 2 2
      examples/03-raymarch/vs_raymarching.sc
  16. 2 2
      examples/04-mesh/fs_mesh.sc
  17. 2 2
      examples/04-mesh/makefile
  18. 2 2
      examples/04-mesh/mesh.cpp
  19. 2 2
      examples/04-mesh/vs_mesh.sc
  20. 2 2
      examples/05-instancing/fs_instancing.sc
  21. 2 2
      examples/05-instancing/instancing.cpp
  22. 2 2
      examples/05-instancing/makefile
  23. 2 2
      examples/05-instancing/vs_instancing.sc
  24. 2 2
      examples/06-bump/bump.cpp
  25. 2 2
      examples/06-bump/fs_bump.sc
  26. 2 2
      examples/06-bump/makefile
  27. 2 2
      examples/06-bump/vs_bump.sc
  28. 2 2
      examples/06-bump/vs_bump_instanced.sc
  29. 2 2
      examples/07-callback/callback.cpp
  30. 2 2
      examples/07-callback/fs_callback.sc
  31. 2 2
      examples/07-callback/makefile
  32. 2 2
      examples/07-callback/vs_callback.sc
  33. 1 1
      examples/08-update/cs_update.sc
  34. 2 2
      examples/08-update/fs_update.sc
  35. 2 2
      examples/08-update/fs_update_3d.sc
  36. 2 2
      examples/08-update/fs_update_cmp.sc
  37. 2 2
      examples/08-update/makefile
  38. 2 2
      examples/08-update/update.cpp
  39. 2 2
      examples/08-update/vs_update.sc
  40. 2 2
      examples/09-hdr/common.sh
  41. 2 2
      examples/09-hdr/fs_hdr_blur.sc
  42. 2 2
      examples/09-hdr/fs_hdr_bright.sc
  43. 2 2
      examples/09-hdr/fs_hdr_lum.sc
  44. 2 2
      examples/09-hdr/fs_hdr_lumavg.sc
  45. 2 2
      examples/09-hdr/fs_hdr_mesh.sc
  46. 2 2
      examples/09-hdr/fs_hdr_skybox.sc
  47. 2 2
      examples/09-hdr/fs_hdr_tonemap.sc
  48. 2 2
      examples/09-hdr/hdr.cpp
  49. 2 2
      examples/09-hdr/makefile
  50. 2 2
      examples/09-hdr/vs_hdr_blur.sc
  51. 2 2
      examples/09-hdr/vs_hdr_bright.sc
  52. 2 2
      examples/09-hdr/vs_hdr_lum.sc
  53. 2 2
      examples/09-hdr/vs_hdr_lumavg.sc
  54. 2 2
      examples/09-hdr/vs_hdr_mesh.sc
  55. 2 2
      examples/09-hdr/vs_hdr_skybox.sc
  56. 2 2
      examples/09-hdr/vs_hdr_tonemap.sc
  57. 1 1
      examples/10-font/font.cpp
  58. 1 1
      examples/11-fontsdf/fontsdf.cpp
  59. 1 1
      examples/12-lod/fs_tree.sc
  60. 1 1
      examples/12-lod/lod.cpp
  61. 2 2
      examples/12-lod/makefile
  62. 1 1
      examples/12-lod/vs_tree.sc
  63. 1 1
      examples/13-stencil/fs_stencil_color_black.sc
  64. 1 1
      examples/13-stencil/fs_stencil_color_lighting.sc
  65. 1 1
      examples/13-stencil/fs_stencil_color_texture.sc
  66. 1 1
      examples/13-stencil/fs_stencil_texture.sc
  67. 1 1
      examples/13-stencil/fs_stencil_texture_lighting.sc
  68. 2 2
      examples/13-stencil/makefile
  69. 1 1
      examples/13-stencil/stencil.cpp
  70. 1 1
      examples/13-stencil/vs_stencil_color.sc
  71. 1 1
      examples/13-stencil/vs_stencil_color_lighting.sc
  72. 1 1
      examples/13-stencil/vs_stencil_color_texture.sc
  73. 1 1
      examples/13-stencil/vs_stencil_texture.sc
  74. 1 1
      examples/13-stencil/vs_stencil_texture_lighting.sc
  75. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_color_lighting.sc
  76. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_color_texture.sc
  77. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc
  78. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc
  79. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc
  80. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc
  81. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc
  82. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc
  83. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc
  84. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc
  85. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svside.sc
  86. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc
  87. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc
  88. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc
  89. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_texture.sc
  90. 1 1
      examples/14-shadowvolumes/fs_shadowvolume_texture_lighting.sc
  91. 2 2
      examples/14-shadowvolumes/makefile
  92. 1 1
      examples/14-shadowvolumes/shadowvolumes.cpp
  93. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_color_lighting.sc
  94. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_color_texture.sc
  95. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_svback.sc
  96. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_svfront.sc
  97. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_svside.sc
  98. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_texture.sc
  99. 1 1
      examples/14-shadowvolumes/vs_shadowvolume_texture_lighting.sc
  100. 1 1
      examples/15-shadowmaps-simple/fs_sms_mesh.sc

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright 2010-2021 Branimir Karadzic
+Copyright 2010-2022 Branimir Karadzic
 
 
 Redistribution and use in source and binary forms, with or without modification,
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 are permitted provided that the following conditions are met:

+ 1 - 1
README.md

@@ -495,7 +495,7 @@ https://www.guildwars2.com/
 <img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">
 <img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">
 </a>
 </a>
 
 
-	Copyright 2010-2021 Branimir Karadzic
+	Copyright 2010-2022 Branimir Karadzic
 	
 	
 	Redistribution and use in source and binary forms, with or without modification,
 	Redistribution and use in source and binary forms, with or without modification,
 	are permitted provided that the following conditions are met:
 	are permitted provided that the following conditions are met:

+ 2 - 2
examples/00-helloworld/helloworld.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include <bx/uint32_t.h>
 #include <bx/uint32_t.h>

+ 2 - 2
examples/01-cubes/cubes.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/01-cubes/fs_cubes.sc

@@ -1,8 +1,8 @@
 $input v_color0
 $input v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/01-cubes/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/01-cubes/vs_cubes.sc

@@ -2,8 +2,8 @@ $input a_position, a_color0
 $output v_color0
 $output v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/02-metaballs/fs_metaballs.sc

@@ -1,8 +1,8 @@
 $input v_normal, v_color0
 $input v_normal, v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/02-metaballs/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 include ../../scripts/shader-embeded.mk
 include ../../scripts/shader-embeded.mk

+ 2 - 2
examples/02-metaballs/metaballs.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/02-metaballs/vs_metaballs.sc

@@ -2,8 +2,8 @@ $input a_position, a_normal, a_color0
 $output v_normal, v_color0
 $output v_normal, v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/03-raymarch/fs_raymarching.sc

@@ -1,8 +1,8 @@
 $input v_color0, v_texcoord0
 $input v_color0, v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 // References:
 // References:

+ 2 - 2
examples/03-raymarch/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/03-raymarch/raymarch.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/03-raymarch/vs_raymarching.sc

@@ -2,8 +2,8 @@ $input a_position, a_color0, a_texcoord0
 $output v_color0, v_texcoord0
 $output v_color0, v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/04-mesh/fs_mesh.sc

@@ -1,8 +1,8 @@
 $input v_pos, v_view, v_normal, v_color0
 $input v_pos, v_view, v_normal, v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/04-mesh/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/04-mesh/mesh.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/04-mesh/vs_mesh.sc

@@ -2,8 +2,8 @@ $input a_position, a_normal
 $output v_pos, v_view, v_normal, v_color0
 $output v_pos, v_view, v_normal, v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/05-instancing/fs_instancing.sc

@@ -1,8 +1,8 @@
 $input v_color0
 $input v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/05-instancing/instancing.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/05-instancing/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/05-instancing/vs_instancing.sc

@@ -2,8 +2,8 @@ $input a_position, a_color0, i_data0, i_data1, i_data2, i_data3, i_data4
 $output v_color0
 $output v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/06-bump/bump.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/06-bump/fs_bump.sc

@@ -1,8 +1,8 @@
 $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0// in...
 $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0// in...
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/06-bump/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/06-bump/vs_bump.sc

@@ -2,8 +2,8 @@ $input a_position, a_normal, a_tangent, a_texcoord0
 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/06-bump/vs_bump_instanced.sc

@@ -2,8 +2,8 @@ $input a_position, a_normal, a_tangent, a_texcoord0, i_data0, i_data1, i_data2,
 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/07-callback/callback.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/07-callback/fs_callback.sc

@@ -1,8 +1,8 @@
 $input v_world, v_color0
 $input v_world, v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/07-callback/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/07-callback/vs_callback.sc

@@ -2,8 +2,8 @@ $input a_position, a_color0
 $output v_world, v_color0
 $output v_world, v_color0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/08-update/cs_update.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2014 Stanlo Slasinski. All rights reserved.
  * Copyright 2014 Stanlo Slasinski. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "bgfx_compute.sh"
 #include "bgfx_compute.sh"

+ 2 - 2
examples/08-update/fs_update.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/08-update/fs_update_3d.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/08-update/fs_update_cmp.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/08-update/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/08-update/update.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/08-update/vs_update.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 $output v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/common.sh

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_blur.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_bright.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_lum.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_lumavg.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_mesh.sc

@@ -1,8 +1,8 @@
 $input v_pos, v_view, v_normal
 $input v_pos, v_view, v_normal
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_skybox.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0
 $input v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/fs_hdr_tonemap.sc

@@ -1,8 +1,8 @@
 $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.sh"
 #include "common.sh"

+ 2 - 2
examples/09-hdr/hdr.cpp

@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/09-hdr/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 2 - 2
examples/09-hdr/vs_hdr_blur.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/vs_hdr_bright.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 $output v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/vs_hdr_lum.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 $output v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/vs_hdr_lumavg.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 $output v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/vs_hdr_mesh.sc

@@ -2,8 +2,8 @@ $input a_position, a_normal
 $output v_pos, v_view, v_normal
 $output v_pos, v_view, v_normal
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/vs_hdr_skybox.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 $output v_texcoord0
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/09-hdr/vs_hdr_tonemap.sc

@@ -2,8 +2,8 @@ $input a_position, a_texcoord0
 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 $output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 
 
 /*
 /*
- * Copyright 2011-2021 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/10-font/font.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013 Jeremie Roy. All rights reserved.
  * Copyright 2013 Jeremie Roy. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 1 - 1
examples/11-fontsdf/fontsdf.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013 Jeremie Roy. All rights reserved.
  * Copyright 2013 Jeremie Roy. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 1 - 1
examples/12-lod/fs_tree.sc

@@ -2,7 +2,7 @@ $input v_pos, v_view, v_normal, v_texcoord0
 
 
 /*
 /*
  * Copyright 2013 Milos Tosic. All rights reserved.
  * Copyright 2013 Milos Tosic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/12-lod/lod.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013 Milos Tosic. All rights reserved.
  * Copyright 2013 Milos Tosic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "common.h"
 #include "common.h"

+ 2 - 2
examples/12-lod/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 1 - 1
examples/12-lod/vs_tree.sc

@@ -3,7 +3,7 @@ $output v_pos, v_view, v_normal, v_texcoord0
 
 
 /*
 /*
  * Copyright 2013 Milos Tosic. All rights reserved.
  * Copyright 2013 Milos Tosic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/13-stencil/fs_stencil_color_black.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/13-stencil/fs_stencil_color_lighting.sc

@@ -2,7 +2,7 @@ $input v_normal, v_view
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/13-stencil/fs_stencil_color_texture.sc

@@ -2,7 +2,7 @@ $input v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/13-stencil/fs_stencil_texture.sc

@@ -2,7 +2,7 @@ $input v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/13-stencil/fs_stencil_texture_lighting.sc

@@ -2,7 +2,7 @@ $input v_normal, v_view, v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/13-stencil/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 1 - 1
examples/13-stencil/stencil.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include <string>
 #include <string>

+ 1 - 1
examples/13-stencil/vs_stencil_color.sc

@@ -2,7 +2,7 @@ $input a_position
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/13-stencil/vs_stencil_color_lighting.sc

@@ -3,7 +3,7 @@ $output  v_normal, v_view
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/13-stencil/vs_stencil_color_texture.sc

@@ -3,7 +3,7 @@ $output v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/13-stencil/vs_stencil_texture.sc

@@ -3,7 +3,7 @@ $output v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/13-stencil/vs_stencil_texture_lighting.sc

@@ -3,7 +3,7 @@ $output  v_normal, v_view, v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_color_lighting.sc

@@ -2,7 +2,7 @@ $input v_normal, v_view
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_color_texture.sc

@@ -2,7 +2,7 @@ $input v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svbackblank.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svbackcolor.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svbacktex1.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svbacktex2.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svfrontcolor.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svfronttex1.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svfronttex2.sc

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svside.sc

@@ -2,7 +2,7 @@ $input v_k
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc

@@ -2,7 +2,7 @@ $input v_k
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svsidecolor.sc

@@ -2,7 +2,7 @@ $input v_k
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_svsidetex.sc

@@ -2,7 +2,7 @@ $input v_k
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_texture.sc

@@ -2,7 +2,7 @@ $input v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/fs_shadowvolume_texture_lighting.sc

@@ -2,7 +2,7 @@ $input v_normal, v_view, v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 2 - 2
examples/14-shadowvolumes/makefile

@@ -1,6 +1,6 @@
 #
 #
-# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
-# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+# Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 #
 #
 
 
 BGFX_DIR=../..
 BGFX_DIR=../..

+ 1 - 1
examples/14-shadowvolumes/shadowvolumes.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include <string>
 #include <string>

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_color_lighting.sc

@@ -3,7 +3,7 @@ $output  v_normal, v_view
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_color_texture.sc

@@ -3,7 +3,7 @@ $output v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_svback.sc

@@ -2,7 +2,7 @@ $input a_position
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_svfront.sc

@@ -2,7 +2,7 @@ $input a_position
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_svside.sc

@@ -3,7 +3,7 @@ $output v_k
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_texture.sc

@@ -3,7 +3,7 @@ $output v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh" 
 #include "../common/common.sh" 

+ 1 - 1
examples/14-shadowvolumes/vs_shadowvolume_texture_lighting.sc

@@ -3,7 +3,7 @@ $output  v_normal, v_view, v_texcoord0
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

+ 1 - 1
examples/15-shadowmaps-simple/fs_sms_mesh.sc

@@ -2,7 +2,7 @@ $input v_view, v_normal, v_shadowcoord
 
 
 /*
 /*
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
  * Copyright 2013-2014 Dario Manesku. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  */
  */
 
 
 #include "../common/common.sh"
 #include "../common/common.sh"

Some files were not shown because too many files changed in this diff