changeset 394:c6fbb6e0e06d

Happy new year!
author David Demelier <markand@malikania.fr>
date Sun, 01 Jan 2017 15:29:41 +0100
parents f53d8e683276
children f9b4101fa51c
files CMakeLists.txt cmake/IrccdOptions.cmake cmake/IrccdPackage.cmake cmake/IrccdSystem.cmake cmake/IrccdVersion.cmake cmake/check/PutTime.cmake cmake/function/IrccdBuildHtml.cmake cmake/function/IrccdDefineExecutable.cmake cmake/function/IrccdDefineLibrary.cmake cmake/function/IrccdDefineMan.cmake cmake/function/IrccdDefinePlugin.cmake cmake/function/IrccdDefineTest.cmake cmake/function/IrccdIndentMessage.cmake cmake/internal/sysconfig.hpp.in contrib/CMakeLists.txt doc/CMakeLists.txt doc/examples/CMakeLists.txt doc/html/CMakeLists.txt doc/html/resources/template.html doc/man/CMakeLists.txt doc/man/irccd.1.in doc/man/irccd.conf.5.in doc/man/irccdctl.1.in doc/man/irccdctl.conf.5.in extern/duktape/CMakeLists.txt extern/fmt/CMakeLists.txt extern/gtest/CMakeLists.txt extern/json/CMakeLists.txt extern/libircclient/CMakeLists.txt irccd/CMakeLists.txt irccd/main.cpp irccdctl/CMakeLists.txt irccdctl/alias.cpp irccdctl/alias.hpp irccdctl/cli.cpp irccdctl/cli.hpp irccdctl/main.cpp libcommon/CMakeLists.txt libcommon/irccd/elapsed-timer.cpp libcommon/irccd/elapsed-timer.hpp libcommon/irccd/fs.cpp libcommon/irccd/fs.hpp libcommon/irccd/ini.cpp libcommon/irccd/ini.hpp libcommon/irccd/logger.cpp libcommon/irccd/logger.hpp libcommon/irccd/net.hpp libcommon/irccd/path.cpp libcommon/irccd/path.hpp libcommon/irccd/signals.hpp libcommon/irccd/system.cpp libcommon/irccd/system.hpp libcommon/irccd/util.cpp libcommon/irccd/util.hpp libcommon/irccd/xdg.hpp libirccd-js/CMakeLists.txt libirccd-js/irccd/duktape.hpp libirccd-js/irccd/mod-directory.cpp libirccd-js/irccd/mod-directory.hpp libirccd-js/irccd/mod-elapsed-timer.cpp libirccd-js/irccd/mod-elapsed-timer.hpp libirccd-js/irccd/mod-file.cpp libirccd-js/irccd/mod-file.hpp libirccd-js/irccd/mod-irccd.cpp libirccd-js/irccd/mod-irccd.hpp libirccd-js/irccd/mod-logger.cpp libirccd-js/irccd/mod-logger.hpp libirccd-js/irccd/mod-plugin.cpp libirccd-js/irccd/mod-plugin.hpp libirccd-js/irccd/mod-server.cpp libirccd-js/irccd/mod-server.hpp libirccd-js/irccd/mod-system.cpp libirccd-js/irccd/mod-system.hpp libirccd-js/irccd/mod-timer.cpp libirccd-js/irccd/mod-timer.hpp libirccd-js/irccd/mod-unicode.cpp libirccd-js/irccd/mod-unicode.hpp libirccd-js/irccd/mod-util.cpp libirccd-js/irccd/mod-util.hpp libirccd-js/irccd/module.hpp libirccd-js/irccd/plugin-js.cpp libirccd-js/irccd/plugin-js.hpp libirccd-js/irccd/timer.cpp libirccd-js/irccd/timer.hpp libirccd-js/irccd/unicode.cpp libirccd-js/irccd/unicode.hpp libirccd-test/CMakeLists.txt libirccd-test/irccd/command-tester.cpp libirccd-test/irccd/command-tester.hpp libirccd-test/irccd/plugin-tester.cpp libirccd-test/irccd/plugin-tester.hpp libirccd-test/irccd/server-tester.cpp libirccd-test/irccd/server-tester.hpp libirccd/CMakeLists.txt libirccd/irccd/command.cpp libirccd/irccd/command.hpp libirccd/irccd/config.cpp libirccd/irccd/config.hpp libirccd/irccd/dynlib.hpp libirccd/irccd/irccd.cpp libirccd/irccd/irccd.hpp libirccd/irccd/plugin-dynlib.cpp libirccd/irccd/plugin-dynlib.hpp libirccd/irccd/plugin.hpp libirccd/irccd/rule.cpp libirccd/irccd/rule.hpp libirccd/irccd/server.cpp libirccd/irccd/server.hpp libirccd/irccd/service.cpp libirccd/irccd/service.hpp libirccd/irccd/transport.cpp libirccd/irccd/transport.hpp libirccdctl/CMakeLists.txt libirccdctl/irccd/client.cpp libirccdctl/irccd/client.hpp libirccdctl/irccd/irccdctl.hpp plugins/CMakeLists.txt plugins/ask/ask.js plugins/auth/auth.js plugins/debugnative/main.cpp plugins/hangman/hangman.js plugins/history/history.js plugins/logger/logger.js plugins/plugin/plugin.js plugins/roulette/roulette.js tests/CMakeLists.txt tests/cmd-plugin-config/CMakeLists.txt tests/cmd-plugin-config/main.cpp tests/cmd-plugin-info/CMakeLists.txt tests/cmd-plugin-info/main.cpp tests/cmd-plugin-list/CMakeLists.txt tests/cmd-plugin-list/main.cpp tests/cmd-plugin-load/CMakeLists.txt tests/cmd-plugin-load/main.cpp tests/cmd-plugin-reload/CMakeLists.txt tests/cmd-plugin-reload/main.cpp tests/cmd-plugin-unload/CMakeLists.txt tests/cmd-plugin-unload/main.cpp tests/cmd-server-cmode/CMakeLists.txt tests/cmd-server-cmode/main.cpp tests/cmd-server-cnotice/CMakeLists.txt tests/cmd-server-cnotice/main.cpp tests/cmd-server-connect/CMakeLists.txt tests/cmd-server-connect/main.cpp tests/cmd-server-disconnect/CMakeLists.txt tests/cmd-server-disconnect/main.cpp tests/cmd-server-info/CMakeLists.txt tests/cmd-server-info/main.cpp tests/cmd-server-invite/CMakeLists.txt tests/cmd-server-invite/main.cpp tests/cmd-server-join/CMakeLists.txt tests/cmd-server-join/main.cpp tests/cmd-server-kick/CMakeLists.txt tests/cmd-server-kick/main.cpp tests/cmd-server-list/CMakeLists.txt tests/cmd-server-list/main.cpp tests/cmd-server-me/CMakeLists.txt tests/cmd-server-me/main.cpp tests/cmd-server-message/CMakeLists.txt tests/cmd-server-message/main.cpp tests/cmd-server-mode/CMakeLists.txt tests/cmd-server-mode/main.cpp tests/cmd-server-nick/CMakeLists.txt tests/cmd-server-nick/main.cpp tests/cmd-server-notice/CMakeLists.txt tests/cmd-server-notice/main.cpp tests/cmd-server-part/CMakeLists.txt tests/cmd-server-part/main.cpp tests/cmd-server-reconnect/CMakeLists.txt tests/cmd-server-reconnect/main.cpp tests/cmd-server-topic/CMakeLists.txt tests/cmd-server-topic/main.cpp tests/elapsedtimer/CMakeLists.txt tests/elapsedtimer/main.cpp tests/js-elapsedtimer/CMakeLists.txt tests/js-elapsedtimer/main.cpp tests/js-file/CMakeLists.txt tests/js-file/main.cpp tests/js-irccd/CMakeLists.txt tests/js-irccd/main.cpp tests/js-logger/CMakeLists.txt tests/js-logger/main.cpp tests/js-system/CMakeLists.txt tests/js-system/main.cpp tests/js-timer/CMakeLists.txt tests/js-timer/main.cpp tests/js-unicode/CMakeLists.txt tests/js-unicode/main.cpp tests/js-util/CMakeLists.txt tests/js-util/main.cpp tests/logger/CMakeLists.txt tests/logger/main.cpp tests/path/CMakeLists.txt tests/path/main.cpp tests/plugin-ask/CMakeLists.txt tests/plugin-ask/main.cpp tests/plugin-auth/CMakeLists.txt tests/plugin-auth/main.cpp tests/plugin-hangman/CMakeLists.txt tests/plugin-hangman/main.cpp tests/plugin-history/CMakeLists.txt tests/plugin-history/main.cpp tests/plugin-logger/CMakeLists.txt tests/plugin-logger/main.cpp tests/plugin-plugin/CMakeLists.txt tests/plugin-plugin/main.cpp tests/rules/CMakeLists.txt tests/rules/main.cpp tests/timer/CMakeLists.txt tests/timer/main.cpp tests/util/CMakeLists.txt tests/util/main.cpp
diffstat 212 files changed, 212 insertions(+), 212 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdOptions.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/IrccdOptions.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # Options.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdPackage.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/IrccdPackage.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CPackConfing.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdSystem.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/IrccdSystem.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # Config.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdVersion.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/IrccdVersion.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/check/PutTime.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/check/PutTime.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdBuildHtml.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdBuildHtml.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdBuildHtml.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdDefineExecutable.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdDefineExecutable.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineExecutable.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdDefineLibrary.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdDefineLibrary.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineLibrary.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdDefineMan.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdDefineMan.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineMan.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdDefinePlugin.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdDefinePlugin.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefinePlugin.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdDefineTest.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdDefineTest.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineTest.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/IrccdIndentMessage.cmake	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/function/IrccdIndentMessage.cmake	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdIndentMessage.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-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	Mon Dec 26 14:24:44 2016 +0100
+++ b/cmake/internal/sysconfig.hpp.in	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * sysconfig.h -- configuration for irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/contrib/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/contrib/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/doc/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/doc/examples/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/examples/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/doc/html/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/html/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/doc/html/resources/template.html	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/html/resources/template.html	Sun Jan 01 15:29:41 2017 +0100
@@ -172,7 +172,7 @@
 
   <hr>
   <footer>
