Browse Source

Update copyright notice

Panagiotis Christopoulos Charitos 5 years ago
parent
commit
c9d5d78573
100 changed files with 101 additions and 101 deletions
  1. 1 1
      samples/common/Framework.cpp
  2. 1 1
      samples/common/Framework.h
  3. 1 1
      samples/physics_playground/Main.cpp
  4. 1 1
      samples/simple_scene/Main.cpp
  5. 1 1
      samples/sponza/Main.cpp
  6. 1 1
      sandbox/Main.cpp
  7. 1 1
      shaders/ApplyIrradianceToReflection.glslp
  8. 1 1
      shaders/Blit.glslp
  9. 1 1
      shaders/Bloom.glslp
  10. 1 1
      shaders/BloomUpscale.glslp
  11. 1 1
      shaders/ClearTextureCompute.glslp
  12. 1 1
      shaders/ClusteredShadingCommon.glsl
  13. 1 1
      shaders/Common.glsl
  14. 1 1
      shaders/Dbg.glslp
  15. 1 1
      shaders/DepthAwareBlur.glsl
  16. 1 1
      shaders/DepthAwareBlur.glslp
  17. 1 1
      shaders/DepthAwareBlurCompute.glslp
  18. 1 1
      shaders/DepthDownscale.glslp
  19. 1 1
      shaders/DownscaleBlur.glsl
  20. 1 1
      shaders/DownscaleBlur.glslp
  21. 1 1
      shaders/DownscaleBlurCompute.glslp
  22. 1 1
      shaders/ExponentialShadowmappingResolve.glslp
  23. 1 1
      shaders/FinalComposite.glslp
  24. 1 1
      shaders/ForwardShadingCommonFrag.glsl
  25. 1 1
      shaders/ForwardShadingCommonVert.glsl
  26. 1 1
      shaders/ForwardShadingFog.glslp
  27. 1 1
      shaders/ForwardShadingParticles.glslp
  28. 1 1
      shaders/Functions.glsl
  29. 1 1
      shaders/GBufferCommonFrag.glsl
  30. 1 1
      shaders/GBufferCommonTessc.glsl
  31. 1 1
      shaders/GBufferCommonTesse.glsl
  32. 1 1
      shaders/GBufferCommonVert.glsl
  33. 1 1
      shaders/GBufferGeneric.glslp
  34. 1 1
      shaders/GBufferPost.glslp
  35. 1 1
      shaders/GaussianBlur.glsl
  36. 1 1
      shaders/GaussianBlur.glslp
  37. 1 1
      shaders/GaussianBlurCommon.glsl
  38. 1 1
      shaders/GaussianBlurCompute.glslp
  39. 1 1
      shaders/GlobalIlluminationClipmapPopulation.glslp
  40. 1 1
      shaders/GpuParticles.glslp
  41. 1 1
      shaders/GpuParticlesSimulation.glslp
  42. 1 1
      shaders/IrradianceDice.glslp
  43. 1 1
      shaders/LensFlareSprite.glslp
  44. 1 1
      shaders/LensFlareUpdateIndirectInfo.glslp
  45. 1 1
      shaders/LightFunctions.glsl
  46. 1 1
      shaders/LightShading.glslp
  47. 1 1
      shaders/LightShadingApplyFog.glslp
  48. 1 1
      shaders/LumaAwareBlur.glslp
  49. 1 1
      shaders/MotionBlur.glsl
  50. 1 1
      shaders/Pack.glsl
  51. 1 1
      shaders/QuadVert.glsl
  52. 1 1
      shaders/SceneDebug.glslp
  53. 1 1
      shaders/Ssao.glsl
  54. 1 1
      shaders/Ssao.glslp
  55. 1 1
      shaders/SsaoCompute.glslp
  56. 1 1
      shaders/Ssr.glslp
  57. 1 1
      shaders/TemporalAAResolve.glslp
  58. 1 1
      shaders/TextureFunctions.glsl
  59. 1 1
      shaders/Tonemapping.glsl
  60. 1 1
      shaders/TonemappingAverageLuminance.glslp
  61. 1 1
      shaders/TonemappingResources.glsl
  62. 1 1
      shaders/TraditionalDeferredShading.glslp
  63. 1 1
      shaders/Ui.glslp
  64. 1 1
      shaders/VolumetricFogAccumulation.glslp
  65. 1 1
      shaders/VolumetricLightingAccumulation.glslp
  66. 2 2
      shaders/gen_texture_funcs.py
  67. 1 1
      shaders/glsl_cpp_common/ClusteredShading.h
  68. 1 1
      shaders/glsl_cpp_common/Common.h
  69. 1 1
      shaders/glsl_cpp_common/GpuParticles.h
  70. 1 1
      shaders/glsl_cpp_common/LensFlareSprite.h
  71. 1 1
      shaders/glsl_cpp_common/Ssr.h
  72. 1 1
      shaders/glsl_cpp_common/TraditionalDeferredShading.h
  73. 1 1
      src/anki/AnKi.h
  74. 1 1
      src/anki/Collision.h
  75. 1 1
      src/anki/Config.h.cmake
  76. 1 1
      src/anki/Core.h
  77. 1 1
      src/anki/Dummy.cpp
  78. 1 1
      src/anki/Gr.h
  79. 1 1
      src/anki/Importer.h
  80. 1 1
      src/anki/Input.h
  81. 1 1
      src/anki/Math.h
  82. 1 1
      src/anki/Physics.h
  83. 1 1
      src/anki/Renderer.h
  84. 1 1
      src/anki/Resource.h
  85. 1 1
      src/anki/Scene.h
  86. 1 1
      src/anki/Script.h
  87. 1 1
      src/anki/ShaderCompiler.h
  88. 1 1
      src/anki/Ui.h
  89. 1 1
      src/anki/Util.h
  90. 1 1
      src/anki/collision/Aabb.cpp
  91. 1 1
      src/anki/collision/Aabb.h
  92. 1 1
      src/anki/collision/Common.h
  93. 1 1
      src/anki/collision/Cone.h
  94. 1 1
      src/anki/collision/ConvexHullShape.cpp
  95. 1 1
      src/anki/collision/ConvexHullShape.h
  96. 1 1
      src/anki/collision/Forward.h
  97. 1 1
      src/anki/collision/Functions.h
  98. 1 1
      src/anki/collision/FunctionsComputeAabb.cpp
  99. 1 1
      src/anki/collision/FunctionsMisc.cpp
  100. 1 1
      src/anki/collision/FunctionsTestCollision.cpp

