From a38611e83282eb1b2c653a44ed32f0b7672d4a8a Mon Sep 17 00:00:00 2001
From: mbellgardt <martin.bellgardt@rwth-aachen.de>
Date: Thu, 4 Jan 2018 17:06:22 +0100
Subject: [PATCH] Change year in license headers yet again, to incorporate the
 range 2017-2018

---
 CMakeLists.txt                                             | 2 +-
 LICENSE                                                    | 2 +-
 README.md                                                  | 2 +-
 cmake/ConanHelpers.cmake                                   | 2 +-
 cmake/ConfigureFiles.cmake                                 | 2 +-
 cmake/Testing.cmake                                        | 2 +-
 cmake/WarningLevels.cmake                                  | 2 +-
 cmake/cppcheck.cmake                                       | 2 +-
 cmake/cpplint.cmake                                        | 2 +-
 conanfile.py                                               | 2 +-
 demos/CMakeLists.txt                                       | 2 +-
 demos/viewer/CMakeLists.txt                                | 2 +-
 demos/viewer/src/controller_behavior.cpp                   | 2 +-
 demos/viewer/src/controller_behavior.hpp                   | 2 +-
 demos/viewer/src/navigation_behavior.cpp                   | 2 +-
 demos/viewer/src/navigation_behavior.hpp                   | 2 +-
 demos/viewer/src/rotation_behavior.cpp                     | 2 +-
 demos/viewer/src/rotation_behavior.hpp                     | 2 +-
 demos/viewer/src/viewer.cpp                                | 2 +-
 demos/viewer/src/viewer_system.cpp                         | 2 +-
 demos/viewer/src/viewer_system.hpp                         | 2 +-
 library/CMakeLists.txt                                     | 2 +-
 library/phx/assimp_model_loader.cpp                        | 2 +-
 library/phx/assimp_model_loader.hpp                        | 2 +-
 library/phx/behavior.cpp                                   | 2 +-
 library/phx/behavior.hpp                                   | 2 +-
 library/phx/behavior_system.cpp                            | 2 +-
 library/phx/behavior_system.hpp                            | 2 +-
 library/phx/blit_pass.cpp                                  | 2 +-
 library/phx/blit_pass.hpp                                  | 2 +-
 library/phx/clear_pass.cpp                                 | 2 +-
 library/phx/clear_pass.hpp                                 | 2 +-
 library/phx/component.cpp                                  | 2 +-
 library/phx/component.hpp                                  | 2 +-
 library/phx/component_check.hpp                            | 2 +-
 library/phx/display_system.cpp                             | 2 +-
 library/phx/display_system.hpp                             | 2 +-
 library/phx/engine.cpp                                     | 2 +-
 library/phx/engine.hpp                                     | 2 +-
 library/phx/entity.cpp                                     | 2 +-
 library/phx/entity.hpp                                     | 2 +-
 library/phx/frame_graph.cpp                                | 2 +-
 library/phx/frame_graph.hpp                                | 2 +-
 library/phx/frame_timer.hpp                                | 2 +-
 library/phx/geometry_pass.cpp                              | 2 +-
 library/phx/geometry_pass.hpp                              | 2 +-
 library/phx/hierarchical.hpp                               | 2 +-
 library/phx/hmd.cpp                                        | 2 +-
 library/phx/hmd.hpp                                        | 2 +-
 library/phx/image.cpp                                      | 2 +-
 library/phx/image.hpp                                      | 2 +-
 library/phx/image_loader.cpp                               | 2 +-
 library/phx/image_loader.hpp                               | 2 +-
 library/phx/input_system.cpp                               | 2 +-
 library/phx/input_system.hpp                               | 2 +-
 library/phx/light.cpp                                      | 2 +-
 library/phx/light.hpp                                      | 2 +-
 library/phx/loggable.hpp                                   | 2 +-
 library/phx/logger.cpp                                     | 2 +-
 library/phx/logger.hpp                                     | 2 +-
 library/phx/material.cpp                                   | 2 +-
 library/phx/material.hpp                                   | 2 +-
 library/phx/material_handle.cpp                            | 2 +-
 library/phx/material_handle.hpp                            | 2 +-
 library/phx/mesh.cpp                                       | 2 +-
 library/phx/mesh.hpp                                       | 2 +-
 library/phx/mesh_handle.cpp                                | 2 +-
 library/phx/mesh_handle.hpp                                | 2 +-
 library/phx/model.cpp                                      | 2 +-
 library/phx/model.hpp                                      | 2 +-
 library/phx/nameable.hpp                                   | 2 +-
 library/phx/opengl_image_buffer_data.cpp                   | 2 +-
 library/phx/opengl_image_buffer_data.hpp                   | 2 +-
 library/phx/openvr_mesh_loader.cpp                         | 2 +-
 library/phx/openvr_mesh_loader.hpp                         | 2 +-
 library/phx/phoenix.cpp                                    | 2 +-
 library/phx/phoenix.hpp                                    | 2 +-
 library/phx/projection.cpp                                 | 2 +-
 library/phx/projection.hpp                                 | 2 +-
 library/phx/render_pass.hpp                                | 2 +-
 library/phx/render_target.cpp                              | 2 +-
 library/phx/render_target.hpp                              | 2 +-
 library/phx/rendering_system.cpp                           | 2 +-
 library/phx/rendering_system.hpp                           | 2 +-
 library/phx/resource.hpp                                   | 2 +-
 library/phx/resource_declaration.hpp                       | 2 +-
 library/phx/resource_load_strategy.hpp                     | 2 +-
 library/phx/resource_manager.cpp                           | 2 +-
 library/phx/resource_manager.hpp                           | 2 +-
 library/phx/resource_proxy.cpp                             | 2 +-
 library/phx/resource_proxy.hpp                             | 2 +-
 library/phx/scene.cpp                                      | 2 +-
 library/phx/scene.hpp                                      | 2 +-
 library/phx/scene_loader.cpp                               | 2 +-
 library/phx/scene_loader.hpp                               | 2 +-
 library/phx/setup.cpp                                      | 2 +-
 library/phx/setup.hpp                                      | 2 +-
 library/phx/shader_loader.cpp                              | 2 +-
 library/phx/shader_loader.hpp                              | 2 +-
 library/phx/shader_program.cpp                             | 2 +-
 library/phx/shader_program.hpp                             | 2 +-
 library/phx/shader_source.cpp                              | 2 +-
 library/phx/shader_source.hpp                              | 2 +-
 library/phx/singleton.hpp                                  | 2 +-
 library/phx/splash_screen.cpp                              | 2 +-
 library/phx/splash_screen.hpp                              | 2 +-
 library/phx/stream_helpers.cpp                             | 2 +-
 library/phx/stream_helpers.hpp                             | 2 +-
 library/phx/system.cpp                                     | 2 +-
 library/phx/system.hpp                                     | 2 +-
 library/phx/time_info.hpp                                  | 2 +-
 library/phx/tracking_system.cpp                            | 2 +-
 library/phx/tracking_system.hpp                            | 2 +-
 library/phx/transform.cpp                                  | 2 +-
 library/phx/transform.hpp                                  | 2 +-
 library/phx/virtual_platform.cpp                           | 2 +-
 library/phx/virtual_platform.hpp                           | 2 +-
 library/phx/window.cpp                                     | 2 +-
 library/phx/window.hpp                                     | 2 +-
 resources/shader/phong.frag                                | 2 +-
 resources/shader/phong.vert                                | 2 +-
 tests/CMakeLists.txt                                       | 2 +-
 tests/src/integration_test_model_rendering.cpp             | 2 +-
 tests/src/integration_test_opengl_buffer_data_download.cpp | 2 +-
 tests/src/integration_test_rendering.cpp                   | 2 +-
 tests/src/mocks/generation/Create_openGL_mock.py           | 2 +-
 tests/src/mocks/generation/README.txt                      | 2 +-
 tests/src/mocks/generation/opengl_mock_template.cpp        | 2 +-
 tests/src/mocks/generation/opengl_mock_template.hpp        | 2 +-
 tests/src/mocks/openvr_mock.cpp                            | 2 +-
 tests/src/mocks/openvr_mock.hpp                            | 2 +-
 tests/src/mocks/sdl_mock.cpp                               | 2 +-
 tests/src/mocks/sdl_mock.hpp                               | 2 +-
 tests/src/test-phoenix.cpp                                 | 2 +-
 tests/src/test-transform.cpp                               | 2 +-
 tests/src/test_assimp_loader.cpp                           | 2 +-
 tests/src/test_behavior_system.cpp                         | 2 +-
 tests/src/test_clear_pass.cpp                              | 2 +-
 tests/src/test_display_system.cpp                          | 2 +-
 tests/src/test_engine.cpp                                  | 2 +-
 tests/src/test_entity.cpp                                  | 2 +-
 tests/src/test_frame_graph.cpp                             | 2 +-
 tests/src/test_geometry_pass.cpp                           | 2 +-
 tests/src/test_image.cpp                                   | 2 +-
 tests/src/test_input_system.cpp                            | 2 +-
 tests/src/test_light.cpp                                   | 2 +-
 tests/src/test_material.cpp                                | 2 +-
 tests/src/test_mesh.cpp                                    | 2 +-
 tests/src/test_model.cpp                                   | 2 +-
 tests/src/test_opengl_buffer_data.cpp                      | 2 +-
 tests/src/test_opengl_buffer_data_comparison.cpp           | 2 +-
 tests/src/test_projection.cpp                              | 2 +-
 tests/src/test_rendering_system.cpp                        | 2 +-
 tests/src/test_resource_manager.cpp                        | 2 +-
 tests/src/test_scene.cpp                                   | 2 +-
 tests/src/test_scene_loader.cpp                            | 2 +-
 tests/src/test_shader.cpp                                  | 2 +-
 tests/src/test_tracking_system.cpp                         | 2 +-
 tests/src/test_virtual_platform.cpp                        | 2 +-
 tests/src/tests.cpp                                        | 2 +-
 tests/test_utilities/approx.hpp                            | 2 +-
 tests/test_utilities/dummy_material_generator.cpp          | 2 +-
 tests/test_utilities/dummy_material_generator.hpp          | 2 +-
 tests/test_utilities/dummy_mesh_generator.cpp              | 2 +-
 tests/test_utilities/dummy_mesh_generator.hpp              | 2 +-
 tests/test_utilities/glm_mat4.hpp                          | 2 +-
 tests/test_utilities/glm_quat.hpp                          | 2 +-
 tests/test_utilities/glm_vec3.hpp                          | 2 +-
 tests/test_utilities/log_capture.cpp                       | 2 +-
 tests/test_utilities/log_capture.hpp                       | 2 +-
 tests/test_utilities/opengl_buffer_data_comparison.cpp     | 2 +-
 tests/test_utilities/opengl_buffer_data_comparison.hpp     | 2 +-
 tests/test_utilities/tests/src/test_log_capture.cpp        | 2 +-
 tests/test_utilities/tests/src/test_reference_images.cpp   | 2 +-
 174 files changed, 174 insertions(+), 174 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88cf7750..8ec62f29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/LICENSE b/LICENSE
