Browse Source

Update copyright year

Panagiotis Christopoulos Charitos 8 years ago
parent
commit
61e44cb4a9
100 changed files with 100 additions and 100 deletions
  1. 1 1
      programs/Blit.ankiprog
  2. 1 1
      programs/Bloom.ankiprog
  3. 1 1
      programs/BloomUpscale.ankiprog
  4. 1 1
      programs/Dbg.ankiprog
  5. 1 1
      programs/DeferredShading.ankiprog
  6. 1 1
      programs/DepthAwareBlur.ankiprog
  7. 1 1
      programs/DepthDownscale.ankiprog
  8. 1 1
      programs/DownscaleBlur.ankiprog
  9. 1 1
      programs/ExponentialShadowmappingResolve.ankiprog
  10. 1 1
      programs/FinalComposite.ankiprog
  11. 1 1
      programs/ForwardShadingFog.ankiprog
  12. 1 1
      programs/ForwardShadingParticles.ankiprog
  13. 1 1
      programs/ForwardShadingUpscale.ankiprog
  14. 1 1
      programs/ForwardShadingVolumetricUpscale.ankiprog
  15. 1 1
      programs/GBufferGeneric.ankiprog
  16. 1 1
      programs/GaussianBlur.ankiprog
  17. 1 1
      programs/Irradiance.ankiprog
  18. 1 1
      programs/LensFlareSprite.ankiprog
  19. 1 1
      programs/LensFlareUpdateIndirectInfo.ankiprog
  20. 1 1
      programs/LightShading.ankiprog
  21. 1 1
      programs/LumaAwareBlur.ankiprog
  22. 1 1
      programs/Reflections.ankiprog
  23. 1 1
      programs/SceneDebug.ankiprog
  24. 1 1
      programs/ScreenSpaceLensFlare.ankiprog
  25. 1 1
      programs/Ssao.ankiprog
  26. 1 1
      programs/TemporalAAResolve.ankiprog
  27. 1 1
      programs/TonemappingAverageLuminance.ankiprog
  28. 1 1
      programs/Ui.ankiprog
  29. 1 1
      programs/VolumetricFog.ankiprog
  30. 1 1
      samples/common/Framework.cpp
  31. 1 1
      samples/common/Framework.h
  32. 1 1
      samples/simple_scene/Main.cpp
  33. 1 1
      samples/sponza/Main.cpp
  34. 1 1
      sandbox/Main.cpp
  35. 1 1
      shaders/ClusterLightCommon.glsl
  36. 1 1
      shaders/Clusterer.glsl
  37. 1 1
      shaders/Common.glsl
  38. 1 1
      shaders/ForwardShadingCommonFrag.glsl
  39. 1 1
      shaders/ForwardShadingCommonVert.glsl
  40. 1 1
      shaders/Functions.glsl
  41. 1 1
      shaders/GBufferCommonFrag.glsl
  42. 1 1
      shaders/GBufferCommonTessc.glsl
  43. 1 1
      shaders/GBufferCommonTesse.glsl
  44. 1 1
      shaders/GBufferCommonVert.glsl
  45. 1 1
      shaders/GaussianBlurCommon.glsl
  46. 1 1
      shaders/LightFunctions.glsl
  47. 1 1
      shaders/Pack.glsl
  48. 1 1
      shaders/QuadVert.glsl
  49. 1 1
      shaders/Sslr.glsl
  50. 1 1
      shaders/Tonemapping.glsl
  51. 1 1
      shaders/TonemappingResources.glsl
  52. 1 1
      src/anki/AnKi.h
  53. 1 1
      src/anki/Collision.h
  54. 1 1
      src/anki/Config.h.cmake
  55. 1 1
      src/anki/Core.h
  56. 1 1
      src/anki/Dummy.cpp
  57. 1 1
      src/anki/Event.h
  58. 1 1
      src/anki/Gr.h
  59. 1 1
      src/anki/Input.h
  60. 1 1
      src/anki/Math.h
  61. 1 1
      src/anki/Physics.h
  62. 1 1
      src/anki/Renderer.h
  63. 1 1
      src/anki/Resource.h
  64. 1 1
      src/anki/Scene.h
  65. 1 1
      src/anki/Script.h
  66. 1 1
      src/anki/Ui.h
  67. 1 1
      src/anki/Util.h
  68. 1 1
      src/anki/collision/Aabb.cpp
  69. 1 1
      src/anki/collision/Aabb.h
  70. 1 1
      src/anki/collision/CollisionShape.h
  71. 1 1
      src/anki/collision/Common.h
  72. 1 1
      src/anki/collision/CompoundShape.cpp
  73. 1 1
      src/anki/collision/CompoundShape.h
  74. 1 1
      src/anki/collision/ConvexHullShape.cpp
  75. 1 1
      src/anki/collision/ConvexHullShape.h
  76. 1 1
      src/anki/collision/ConvexShape.h
  77. 1 1
      src/anki/collision/Forward.h
  78. 1 1
      src/anki/collision/Frustum.cpp
  79. 1 1
      src/anki/collision/Frustum.h
  80. 1 1
      src/anki/collision/Functions.cpp
  81. 1 1
      src/anki/collision/Functions.h
  82. 1 1
      src/anki/collision/GjkEpa.cpp
  83. 1 1
      src/anki/collision/GjkEpa.h
  84. 1 1
      src/anki/collision/GjkEpaInternal.h
  85. 1 1
      src/anki/collision/LineSegment.cpp
  86. 1 1
      src/anki/collision/LineSegment.h
  87. 1 1
      src/anki/collision/Obb.cpp
  88. 1 1
      src/anki/collision/Obb.h
  89. 1 1
      src/anki/collision/Plane.cpp
  90. 1 1
      src/anki/collision/Plane.h
  91. 1 1
      src/anki/collision/Sphere.cpp
  92. 1 1
      src/anki/collision/Sphere.h
  93. 1 1
      src/anki/collision/Tests.cpp
  94. 1 1
      src/anki/collision/Tests.h
  95. 1 1
      src/anki/core/App.cpp
  96. 1 1
      src/anki/core/App.h
  97. 1 1
      src/anki/core/Common.h
  98. 1 1
      src/anki/core/Config.cpp
  99. 1 1
      src/anki/core/Config.h
  100. 1 1
      src/anki/core/NativeWindow.h

