Browse Source

Updated copyright year.

Branimir Karadžić 11 years ago
parent
commit
649d7f74d2
100 changed files with 100 additions and 100 deletions
  1. 1 1
      examples/01-cubes/fs_cubes.sc
  2. 1 1
      examples/01-cubes/makefile
  3. 1 1
      examples/01-cubes/vs_cubes.sc
  4. 1 1
      examples/02-metaballs/fs_metaballs.sc
  5. 1 1
      examples/02-metaballs/makefile
  6. 1 1
      examples/02-metaballs/vs_metaballs.sc
  7. 1 1
      examples/03-raymarch/fs_raymarching.sc
  8. 1 1
      examples/03-raymarch/makefile
  9. 1 1
      examples/03-raymarch/vs_raymarching.sc
  10. 1 1
      examples/04-mesh/fs_mesh.sc
  11. 1 1
      examples/04-mesh/makefile
  12. 1 1
      examples/04-mesh/vs_mesh.sc
  13. 1 1
      examples/05-instancing/fs_instancing.sc
  14. 1 1
      examples/05-instancing/makefile
  15. 1 1
      examples/05-instancing/vs_instancing.sc
  16. 1 1
      examples/06-bump/fs_bump.sc
  17. 1 1
      examples/06-bump/makefile
  18. 1 1
      examples/06-bump/vs_bump.sc
  19. 1 1
      examples/06-bump/vs_bump_instanced.sc
  20. 1 1
      examples/07-callback/fs_callback.sc
  21. 1 1
      examples/07-callback/makefile
  22. 1 1
      examples/07-callback/vs_callback.sc
  23. 1 1
      examples/08-update/fs_update.sc
  24. 1 1
      examples/08-update/fs_update_cmp.sc
  25. 1 1
      examples/08-update/makefile
  26. 1 1
      examples/08-update/vs_update.sc
  27. 1 1
      examples/09-hdr/common.sh
  28. 1 1
      examples/09-hdr/fs_hdr_blur.sc
  29. 1 1
      examples/09-hdr/fs_hdr_bright.sc
  30. 1 1
      examples/09-hdr/fs_hdr_lum.sc
  31. 1 1
      examples/09-hdr/fs_hdr_lumavg.sc
  32. 1 1
      examples/09-hdr/fs_hdr_mesh.sc
  33. 1 1
      examples/09-hdr/fs_hdr_skybox.sc
  34. 1 1
      examples/09-hdr/fs_hdr_tonemap.sc
  35. 1 1
      examples/09-hdr/makefile
  36. 1 1
      examples/09-hdr/vs_hdr_blur.sc
  37. 1 1
      examples/09-hdr/vs_hdr_bright.sc
  38. 1 1
      examples/09-hdr/vs_hdr_lum.sc
  39. 1 1
      examples/09-hdr/vs_hdr_lumavg.sc
  40. 1 1
      examples/09-hdr/vs_hdr_mesh.sc
  41. 1 1
      examples/09-hdr/vs_hdr_skybox.sc
  42. 1 1
      examples/09-hdr/vs_hdr_tonemap.sc
  43. 1 1
      examples/16-shadowmaps/vs_shadowmaps_hblur.sc
  44. 1 1
      examples/17-drawstress/fs_drawstress.sc
  45. 1 1
      examples/17-drawstress/makefile
  46. 1 1
      examples/17-drawstress/vs_drawstress.sc
  47. 1 1
      examples/19-oit/fs_oit.sc
  48. 1 1
      examples/19-oit/fs_oit_wb.sc
  49. 1 1
      examples/19-oit/fs_oit_wb_blit.sc
  50. 1 1
      examples/19-oit/fs_oit_wb_separate.sc
  51. 1 1
      examples/19-oit/fs_oit_wb_separate_blit.sc
  52. 1 1
      examples/19-oit/makefile
  53. 1 1
      examples/19-oit/vs_oit.sc
  54. 1 1
      examples/19-oit/vs_oit_blit.sc
  55. 1 1
      examples/21-deferred/fs_deferred_combine.sc
  56. 1 1
      examples/21-deferred/fs_deferred_debug.sc
  57. 1 1
      examples/21-deferred/fs_deferred_debug_line.sc
  58. 1 1
      examples/21-deferred/fs_deferred_geom.sc
  59. 1 1
      examples/21-deferred/fs_deferred_light.sc
  60. 1 1
      examples/21-deferred/makefile
  61. 1 1
      examples/21-deferred/vs_deferred_combine.sc
  62. 1 1
      examples/21-deferred/vs_deferred_debug.sc
  63. 1 1
      examples/21-deferred/vs_deferred_debug_line.sc
  64. 1 1
      examples/21-deferred/vs_deferred_geom.sc
  65. 1 1
      examples/21-deferred/vs_deferred_light.sc
  66. 1 1
      examples/23-vectordisplay/makefile
  67. 1 1
      examples/24-nbody/makefile
  68. 1 1
      examples/assets/meshes/makefile
  69. 1 1
      examples/common/common.sh
  70. 1 1
      examples/common/entry/entry_ios.mm
  71. 1 1
      examples/common/entry/entry_osx.mm
  72. 1 1
      examples/common/font/makefile
  73. 1 1
      examples/common/imgui/fs_imgui_color.sc
  74. 1 1
      examples/common/imgui/fs_imgui_cubemap.sc
  75. 1 1
      examples/common/imgui/fs_imgui_texture.sc
  76. 1 1
      examples/common/imgui/makefile
  77. 1 1
      examples/common/imgui/vs_imgui_color.sc
  78. 1 1
      examples/common/imgui/vs_imgui_cubemap.sc
  79. 1 1
      examples/common/imgui/vs_imgui_texture.sc
  80. 1 1
      examples/common/nanovg/makefile
  81. 1 1
      examples/common/shaderlib.sh
  82. 1 1
      examples/makefile
  83. 1 1
      makefile
  84. 1 1
      scripts/bgfx.lua
  85. 1 1
      scripts/example-common.lua
  86. 1 1
      scripts/genie.lua
  87. 1 1
      scripts/geometryc.lua
  88. 1 1
      scripts/makedisttex.lua
  89. 1 1
      scripts/shader-embeded.mk
  90. 1 1
      scripts/shader.mk
  91. 1 1
      scripts/shaderc.lua
  92. 1 1
      scripts/texturec.lua
  93. 1 1
      scripts/tools.mk
  94. 1 1
      src/bgfx_compute.sh
  95. 1 1
      src/bgfx_shader.sh
  96. 1 1
      src/fs_clear0.sc
  97. 1 1
      src/fs_clear1.sc
  98. 1 1
      src/fs_clear2.sc
  99. 1 1
      src/fs_clear3.sc
  100. 1 1
      src/fs_clear4.sc

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

