Browse Source

Updating license date

Panagiotis Christopoulos Charitos 11 years ago
parent
commit
655aef5742
100 changed files with 100 additions and 100 deletions
  1. 1 1
      LICENSE
  2. 1 1
      include/anki/AnKi.h
  3. 1 1
      include/anki/Collision.h
  4. 1 1
      include/anki/Event.h
  5. 1 1
      include/anki/Gl.h
  6. 1 1
      include/anki/Math.h
  7. 1 1
      include/anki/Renderer.h
  8. 1 1
      include/anki/Resource.h
  9. 1 1
      include/anki/Scene.h
  10. 1 1
      include/anki/Util.h
  11. 1 1
      include/anki/collision/Aabb.h
  12. 1 1
      include/anki/collision/CollisionShape.h
  13. 1 1
      include/anki/collision/Common.h
  14. 1 1
      include/anki/collision/CompoundShape.h
  15. 1 1
      include/anki/collision/ContactPoint.h
  16. 1 1
      include/anki/collision/ConvexShape.h
  17. 1 1
      include/anki/collision/Forward.h
  18. 1 1
      include/anki/collision/Frustum.h
  19. 1 1
      include/anki/collision/Functions.h
  20. 1 1
      include/anki/collision/GjkEpa.h
  21. 1 1
      include/anki/collision/GjkEpaInternal.h
  22. 1 1
      include/anki/collision/LineSegment.h
  23. 1 1
      include/anki/collision/Obb.h
  24. 1 1
      include/anki/collision/Plane.h
  25. 1 1
      include/anki/collision/Sphere.h
  26. 1 1
      include/anki/collision/Tests.h
  27. 1 1
      include/anki/core/App.h
  28. 1 1
      include/anki/core/Config.h
  29. 1 1
      include/anki/core/Counters.h
  30. 1 1
      include/anki/core/NativeWindow.h
  31. 1 1
      include/anki/core/NativeWindowAndroid.h
  32. 1 1
      include/anki/core/NativeWindowEglFbdev.h
  33. 1 1
      include/anki/core/NativeWindowSdl.h
  34. 1 1
      include/anki/core/StdinListener.h
  35. 1 1
      include/anki/core/Threadpool.h
  36. 1 1
      include/anki/core/Timestamp.h
  37. 1 1
      include/anki/event/AnimationEvent.h
  38. 1 1
      include/anki/event/Event.h
  39. 1 1
      include/anki/event/EventManager.h
  40. 1 1
      include/anki/event/FollowPathEvent.h
  41. 1 1
      include/anki/event/JitterMoveEvent.h
  42. 1 1
      include/anki/event/LightEvent.h
  43. 1 1
      include/anki/event/MainRendererPpsHdrEvent.h
  44. 1 1
      include/anki/event/SceneAmbientColorEvent.h
  45. 1 1
      include/anki/gl/GlBuffer.h
  46. 1 1
      include/anki/gl/GlBufferHandle.h
  47. 1 1
      include/anki/gl/GlClientBuffer.h
  48. 1 1
      include/anki/gl/GlClientBufferHandle.h
  49. 1 1
      include/anki/gl/GlCommandBuffer.h
  50. 1 1
      include/anki/gl/GlCommandBufferHandle.h
  51. 1 1
      include/anki/gl/GlCommon.h
  52. 1 1
      include/anki/gl/GlContainerHandle.h
  53. 1 1
      include/anki/gl/GlDevice.h
  54. 1 1
      include/anki/gl/GlError.h
  55. 1 1
      include/anki/gl/GlFramebuffer.h
  56. 1 1
      include/anki/gl/GlFramebufferHandle.h
  57. 1 1
      include/anki/gl/GlHandle.h
  58. 1 1
      include/anki/gl/GlHandleDeferredDeleter.h
  59. 1 1
      include/anki/gl/GlObject.h
  60. 1 1
      include/anki/gl/GlOcclusionQuery.h
  61. 1 1
      include/anki/gl/GlOcclusionQueryHandle.h
  62. 1 1
      include/anki/gl/GlPipeline.h
  63. 1 1
      include/anki/gl/GlPipelineHandle.h
  64. 1 1
      include/anki/gl/GlQueue.h
  65. 1 1
      include/anki/gl/GlShader.h
  66. 1 1
      include/anki/gl/GlShaderHandle.h
  67. 1 1
      include/anki/gl/GlState.h
  68. 1 1
      include/anki/gl/GlSync.h
  69. 1 1
      include/anki/gl/GlSyncHandles.h
  70. 1 1
      include/anki/gl/GlTexture.h
  71. 1 1
      include/anki/gl/GlTextureHandle.h
  72. 1 1
      include/anki/input/Input.h
  73. 1 1
      include/anki/input/InputSdl.h
  74. 1 1
      include/anki/input/KeyCode.h
  75. 1 1
      include/anki/math/Axisang.h
  76. 1 1
      include/anki/math/CommonIncludes.h
  77. 1 1
      include/anki/math/CommonSrc.h
  78. 1 1
      include/anki/math/Euler.h
  79. 1 1
      include/anki/math/F16.h
  80. 1 1
      include/anki/math/Forward.h
  81. 1 1
      include/anki/math/Functions.h
  82. 1 1
      include/anki/math/Mat.h
  83. 1 1
      include/anki/math/Mat3.h
  84. 1 1
      include/anki/math/Mat3x4.h
  85. 1 1
      include/anki/math/Mat3x4.inl.h
  86. 1 1
      include/anki/math/Mat4.h
  87. 1 1
      include/anki/math/Mat4.inl.h
  88. 1 1
      include/anki/math/Quat.h
  89. 1 1
      include/anki/math/Simd.h
  90. 1 1
      include/anki/math/Transform.h
  91. 1 1
      include/anki/math/Vec.h
  92. 1 1
      include/anki/math/Vec2.h
  93. 1 1
      include/anki/math/Vec3.h
  94. 1 1
      include/anki/math/Vec4.h
  95. 1 1
      include/anki/math/Vec4.inl.h
  96. 1 1
      include/anki/misc/ConfigSet.h
  97. 1 1
      include/anki/misc/Xml.h
  98. 1 1
      include/anki/physics/Common.h
  99. 1 1
      include/anki/physics/PhysicsBody.h
  100. 1 1
      include/anki/physics/PhysicsCollisionShape.h

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 AnKi 3D Engine
 AnKi 3D Engine