+ 1 - 1
programs/Blit.ankiprog

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

+ 1 - 1
programs/Bloom.ankiprog

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

+ 1 - 1
programs/BloomUpscale.ankiprog

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

+ 1 - 1
programs/Dbg.ankiprog

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

+ 1 - 1
programs/DeferredShading.ankiprog

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

+ 1 - 1
programs/DepthAwareBlur.ankiprog

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

+ 1 - 1
programs/DepthDownscale.ankiprog

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

+ 1 - 1
programs/DownscaleBlur.ankiprog

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

+ 1 - 1
programs/ExponentialShadowmappingResolve.ankiprog

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

+ 1 - 1
programs/FinalComposite.ankiprog

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

+ 1 - 1
programs/ForwardShadingFog.ankiprog

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

+ 1 - 1
programs/ForwardShadingParticles.ankiprog

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

+ 1 - 1
programs/ForwardShadingUpscale.ankiprog

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

+ 1 - 1
programs/ForwardShadingVolumetricUpscale.ankiprog

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

+ 1 - 1
programs/GBufferGeneric.ankiprog

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

+ 1 - 1
programs/GaussianBlur.ankiprog

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

+ 1 - 1
programs/Irradiance.ankiprog

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

+ 1 - 1
programs/LensFlareSprite.ankiprog

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

+ 1 - 1
programs/LensFlareUpdateIndirectInfo.ankiprog

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

+ 1 - 1
programs/LightShading.ankiprog

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

+ 1 - 1
programs/LumaAwareBlur.ankiprog

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

+ 1 - 1
programs/Reflections.ankiprog

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

+ 1 - 1
programs/SceneDebug.ankiprog

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

+ 1 - 1
programs/ScreenSpaceLensFlare.ankiprog

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

+ 1 - 1
programs/Ssao.ankiprog

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

+ 1 - 1
programs/TemporalAAResolve.ankiprog

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

+ 1 - 1
programs/TonemappingAverageLuminance.ankiprog

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

+ 1 - 1
programs/Ui.ankiprog

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

+ 1 - 1
programs/VolumetricFog.ankiprog

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

+ 1 - 1
samples/common/Framework.cpp

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

+ 1 - 1
samples/common/Framework.h

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

+ 1 - 1
samples/simple_scene/Main.cpp

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

+ 1 - 1
samples/sponza/Main.cpp

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

+ 1 - 1
sandbox/Main.cpp

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

+ 1 - 1
shaders/ClusterLightCommon.glsl

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

+ 1 - 1
shaders/Clusterer.glsl

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

+ 1 - 1
shaders/Common.glsl

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

+ 1 - 1
shaders/ForwardShadingCommonFrag.glsl

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

+ 1 - 1
shaders/ForwardShadingCommonVert.glsl

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

+ 1 - 1
shaders/Functions.glsl

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

+ 1 - 1
shaders/GBufferCommonFrag.glsl

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

+ 1 - 1
shaders/GBufferCommonTessc.glsl

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

+ 1 - 1
shaders/GBufferCommonTesse.glsl

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

+ 1 - 1
shaders/GBufferCommonVert.glsl

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

+ 1 - 1
shaders/GaussianBlurCommon.glsl

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

+ 1 - 1
shaders/LightFunctions.glsl

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

+ 1 - 1
shaders/Pack.glsl

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

+ 1 - 1
shaders/QuadVert.glsl

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

+ 1 - 1
shaders/Sslr.glsl

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

+ 1 - 1
shaders/Tonemapping.glsl

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

+ 1 - 1
shaders/TonemappingResources.glsl

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

+ 1 - 1
src/anki/AnKi.h

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

+ 1 - 1
src/anki/Collision.h

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

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

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

+ 1 - 1
src/anki/Core.h

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

+ 1 - 1
src/anki/Dummy.cpp

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

+ 1 - 1
src/anki/Event.h

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

+ 1 - 1
src/anki/Gr.h

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

+ 1 - 1
src/anki/Input.h

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

+ 1 - 1
src/anki/Math.h

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

+ 1 - 1
src/anki/Physics.h

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

+ 1 - 1
src/anki/Renderer.h

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

+ 1 - 1
src/anki/Resource.h

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

+ 1 - 1
src/anki/Scene.h

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

+ 1 - 1
src/anki/Script.h

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

+ 1 - 1
src/anki/Ui.h

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

+ 1 - 1
src/anki/Util.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+ 1 - 1
src/anki/core/App.cpp

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

+ 1 - 1
src/anki/core/App.h

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

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

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

+ 1 - 1
src/anki/core/Config.cpp

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

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

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

+ 1 - 1
src/anki/core/NativeWindow.h

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

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