+ 1 - 1
samples/common/Framework.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
samples/common/Framework.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
samples/physics_playground/Main.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
samples/simple_scene/Main.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
samples/sponza/Main.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
sandbox/Main.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ApplyIrradianceToReflection.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Blit.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Bloom.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/BloomUpscale.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ClearTextureCompute.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ClusteredShadingCommon.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Common.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Dbg.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DepthAwareBlur.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DepthAwareBlur.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DepthAwareBlurCompute.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DepthDownscale.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DownscaleBlur.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DownscaleBlur.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/DownscaleBlurCompute.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ExponentialShadowmappingResolve.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/FinalComposite.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ForwardShadingCommonFrag.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ForwardShadingCommonVert.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ForwardShadingFog.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/ForwardShadingParticles.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Functions.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GBufferCommonFrag.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GBufferCommonTessc.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GBufferCommonTesse.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GBufferCommonVert.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GBufferGeneric.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GBufferPost.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GaussianBlur.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GaussianBlur.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GaussianBlurCommon.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GaussianBlurCompute.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GlobalIlluminationClipmapPopulation.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GpuParticles.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/GpuParticlesSimulation.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/IrradianceDice.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/LensFlareSprite.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/LensFlareUpdateIndirectInfo.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/LightFunctions.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/LightShading.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/LightShadingApplyFog.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/LumaAwareBlur.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/MotionBlur.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Pack.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/QuadVert.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/SceneDebug.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Ssao.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Ssao.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/SsaoCompute.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Ssr.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/TemporalAAResolve.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/TextureFunctions.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Tonemapping.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/TonemappingAverageLuminance.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/TonemappingResources.glsl

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/TraditionalDeferredShading.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/Ui.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/VolumetricFogAccumulation.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/VolumetricLightingAccumulation.glslp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 2 - 2
shaders/gen_texture_funcs.py

@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-# Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+# Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 # All rights reserved.
 # Code licensed under the BSD License.
 # http://www.anki3d.org/LICENSE
@@ -407,7 +407,7 @@ def gen_split_sampler_tex_func(func):
 
 def main():
     print(
-        """// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+        """// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/glsl_cpp_common/ClusteredShading.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/glsl_cpp_common/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/glsl_cpp_common/GpuParticles.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/glsl_cpp_common/LensFlareSprite.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/glsl_cpp_common/Ssr.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
shaders/glsl_cpp_common/TraditionalDeferredShading.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/AnKi.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Collision.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Config.h.cmake

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Core.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Dummy.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Gr.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Importer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Input.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Math.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Physics.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Renderer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Resource.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Scene.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Script.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/ShaderCompiler.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Ui.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/Util.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/Aabb.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/Aabb.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/Cone.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/ConvexHullShape.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/ConvexHullShape.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/Forward.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/Functions.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/FunctionsComputeAabb.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/FunctionsMisc.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

+ 1 - 1
src/anki/collision/FunctionsTestCollision.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
 // All rights reserved.
 // Code licensed under the BSD License.
 // http://www.anki3d.org/LICENSE

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