Browse Source

Update copyright header

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
9b074873ac
100 changed files with 100 additions and 100 deletions
  1. 1 1
      LICENSE
  2. 1 1
      anki/AnKi.h
  3. 1 1
      anki/Collision.h
  4. 1 1
      anki/Config.h.cmake
  5. 1 1
      anki/Core.h
  6. 1 1
      anki/Dummy.cpp
  7. 1 1
      anki/Gr.h
  8. 1 1
      anki/Importer.h
  9. 1 1
      anki/Input.h
  10. 1 1
      anki/Math.h
  11. 1 1
      anki/Physics.h
  12. 1 1
      anki/Renderer.h
  13. 1 1
      anki/Resource.h
  14. 1 1
      anki/Scene.h
  15. 1 1
      anki/Script.h
  16. 1 1
      anki/ShaderCompiler.h
  17. 1 1
      anki/Ui.h
  18. 1 1
      anki/Util.h
  19. 1 1
      anki/collision/Aabb.cpp
  20. 1 1
      anki/collision/Aabb.h
  21. 1 1
      anki/collision/Common.h
  22. 1 1
      anki/collision/Cone.h
  23. 1 1
      anki/collision/ConvexHullShape.cpp
  24. 1 1
      anki/collision/ConvexHullShape.h
  25. 1 1
      anki/collision/Forward.h
  26. 1 1
      anki/collision/Functions.h
  27. 1 1
      anki/collision/FunctionsComputeAabb.cpp
  28. 1 1
      anki/collision/FunctionsMisc.cpp
  29. 1 1
      anki/collision/FunctionsTestCollision.cpp
  30. 1 1
      anki/collision/GjkEpa.cpp
  31. 1 1
      anki/collision/GjkEpa.h
  32. 1 1
      anki/collision/LineSegment.h
  33. 1 1
      anki/collision/Obb.cpp
  34. 1 1
      anki/collision/Obb.h
  35. 1 1
      anki/collision/Plane.cpp
  36. 1 1
      anki/collision/Plane.h
  37. 1 1
      anki/collision/Ray.h
  38. 1 1
      anki/collision/Sphere.cpp
  39. 1 1
      anki/collision/Sphere.h
  40. 1 1
      anki/core/App.cpp
  41. 1 1
      anki/core/App.h
  42. 1 1
      anki/core/Common.h
  43. 1 1
      anki/core/ConfigDefs.h
  44. 1 1
      anki/core/ConfigSet.cpp
  45. 1 1
      anki/core/ConfigSet.h
  46. 1 1
      anki/core/CoreTracer.cpp
  47. 1 1
      anki/core/CoreTracer.h
  48. 1 1
      anki/core/DeveloperConsole.cpp
  49. 1 1
      anki/core/DeveloperConsole.h
  50. 1 1
      anki/core/NativeWindow.h
  51. 1 1
      anki/core/NativeWindowAndroid.cpp
  52. 1 1
      anki/core/NativeWindowAndroid.h
  53. 1 1
      anki/core/NativeWindowDummy.cpp
  54. 1 1
      anki/core/NativeWindowEglFbdev.cpp
  55. 1 1
      anki/core/NativeWindowEglFbdev.h
  56. 1 1
      anki/core/NativeWindowSdl.cpp
  57. 1 1
      anki/core/NativeWindowSdl.h
  58. 1 1
      anki/core/StagingGpuMemoryManager.cpp
  59. 1 1
      anki/core/StagingGpuMemoryManager.h
  60. 1 1
      anki/core/StdinListener.cpp
  61. 1 1
      anki/core/StdinListener.h
  62. 1 1
      anki/gr/AccelerationStructure.h
  63. 1 1
      anki/gr/Buffer.h
  64. 1 1
      anki/gr/CommandBuffer.h
  65. 1 1
      anki/gr/Common.cpp
  66. 1 1
      anki/gr/Common.h
  67. 1 1
      anki/gr/ConfigDefs.h
  68. 1 1
      anki/gr/Enums.h
  69. 1 1
      anki/gr/Fence.h
  70. 1 1
      anki/gr/Framebuffer.h
  71. 1 1
      anki/gr/GrManager.h
  72. 1 1
      anki/gr/GrObject.cpp
  73. 1 1
      anki/gr/GrObject.h
  74. 1 1
      anki/gr/OcclusionQuery.h
  75. 1 1
      anki/gr/RenderGraph.cpp
  76. 1 1
      anki/gr/RenderGraph.h
  77. 1 1
      anki/gr/RenderGraph.inl.h
  78. 1 1
      anki/gr/Sampler.h
  79. 1 1
      anki/gr/Shader.h
  80. 1 1
      anki/gr/ShaderProgram.cpp
  81. 1 1
      anki/gr/ShaderProgram.h
  82. 1 1
      anki/gr/ShaderVariableDataTypeDefs.h
  83. 1 1
      anki/gr/Texture.h
  84. 1 1
      anki/gr/TextureView.h
  85. 1 1
      anki/gr/TimestampQuery.h
  86. 1 1
      anki/gr/gl/Buffer.cpp
  87. 1 1
      anki/gr/gl/BufferImpl.cpp
  88. 1 1
      anki/gr/gl/BufferImpl.h
  89. 1 1
      anki/gr/gl/CommandBuffer.cpp
  90. 1 1
      anki/gr/gl/CommandBufferImpl.cpp
  91. 1 1
      anki/gr/gl/CommandBufferImpl.h
  92. 1 1
      anki/gr/gl/Common.cpp
  93. 1 1
      anki/gr/gl/Common.h
  94. 1 1
      anki/gr/gl/Error.cpp
  95. 1 1
      anki/gr/gl/Error.h
  96. 1 1
      anki/gr/gl/Fence.cpp
  97. 1 1
      anki/gr/gl/FenceImpl.cpp
  98. 1 1
      anki/gr/gl/FenceImpl.h
  99. 1 1
      anki/gr/gl/Framebuffer.cpp
  100. 1 1
      anki/gr/gl/FramebufferImpl.cpp

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 AnKi 3D Engine
 AnKi 3D Engine
