changeset 110:119bcc5a727e

Misc: replace copyrights, closes #655
author David Demelier <markand@malikania.fr>
date Tue, 05 Sep 2017 14:06:31 +0200
parents c8bc2c7f2929
children 8963c68f023c
files AUTHORS.md CMakeLists.txt client/CMakeLists.txt 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 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 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.hpp libclient-js/malikania/js_client_resources_loader.cpp libclient-js/malikania/js_client_resources_loader.hpp libclient-js/malikania/js_client_target.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/font.cpp libclient/malikania/client/font.hpp libclient/malikania/client/frame.cpp libclient/malikania/client/frame.hpp libclient/malikania/client/grid_layout.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/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/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/size.hpp libcommon/malikania/util.cpp libcommon/malikania/util.hpp libserver-test/CMakeLists.txt libserver/CMakeLists.txt libserver/malikania/server/net/handler.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/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/db/account/CMakeLists.txt tests/libserver/id/CMakeLists.txt tests/libserver/id/main.cpp tests/tools/CMakeLists.txt tests/tools/tileset/CMakeLists.txt tests/tools/tileset/main.cpp tools/CMakeLists.txt tools/bcc/CMakeLists.txt tools/map/CMakeLists.txt tools/tileset/CMakeLists.txt
diffstat 167 files changed, 166 insertions(+), 172 deletions(-) [+]
line wrap: on
line diff
--- a/AUTHORS.md	Tue Sep 05 13:50:10 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-Malikania Engine AUTHORS
-========================
-
-  - David Demelier <markand@malikania.fr>
-  - Alexis Dörr <nanahara@malikania.fr>
-  - Renaud Jenny <renox0@malikania.fr>
--- a/CMakeLists.txt	Tue Sep 05 13:50:10 2017 +0200
+++ b/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/client/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/MalikaniaOptions.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/MalikaniaSystem.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/MalikaniaVersion.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaBuildAssets.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaBuildAssets.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaDefineDatabase.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineDatabase.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaDefineExample.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineExample.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaDefineExecutable.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineExecutable.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaDefineLibrary.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineLibrary.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaDefineTest.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaDefineTest.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaSetg.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaSetg.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/function/MalikaniaVeraCheck.cmake	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # MalikaniaVeraCheck.cmake -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/cmake/internal/sysconfig.hpp.in	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * sysconfig.hpp -- autogenerated configuration file
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/docs/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/animation/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/animation/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test animation
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/font/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/font/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Font
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/image/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/image/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Image
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-animation/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-animation/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Animation (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-font/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-font/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Font (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-image/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-image/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Image (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-sprite/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2016 Malikania Authors
+# Copyright (c) 2013-2016 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-sprite/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Sprite (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-window/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/js-window/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Window (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/sprite/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/examples/sprite/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Sprite
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/extern/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_animation.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_animation.cpp -- animation description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_animation.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_animation.hpp -- animation description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_animator.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_animator.cpp -- animation drawing object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_animator.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_animator.hpp -- animation drawing object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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.hpp	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_client.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js-client.hpp -- client resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2016 Malikania Authors
+ * Copyright (c) 2013-2016 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_client_resources_loader.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_client_resources_loader.cpp -- client resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_client_resources_loader.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_client_resources_loader.hpp -- client resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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_target.hpp	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_client_target.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js-client-target.hpp -- client resources loader (JavaScript binding)
  *
- * Copyright (c) 2013-2016 Malikania Authors
+ * Copyright (c) 2013-2016 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_color.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_color.cpp -- color description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_color.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_color.hpp -- color description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_font.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_font.cpp -- font object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_font.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_font.hpp -- font object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_image.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_image.cpp -- image object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_image.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_image.hpp -- image object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_line.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_line.cpp -- line description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_line.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_line.hpp -- line description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_point.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_point.cpp -- point description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_point.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_client::point.hpp -- client::point description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_rectangle.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_rectangle.cpp -- rectangle description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_rectangle.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_rectangle.hpp -- rectangle description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_sprite.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_sprite.cpp -- sprite object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_sprite.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_sprite.hpp -- sprite object (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_window.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_window.cpp -- window management (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient-js/malikania/js_window.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_window.hpp -- window management (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/animation.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * animation.hpp -- animation description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/animator.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * animator.cpp -- animation drawing object
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/animator.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * animator.hpp -- animation drawing object
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/backend/sdl/font_backend.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * font_backend.cpp -- font object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/backend/sdl/font_backend.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * font_backend.hpp -- font object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/backend/sdl/image_backend.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * image_backend.cpp -- image object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/backend/sdl/image_backend.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * image_backend.hpp -- image object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/backend/sdl/window_backend.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * window_backend.cpp -- window object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/backend/sdl/window_backend.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * window_backend.hpp -- window object (SDL2 implementation)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/button.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * button.cpp -- GUI button element
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/button.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * button.hpp -- GUI button element
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/client.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * client.cpp -- main client game clas
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/client.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * client.hpp -- main client game clas
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/color.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * color.cpp -- color description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/color.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * color.hpp -- color description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/connection.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * connection.hpp -- connection to server
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/connection.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * connection.hpp -- connection to server
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/font.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * font.cpp -- font object
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/font.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * font.hpp -- font object
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/frame.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * frame.cpp -- top level GUI frame
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/frame.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * frame.hpp -- top level GUI frame
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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/grid_layout.hpp	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/grid_layout.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * grid_layout.hpp -- basic grid layout
  *
- * Copyright (c) 2013-2016 Malikania Authors
+ * Copyright (c) 2013-2016 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/image.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * image.cpp -- image object
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/image.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * image.hpp -- image object
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/key.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * key.hpp -- key definitions
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/label.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * label.cpp -- GUI label element
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/label.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * label.hpp -- GUI label element
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/layout.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * layout.hpp -- generic layout manager inside a frame
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/line.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * line.hpp -- line description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/loader.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * client_resources_loader.cpp -- load shared resources files for the client
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/loader.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * client_resources_loader.hpp -- load shared resources files for the client
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/mouse.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * mouse.hpp -- mouse definitions
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/point.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * point.hpp -- point description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/rectangle.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * rectangle.hpp -- rectangle description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/sprite.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * sprite.cpp -- image sprite
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/sprite.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * sprite.hpp -- image sprite
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/state.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * state.hpp -- game client state
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/theme.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * theme.cpp -- theming support for gui elements
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/theme.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * theme.hpp -- theming support for gui elements
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/unique_layout.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * unique_layout.cpp -- basic layout with one widget
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/unique_layout.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * unique_layout.hpp -- basic layout with one widget
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/widget.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * widget.cpp -- basic abstract widget for GUI
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/widget.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * widget.hpp -- basic abstract widget for GUI
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/window.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * window.cpp -- main window and basic drawing
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libclient/malikania/client/window.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * window.hpp -- main window and basic drawing
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon-js/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon-js/malikania/js_size.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_size.cpp -- size description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon-js/malikania/js_size.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * js_size.hpp -- size description (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/backend/sdl/sdl_util.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * sdl_util.cpp -- common SDL2 related code
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/backend/sdl/sdl_util.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * sdl_util.hpp -- common SDL2 related code
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/game.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * game.hpp -- basic game class
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/id.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * id.hpp -- integer id generator
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/loader.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * loader.cpp -- load shared resources files
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/loader.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * loader.hpp -- load shared resources files
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/locator.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * locator.cpp -- file and stream loader
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/locator.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * locator.hpp -- file and stream loader
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/size.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * size.hpp -- size description
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/util.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * util.cpp -- malikania utilities
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libcommon/malikania/util.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * util.hpp -- malikania utilities
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libserver-test/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libserver/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/libserver/malikania/server/net/handler.hpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * handler.hpp -- server side remote command
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/server/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/server/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- main server executable file
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/color/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/color/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::color
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-color/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-color/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Color (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-line/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-line/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Line (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-point/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-point/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Point (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-rectangle/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/js-rectangle/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Rectangle (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/line/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/line/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::line
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/point/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/point/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::point
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/rectangle/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libclient/rectangle/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::client::rectangle
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/js-elapsed-timer/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/js-elapsed-timer/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test ElapsedTimer (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/js-size/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/js-size/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Size (JavaScript binding)
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/size/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/size/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test mlk::size
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/util/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/util/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test util
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/weak_array/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libcommon/weak_array/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test weak_array
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libserver/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libserver/db/account/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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/CMakeLists.txt	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libserver/id/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/libserver/id/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Id
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/tools/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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/CMakeLists.txt	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/tools/tileset/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tests/tools/tileset/main.cpp	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test tileset
  *
- * Copyright (c) 2013-2017 Malikania Authors
+ * Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tools/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tools/bcc/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tools/map/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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	Tue Sep 05 13:50:10 2017 +0200
+++ b/tools/tileset/CMakeLists.txt	Tue Sep 05 14:06:31 2017 +0200
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for malikania
 #
-# Copyright (c) 2013-2017 Malikania Authors
+# Copyright (c) 2013-2017 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