-    <p>&copy; 2013-2016 David Demelier.</p>
+    <p>&copy; 2013-2017 David Demelier.</p>
   </footer>
 </div> <!-- !container -->
 
--- a/doc/man/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/man/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/doc/man/irccd.1.in	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/man/irccd.1.in	Sun Jan 01 15:29:41 2017 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+.\" 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/doc/man/irccd.conf.5.in	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/man/irccd.conf.5.in	Sun Jan 01 15:29:41 2017 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+.\" 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/doc/man/irccdctl.1.in	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/man/irccdctl.1.in	Sun Jan 01 15:29:41 2017 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+.\" 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/doc/man/irccdctl.conf.5.in	Mon Dec 26 14:24:44 2016 +0100
+++ b/doc/man/irccdctl.conf.5.in	Sun Jan 01 15:29:41 2017 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+.\" 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/duktape/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/extern/duktape/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for duktape
 #
-# Copyright (c) 2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-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/fmt/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/extern/fmt/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for cppformat
 #
-# Copyright (c) 2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-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/gtest/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/extern/gtest/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/json/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/extern/json/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/libircclient/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/extern/libircclient/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/irccd/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccd/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/irccd/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccd/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd main file
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccdctl/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccdctl/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/irccdctl/alias.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccdctl/alias.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * alias.cpp -- create irccdctl aliases
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccdctl/alias.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccdctl/alias.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * alias.hpp -- create irccdctl aliases
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccdctl/cli.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccdctl/cli.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * cli.cpp -- command line for irccdctl
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccdctl/cli.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccdctl/cli.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * cli.hpp -- command line for irccdctl
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccdctl/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/irccdctl/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd controller main
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/irccd/elapsed-timer.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/elapsed-timer.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * elapsed-timer.cpp -- measure elapsed time
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/elapsed-timer.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/elapsed-timer.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * elapsed-timer.hpp -- measure elapsed time
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/fs.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/fs.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * fs.cpp -- filesystem operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/fs.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/fs.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * fs.hpp -- filesystem operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/ini.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/ini.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * ini.cpp -- extended .ini file parser
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/ini.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/ini.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * ini.hpp -- extended .ini file parser
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/logger.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/logger.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.cpp -- irccd logging
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/logger.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/logger.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.hpp -- irccd logging
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/net.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/net.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * net.hpp -- portable C++ socket wrapper
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/path.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/path.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * path.cpp -- special paths inside irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/path.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/path.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * path.hpp -- special paths inside irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/signals.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/signals.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * signals.h -- synchronous observer mechanism
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/system.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/system.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * system.cpp -- platform dependent functions for system inspection
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/system.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/system.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * system.hpp -- platform dependent functions for system inspection
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/util.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/util.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * util.cpp -- some utilities
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/util.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/util.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * util.hpp -- some utilities
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/irccd/xdg.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libcommon/irccd/xdg.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * xdg.hpp -- XDG directory specifications
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/libirccd-js/irccd/duktape.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/duktape.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * duktape.hpp -- Duktape extras
  *