-Copyright (c) 2009 - 2020 Panagiotis Christopoulos Charitos.
+Copyright (c) 2009 - 2021 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
anki/AnKi.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Collision.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Config.h.cmake

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Core.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Dummy.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Gr.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Importer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Input.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Math.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Physics.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Renderer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Resource.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Scene.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Script.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/ShaderCompiler.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Ui.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/Util.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Aabb.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Aabb.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Cone.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/ConvexHullShape.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/ConvexHullShape.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Forward.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Functions.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/FunctionsComputeAabb.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/FunctionsMisc.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/FunctionsTestCollision.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/GjkEpa.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/GjkEpa.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/LineSegment.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Obb.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Obb.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Plane.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Plane.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Ray.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Sphere.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/collision/Sphere.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/App.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/App.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/ConfigDefs.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/ConfigSet.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/ConfigSet.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/CoreTracer.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/CoreTracer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/DeveloperConsole.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/DeveloperConsole.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindow.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowAndroid.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowAndroid.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowDummy.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowEglFbdev.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowEglFbdev.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowSdl.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/NativeWindowSdl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/StagingGpuMemoryManager.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/StagingGpuMemoryManager.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/StdinListener.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/core/StdinListener.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/AccelerationStructure.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Buffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/CommandBuffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Common.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/ConfigDefs.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Enums.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Fence.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Framebuffer.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/GrManager.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/GrObject.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/GrObject.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/OcclusionQuery.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/RenderGraph.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/RenderGraph.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/RenderGraph.inl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Sampler.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Shader.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/ShaderProgram.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/ShaderProgram.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/ShaderVariableDataTypeDefs.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/Texture.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/TextureView.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/TimestampQuery.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Buffer.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/BufferImpl.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/BufferImpl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/CommandBuffer.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/CommandBufferImpl.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/CommandBufferImpl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Common.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Common.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Error.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Error.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Fence.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/FenceImpl.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/FenceImpl.h

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/Framebuffer.cpp

@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
+// Copyright (C) 2009-2021, 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
anki/gr/gl/FramebufferImpl.cpp

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