changeset 158:4b292c20124c

Misc: update copyrights
author David Demelier <markand@malikania.fr>
date Tue, 09 Jan 2018 13:15:07 +0100
parents f25f5fea66af
children 7362fba6ff11
files CMakeLists.txt client/CMakeLists.txt client/main.cpp cmake/MalikaniaConfig.cmake cmake/MalikaniaOptions.cmake cmake/MalikaniaSystem.cmake cmake/MalikaniaVersion.cmake cmake/function/MalikaniaBuildAssets.cmake cmake/function/MalikaniaDefineDatabase.cmake cmake/function/MalikaniaDefineExample.cmake cmake/function/MalikaniaDefineExecutable.cmake cmake/function/MalikaniaDefineLibrary.cmake cmake/function/MalikaniaDefineTest.cmake cmake/function/MalikaniaSetg.cmake cmake/function/MalikaniaVeraCheck.cmake cmake/internal/sysconfig.hpp.in docs/CMakeLists.txt docs/doxygen/CMakeLists.txt examples/CMakeLists.txt examples/animation/CMakeLists.txt examples/animation/main.cpp examples/font/CMakeLists.txt examples/font/main.cpp examples/image/CMakeLists.txt examples/image/main.cpp examples/js-animation/CMakeLists.txt examples/js-animation/main.cpp examples/js-font/CMakeLists.txt examples/js-font/main.cpp examples/js-image/CMakeLists.txt examples/js-image/main.cpp examples/js-sprite/CMakeLists.txt examples/js-sprite/main.cpp examples/js-window/CMakeLists.txt examples/js-window/main.cpp examples/sprite/CMakeLists.txt examples/sprite/main.cpp extern/CMakeLists.txt extern/duktape/CMakeLists.txt extern/json/CMakeLists.txt libclient-js/CMakeLists.txt libclient-js/malikania/js_animation.cpp libclient-js/malikania/js_animation.hpp libclient-js/malikania/js_animator.cpp libclient-js/malikania/js_animator.hpp libclient-js/malikania/js_client_resources_loader.cpp libclient-js/malikania/js_client_resources_loader.hpp libclient-js/malikania/js_color.cpp libclient-js/malikania/js_color.hpp libclient-js/malikania/js_font.cpp libclient-js/malikania/js_font.hpp libclient-js/malikania/js_image.cpp libclient-js/malikania/js_image.hpp libclient-js/malikania/js_line.cpp libclient-js/malikania/js_line.hpp libclient-js/malikania/js_point.cpp libclient-js/malikania/js_point.hpp libclient-js/malikania/js_rectangle.cpp libclient-js/malikania/js_rectangle.hpp libclient-js/malikania/js_sprite.cpp libclient-js/malikania/js_sprite.hpp libclient-js/malikania/js_window.cpp libclient-js/malikania/js_window.hpp libclient/CMakeLists.txt libclient/malikania/client/animation.hpp libclient/malikania/client/animator.cpp libclient/malikania/client/animator.hpp libclient/malikania/client/backend/sdl/font_backend.cpp libclient/malikania/client/backend/sdl/font_backend.hpp libclient/malikania/client/backend/sdl/image_backend.cpp libclient/malikania/client/backend/sdl/image_backend.hpp libclient/malikania/client/backend/sdl/window_backend.cpp libclient/malikania/client/backend/sdl/window_backend.hpp libclient/malikania/client/button.cpp libclient/malikania/client/button.hpp libclient/malikania/client/client.cpp libclient/malikania/client/client.hpp libclient/malikania/client/color.cpp libclient/malikania/client/color.hpp libclient/malikania/client/connection.cpp libclient/malikania/client/connection.hpp libclient/malikania/client/dispatcher.hpp libclient/malikania/client/font.cpp libclient/malikania/client/font.hpp libclient/malikania/client/frame.cpp libclient/malikania/client/frame.hpp libclient/malikania/client/image.cpp libclient/malikania/client/image.hpp libclient/malikania/client/key.hpp libclient/malikania/client/label.cpp libclient/malikania/client/label.hpp libclient/malikania/client/layout.hpp libclient/malikania/client/line.hpp libclient/malikania/client/loader.cpp libclient/malikania/client/loader.hpp libclient/malikania/client/mouse.hpp libclient/malikania/client/point.hpp libclient/malikania/client/rectangle.hpp libclient/malikania/client/sprite.cpp libclient/malikania/client/sprite.hpp libclient/malikania/client/state.hpp libclient/malikania/client/state/lobby_state.cpp libclient/malikania/client/state/lobby_state.hpp libclient/malikania/client/state/login_state.cpp libclient/malikania/client/state/login_state.hpp libclient/malikania/client/state/map_state.hpp libclient/malikania/client/theme.cpp libclient/malikania/client/theme.hpp libclient/malikania/client/unique_layout.cpp libclient/malikania/client/unique_layout.hpp libclient/malikania/client/widget.cpp libclient/malikania/client/widget.hpp libclient/malikania/client/window.cpp libclient/malikania/client/window.hpp libcommon-js/CMakeLists.txt libcommon-js/malikania/duktape.hpp libcommon-js/malikania/js_elapsed_timer.cpp libcommon-js/malikania/js_elapsed_timer.hpp libcommon-js/malikania/js_resources_loader.cpp libcommon-js/malikania/js_resources_loader.hpp libcommon-js/malikania/js_size.cpp libcommon-js/malikania/js_size.hpp libcommon/CMakeLists.txt libcommon/malikania/backend/sdl/sdl_util.cpp libcommon/malikania/backend/sdl/sdl_util.hpp libcommon/malikania/game.hpp libcommon/malikania/id.hpp libcommon/malikania/loader.cpp libcommon/malikania/loader.hpp libcommon/malikania/locator.cpp libcommon/malikania/locator.hpp libcommon/malikania/network_stream.cpp libcommon/malikania/network_stream.hpp libcommon/malikania/size.hpp libcommon/malikania/tileset.hpp libcommon/malikania/unicode.cpp libcommon/malikania/unicode.hpp libcommon/malikania/util.cpp libcommon/malikania/util.hpp libcommon/malikania/weak_array.hpp libdb-sqlite/CMakeLists.txt libdb-sqlite/malikania/server/db/common.cpp libdb-sqlite/malikania/server/db/common.hpp libdb-sqlite/malikania/server/db/db.cpp libdb-sqlite/malikania/server/db/sqlite_account.cpp libdb-sqlite/malikania/server/db/sqlite_account.hpp libdb-sqlite/malikania/server/db/sqlite_character.cpp libdb-sqlite/malikania/server/db/sqlite_character.hpp libdb-sqlite/sqlite/CMakeLists.txt libserver-test/CMakeLists.txt libserver-test/malikania/server/db/broken_account.cpp libserver-test/malikania/server/db/broken_account.hpp libserver-test/malikania/server/db/broken_character.cpp libserver-test/malikania/server/db/broken_character.hpp libserver-test/malikania/server/db/database_fixture.cpp libserver-test/malikania/server/db/database_fixture.hpp libserver-test/malikania/server/db/test_account.cpp libserver-test/malikania/server/db/test_account.hpp libserver-test/malikania/server/db/test_character.cpp libserver-test/malikania/server/db/test_character.hpp libserver-test/malikania/server/db/test_database.cpp libserver-test/malikania/server/db/test_database.hpp libserver-test/malikania/server/db/test_spell.hpp libserver/CMakeLists.txt libserver/malikania/server/client.cpp libserver/malikania/server/client.hpp libserver/malikania/server/db/account.cpp libserver/malikania/server/db/account.hpp libserver/malikania/server/db/character.cpp libserver/malikania/server/db/character.hpp libserver/malikania/server/db/database.hpp libserver/malikania/server/db/dynlib_database.cpp libserver/malikania/server/db/dynlib_database.hpp libserver/malikania/server/db/model.hpp libserver/malikania/server/db/spell.cpp libserver/malikania/server/db/spell.hpp libserver/malikania/server/net/auth_handler.cpp libserver/malikania/server/net/auth_handler.hpp libserver/malikania/server/net/handler.hpp libserver/malikania/server/server.cpp libserver/malikania/server/server.hpp server/CMakeLists.txt server/main.cpp tests/CMakeLists.txt tests/libclient/CMakeLists.txt tests/libclient/color/CMakeLists.txt tests/libclient/color/main.cpp tests/libclient/js-color/CMakeLists.txt tests/libclient/js-color/main.cpp tests/libclient/js-line/CMakeLists.txt tests/libclient/js-line/main.cpp tests/libclient/js-point/CMakeLists.txt tests/libclient/js-point/main.cpp tests/libclient/js-rectangle/CMakeLists.txt tests/libclient/js-rectangle/main.cpp tests/libclient/line/CMakeLists.txt tests/libclient/line/main.cpp tests/libclient/point/CMakeLists.txt tests/libclient/point/main.cpp tests/libclient/rectangle/CMakeLists.txt tests/libclient/rectangle/main.cpp tests/libcommon/CMakeLists.txt tests/libcommon/js-elapsed-timer/CMakeLists.txt tests/libcommon/js-elapsed-timer/main.cpp tests/libcommon/js-size/CMakeLists.txt tests/libcommon/js-size/main.cpp tests/libcommon/network-stream/CMakeLists.txt tests/libcommon/network-stream/main.cpp tests/libcommon/size/CMakeLists.txt tests/libcommon/size/main.cpp tests/libcommon/util/CMakeLists.txt tests/libcommon/util/main.cpp tests/libcommon/weak_array/CMakeLists.txt tests/libcommon/weak_array/main.cpp tests/libserver/CMakeLists.txt tests/libserver/dao-account/CMakeLists.txt tests/libserver/dao-character/CMakeLists.txt tests/libserver/db/account/CMakeLists.txt tests/libserver/db/account/main.cpp tests/libserver/id/CMakeLists.txt tests/libserver/id/main.cpp tests/tools/CMakeLists.txt tests/tools/map/CMakeLists.txt tests/tools/map/main.cpp tests/tools/tileset/CMakeLists.txt tests/tools/tileset/main.cpp tools/CMakeLists.txt tools/bcc/CMakeLists.txt tools/bcc/main.cpp tools/map/CMakeLists.txt tools/map/base64.hpp tools/map/main.cpp tools/tileset/CMakeLists.txt tools/tileset/main.cpp
diffstat 234 files changed, 236 insertions(+), 236 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/client/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/client/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/client/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/client/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- main client file
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MalikaniaConfig.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/MalikaniaConfig.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013, 2014, 2015 Malikania Authors
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MalikaniaOptions.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/MalikaniaOptions.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MalikaniaSystem.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/MalikaniaSystem.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/MalikaniaVersion.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/MalikaniaVersion.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaBuildAssets.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaBuildAssets.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaBuildAssets.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaDefineDatabase.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaDefineDatabase.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineDatabase.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaDefineExample.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaDefineExample.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineExample.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaDefineExecutable.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaDefineExecutable.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineExecutable.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaDefineLibrary.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaDefineLibrary.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineLibrary.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaDefineTest.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaDefineTest.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineTest.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaSetg.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaSetg.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaSetg.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/MalikaniaVeraCheck.cmake	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/function/MalikaniaVeraCheck.cmake	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # MalikaniaVeraCheck.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/internal/sysconfig.hpp.in	Wed Dec 13 17:18:53 2017 +0100
+++ b/cmake/internal/sysconfig.hpp.in	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sysconfig.hpp -- autogenerated configuration file
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/docs/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/docs/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/docs/doxygen/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/docs/doxygen/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013, 2014, 2015 Malikania Authors
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/animation/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/animation/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/animation/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/animation/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test animation
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/font/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/font/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/font/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/font/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Font
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/image/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/image/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/image/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/image/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Image
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-animation/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-animation/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-animation/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-animation/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Animation (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-font/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-font/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-font/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-font/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Font (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-image/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-image/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-image/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-image/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Image (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-sprite/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-sprite/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-sprite/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-sprite/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Sprite (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-window/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-window/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/js-window/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/js-window/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Window (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/examples/sprite/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/sprite/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/examples/sprite/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/examples/sprite/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Sprite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/extern/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/duktape/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/extern/duktape/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for duktape
 #
-# Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/json/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/extern/json/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for nlohmann's json
 #
-# Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_animation.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_animation.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_animation.cpp -- animation description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_animation.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_animation.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_animation.hpp -- animation description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_animator.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_animator.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_animator.cpp -- animation drawing object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_animator.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_animator.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_animator.hpp -- animation drawing object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_client_resources_loader.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_client_resources_loader.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_client_resources_loader.cpp -- client resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_client_resources_loader.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_client_resources_loader.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_client_resources_loader.hpp -- client resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_color.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_color.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_color.cpp -- color description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_color.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_color.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_color.hpp -- color description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_font.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_font.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_font.cpp -- font object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_font.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_font.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_font.hpp -- font object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_image.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_image.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_image.cpp -- image object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_image.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_image.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_image.hpp -- image object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_line.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_line.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_line.cpp -- line description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_line.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_line.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_line.hpp -- line description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_point.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_point.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_point.cpp -- point description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_point.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_point.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_client::point.hpp -- client::point description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_rectangle.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_rectangle.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_rectangle.cpp -- rectangle description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_rectangle.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_rectangle.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_rectangle.hpp -- rectangle description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_sprite.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_sprite.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_sprite.cpp -- sprite object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_sprite.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_sprite.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_sprite.hpp -- sprite object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_window.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_window.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_window.cpp -- window management (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient-js/malikania/js_window.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient-js/malikania/js_window.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_window.hpp -- window management (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/animation.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/animation.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * animation.hpp -- animation description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/animator.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/animator.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * animator.cpp -- animation drawing object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/animator.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/animator.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * animator.hpp -- animation drawing object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/backend/sdl/font_backend.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/backend/sdl/font_backend.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * font_backend.cpp -- font object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/backend/sdl/font_backend.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/backend/sdl/font_backend.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * font_backend.hpp -- font object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/backend/sdl/image_backend.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/backend/sdl/image_backend.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * image_backend.cpp -- image object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/backend/sdl/image_backend.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/backend/sdl/image_backend.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * image_backend.hpp -- image object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/backend/sdl/window_backend.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/backend/sdl/window_backend.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * window_backend.cpp -- window object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/backend/sdl/window_backend.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/backend/sdl/window_backend.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * window_backend.hpp -- window object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/button.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/button.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * button.cpp -- GUI button element
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/button.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/button.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * button.hpp -- GUI button element
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/client.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/client.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * client.cpp -- main client game clas
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/client.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/client.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * client.hpp -- main client game clas
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/color.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/color.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * color.cpp -- color description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/color.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/color.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * color.hpp -- color description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/connection.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/connection.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * connection.hpp -- connection to server
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/connection.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/connection.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * connection.hpp -- connection to server
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/dispatcher.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/dispatcher.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * dispatcher.hpp -- client event dispatcher
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/font.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/font.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * font.cpp -- font object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/font.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/font.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * font.hpp -- font object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/frame.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/frame.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * frame.cpp -- top level GUI frame
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/frame.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/frame.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * frame.hpp -- top level GUI frame
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/image.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/image.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * image.cpp -- image object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/image.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/image.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * image.hpp -- image object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/key.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/key.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * key.hpp -- key definitions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/label.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/label.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * label.cpp -- GUI label element
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/label.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/label.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * label.hpp -- GUI label element
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/layout.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/layout.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * layout.hpp -- generic layout manager inside a frame
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/line.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/line.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * line.hpp -- line description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/loader.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/loader.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * client_resources_loader.cpp -- load shared resources files for the client
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/loader.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/loader.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * client_resources_loader.hpp -- load shared resources files for the client
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/mouse.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/mouse.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * mouse.hpp -- mouse definitions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/point.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/point.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * point.hpp -- point description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/rectangle.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/rectangle.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rectangle.hpp -- rectangle description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/sprite.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/sprite.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sprite.cpp -- image sprite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/sprite.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/sprite.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sprite.hpp -- image sprite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/state.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/state.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * state.hpp -- game client state
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/state/lobby_state.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/state/lobby_state.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * lobby_state.cpp -- character management state
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/state/lobby_state.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/state/lobby_state.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * lobby_state.hpp -- character management state
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/state/login_state.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/state/login_state.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * login_state.cpp -- login state
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/state/login_state.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/state/login_state.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * login_state.cpp -- login state
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/state/map_state.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/state/map_state.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * map_state.hpp -- main game state
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/theme.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/theme.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * theme.cpp -- theming support for gui elements
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/theme.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/theme.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * theme.hpp -- theming support for gui elements
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/unique_layout.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/unique_layout.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unique_layout.cpp -- basic layout with one widget
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/unique_layout.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/unique_layout.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unique_layout.hpp -- basic layout with one widget
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/widget.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/widget.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * widget.cpp -- basic abstract widget for GUI
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/widget.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/widget.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * widget.hpp -- basic abstract widget for GUI
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/window.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/window.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * window.cpp -- main window and basic drawing
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libclient/malikania/client/window.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libclient/malikania/client/window.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * window.hpp -- main window and basic drawing
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/duktape.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/duktape.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * duktape.hpp -- Duktape extras
  *
- * Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/js_elapsed_timer.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/js_elapsed_timer.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_elapsed_timer.cpp -- ElapsedTimer (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/js_elapsed_timer.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/js_elapsed_timer.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_elapsed_timer.hpp -- ElapsedTimer (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/js_resources_loader.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/js_resources_loader.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_resources_loader.cpp -- resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/js_resources_loader.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/js_resources_loader.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_resources_loader.hpp -- resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/js_size.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/js_size.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_size.cpp -- size description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon-js/malikania/js_size.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon-js/malikania/js_size.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_size.hpp -- size description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/backend/sdl/sdl_util.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/backend/sdl/sdl_util.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sdl_util.cpp -- common SDL2 related code
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/backend/sdl/sdl_util.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/backend/sdl/sdl_util.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sdl_util.hpp -- common SDL2 related code
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/game.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/game.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * game.hpp -- basic game class
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/id.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/id.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * id.hpp -- integer id generator
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/loader.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/loader.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * loader.cpp -- load shared resources files
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/loader.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/loader.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * loader.hpp -- load shared resources files
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/locator.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/locator.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * locator.cpp -- file and stream loader
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/locator.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/locator.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * locator.hpp -- file and stream loader
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/network_stream.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/network_stream.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * network_stream.cpp -- network socket
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/network_stream.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/network_stream.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * network_stream.hpp -- network socket
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/size.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/size.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * size.hpp -- size description
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/tileset.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/tileset.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * tileset.hpp -- map tileset definition
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/unicode.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/unicode.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.cpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/unicode.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/unicode.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.hpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/util.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/util.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * util.cpp -- malikania utilities
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/util.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/util.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * util.hpp -- malikania utilities
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/malikania/weak_array.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libcommon/malikania/weak_array.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * weak_array.hpp -- implement a cache array of weak values
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/common.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/common.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * common.cpp -- common routines for SQLite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/common.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/common.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * common.hpp -- common routines for SQLite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/db.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/db.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * db.cpp -- general dynlib database functions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/sqlite_account.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/sqlite_account.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sqlite_account.cpp -- database account object (SQLite implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/sqlite_account.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/sqlite_account.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sqlite_account.hpp -- database account object (SQLite implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/sqlite_character.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/sqlite_character.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sqlite_character.cpp -- database character object (SQLite implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/malikania/server/db/sqlite_character.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/malikania/server/db/sqlite_character.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sqlite_character.hpp -- database character object (SQLite implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libdb-sqlite/sqlite/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libdb-sqlite/sqlite/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for sqlite
 #
-# Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/broken_account.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/broken_account.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * broken_account.cpp -- database account object (broken implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/broken_account.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/broken_account.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * broken_account.hpp -- database account object (broken implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/broken_character.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/broken_character.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * broken_character.cpp -- database character object (broken implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/broken_character.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/broken_character.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * broken_character.hpp -- database character object (broken implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/database_fixture.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/database_fixture.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * database_fixture.cpp -- helper to test all database backends in a row
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/database_fixture.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/database_fixture.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * database_fixture.hpp -- helper to test all database backends in a row
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_account.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_account.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * test_account.cpp -- database account object (memory implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_account.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_account.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * test_account.hpp -- database account object (memory implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_character.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_character.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * test_character.cpp -- database account object (memory implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_character.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_character.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * test_character.hpp -- database account object (memory implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_database.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_database.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,8 +1,8 @@
 /*
  * test_database.cpp -- database test (memory implementation)
  *
- * Copyright (c) 2013-2017 Alexis Dörr <nanahara@malikania.fr>
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 Alexis Dörr <nanahara@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_database.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_database.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,8 +1,8 @@
 /*
  * test_database.hpp -- database test (memory implementation)
  *
- * Copyright (c) 2013-2017 Alexis Dörr <nanahara@malikania.fr>
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 Alexis Dörr <nanahara@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver-test/malikania/server/db/test_spell.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver-test/malikania/server/db/test_spell.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * test_spell.hpp -- database spell object (memory implementation)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/client.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/client.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * client.cpp -- client connected to the server
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/client.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/client.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * client.hpp -- client connected to the server
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/account.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/account.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * account.cpp -- database account object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/account.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/account.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * account.hpp -- database account object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/character.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/character.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * character.cpp -- database character object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/character.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/character.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * character.hpp -- database character object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/database.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/database.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * database.hpp -- abstract database interface
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/dynlib_database.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/dynlib_database.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib_database.cpp -- dynamically loadable database adapter
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/dynlib_database.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/dynlib_database.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib_database.hpp -- dynamically loadable database adapter
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/model.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/model.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * model.hpp -- abstract database object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/spell.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/spell.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * spell.cpp -- database spell object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/db/spell.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/db/spell.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * spell.hpp -- database spell object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/net/auth_handler.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/net/auth_handler.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * auth_handler.cpp -- handle "auth" network command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/net/auth_handler.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/net/auth_handler.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * auth_handler.hpp -- handle "auth" network command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/net/handler.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/net/handler.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * handler.hpp -- server side remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/server.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/server.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server.cpp -- malikania basic server
  *
- * Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libserver/malikania/server/server.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/libserver/malikania/server/server.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server.hpp -- malikania basic server
  *
- * Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/server/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/server/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/server/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/server/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- main server executable file
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/color/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/color/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/color/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/color/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::color
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-color/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-color/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-color/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-color/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Color (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-line/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-line/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-line/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-line/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Line (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-point/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-point/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-point/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-point/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Point (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-rectangle/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-rectangle/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/js-rectangle/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/js-rectangle/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Rectangle (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/line/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/line/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/line/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/line/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::line
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/point/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/point/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/point/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/point/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::point
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/rectangle/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/rectangle/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libclient/rectangle/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libclient/rectangle/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::rectangle
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/js-elapsed-timer/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/js-elapsed-timer/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/js-elapsed-timer/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/js-elapsed-timer/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test ElapsedTimer (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/js-size/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/js-size/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/js-size/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/js-size/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Size (JavaScript binding)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/network-stream/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/network-stream/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/network-stream/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/network-stream/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test network_stream
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/size/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/size/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/size/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/size/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::size
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/util/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/util/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/util/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/util/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test util
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/weak_array/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/weak_array/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libcommon/weak_array/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libcommon/weak_array/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test weak_array
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/dao-account/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/dao-account/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/dao-character/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/dao-character/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/db/account/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/db/account/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/db/account/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/db/account/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- unit test for database
  *
- * Copyright (c) 2013-2017 Alexis Dörr <nanahara@malikania.fr>
+ * Copyright (c) 2013-2018 Alexis Dörr <nanahara@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/id/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/id/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/libserver/id/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/libserver/id/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Id
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/tools/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/tools/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/tools/map/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/tools/map/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2018 Malikania Authors
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/tools/map/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/tools/map/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk-map
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2018 Malikania Authors
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/tools/tileset/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/tools/tileset/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/tools/tileset/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tests/tools/tileset/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test tileset
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/bcc/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/bcc/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/bcc/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/bcc/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- create binary data from assets
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/map/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/map/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/map/base64.hpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/map/base64.hpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * base64.hpp -- base64 encoding and decoding
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/map/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/map/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- create malikania maps from tiled
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tools/tileset/CMakeLists.txt	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/tileset/CMakeLists.txt	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tools/tileset/main.cpp	Wed Dec 13 17:18:53 2017 +0100
+++ b/tools/tileset/main.cpp	Tue Jan 09 13:15:07 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- create malikania tilesets from tiled
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above