Browse Source

Updating the license info to include contributors' co-owneship

Panagiotis Christopoulos Charitos 9 years ago
parent
commit
52db92f3aa
100 changed files with 100 additions and 100 deletions
  1. 1 1
      include/anki/AnKi.h
  2. 1 1
      include/anki/Collision.h
  3. 1 1
      include/anki/Config.h.cmake
  4. 1 1
      include/anki/Core.h
  5. 1 1
      include/anki/Event.h
  6. 1 1
      include/anki/Gr.h
  7. 1 1
      include/anki/Input.h
  8. 1 1
      include/anki/Math.h
  9. 1 1
      include/anki/Physics.h
  10. 1 1
      include/anki/Renderer.h
  11. 1 1
      include/anki/Resource.h
  12. 1 1
      include/anki/Scene.h
  13. 1 1
      include/anki/Script.h
  14. 1 1
      include/anki/Ui.h
  15. 1 1
      include/anki/Util.h
  16. 1 1
      include/anki/collision/Aabb.h
  17. 1 1
      include/anki/collision/CollisionShape.h
  18. 1 1
      include/anki/collision/Common.h
  19. 1 1
      include/anki/collision/CompoundShape.h
  20. 1 1
      include/anki/collision/ContactPoint.h
  21. 1 1
      include/anki/collision/ConvexHullShape.h
  22. 1 1
      include/anki/collision/ConvexShape.h
  23. 1 1
      include/anki/collision/Forward.h
  24. 1 1
      include/anki/collision/Frustum.h
  25. 1 1
      include/anki/collision/Functions.h
  26. 1 1
      include/anki/collision/GjkEpa.h
  27. 1 1
      include/anki/collision/GjkEpaInternal.h
  28. 1 1
      include/anki/collision/LineSegment.h
  29. 1 1
      include/anki/collision/Obb.h
  30. 1 1
      include/anki/collision/Plane.h
  31. 1 1
      include/anki/collision/Sphere.h
  32. 1 1
      include/anki/collision/Tests.h
  33. 1 1
      include/anki/core/App.h
  34. 1 1
      include/anki/core/Config.h
  35. 1 1
      include/anki/core/NativeWindow.h
  36. 1 1
      include/anki/core/NativeWindowAndroid.h
  37. 1 1
      include/anki/core/NativeWindowEglFbdev.h
  38. 1 1
      include/anki/core/NativeWindowSdl.h
  39. 1 1
      include/anki/core/StdinListener.h
  40. 1 1
      include/anki/core/Threadpool.h
  41. 1 1
      include/anki/core/Timestamp.h
  42. 1 1
      include/anki/core/Trace.h
  43. 1 1
      include/anki/event/AnimationEvent.h
  44. 1 1
      include/anki/event/Event.h
  45. 1 1
      include/anki/event/EventManager.h
  46. 1 1
      include/anki/event/FollowPathEvent.h
  47. 1 1
      include/anki/event/JitterMoveEvent.h
  48. 1 1
      include/anki/event/LightEvent.h
  49. 1 1
      include/anki/event/MainRendererPpsHdrEvent.h
  50. 1 1
      include/anki/gr/Buffer.h
  51. 1 1
      include/anki/gr/CommandBuffer.h
  52. 1 1
      include/anki/gr/Common.h
  53. 1 1
      include/anki/gr/Enums.h
  54. 1 1
      include/anki/gr/Framebuffer.h
  55. 1 1
      include/anki/gr/GrManager.h
  56. 1 1
      include/anki/gr/GrObject.h
  57. 1 1
      include/anki/gr/OcclusionQuery.h
  58. 1 1
      include/anki/gr/Pipeline.h
  59. 1 1
      include/anki/gr/ResourceGroup.h
  60. 1 1
      include/anki/gr/Sampler.h
  61. 1 1
      include/anki/gr/Shader.h
  62. 1 1
      include/anki/gr/Texture.h
  63. 1 1
      include/anki/gr/gl/BufferImpl.h
  64. 1 1
      include/anki/gr/gl/CommandBufferImpl.h
  65. 1 1
      include/anki/gr/gl/Common.h
  66. 1 1
      include/anki/gr/gl/Error.h
  67. 1 1
      include/anki/gr/gl/FramebufferImpl.h
  68. 1 1
      include/anki/gr/gl/GlObject.h
  69. 1 1
      include/anki/gr/gl/GlState.h
  70. 1 1
      include/anki/gr/gl/GrManagerImpl.h
  71. 1 1
      include/anki/gr/gl/OcclusionQueryImpl.h
  72. 1 1
      include/anki/gr/gl/PipelineImpl.h
  73. 1 1
      include/anki/gr/gl/RenderingThread.h
  74. 1 1
      include/anki/gr/gl/ResourceGroupImpl.h
  75. 1 1
      include/anki/gr/gl/SamplerImpl.h
  76. 1 1
      include/anki/gr/gl/ShaderImpl.h
  77. 1 1
      include/anki/gr/gl/TextureImpl.h
  78. 1 1
      include/anki/gr/vulkan/BufferImpl.h
  79. 1 1
      include/anki/gr/vulkan/CommandBufferImpl.h
  80. 1 1
      include/anki/gr/vulkan/Common.h
  81. 1 1
      include/anki/gr/vulkan/FramebufferImpl.h
  82. 1 1
      include/anki/gr/vulkan/GrManagerImpl.h
  83. 1 1
      include/anki/gr/vulkan/OcclusionQueryImpl.h
  84. 1 1
      include/anki/gr/vulkan/PipelineImpl.h
  85. 1 1
      include/anki/gr/vulkan/ResourceGroupImpl.h
  86. 1 1
      include/anki/gr/vulkan/SamplerImpl.h
  87. 1 1
      include/anki/gr/vulkan/ShaderImpl.h
  88. 1 1
      include/anki/gr/vulkan/TextureImpl.h
  89. 1 1
      include/anki/gr/vulkan/VulkanObject.h
  90. 1 1
      include/anki/input/Input.h
  91. 1 1
      include/anki/input/InputSdl.h
  92. 1 1
      include/anki/input/KeyCode.h
  93. 1 1
      include/anki/math/Axisang.h
  94. 1 1
      include/anki/math/CommonIncludes.h
  95. 1 1
      include/anki/math/CommonSrc.h
  96. 1 1
      include/anki/math/Euler.h
  97. 1 1
      include/anki/math/F16.h
  98. 1 1
      include/anki/math/Forward.h
  99. 1 1
      include/anki/math/Functions.h
  100. 1 1
      include/anki/math/Mat.h