index c791b292..44a184c1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 --------------------------------------------------------------------------------
  Project Phoenix
 
- Copyright (c) 2018 RWTH Aachen University, Germany,
+ Copyright (c) 2017-2018 RWTH Aachen University, Germany,
  Virtual Reality & Immersive Visualization Group.
 --------------------------------------------------------------------------------
  Contact Information
diff --git a/README.md b/README.md
index 650f9356..6e740b17 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 &emsp;
 **Develop:** [![build status](https://devhub.vr.rwth-aachen.de/VR-Group/Project_Phoenix/badges/develop/build.svg)](https://devhub.vr.rwth-aachen.de/VR-Group/Project_Phoenix/commits/develop)
 
-*Project Phoenix* is Copyright (c) 2018 RWTH Aachen University, Germany,
+*Project Phoenix* is Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 Virtual Reality & Immersive Visualization Group.
 
 
diff --git a/cmake/ConanHelpers.cmake b/cmake/ConanHelpers.cmake
index 51e67cdb..e5166a7f 100644
--- a/cmake/ConanHelpers.cmake
+++ b/cmake/ConanHelpers.cmake
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/cmake/ConfigureFiles.cmake b/cmake/ConfigureFiles.cmake
index 4e181638..e4059969 100644
--- a/cmake/ConfigureFiles.cmake
+++ b/cmake/ConfigureFiles.cmake
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/cmake/Testing.cmake b/cmake/Testing.cmake
index da4ae6df..36cf0f17 100644
--- a/cmake/Testing.cmake
+++ b/cmake/Testing.cmake
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/cmake/WarningLevels.cmake b/cmake/WarningLevels.cmake
index 18e44f32..2fbf048b 100644
--- a/cmake/WarningLevels.cmake
+++ b/cmake/WarningLevels.cmake
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/cmake/cppcheck.cmake b/cmake/cppcheck.cmake
index 65a6fe69..523502dd 100644
--- a/cmake/cppcheck.cmake
+++ b/cmake/cppcheck.cmake
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/cmake/cpplint.cmake b/cmake/cpplint.cmake
index 9117fc8f..18d881e4 100644
--- a/cmake/cpplint.cmake
+++ b/cmake/cpplint.cmake
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/conanfile.py b/conanfile.py
index 721b6280..75737e98 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 28806d6f..ea9e6254 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/demos/viewer/CMakeLists.txt b/demos/viewer/CMakeLists.txt
index 69653878..cea35965 100644
--- a/demos/viewer/CMakeLists.txt
+++ b/demos/viewer/CMakeLists.txt
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/demos/viewer/src/controller_behavior.cpp b/demos/viewer/src/controller_behavior.cpp
index 4b59e7c5..ac81e778 100644
--- a/demos/viewer/src/controller_behavior.cpp
+++ b/demos/viewer/src/controller_behavior.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/controller_behavior.hpp b/demos/viewer/src/controller_behavior.hpp
index 92d4663e..5f6855c2 100644
--- a/demos/viewer/src/controller_behavior.hpp
+++ b/demos/viewer/src/controller_behavior.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/navigation_behavior.cpp b/demos/viewer/src/navigation_behavior.cpp
index c9ac1cb4..71d6a2e2 100644
--- a/demos/viewer/src/navigation_behavior.cpp
+++ b/demos/viewer/src/navigation_behavior.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/navigation_behavior.hpp b/demos/viewer/src/navigation_behavior.hpp
index a5354b1e..0209b026 100644
--- a/demos/viewer/src/navigation_behavior.hpp
+++ b/demos/viewer/src/navigation_behavior.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/rotation_behavior.cpp b/demos/viewer/src/rotation_behavior.cpp
index 8483ae0f..f9d889e5 100644
--- a/demos/viewer/src/rotation_behavior.cpp
+++ b/demos/viewer/src/rotation_behavior.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/rotation_behavior.hpp b/demos/viewer/src/rotation_behavior.hpp
index c89311c9..aa9b81e7 100644
--- a/demos/viewer/src/rotation_behavior.hpp
+++ b/demos/viewer/src/rotation_behavior.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/viewer.cpp b/demos/viewer/src/viewer.cpp
index 5142ea9a..994f42f2 100644
--- a/demos/viewer/src/viewer.cpp
+++ b/demos/viewer/src/viewer.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/viewer_system.cpp b/demos/viewer/src/viewer_system.cpp
index 7771d712..5354fab2 100644
--- a/demos/viewer/src/viewer_system.cpp
+++ b/demos/viewer/src/viewer_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/demos/viewer/src/viewer_system.hpp b/demos/viewer/src/viewer_system.hpp
index 0d534a7f..f449c431 100644
--- a/demos/viewer/src/viewer_system.hpp
+++ b/demos/viewer/src/viewer_system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index cb6d990a..c84cca4a 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/library/phx/assimp_model_loader.cpp b/library/phx/assimp_model_loader.cpp
index cd6ed22c..91b6905d 100644
--- a/library/phx/assimp_model_loader.cpp
+++ b/library/phx/assimp_model_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/assimp_model_loader.hpp b/library/phx/assimp_model_loader.hpp
index 3706f9ae..d45d4119 100644
--- a/library/phx/assimp_model_loader.hpp
+++ b/library/phx/assimp_model_loader.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/behavior.cpp b/library/phx/behavior.cpp
index dc71009f..c5a6e2d4 100644
--- a/library/phx/behavior.cpp
+++ b/library/phx/behavior.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/behavior.hpp b/library/phx/behavior.hpp
index 67e05733..6de30dc8 100644
--- a/library/phx/behavior.hpp
+++ b/library/phx/behavior.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/behavior_system.cpp b/library/phx/behavior_system.cpp
index ac2fc463..de26fa17 100644
--- a/library/phx/behavior_system.cpp
+++ b/library/phx/behavior_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/behavior_system.hpp b/library/phx/behavior_system.hpp
index 75168e10..f8dfd098 100644
--- a/library/phx/behavior_system.hpp
+++ b/library/phx/behavior_system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/blit_pass.cpp b/library/phx/blit_pass.cpp
index 9e16a1f7..edc96534 100644
--- a/library/phx/blit_pass.cpp
+++ b/library/phx/blit_pass.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/blit_pass.hpp b/library/phx/blit_pass.hpp
index e96b6bc0..8b626070 100644
--- a/library/phx/blit_pass.hpp
+++ b/library/phx/blit_pass.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/clear_pass.cpp b/library/phx/clear_pass.cpp
index 54708965..6f5c166c 100644
--- a/library/phx/clear_pass.cpp
+++ b/library/phx/clear_pass.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/clear_pass.hpp b/library/phx/clear_pass.hpp
index 46987400..af2bd0d3 100644
--- a/library/phx/clear_pass.hpp
+++ b/library/phx/clear_pass.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/component.cpp b/library/phx/component.cpp
index 285d3393..7f34e170 100644
--- a/library/phx/component.cpp
+++ b/library/phx/component.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/component.hpp b/library/phx/component.hpp
index 394ffb50..e47c01d7 100644
--- a/library/phx/component.hpp
+++ b/library/phx/component.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/component_check.hpp b/library/phx/component_check.hpp
index 8d820052..d0cbcc88 100644
--- a/library/phx/component_check.hpp
+++ b/library/phx/component_check.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/display_system.cpp b/library/phx/display_system.cpp
index 16661a44..80e7a9a4 100644
--- a/library/phx/display_system.cpp
+++ b/library/phx/display_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/display_system.hpp b/library/phx/display_system.hpp
index 68d911a4..bca638e4 100644
--- a/library/phx/display_system.hpp
+++ b/library/phx/display_system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/engine.cpp b/library/phx/engine.cpp
index 6d3eaf3c..0b5b2e55 100644
--- a/library/phx/engine.cpp
+++ b/library/phx/engine.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/engine.hpp b/library/phx/engine.hpp
index aee6d419..81a29919 100644
--- a/library/phx/engine.hpp
+++ b/library/phx/engine.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/entity.cpp b/library/phx/entity.cpp
index f1ae7752..cf638aea 100644
--- a/library/phx/entity.cpp
+++ b/library/phx/entity.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/entity.hpp b/library/phx/entity.hpp
index 790b8b5c..08e11080 100644
--- a/library/phx/entity.hpp
+++ b/library/phx/entity.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/frame_graph.cpp b/library/phx/frame_graph.cpp
index dc3f8f0a..c672239f 100644
--- a/library/phx/frame_graph.cpp
+++ b/library/phx/frame_graph.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/frame_graph.hpp b/library/phx/frame_graph.hpp
index f6720e25..c8d83a80 100644
--- a/library/phx/frame_graph.hpp
+++ b/library/phx/frame_graph.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/frame_timer.hpp b/library/phx/frame_timer.hpp
index 2e49843b..82b967c3 100644
--- a/library/phx/frame_timer.hpp
+++ b/library/phx/frame_timer.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/geometry_pass.cpp b/library/phx/geometry_pass.cpp
index 070b5f0a..225a5680 100644
--- a/library/phx/geometry_pass.cpp
+++ b/library/phx/geometry_pass.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/geometry_pass.hpp b/library/phx/geometry_pass.hpp
index f72ee6c2..9d969edc 100644
--- a/library/phx/geometry_pass.hpp
+++ b/library/phx/geometry_pass.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/hierarchical.hpp b/library/phx/hierarchical.hpp
index aee5e153..f12ecfc5 100644
--- a/library/phx/hierarchical.hpp
+++ b/library/phx/hierarchical.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/hmd.cpp b/library/phx/hmd.cpp
index 1c9c47b9..70a5ae56 100644
--- a/library/phx/hmd.cpp
+++ b/library/phx/hmd.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/hmd.hpp b/library/phx/hmd.hpp
index 9f4693b5..f89c9fc9 100644
--- a/library/phx/hmd.hpp
+++ b/library/phx/hmd.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/image.cpp b/library/phx/image.cpp
index f99a71a2..79ae0351 100644
--- a/library/phx/image.cpp
+++ b/library/phx/image.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/image.hpp b/library/phx/image.hpp
index eac14d65..3d9948f4 100644
--- a/library/phx/image.hpp
+++ b/library/phx/image.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/image_loader.cpp b/library/phx/image_loader.cpp
index 7a35ffd3..05eedc95 100644
--- a/library/phx/image_loader.cpp
+++ b/library/phx/image_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/image_loader.hpp b/library/phx/image_loader.hpp
index ef39b083..0be6741a 100644
--- a/library/phx/image_loader.hpp
+++ b/library/phx/image_loader.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/input_system.cpp b/library/phx/input_system.cpp
index 7d4efbc4..a8b8ece9 100644
--- a/library/phx/input_system.cpp
+++ b/library/phx/input_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/input_system.hpp b/library/phx/input_system.hpp
index db4eeeb6..6c2d1875 100644
--- a/library/phx/input_system.hpp
+++ b/library/phx/input_system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/light.cpp b/library/phx/light.cpp
index dd86eb45..3f571a03 100644
--- a/library/phx/light.cpp
+++ b/library/phx/light.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/light.hpp b/library/phx/light.hpp
index f2fd320b..5a112190 100644
--- a/library/phx/light.hpp
+++ b/library/phx/light.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/loggable.hpp b/library/phx/loggable.hpp
index 30a12573..f6c21e44 100644
--- a/library/phx/loggable.hpp
+++ b/library/phx/loggable.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/logger.cpp b/library/phx/logger.cpp
index d8704817..578b7255 100644
--- a/library/phx/logger.cpp
+++ b/library/phx/logger.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/logger.hpp b/library/phx/logger.hpp
index b6c87bda..83a962d8 100644
--- a/library/phx/logger.hpp
+++ b/library/phx/logger.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/material.cpp b/library/phx/material.cpp
index 5697fed9..e19f0893 100644
--- a/library/phx/material.cpp
+++ b/library/phx/material.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/material.hpp b/library/phx/material.hpp
index f0d66400..4a51fff1 100644
--- a/library/phx/material.hpp
+++ b/library/phx/material.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/material_handle.cpp b/library/phx/material_handle.cpp
index c5a243bc..67059f6c 100644
--- a/library/phx/material_handle.cpp
+++ b/library/phx/material_handle.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/material_handle.hpp b/library/phx/material_handle.hpp
index 16c879cc..5f9a7138 100644
--- a/library/phx/material_handle.hpp
+++ b/library/phx/material_handle.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/mesh.cpp b/library/phx/mesh.cpp
index 179d6ab1..f5eacf34 100644
--- a/library/phx/mesh.cpp
+++ b/library/phx/mesh.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/mesh.hpp b/library/phx/mesh.hpp
index 7816c048..3471314a 100644
--- a/library/phx/mesh.hpp
+++ b/library/phx/mesh.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/mesh_handle.cpp b/library/phx/mesh_handle.cpp
index 7dbf3d04..cae2c5dd 100644
--- a/library/phx/mesh_handle.cpp
+++ b/library/phx/mesh_handle.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/mesh_handle.hpp b/library/phx/mesh_handle.hpp
index ba7c6692..a9a01cd1 100644
--- a/library/phx/mesh_handle.hpp
+++ b/library/phx/mesh_handle.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/model.cpp b/library/phx/model.cpp
index 5b1dbfe6..a9760403 100644
--- a/library/phx/model.cpp
+++ b/library/phx/model.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/model.hpp b/library/phx/model.hpp
index 656fc194..5a26f3a0 100644
--- a/library/phx/model.hpp
+++ b/library/phx/model.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/nameable.hpp b/library/phx/nameable.hpp
index ad84ce3a..dc27b6f6 100644
--- a/library/phx/nameable.hpp
+++ b/library/phx/nameable.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/opengl_image_buffer_data.cpp b/library/phx/opengl_image_buffer_data.cpp
index b5e959ed..14e7f8b2 100644
--- a/library/phx/opengl_image_buffer_data.cpp
+++ b/library/phx/opengl_image_buffer_data.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/opengl_image_buffer_data.hpp b/library/phx/opengl_image_buffer_data.hpp
index c9ed3907..b6ef6ec9 100644
--- a/library/phx/opengl_image_buffer_data.hpp
+++ b/library/phx/opengl_image_buffer_data.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/openvr_mesh_loader.cpp b/library/phx/openvr_mesh_loader.cpp
index 5f22063d..b3cd0db0 100644
--- a/library/phx/openvr_mesh_loader.cpp
+++ b/library/phx/openvr_mesh_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/openvr_mesh_loader.hpp b/library/phx/openvr_mesh_loader.hpp
index b980e289..e1e8e33d 100644
--- a/library/phx/openvr_mesh_loader.hpp
+++ b/library/phx/openvr_mesh_loader.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/phoenix.cpp b/library/phx/phoenix.cpp
index 2a608820..002e4614 100644
--- a/library/phx/phoenix.cpp
+++ b/library/phx/phoenix.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/phoenix.hpp b/library/phx/phoenix.hpp
index 6e2f2c58..141221ce 100644
--- a/library/phx/phoenix.hpp
+++ b/library/phx/phoenix.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/projection.cpp b/library/phx/projection.cpp
index 72c48bd6..81b91548 100644
--- a/library/phx/projection.cpp
+++ b/library/phx/projection.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/projection.hpp b/library/phx/projection.hpp
index c8cf3f48..3acec40c 100644
--- a/library/phx/projection.hpp
+++ b/library/phx/projection.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/render_pass.hpp b/library/phx/render_pass.hpp
index 6b04921e..1009afed 100644
--- a/library/phx/render_pass.hpp
+++ b/library/phx/render_pass.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/render_target.cpp b/library/phx/render_target.cpp
index cf03fd99..f1db70c4 100644
--- a/library/phx/render_target.cpp
+++ b/library/phx/render_target.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/render_target.hpp b/library/phx/render_target.hpp
index 9b100900..4f9b65a6 100644
--- a/library/phx/render_target.hpp
+++ b/library/phx/render_target.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/rendering_system.cpp b/library/phx/rendering_system.cpp
index ac4e7983..893b5e53 100644
--- a/library/phx/rendering_system.cpp
+++ b/library/phx/rendering_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/rendering_system.hpp b/library/phx/rendering_system.hpp
index 156fe635..460176d8 100644
--- a/library/phx/rendering_system.hpp
+++ b/library/phx/rendering_system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource.hpp b/library/phx/resource.hpp
index f345ca5b..b3a1d969 100644
--- a/library/phx/resource.hpp
+++ b/library/phx/resource.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource_declaration.hpp b/library/phx/resource_declaration.hpp
index 165020b7..af61e131 100644
--- a/library/phx/resource_declaration.hpp
+++ b/library/phx/resource_declaration.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource_load_strategy.hpp b/library/phx/resource_load_strategy.hpp
index 35a22794..35c4f954 100644
--- a/library/phx/resource_load_strategy.hpp
+++ b/library/phx/resource_load_strategy.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource_manager.cpp b/library/phx/resource_manager.cpp
index f12a96e3..be5e5a04 100644
--- a/library/phx/resource_manager.cpp
+++ b/library/phx/resource_manager.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource_manager.hpp b/library/phx/resource_manager.hpp
index b3b50a0c..e0e3aece 100644
--- a/library/phx/resource_manager.hpp
+++ b/library/phx/resource_manager.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource_proxy.cpp b/library/phx/resource_proxy.cpp
index e1d209bc..b2908d0b 100644
--- a/library/phx/resource_proxy.cpp
+++ b/library/phx/resource_proxy.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/resource_proxy.hpp b/library/phx/resource_proxy.hpp
index 40f4c385..abcb5b7a 100644
--- a/library/phx/resource_proxy.hpp
+++ b/library/phx/resource_proxy.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/scene.cpp b/library/phx/scene.cpp
index 7a41dbfb..807c5852 100644
--- a/library/phx/scene.cpp
+++ b/library/phx/scene.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/scene.hpp b/library/phx/scene.hpp
index f2321bda..71fd7260 100644
--- a/library/phx/scene.hpp
+++ b/library/phx/scene.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/scene_loader.cpp b/library/phx/scene_loader.cpp
index 4bb2e855..17ed789e 100644
--- a/library/phx/scene_loader.cpp
+++ b/library/phx/scene_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/scene_loader.hpp b/library/phx/scene_loader.hpp
index 98ef24bf..2ba77eb4 100644
--- a/library/phx/scene_loader.hpp
+++ b/library/phx/scene_loader.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/setup.cpp b/library/phx/setup.cpp
index 5a091142..8e0ef78e 100644
--- a/library/phx/setup.cpp
+++ b/library/phx/setup.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/setup.hpp b/library/phx/setup.hpp
index 48eb4d7a..d96286b9 100644
--- a/library/phx/setup.hpp
+++ b/library/phx/setup.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/shader_loader.cpp b/library/phx/shader_loader.cpp
index f75a1bb7..e0eb937c 100644
--- a/library/phx/shader_loader.cpp
+++ b/library/phx/shader_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/shader_loader.hpp b/library/phx/shader_loader.hpp
index 85d3d5cf..f0061df6 100644
--- a/library/phx/shader_loader.hpp
+++ b/library/phx/shader_loader.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/shader_program.cpp b/library/phx/shader_program.cpp
index 6a7a3112..3532ffaa 100644
--- a/library/phx/shader_program.cpp
+++ b/library/phx/shader_program.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/shader_program.hpp b/library/phx/shader_program.hpp
index bbff6229..2c6d92dc 100644
--- a/library/phx/shader_program.hpp
+++ b/library/phx/shader_program.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/shader_source.cpp b/library/phx/shader_source.cpp
index fea7b5f9..ef366467 100644
--- a/library/phx/shader_source.cpp
+++ b/library/phx/shader_source.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/shader_source.hpp b/library/phx/shader_source.hpp
index 05230cb9..699abfcc 100644
--- a/library/phx/shader_source.hpp
+++ b/library/phx/shader_source.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/singleton.hpp b/library/phx/singleton.hpp
index c05d474e..cabe1ab8 100644
--- a/library/phx/singleton.hpp
+++ b/library/phx/singleton.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/splash_screen.cpp b/library/phx/splash_screen.cpp
index 748d8cb7..657c1419 100644
--- a/library/phx/splash_screen.cpp
+++ b/library/phx/splash_screen.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/splash_screen.hpp b/library/phx/splash_screen.hpp
index 139e1707..70020653 100644
--- a/library/phx/splash_screen.hpp
+++ b/library/phx/splash_screen.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/stream_helpers.cpp b/library/phx/stream_helpers.cpp
index e9819a59..1ca8820e 100644
--- a/library/phx/stream_helpers.cpp
+++ b/library/phx/stream_helpers.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/stream_helpers.hpp b/library/phx/stream_helpers.hpp
index a7734362..67124142 100644
--- a/library/phx/stream_helpers.hpp
+++ b/library/phx/stream_helpers.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/system.cpp b/library/phx/system.cpp
index 16fd2414..b4ae86cd 100644
--- a/library/phx/system.cpp
+++ b/library/phx/system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/system.hpp b/library/phx/system.hpp
index 5cf4264f..6a9ff52d 100644
--- a/library/phx/system.hpp
+++ b/library/phx/system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/time_info.hpp b/library/phx/time_info.hpp
index 843a73aa..735ae8c9 100644
--- a/library/phx/time_info.hpp
+++ b/library/phx/time_info.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/tracking_system.cpp b/library/phx/tracking_system.cpp
index 3aae25c8..9d7c1892 100644
--- a/library/phx/tracking_system.cpp
+++ b/library/phx/tracking_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/tracking_system.hpp b/library/phx/tracking_system.hpp
index 08c9c4d5..f2bdb4a1 100644
--- a/library/phx/tracking_system.hpp
+++ b/library/phx/tracking_system.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/transform.cpp b/library/phx/transform.cpp
index aa004aa0..b640b0b9 100644
--- a/library/phx/transform.cpp
+++ b/library/phx/transform.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/transform.hpp b/library/phx/transform.hpp
index f6006de5..61179b0c 100644
--- a/library/phx/transform.hpp
+++ b/library/phx/transform.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/virtual_platform.cpp b/library/phx/virtual_platform.cpp
index 5a905f75..ad46feb5 100644
--- a/library/phx/virtual_platform.cpp
+++ b/library/phx/virtual_platform.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/virtual_platform.hpp b/library/phx/virtual_platform.hpp
index 3e88bbac..92de1457 100644
--- a/library/phx/virtual_platform.hpp
+++ b/library/phx/virtual_platform.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/window.cpp b/library/phx/window.cpp
index 08efb98c..2c61f93c 100644
--- a/library/phx/window.cpp
+++ b/library/phx/window.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/library/phx/window.hpp b/library/phx/window.hpp
index 40669971..edd41bd4 100644
--- a/library/phx/window.hpp
+++ b/library/phx/window.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/resources/shader/phong.frag b/resources/shader/phong.frag
index 0736af37..da9439dc 100644
--- a/resources/shader/phong.frag
+++ b/resources/shader/phong.frag
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/resources/shader/phong.vert b/resources/shader/phong.vert
index 9157fca6..081732a2 100644
--- a/resources/shader/phong.vert
+++ b/resources/shader/phong.vert
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2505de57..f8059bb9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/tests/src/integration_test_model_rendering.cpp b/tests/src/integration_test_model_rendering.cpp
index 9774f6ae..63af6d6a 100644
--- a/tests/src/integration_test_model_rendering.cpp
+++ b/tests/src/integration_test_model_rendering.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/integration_test_opengl_buffer_data_download.cpp b/tests/src/integration_test_opengl_buffer_data_download.cpp
index 97bd5b94..7b206911 100644
--- a/tests/src/integration_test_opengl_buffer_data_download.cpp
+++ b/tests/src/integration_test_opengl_buffer_data_download.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/integration_test_rendering.cpp b/tests/src/integration_test_rendering.cpp
index 27147e27..8df76c20 100644
--- a/tests/src/integration_test_rendering.cpp
+++ b/tests/src/integration_test_rendering.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/mocks/generation/Create_openGL_mock.py b/tests/src/mocks/generation/Create_openGL_mock.py
index 788cfb93..db07bbaf 100644
--- a/tests/src/mocks/generation/Create_openGL_mock.py
+++ b/tests/src/mocks/generation/Create_openGL_mock.py
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/tests/src/mocks/generation/README.txt b/tests/src/mocks/generation/README.txt
index 0f86814a..3cb2ff3b 100644
--- a/tests/src/mocks/generation/README.txt
+++ b/tests/src/mocks/generation/README.txt
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 # Project Phoenix
 #
-# Copyright (c) 2018 RWTH Aachen University, Germany,
+# Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 # Virtual Reality & Immersive Visualization Group.
 #------------------------------------------------------------------------------
 #                                 License
diff --git a/tests/src/mocks/generation/opengl_mock_template.cpp b/tests/src/mocks/generation/opengl_mock_template.cpp
index 42486512..909308da 100644
--- a/tests/src/mocks/generation/opengl_mock_template.cpp
+++ b/tests/src/mocks/generation/opengl_mock_template.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/mocks/generation/opengl_mock_template.hpp b/tests/src/mocks/generation/opengl_mock_template.hpp
index e9f17173..2c54bd18 100644
--- a/tests/src/mocks/generation/opengl_mock_template.hpp
+++ b/tests/src/mocks/generation/opengl_mock_template.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/mocks/openvr_mock.cpp b/tests/src/mocks/openvr_mock.cpp
index 36523cf5..4b5fc468 100644
--- a/tests/src/mocks/openvr_mock.cpp
+++ b/tests/src/mocks/openvr_mock.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/mocks/openvr_mock.hpp b/tests/src/mocks/openvr_mock.hpp
index cbe561a6..89ecec4e 100644
--- a/tests/src/mocks/openvr_mock.hpp
+++ b/tests/src/mocks/openvr_mock.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/mocks/sdl_mock.cpp b/tests/src/mocks/sdl_mock.cpp
index 33058113..702b3d6b 100644
--- a/tests/src/mocks/sdl_mock.cpp
+++ b/tests/src/mocks/sdl_mock.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/mocks/sdl_mock.hpp b/tests/src/mocks/sdl_mock.hpp
index c76a35e9..ee35b1f2 100644
--- a/tests/src/mocks/sdl_mock.hpp
+++ b/tests/src/mocks/sdl_mock.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test-phoenix.cpp b/tests/src/test-phoenix.cpp
index 4da3a0ec..282bba56 100644
--- a/tests/src/test-phoenix.cpp
+++ b/tests/src/test-phoenix.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test-transform.cpp b/tests/src/test-transform.cpp
index 5aefe0db..2c3f3125 100644
--- a/tests/src/test-transform.cpp
+++ b/tests/src/test-transform.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_assimp_loader.cpp b/tests/src/test_assimp_loader.cpp
index 08f4ad5b..95126dc3 100644
--- a/tests/src/test_assimp_loader.cpp
+++ b/tests/src/test_assimp_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_behavior_system.cpp b/tests/src/test_behavior_system.cpp
index b62eb28e..493787f4 100644
--- a/tests/src/test_behavior_system.cpp
+++ b/tests/src/test_behavior_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_clear_pass.cpp b/tests/src/test_clear_pass.cpp
index a81ed305..8ae007bd 100644
--- a/tests/src/test_clear_pass.cpp
+++ b/tests/src/test_clear_pass.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_display_system.cpp b/tests/src/test_display_system.cpp
index 0e1afd4c..a896603b 100644
--- a/tests/src/test_display_system.cpp
+++ b/tests/src/test_display_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_engine.cpp b/tests/src/test_engine.cpp
index 792cedfc..6281651a 100644
--- a/tests/src/test_engine.cpp
+++ b/tests/src/test_engine.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_entity.cpp b/tests/src/test_entity.cpp
index bea53c63..12baf3fe 100644
--- a/tests/src/test_entity.cpp
+++ b/tests/src/test_entity.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_frame_graph.cpp b/tests/src/test_frame_graph.cpp
index 769ca65f..cd98e045 100644
--- a/tests/src/test_frame_graph.cpp
+++ b/tests/src/test_frame_graph.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_geometry_pass.cpp b/tests/src/test_geometry_pass.cpp
index f86341a7..0111f5a7 100644
--- a/tests/src/test_geometry_pass.cpp
+++ b/tests/src/test_geometry_pass.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_image.cpp b/tests/src/test_image.cpp
index 95326fce..cfd6b805 100644
--- a/tests/src/test_image.cpp
+++ b/tests/src/test_image.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_input_system.cpp b/tests/src/test_input_system.cpp
index 0014f5bb..63b20191 100644
--- a/tests/src/test_input_system.cpp
+++ b/tests/src/test_input_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_light.cpp b/tests/src/test_light.cpp
index 00813f12..40915193 100644
--- a/tests/src/test_light.cpp
+++ b/tests/src/test_light.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_material.cpp b/tests/src/test_material.cpp
index 5a7fbe03..8b97af72 100644
--- a/tests/src/test_material.cpp
+++ b/tests/src/test_material.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_mesh.cpp b/tests/src/test_mesh.cpp
index 751138a3..cf5ef60e 100644
--- a/tests/src/test_mesh.cpp
+++ b/tests/src/test_mesh.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_model.cpp b/tests/src/test_model.cpp
index f8173b02..07af7910 100644
--- a/tests/src/test_model.cpp
+++ b/tests/src/test_model.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_opengl_buffer_data.cpp b/tests/src/test_opengl_buffer_data.cpp
index cc716f13..1637cb7d 100644
--- a/tests/src/test_opengl_buffer_data.cpp
+++ b/tests/src/test_opengl_buffer_data.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_opengl_buffer_data_comparison.cpp b/tests/src/test_opengl_buffer_data_comparison.cpp
index 5cf06029..4696e60e 100644
--- a/tests/src/test_opengl_buffer_data_comparison.cpp
+++ b/tests/src/test_opengl_buffer_data_comparison.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_projection.cpp b/tests/src/test_projection.cpp
index a37d0c2d..896bdab7 100644
--- a/tests/src/test_projection.cpp
+++ b/tests/src/test_projection.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_rendering_system.cpp b/tests/src/test_rendering_system.cpp
index f501f74a..d86db1bf 100644
--- a/tests/src/test_rendering_system.cpp
+++ b/tests/src/test_rendering_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_resource_manager.cpp b/tests/src/test_resource_manager.cpp
index 300c7f63..e9667382 100644
--- a/tests/src/test_resource_manager.cpp
+++ b/tests/src/test_resource_manager.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_scene.cpp b/tests/src/test_scene.cpp
index 8a9cf61d..41dbf2bf 100644
--- a/tests/src/test_scene.cpp
+++ b/tests/src/test_scene.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_scene_loader.cpp b/tests/src/test_scene_loader.cpp
index f9ccc314..61ded29b 100644
--- a/tests/src/test_scene_loader.cpp
+++ b/tests/src/test_scene_loader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_shader.cpp b/tests/src/test_shader.cpp
index efa261f7..fb33a1d4 100644
--- a/tests/src/test_shader.cpp
+++ b/tests/src/test_shader.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_tracking_system.cpp b/tests/src/test_tracking_system.cpp
index dd26cc7c..ec9f4eb8 100644
--- a/tests/src/test_tracking_system.cpp
+++ b/tests/src/test_tracking_system.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/test_virtual_platform.cpp b/tests/src/test_virtual_platform.cpp
index e2ddcb5c..6a6492f5 100644
--- a/tests/src/test_virtual_platform.cpp
+++ b/tests/src/test_virtual_platform.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/src/tests.cpp b/tests/src/tests.cpp
index 2a6eb6b2..470c22fb 100644
--- a/tests/src/tests.cpp
+++ b/tests/src/tests.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/approx.hpp b/tests/test_utilities/approx.hpp
index 87eca1dc..16f031df 100644
--- a/tests/test_utilities/approx.hpp
+++ b/tests/test_utilities/approx.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/dummy_material_generator.cpp b/tests/test_utilities/dummy_material_generator.cpp
index 546e472c..a67da033 100644
--- a/tests/test_utilities/dummy_material_generator.cpp
+++ b/tests/test_utilities/dummy_material_generator.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/dummy_material_generator.hpp b/tests/test_utilities/dummy_material_generator.hpp
index 027db0d3..d3522def 100644
--- a/tests/test_utilities/dummy_material_generator.hpp
+++ b/tests/test_utilities/dummy_material_generator.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/dummy_mesh_generator.cpp b/tests/test_utilities/dummy_mesh_generator.cpp
index a67921b7..72a0672c 100644
--- a/tests/test_utilities/dummy_mesh_generator.cpp
+++ b/tests/test_utilities/dummy_mesh_generator.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/dummy_mesh_generator.hpp b/tests/test_utilities/dummy_mesh_generator.hpp
index 5e0b7c3c..4ddf397c 100644
--- a/tests/test_utilities/dummy_mesh_generator.hpp
+++ b/tests/test_utilities/dummy_mesh_generator.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/glm_mat4.hpp b/tests/test_utilities/glm_mat4.hpp
index 00966eee..3a042836 100644
--- a/tests/test_utilities/glm_mat4.hpp
+++ b/tests/test_utilities/glm_mat4.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/glm_quat.hpp b/tests/test_utilities/glm_quat.hpp
index 8b5f51fa..6d3d385a 100644
--- a/tests/test_utilities/glm_quat.hpp
+++ b/tests/test_utilities/glm_quat.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/glm_vec3.hpp b/tests/test_utilities/glm_vec3.hpp
index 2f7c5e39..70415bcd 100644
--- a/tests/test_utilities/glm_vec3.hpp
+++ b/tests/test_utilities/glm_vec3.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/log_capture.cpp b/tests/test_utilities/log_capture.cpp
index c947dbb8..e349c783 100644
--- a/tests/test_utilities/log_capture.cpp
+++ b/tests/test_utilities/log_capture.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/log_capture.hpp b/tests/test_utilities/log_capture.hpp
index 6da895f3..53a258f4 100644
--- a/tests/test_utilities/log_capture.hpp
+++ b/tests/test_utilities/log_capture.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/opengl_buffer_data_comparison.cpp b/tests/test_utilities/opengl_buffer_data_comparison.cpp
index f70fb257..9b52b734 100644
--- a/tests/test_utilities/opengl_buffer_data_comparison.cpp
+++ b/tests/test_utilities/opengl_buffer_data_comparison.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/opengl_buffer_data_comparison.hpp b/tests/test_utilities/opengl_buffer_data_comparison.hpp
index fce5eea5..a263114f 100644
--- a/tests/test_utilities/opengl_buffer_data_comparison.hpp
+++ b/tests/test_utilities/opengl_buffer_data_comparison.hpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/tests/src/test_log_capture.cpp b/tests/test_utilities/tests/src/test_log_capture.cpp
index 5edd1610..4202c170 100644
--- a/tests/test_utilities/tests/src/test_log_capture.cpp
+++ b/tests/test_utilities/tests/src/test_log_capture.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
diff --git a/tests/test_utilities/tests/src/test_reference_images.cpp b/tests/test_utilities/tests/src/test_reference_images.cpp
index 87998d2c..2c7dedba 100644
--- a/tests/test_utilities/tests/src/test_reference_images.cpp
+++ b/tests/test_utilities/tests/src/test_reference_images.cpp
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // Project Phoenix
 //
-// Copyright (c) 2018 RWTH Aachen University, Germany,
+// Copyright (c) 2017-2018 RWTH Aachen University, Germany,
 // Virtual Reality & Immersive Visualization Group.
 //------------------------------------------------------------------------------
 //                                 License
-- 
GitLab