- * Copyright (c) 2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2016-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/libirccd-js/irccd/mod-directory.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-directory.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-directory.cpp -- Irccd.Directory API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-directory.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-directory.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-directory.hpp -- Irccd.Directory API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-elapsed-timer.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-elapsed-timer.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-elapsed-timer.cpp -- Irccd.ElapsedTimer API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-elapsed-timer.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-elapsed-timer.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-elapsed-timer.hpp -- Irccd.ElapsedTimer API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-file.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-file.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-file.cpp -- Irccd.File API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-file.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-file.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-file.hpp -- Irccd.File API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-irccd.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-irccd.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-irccd.cpp -- Irccd API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-irccd.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-irccd.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-irccd.hpp -- Irccd API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-logger.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-logger.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-logger.cpp -- Irccd.Logger API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-logger.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-logger.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-logger.hpp -- Irccd.Logger API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-plugin.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-plugin.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-plugin.cpp -- Irccd.Plugin API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-plugin.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-plugin.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-plugin.hpp -- Irccd.Plugin API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-server.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-server.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-server.cpp -- Irccd.Server API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-server.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-server.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-server.hpp -- Irccd.Server API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-system.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-system.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-system.cpp -- Irccd.System API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-system.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-system.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-system.hpp -- Irccd.System API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-timer.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-timer.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-timer.cpp -- Irccd.Timer API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-timer.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-timer.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-timer.hpp -- Irccd.Timer API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-unicode.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-unicode.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-unicode.cpp -- Irccd.Unicode API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-unicode.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-unicode.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-unicode.cpp -- Irccd.Unicode API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-util.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-util.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-util.cpp -- Irccd.Util API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/mod-util.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/mod-util.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * mod-util.hpp -- Irccd.Util API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/module.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/module.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * module.hpp -- JavaScript API module
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/plugin-js.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/plugin-js.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin-js.cpp -- JavaScript plugins for irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/plugin-js.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/plugin-js.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin-js.hpp -- JavaScript plugins for irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/timer.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/timer.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * timer.cpp -- threaded timers
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/timer.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/timer.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * timer.hpp -- threaded timers
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/unicode.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/unicode.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.cpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-js/irccd/unicode.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-js/irccd/unicode.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.hpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-test/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/libirccd-test/irccd/command-tester.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/irccd/command-tester.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * command-tester.cpp -- test fixture helper for remote commands
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-test/irccd/command-tester.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/irccd/command-tester.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * command-tester.hpp -- test fixture helper for remote commands
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-test/irccd/plugin-tester.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/irccd/plugin-tester.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin-tester.cpp -- test fixture helper for javascript plugins
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-test/irccd/plugin-tester.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/irccd/plugin-tester.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin-tester.hpp -- test fixture helper for javascript plugins
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-test/irccd/server-tester.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/irccd/server-tester.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * server-tester.cpp -- server that does nothing
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd-test/irccd/server-tester.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd-test/irccd/server-tester.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * server-tester.hpp -- server that does nothing
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/libirccd/irccd/command.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/command.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * command.cpp -- implementation of plugin-config command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/command.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/command.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * command.hpp -- remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/config.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/config.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * config.cpp -- irccd configuration loader
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/config.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/config.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * config.hpp -- irccd configuration loader
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/dynlib.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/dynlib.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib.hpp -- portable shared library loader
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/irccd.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/irccd.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd.cpp -- main irccd class
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/irccd.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/irccd.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd.hpp -- main irccd class
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/plugin-dynlib.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/plugin-dynlib.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin-dynlib.cpp -- native plugin implementation
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/plugin-dynlib.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/plugin-dynlib.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin-dynlib.hpp -- native plugin implementation
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/plugin.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/plugin.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.hpp -- irccd JavaScript plugin interface
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/rule.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/rule.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * rule.cpp -- rule for server and channels
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/rule.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/rule.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * rule.hpp -- rule for server and channels
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/server.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/server.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * server.cpp -- an IRC server
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/server.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/server.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * server.hpp -- an IRC server
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/service.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/service.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * service.cpp -- irccd services
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/service.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/service.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * service.hpp -- irccd services
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/transport.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/transport.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * transport.cpp -- irccd transports
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccd/irccd/transport.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccd/irccd/transport.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * transport.hpp -- irccd transports
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccdctl/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccdctl/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/libirccdctl/irccd/client.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccdctl/irccd/client.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * client.cpp -- value wrapper for connecting to irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccdctl/irccd/client.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccdctl/irccd/client.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * client.hpp -- value wrapper for connecting to irccd
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/libirccdctl/irccd/irccdctl.hpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/libirccdctl/irccd/irccdctl.hpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * irccdctl.hpp -- main irccdctl class
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugins/ask/ask.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/ask/ask.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * ask.js -- crazy module for asking a medium
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/auth/auth.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/auth/auth.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * auth.js -- generic plugin to authenticate to services
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/debugnative/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/debugnative/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- native plugin for debugging
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/hangman/hangman.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/hangman/hangman.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * hangman.js -- hangman game for IRC
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/history/history.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/history/history.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * history.js -- track nickname's history
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/logger/logger.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/logger/logger.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.js -- plugin to log everything
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/plugin/plugin.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/plugin/plugin.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.js -- plugin inspector
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugins/roulette/roulette.js	Mon Dec 26 14:24:44 2016 +0100
+++ b/plugins/roulette/roulette.js	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * roulette.js -- russian roulette game
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-config/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-config/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-config/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-config/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-config remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-plugin-info/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-info/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-info/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-info/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-info remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-plugin-list/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-list/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-list/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-list/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-list remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-plugin-load/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-load/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-load/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-load/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-load remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-plugin-reload/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-reload/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-reload/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-reload/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-reload remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-plugin-unload/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-unload/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-plugin-unload/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-plugin-unload/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-unload remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-cmode/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-cmode/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-cmode/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-cmode/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-cmode remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-cnotice/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-cnotice/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-cnotice/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-cnotice/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-cnotice remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-connect/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-connect/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-connect/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-connect/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-connect remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-disconnect/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-disconnect/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-disconnect/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-disconnect/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-disconnect remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-info/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-info/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-info/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-info/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-cmode remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-invite/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-invite/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-invite/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-invite/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-invite remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-join/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-join/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-join/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-join/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-join remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-kick/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-kick/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-kick/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-kick/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-kick remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-list/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-list/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-list/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-list/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-list remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-me/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-me/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-me/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-me/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-me remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-message/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-message/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-message/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-message/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-message remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-mode/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-mode/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-mode/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-mode/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-mode remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-nick/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-nick/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-nick/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-nick/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-nick remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-notice/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-notice/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-notice/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-notice/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-notice remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-part/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-part/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-part/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-part/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-part remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-reconnect/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-reconnect/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-reconnect/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-reconnect/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-reconnect remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/cmd-server-topic/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-topic/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/cmd-server-topic/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/cmd-server-topic/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-topic remote command
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/elapsedtimer/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/elapsedtimer/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/elapsedtimer/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/elapsedtimer/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test ElapsedTimer
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-elapsedtimer/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-elapsedtimer/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-elapsedtimer/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-elapsedtimer/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.ElapsedTimer API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-file/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-file/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-file/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-file/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.File API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-irccd/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-irccd/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-irccd/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-irccd/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-logger/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-logger/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-logger/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-logger/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Logger API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-system/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-system/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-system/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-system/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.System API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-timer/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-timer/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-timer/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-timer/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Timer API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-unicode/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-unicode/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-unicode/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-unicode/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Unicode API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/js-util/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-util/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/js-util/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/js-util/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Util API
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/logger/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/logger/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/logger/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/logger/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test logger functions
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/path/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/path/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/path/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/path/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test path functions
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugin-ask/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-ask/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugin-ask/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-ask/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test ask plugin
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugin-auth/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-auth/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugin-auth/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-auth/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test auth plugin
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugin-hangman/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-hangman/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugin-hangman/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-hangman/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hangman plugin
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugin-history/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-history/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugin-history/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-history/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test history plugin
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugin-logger/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-logger/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugin-logger/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-logger/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test logger plugin
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/plugin-plugin/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-plugin/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/plugin-plugin/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/plugin-plugin/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin plugin
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/rules/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/rules/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/rules/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/rules/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccd rules
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/timer/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/timer/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/timer/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/timer/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccd timer
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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/util/CMakeLists.txt	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/util/CMakeLists.txt	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# 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/util/main.cpp	Mon Dec 26 14:24:44 2016 +0100
+++ b/tests/util/main.cpp	Sun Jan 01 15:29:41 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test util functions
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * 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