+ 1 - 1
include/anki/AnKi.h

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

+ 1 - 1
include/anki/Collision.h

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

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

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

+ 1 - 1
include/anki/Core.h

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

+ 1 - 1
include/anki/Event.h

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

+ 1 - 1
include/anki/Gr.h

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

+ 1 - 1
include/anki/Input.h

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

+ 1 - 1
include/anki/Math.h

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

+ 1 - 1
include/anki/Physics.h

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

+ 1 - 1
include/anki/Renderer.h

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

+ 1 - 1
include/anki/Resource.h

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

+ 1 - 1
include/anki/Scene.h

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

+ 1 - 1
include/anki/Script.h

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

+ 1 - 1
include/anki/Ui.h

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

+ 1 - 1
include/anki/Util.h

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

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

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

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

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

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

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

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

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

+ 1 - 1
include/anki/collision/ContactPoint.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+ 1 - 1
include/anki/core/NativeWindowAndroid.h

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

+ 1 - 1
include/anki/core/NativeWindowEglFbdev.h

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

+ 1 - 1
include/anki/core/NativeWindowSdl.h

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

+ 1 - 1
include/anki/core/StdinListener.h

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

+ 1 - 1
include/anki/core/Threadpool.h

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

+ 1 - 1
include/anki/core/Timestamp.h

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

+ 1 - 1
include/anki/core/Trace.h

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

+ 1 - 1
include/anki/event/AnimationEvent.h

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

+ 1 - 1
include/anki/event/Event.h

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

+ 1 - 1
include/anki/event/EventManager.h

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

+ 1 - 1
include/anki/event/FollowPathEvent.h

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

+ 1 - 1
include/anki/event/JitterMoveEvent.h

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

+ 1 - 1
include/anki/event/LightEvent.h

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

+ 1 - 1
include/anki/event/MainRendererPpsHdrEvent.h

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

+ 1 - 1
include/anki/gr/Buffer.h

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

+ 1 - 1
include/anki/gr/CommandBuffer.h

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

+ 1 - 1
include/anki/gr/Common.h

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

+ 1 - 1
include/anki/gr/Enums.h

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

+ 1 - 1
include/anki/gr/Framebuffer.h

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

+ 1 - 1
include/anki/gr/GrManager.h

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

+ 1 - 1
include/anki/gr/GrObject.h

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

+ 1 - 1
include/anki/gr/OcclusionQuery.h

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

+ 1 - 1
include/anki/gr/Pipeline.h

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

+ 1 - 1
include/anki/gr/ResourceGroup.h

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

+ 1 - 1
include/anki/gr/Sampler.h

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

+ 1 - 1
include/anki/gr/Shader.h

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

+ 1 - 1
include/anki/gr/Texture.h

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

+ 1 - 1
include/anki/gr/gl/BufferImpl.h

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

+ 1 - 1
include/anki/gr/gl/CommandBufferImpl.h

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

+ 1 - 1
include/anki/gr/gl/Common.h

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

+ 1 - 1
include/anki/gr/gl/Error.h

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

+ 1 - 1
include/anki/gr/gl/FramebufferImpl.h

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

+ 1 - 1
include/anki/gr/gl/GlObject.h

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

+ 1 - 1
include/anki/gr/gl/GlState.h

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

+ 1 - 1
include/anki/gr/gl/GrManagerImpl.h

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

+ 1 - 1
include/anki/gr/gl/OcclusionQueryImpl.h

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

+ 1 - 1
include/anki/gr/gl/PipelineImpl.h

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

+ 1 - 1
include/anki/gr/gl/RenderingThread.h

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

+ 1 - 1
include/anki/gr/gl/ResourceGroupImpl.h

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

+ 1 - 1
include/anki/gr/gl/SamplerImpl.h

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

+ 1 - 1
include/anki/gr/gl/ShaderImpl.h

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

+ 1 - 1
include/anki/gr/gl/TextureImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/BufferImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/CommandBufferImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/Common.h

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

+ 1 - 1
include/anki/gr/vulkan/FramebufferImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/GrManagerImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/OcclusionQueryImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/PipelineImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/ResourceGroupImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/SamplerImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/ShaderImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/TextureImpl.h

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

+ 1 - 1
include/anki/gr/vulkan/VulkanObject.h

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

+ 1 - 1
include/anki/input/Input.h

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

+ 1 - 1
include/anki/input/InputSdl.h

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

+ 1 - 1
include/anki/input/KeyCode.h

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

+ 1 - 1
include/anki/math/Axisang.h

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

+ 1 - 1
include/anki/math/CommonIncludes.h

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

+ 1 - 1
include/anki/math/CommonSrc.h

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

+ 1 - 1
include/anki/math/Euler.h

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

+ 1 - 1
include/anki/math/F16.h

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

+ 1 - 1
include/anki/math/Forward.h

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

+ 1 - 1
include/anki/math/Functions.h

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

+ 1 - 1
include/anki/math/Mat.h

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