-Copyright (c) 2009 - 2014 Panagiotis Christopoulos Charitos.
+Copyright (c) 2009 - 2015 Panagiotis Christopoulos Charitos.
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
include/anki/AnKi.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Collision.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Event.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Gl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Math.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Renderer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Resource.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Scene.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/Util.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Aabb.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/CollisionShape.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/CompoundShape.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/ContactPoint.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/ConvexShape.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Forward.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Frustum.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Functions.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/GjkEpa.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/GjkEpaInternal.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/LineSegment.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Obb.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Plane.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Sphere.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/collision/Tests.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/App.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/Config.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/Counters.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/NativeWindow.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/NativeWindowAndroid.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/NativeWindowEglFbdev.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/NativeWindowSdl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/StdinListener.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/Threadpool.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/core/Timestamp.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/AnimationEvent.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/Event.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/EventManager.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/FollowPathEvent.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/JitterMoveEvent.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/LightEvent.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/MainRendererPpsHdrEvent.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/event/SceneAmbientColorEvent.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlBuffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlBufferHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlClientBuffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlClientBufferHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlCommandBuffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlCommandBufferHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlCommon.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlContainerHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlDevice.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlError.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlFramebuffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlFramebufferHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlHandleDeferredDeleter.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlObject.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlOcclusionQuery.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlOcclusionQueryHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlPipeline.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlPipelineHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlQueue.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlShader.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlShaderHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlState.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlSync.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlSyncHandles.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlTexture.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/gl/GlTextureHandle.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/input/Input.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/input/InputSdl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/input/KeyCode.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Axisang.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/CommonIncludes.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/CommonSrc.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Euler.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/F16.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Forward.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Functions.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Mat.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Mat3.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Mat3x4.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Mat3x4.inl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Mat4.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Mat4.inl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Quat.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Simd.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Transform.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Vec.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Vec2.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Vec3.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Vec4.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/math/Vec4.inl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/misc/ConfigSet.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/misc/Xml.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/physics/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/physics/PhysicsBody.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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
include/anki/physics/PhysicsCollisionShape.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Panagiotis Christopoulos Charitos.
+// Copyright (C) 2009-2015, Panagiotis Christopoulos Charitos.
 // 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