@@ -1,7 +1,7 @@
 $input v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/01-cubes/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

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

@@ -2,7 +2,7 @@ $input a_position, a_color0
 $output v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_normal, v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/02-metaballs/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

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

@@ -2,7 +2,7 @@ $input a_position, a_normal, a_color0
 $output v_normal, v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_color0, v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/03-raymarch/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

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

@@ -2,7 +2,7 @@ $input a_position, a_color0, a_texcoord0
 $output v_color0, v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_pos, v_view, v_normal, v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/04-mesh/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/05-instancing/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/06-bump/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_world, v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/07-callback/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

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

@@ -2,7 +2,7 @@ $input a_position, a_color0
 $output v_world, v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/08-update/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

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

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_pos, v_view, v_normal
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -1,7 +1,7 @@
 $input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/09-hdr/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/17-drawstress/fs_drawstress.sc

@@ -1,7 +1,7 @@
 $input v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/17-drawstress/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/17-drawstress/vs_drawstress.sc

@@ -2,7 +2,7 @@ $input a_position, a_color0
 $output v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/fs_oit.sc

@@ -1,7 +1,7 @@
 $input v_pos
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/fs_oit_wb.sc

@@ -1,7 +1,7 @@
 $input v_pos
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/fs_oit_wb_blit.sc

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/fs_oit_wb_separate.sc

@@ -1,7 +1,7 @@
 $input v_pos
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/fs_oit_wb_separate_blit.sc

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/19-oit/vs_oit.sc

@@ -2,7 +2,7 @@ $input a_position
 $output v_pos
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/19-oit/vs_oit_blit.sc

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/fs_deferred_combine.sc

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/fs_deferred_debug.sc

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/fs_deferred_debug_line.sc

@@ -1,7 +1,7 @@
 $input v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/fs_deferred_geom.sc

@@ -1,7 +1,7 @@
 $input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/fs_deferred_light.sc

@@ -1,7 +1,7 @@
 $input v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/21-deferred/vs_deferred_combine.sc

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/vs_deferred_debug.sc

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/vs_deferred_debug_line.sc

@@ -2,7 +2,7 @@ $input a_position, a_color0
 $output v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/vs_deferred_geom.sc

@@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0
 $output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/21-deferred/vs_deferred_light.sc

@@ -2,7 +2,7 @@ $input a_position, a_texcoord0
 $output v_texcoord0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/23-vectordisplay/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/24-nbody/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/assets/meshes/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/common/common.sh

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/entry/entry_ios.mm

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/entry/entry_osx.mm

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/font/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/common/imgui/fs_imgui_color.sc

@@ -1,7 +1,7 @@
 $input v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/imgui/fs_imgui_cubemap.sc

@@ -1,7 +1,7 @@
 $input v_normal
 
 /*
- * Copyright 2011-2013 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/imgui/fs_imgui_texture.sc

@@ -1,7 +1,7 @@
 $input v_texcoord0, v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/imgui/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/common/imgui/vs_imgui_color.sc

@@ -2,7 +2,7 @@ $input a_position, a_color0
 $output v_color0
 
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/imgui/vs_imgui_cubemap.sc

@@ -2,7 +2,7 @@ $input a_position, a_normal
 $output v_normal
 
 /*
- * Copyright 2011-2013 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
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-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/common/nanovg/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
examples/common/shaderlib.sh

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
examples/makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
makefile

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
scripts/bgfx.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/example-common.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/genie.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/geometryc.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/makedisttex.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/shader-embeded.mk

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
scripts/shader.mk

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
scripts/shaderc.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/texturec.lua

@@ -1,5 +1,5 @@
 --
--- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
+-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
 -- License: http://www.opensource.org/licenses/BSD-2-Clause
 --
 

+ 1 - 1
scripts/tools.mk

@@ -1,5 +1,5 @@
 #
-# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 

+ 1 - 1
src/bgfx_compute.sh

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
src/bgfx_shader.sh

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
src/fs_clear0.sc

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
src/fs_clear1.sc

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
src/fs_clear2.sc

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
src/fs_clear3.sc

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

+ 1 - 1
src/fs_clear4.sc

@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2015 Branimir Karadzic. All rights reserved.
  * License: http://www.opensource.org/licenses/BSD-2-Clause
  */
 

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