changeset 628:27587ff92a64

Misc: update copyrights
author David Demelier <markand@malikania.fr>
date Tue, 09 Jan 2018 14:06:40 +0100
parents 8c0942ee6e63
children e44fc24e0787
files CMakeLists.txt LICENSE.md 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/function/IrccdVeraCheck.cmake cmake/internal/sysconfig.hpp.in contrib/CMakeLists.txt doc/CMakeLists.txt doc/doxygen/CMakeLists.txt doc/examples/CMakeLists.txt doc/html/CMakeLists.txt doc/html/html.lua extern/duktape/CMakeLists.txt extern/json/CMakeLists.txt irccd-test/CMakeLists.txt irccd-test/main.cpp irccd/CMakeLists.txt irccd/main.cpp irccdctl/CMakeLists.txt irccdctl/alias.cpp irccdctl/alias.hpp irccdctl/cli.cpp irccdctl/cli.hpp irccdctl/main.cpp irccdctl/plugin_config_cli.cpp irccdctl/plugin_config_cli.hpp irccdctl/plugin_info_cli.cpp irccdctl/plugin_info_cli.hpp irccdctl/plugin_list_cli.cpp irccdctl/plugin_list_cli.hpp irccdctl/plugin_load_cli.cpp irccdctl/plugin_load_cli.hpp irccdctl/plugin_reload_cli.cpp irccdctl/plugin_reload_cli.hpp irccdctl/plugin_unload_cli.cpp irccdctl/plugin_unload_cli.hpp irccdctl/rule_add_cli.cpp irccdctl/rule_add_cli.hpp irccdctl/rule_edit_cli.cpp irccdctl/rule_edit_cli.hpp irccdctl/rule_info_cli.cpp irccdctl/rule_info_cli.hpp irccdctl/rule_list_cli.cpp irccdctl/rule_list_cli.hpp irccdctl/rule_move_cli.cpp irccdctl/rule_move_cli.hpp irccdctl/rule_remove_cli.cpp irccdctl/rule_remove_cli.hpp irccdctl/server_channel_mode_cli.cpp irccdctl/server_channel_mode_cli.hpp irccdctl/server_channel_notice_cli.cpp irccdctl/server_channel_notice_cli.hpp irccdctl/server_connect_cli.cpp irccdctl/server_connect_cli.hpp irccdctl/server_disconnect_cli.cpp irccdctl/server_disconnect_cli.hpp irccdctl/server_info_cli.cpp irccdctl/server_info_cli.hpp irccdctl/server_invite_cli.cpp irccdctl/server_invite_cli.hpp irccdctl/server_join_cli.cpp irccdctl/server_join_cli.hpp irccdctl/server_kick_cli.cpp irccdctl/server_kick_cli.hpp irccdctl/server_list_cli.cpp irccdctl/server_list_cli.hpp irccdctl/server_me_cli.cpp irccdctl/server_me_cli.hpp irccdctl/server_message_cli.cpp irccdctl/server_message_cli.hpp irccdctl/server_mode_cli.cpp irccdctl/server_mode_cli.hpp irccdctl/server_nick_cli.cpp irccdctl/server_nick_cli.hpp irccdctl/server_notice_cli.cpp irccdctl/server_notice_cli.hpp irccdctl/server_part_cli.cpp irccdctl/server_part_cli.hpp irccdctl/server_reconnect_cli.cpp irccdctl/server_reconnect_cli.hpp irccdctl/server_topic_cli.cpp irccdctl/server_topic_cli.hpp irccdctl/watch_cli.cpp irccdctl/watch_cli.hpp libcommon/CMakeLists.txt libcommon/irccd/config.cpp libcommon/irccd/config.hpp libcommon/irccd/fs_util.hpp libcommon/irccd/ini.cpp libcommon/irccd/ini.hpp libcommon/irccd/json_util.cpp libcommon/irccd/json_util.hpp libcommon/irccd/network_stream.hpp libcommon/irccd/options.cpp libcommon/irccd/options.hpp libcommon/irccd/string_util.cpp libcommon/irccd/string_util.hpp libcommon/irccd/system.cpp libcommon/irccd/system.hpp libcommon/irccd/xdg.hpp libirccd-js/CMakeLists.txt libirccd-js/irccd/js/directory_jsapi.cpp libirccd-js/irccd/js/directory_jsapi.hpp libirccd-js/irccd/js/duktape.hpp libirccd-js/irccd/js/duktape_vector.hpp libirccd-js/irccd/js/elapsed_timer_jsapi.cpp libirccd-js/irccd/js/elapsed_timer_jsapi.hpp libirccd-js/irccd/js/file_jsapi.cpp libirccd-js/irccd/js/file_jsapi.hpp libirccd-js/irccd/js/irccd_jsapi.cpp libirccd-js/irccd/js/irccd_jsapi.hpp libirccd-js/irccd/js/js_plugin.cpp libirccd-js/irccd/js/js_plugin.hpp libirccd-js/irccd/js/jsapi.hpp libirccd-js/irccd/js/logger_jsapi.cpp libirccd-js/irccd/js/logger_jsapi.hpp libirccd-js/irccd/js/plugin_jsapi.cpp libirccd-js/irccd/js/plugin_jsapi.hpp libirccd-js/irccd/js/server_jsapi.cpp libirccd-js/irccd/js/server_jsapi.hpp libirccd-js/irccd/js/system_jsapi.cpp libirccd-js/irccd/js/system_jsapi.hpp libirccd-js/irccd/js/timer_jsapi.cpp libirccd-js/irccd/js/timer_jsapi.hpp libirccd-js/irccd/js/unicode.cpp libirccd-js/irccd/js/unicode.hpp libirccd-js/irccd/js/unicode_jsapi.cpp libirccd-js/irccd/js/unicode_jsapi.hpp libirccd-js/irccd/js/util_jsapi.cpp libirccd-js/irccd/js/util_jsapi.hpp libirccd-test/CMakeLists.txt libirccd-test/irccd/test/command_test.hpp libirccd-test/irccd/test/debug_server.cpp libirccd-test/irccd/test/debug_server.hpp libirccd-test/irccd/test/journal_server.cpp libirccd-test/irccd/test/journal_server.hpp libirccd-test/irccd/test/js_test.hpp libirccd-test/irccd/test/plugin_test.cpp libirccd-test/irccd/test/plugin_test.hpp libirccd/CMakeLists.txt libirccd/irccd/daemon/basic_transport_client.hpp libirccd/irccd/daemon/basic_transport_server.hpp libirccd/irccd/daemon/command.hpp libirccd/irccd/daemon/command_service.cpp libirccd/irccd/daemon/command_service.hpp libirccd/irccd/daemon/dynlib_plugin.cpp libirccd/irccd/daemon/dynlib_plugin.hpp libirccd/irccd/daemon/ip_transport_server.hpp libirccd/irccd/daemon/irc.cpp libirccd/irccd/daemon/irc.hpp libirccd/irccd/daemon/irccd.cpp libirccd/irccd/daemon/irccd.hpp libirccd/irccd/daemon/local_transport_server.hpp libirccd/irccd/daemon/logger.cpp libirccd/irccd/daemon/logger.hpp libirccd/irccd/daemon/plugin.cpp libirccd/irccd/daemon/plugin.hpp libirccd/irccd/daemon/plugin_config_command.cpp libirccd/irccd/daemon/plugin_config_command.hpp libirccd/irccd/daemon/plugin_info_command.cpp libirccd/irccd/daemon/plugin_info_command.hpp libirccd/irccd/daemon/plugin_list_command.cpp libirccd/irccd/daemon/plugin_list_command.hpp libirccd/irccd/daemon/plugin_load_command.cpp libirccd/irccd/daemon/plugin_load_command.hpp libirccd/irccd/daemon/plugin_reload_command.cpp libirccd/irccd/daemon/plugin_reload_command.hpp libirccd/irccd/daemon/plugin_service.cpp libirccd/irccd/daemon/plugin_service.hpp libirccd/irccd/daemon/plugin_unload_command.cpp libirccd/irccd/daemon/plugin_unload_command.hpp libirccd/irccd/daemon/rule.cpp libirccd/irccd/daemon/rule.hpp libirccd/irccd/daemon/rule_add_command.cpp libirccd/irccd/daemon/rule_add_command.hpp libirccd/irccd/daemon/rule_edit_command.cpp libirccd/irccd/daemon/rule_edit_command.hpp libirccd/irccd/daemon/rule_info_command.cpp libirccd/irccd/daemon/rule_info_command.hpp libirccd/irccd/daemon/rule_list_command.cpp libirccd/irccd/daemon/rule_list_command.hpp libirccd/irccd/daemon/rule_move_command.cpp libirccd/irccd/daemon/rule_move_command.hpp libirccd/irccd/daemon/rule_remove_command.cpp libirccd/irccd/daemon/rule_remove_command.hpp libirccd/irccd/daemon/rule_service.cpp libirccd/irccd/daemon/rule_service.hpp libirccd/irccd/daemon/server.cpp libirccd/irccd/daemon/server.hpp libirccd/irccd/daemon/server_connect_command.cpp libirccd/irccd/daemon/server_connect_command.hpp libirccd/irccd/daemon/server_disconnect_command.cpp libirccd/irccd/daemon/server_disconnect_command.hpp libirccd/irccd/daemon/server_info_command.cpp libirccd/irccd/daemon/server_info_command.hpp libirccd/irccd/daemon/server_invite_command.cpp libirccd/irccd/daemon/server_invite_command.hpp libirccd/irccd/daemon/server_join_command.cpp libirccd/irccd/daemon/server_join_command.hpp libirccd/irccd/daemon/server_kick_command.cpp libirccd/irccd/daemon/server_kick_command.hpp libirccd/irccd/daemon/server_list_command.cpp libirccd/irccd/daemon/server_list_command.hpp libirccd/irccd/daemon/server_me_command.cpp libirccd/irccd/daemon/server_me_command.hpp libirccd/irccd/daemon/server_message_command.cpp libirccd/irccd/daemon/server_message_command.hpp libirccd/irccd/daemon/server_mode_command.cpp libirccd/irccd/daemon/server_mode_command.hpp libirccd/irccd/daemon/server_nick_command.cpp libirccd/irccd/daemon/server_nick_command.hpp libirccd/irccd/daemon/server_notice_command.cpp libirccd/irccd/daemon/server_notice_command.hpp libirccd/irccd/daemon/server_part_command.cpp libirccd/irccd/daemon/server_part_command.hpp libirccd/irccd/daemon/server_reconnect_command.cpp libirccd/irccd/daemon/server_reconnect_command.hpp libirccd/irccd/daemon/server_service.cpp libirccd/irccd/daemon/server_service.hpp libirccd/irccd/daemon/server_topic_command.cpp libirccd/irccd/daemon/server_topic_command.hpp libirccd/irccd/daemon/tls_transport_server.cpp libirccd/irccd/daemon/tls_transport_server.hpp libirccd/irccd/daemon/transport_client.cpp libirccd/irccd/daemon/transport_client.hpp libirccd/irccd/daemon/transport_server.cpp libirccd/irccd/daemon/transport_server.hpp libirccd/irccd/daemon/transport_service.cpp libirccd/irccd/daemon/transport_service.hpp libirccdctl/CMakeLists.txt libirccdctl/irccd/ctl/basic_connection.hpp libirccdctl/irccd/ctl/connection.hpp libirccdctl/irccd/ctl/controller.cpp libirccdctl/irccd/ctl/controller.hpp libirccdctl/irccd/ctl/ip_connection.cpp libirccdctl/irccd/ctl/ip_connection.hpp libirccdctl/irccd/ctl/local_connection.cpp libirccdctl/irccd/ctl/local_connection.hpp plugins/CMakeLists.txt plugins/ask/ask.js plugins/auth/auth.js plugins/hangman/hangman.js plugins/history/history.js plugins/joke/joke.js plugins/logger/logger.js plugins/plugin/plugin.js plugins/roulette/roulette.js tests/CMakeLists.txt tests/src/libirccd-js/CMakeLists.txt tests/src/libirccd-js/js-plugin/CMakeLists.txt tests/src/libirccd-js/js-plugin/main.cpp tests/src/libirccd-js/jsapi-directory/CMakeLists.txt tests/src/libirccd-js/jsapi-directory/main.cpp tests/src/libirccd-js/jsapi-elapsedtimer/CMakeLists.txt tests/src/libirccd-js/jsapi-elapsedtimer/main.cpp tests/src/libirccd-js/jsapi-file/CMakeLists.txt tests/src/libirccd-js/jsapi-file/main.cpp tests/src/libirccd-js/jsapi-irccd/CMakeLists.txt tests/src/libirccd-js/jsapi-irccd/main.cpp tests/src/libirccd-js/jsapi-logger/CMakeLists.txt tests/src/libirccd-js/jsapi-logger/main.cpp tests/src/libirccd-js/jsapi-system/CMakeLists.txt tests/src/libirccd-js/jsapi-system/main.cpp tests/src/libirccd-js/jsapi-timer/CMakeLists.txt tests/src/libirccd-js/jsapi-timer/main.cpp tests/src/libirccd-js/jsapi-unicode/CMakeLists.txt tests/src/libirccd-js/jsapi-unicode/main.cpp tests/src/libirccd-js/jsapi-util/CMakeLists.txt tests/src/libirccd-js/jsapi-util/main.cpp tests/src/libirccd/CMakeLists.txt tests/src/libirccd/command-plugin-config/CMakeLists.txt tests/src/libirccd/command-plugin-config/main.cpp tests/src/libirccd/command-plugin-info/CMakeLists.txt tests/src/libirccd/command-plugin-info/main.cpp tests/src/libirccd/command-plugin-list/CMakeLists.txt tests/src/libirccd/command-plugin-list/main.cpp tests/src/libirccd/command-plugin-load/CMakeLists.txt tests/src/libirccd/command-plugin-load/main.cpp tests/src/libirccd/command-plugin-reload/CMakeLists.txt tests/src/libirccd/command-plugin-reload/main.cpp tests/src/libirccd/command-plugin-unload/CMakeLists.txt tests/src/libirccd/command-plugin-unload/main.cpp tests/src/libirccd/command-rule-add/CMakeLists.txt tests/src/libirccd/command-rule-add/main.cpp tests/src/libirccd/command-rule-edit/CMakeLists.txt tests/src/libirccd/command-rule-edit/main.cpp tests/src/libirccd/command-rule-info/CMakeLists.txt tests/src/libirccd/command-rule-info/main.cpp tests/src/libirccd/command-rule-list/CMakeLists.txt tests/src/libirccd/command-rule-list/main.cpp tests/src/libirccd/command-rule-move/CMakeLists.txt tests/src/libirccd/command-rule-move/main.cpp tests/src/libirccd/command-rule-remove/CMakeLists.txt tests/src/libirccd/command-rule-remove/main.cpp tests/src/libirccd/command-server-connect/CMakeLists.txt tests/src/libirccd/command-server-connect/main.cpp tests/src/libirccd/command-server-disconnect/CMakeLists.txt tests/src/libirccd/command-server-disconnect/main.cpp tests/src/libirccd/command-server-info/CMakeLists.txt tests/src/libirccd/command-server-info/main.cpp tests/src/libirccd/command-server-invite/CMakeLists.txt tests/src/libirccd/command-server-invite/main.cpp tests/src/libirccd/command-server-join/CMakeLists.txt tests/src/libirccd/command-server-join/main.cpp tests/src/libirccd/command-server-kick/CMakeLists.txt tests/src/libirccd/command-server-kick/main.cpp tests/src/libirccd/command-server-list/CMakeLists.txt tests/src/libirccd/command-server-list/main.cpp tests/src/libirccd/command-server-me/CMakeLists.txt tests/src/libirccd/command-server-me/main.cpp tests/src/libirccd/command-server-message/CMakeLists.txt tests/src/libirccd/command-server-message/main.cpp tests/src/libirccd/command-server-mode/CMakeLists.txt tests/src/libirccd/command-server-mode/main.cpp tests/src/libirccd/command-server-nick/CMakeLists.txt tests/src/libirccd/command-server-nick/main.cpp tests/src/libirccd/command-server-notice/CMakeLists.txt tests/src/libirccd/command-server-notice/main.cpp tests/src/libirccd/command-server-part/CMakeLists.txt tests/src/libirccd/command-server-part/main.cpp tests/src/libirccd/command-server-reconnect/CMakeLists.txt tests/src/libirccd/command-server-reconnect/main.cpp tests/src/libirccd/command-server-topic/CMakeLists.txt tests/src/libirccd/command-server-topic/main.cpp tests/src/libirccd/dynlib-plugin/CMakeLists.txt tests/src/libirccd/dynlib-plugin/main.cpp tests/src/libirccd/dynlib-plugin/test_plugin.cpp tests/src/libirccd/irc/CMakeLists.txt tests/src/libirccd/irc/main.cpp tests/src/libirccd/logger/CMakeLists.txt tests/src/libirccd/logger/main.cpp tests/src/libirccd/rules/CMakeLists.txt tests/src/libirccd/rules/main.cpp tests/src/libirccd/util/CMakeLists.txt tests/src/libirccd/util/main.cpp tests/src/plugins/CMakeLists.txt tests/src/plugins/ask/CMakeLists.txt tests/src/plugins/ask/main.cpp tests/src/plugins/auth/CMakeLists.txt tests/src/plugins/auth/main.cpp tests/src/plugins/hangman/CMakeLists.txt tests/src/plugins/hangman/main.cpp tests/src/plugins/history/CMakeLists.txt tests/src/plugins/history/main.cpp tests/src/plugins/joke/CMakeLists.txt tests/src/plugins/joke/main.cpp tests/src/plugins/logger/CMakeLists.txt tests/src/plugins/logger/main.cpp tests/src/plugins/plugin/CMakeLists.txt tests/src/plugins/plugin/main.cpp win32/CMakeLists.txt
diffstat 361 files changed, 362 insertions(+), 362 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/LICENSE.md	Tue Jan 02 15:53:07 2018 +0100
+++ b/LICENSE.md	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 IRC Client Daemon ISC LICENSE
 =============================
 
-Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
--- a/cmake/IrccdOptions.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/IrccdOptions.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # Options.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/IrccdPackage.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/IrccdPackage.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CPackConfing.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/IrccdSystem.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/IrccdSystem.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # Config.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/IrccdVersion.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/IrccdVersion.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -42,7 +42,7 @@
 # IRCCD_RELEASE_DATE_MONTH      2 digits (01 = January)
 # IRCCD_RELEASE_DATE_DAY        2 digits (01 = first day of month)
 #
-set(IRCCD_RELEASE_DATE_YEAR 2017)
+set(IRCCD_RELEASE_DATE_YEAR 2018)
 set(IRCCD_RELEASE_DATE_MONTH 09)
 set(IRCCD_RELEASE_DATE_DAY 26)
 set(IRCCD_RELEASE_DATE "${IRCCD_RELEASE_DATE_YEAR}-${IRCCD_RELEASE_DATE_MONTH}-${IRCCD_RELEASE_DATE_DAY}")
--- a/cmake/check/PutTime.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/check/PutTime.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdBuildHtml.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdBuildHtml.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdBuildHtml.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdDefineExecutable.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdDefineExecutable.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineExecutable.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdDefineLibrary.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdDefineLibrary.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineLibrary.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdDefineMan.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdDefineMan.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineMan.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdDefinePlugin.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdDefinePlugin.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefinePlugin.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdDefineTest.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdDefineTest.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineTest.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdIndentMessage.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdIndentMessage.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdIndentMessage.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/function/IrccdVeraCheck.cmake	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/function/IrccdVeraCheck.cmake	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdVeraCheck.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/internal/sysconfig.hpp.in	Tue Jan 02 15:53:07 2018 +0100
+++ b/cmake/internal/sysconfig.hpp.in	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * sysconfig.h -- configuration for irccd
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/contrib/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/contrib/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/doc/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/doc/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/doc/doxygen/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/doc/doxygen/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013-2015 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/doc/examples/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/doc/examples/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/doc/html/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/doc/html/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/doc/html/html.lua	Tue Jan 02 15:53:07 2018 +0100
+++ b/doc/html/html.lua	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 --
 -- html.lua -- irccd HTML writer
 --
--- Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+-- Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 --
 -- Permission to use, copy, modify, and/or distribute this software for any
 -- purpose with or without fee is hereby granted, provided that the above
--- a/extern/duktape/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/extern/duktape/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for duktape
 #
-# Copyright (c) 2016-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/json/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/extern/json/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/irccd-test/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccd-test/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/irccd-test/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccd-test/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd-test main file
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccd/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccd/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/irccd/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccd/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd main file
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/alias.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/alias.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * alias.cpp -- create irccdctl aliases
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/alias.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/alias.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * alias.hpp -- create irccdctl aliases
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * cli.cpp -- command line for irccdctl
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * cli.hpp -- command line for irccdctl
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd controller main
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_config_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_config_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_config_cli.cpp -- implementation of irccdctl plugin-config
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_config_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_config_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_config_cli.hpp -- implementation of irccdctl plugin-config
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_info_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_info_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_info_cli.cpp -- implementation of irccdctl plugin-info
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_info_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_info_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_info_cli.hpp -- implementation of irccdctl plugin-info
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_list_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_list_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_list_cli.cpp -- implementation of irccdctl plugin-list
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_list_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_list_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_list_cli.hpp -- implementation of irccdctl plugin-list
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_load_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_load_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_load_cli.cpp -- implementation of irccdctl plugin-load
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_load_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_load_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_load_cli.hpp -- implementation of irccdctl plugin-load
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_reload_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_reload_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_reload_cli.cpp -- implementation of irccdctl plugin-reload
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_reload_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_reload_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_reload_cli.hpp -- implementation of irccdctl plugin-reload
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_unload_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_unload_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_unload_cli.cpp -- implementation of irccdctl plugin-unload
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/plugin_unload_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/plugin_unload_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_unload_cli.hpp -- implementation of irccdctl plugin-unload
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_add_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_add_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_add_cli.cpp -- implementation of irccdctl rule-add
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_add_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_add_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_add_cli.hpp -- implementation of irccdctl rule-add
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_edit_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_edit_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_edit_cli.cpp -- implementation of irccdctl rule-edit
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_edit_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_edit_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_edit_cli.hpp -- implementation of irccdctl rule-edit
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_info_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_info_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_info_cli.cpp -- implementation of irccdctl rule-info
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_info_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_info_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_info_cli.hpp -- implementation of irccdctl rule-info
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_list_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_list_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_list_cli.cpp -- implementation of irccdctl rule-list
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_list_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_list_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_list_cli.hpp -- implementation of irccdctl rule-list
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_move_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_move_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_move_cli.cpp -- implementation of irccdctl rule-move
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_move_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_move_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_move_cli.hpp -- implementation of irccdctl rule-move
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_remove_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_remove_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_remove_cli.cpp -- implementation of irccdctl rule-remove
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/rule_remove_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/rule_remove_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_remove_cli.hpp -- implementation of irccdctl rule-remove
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_channel_mode_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_channel_mode_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_channel_mode_cli.cpp -- implementation of irccdctl server-cmode
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_channel_mode_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_channel_mode_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_channel_mode_cli.hpp -- implementation of irccdctl server-cmode
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_channel_notice_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_channel_notice_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_channel_notice_cli.cpp -- implementation of irccdctl server-cnotice
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_channel_notice_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_channel_notice_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_channel_notice_cli.hpp -- implementation of irccdctl server-cnotice
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_connect_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_connect_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_connect_cli.cpp -- implementation of irccdctl server-connect
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_connect_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_connect_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_connect_cli.hpp -- implementation of irccdctl server-connect
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_disconnect_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_disconnect_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_disconnect_cli.cpp -- implementation of irccdctl server-disconnect
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_disconnect_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_disconnect_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_disconnect_cli.hpp -- implementation of irccdctl server-disconnect
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_info_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_info_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_info_cli.cpp -- implementation of irccdctl server-info
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_info_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_info_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_info_cli.hpp -- implementation of irccdctl server-info
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_invite_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_invite_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_invite_cli.cpp -- implementation of irccdctl server-invite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_invite_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_invite_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_invite_cli.hpp -- implementation of irccdctl server-invite
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_join_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_join_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_join_cli.cpp -- implementation of irccdctl server-join
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_join_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_join_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_join_cli.hpp -- implementation of irccdctl server-join
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_kick_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_kick_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_kick_cli.cpp -- implementation of irccdctl server-kick
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_kick_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_kick_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_kick_cli.hpp -- implementation of irccdctl server-kick
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_list_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_list_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_list_cli.cpp -- implementation of irccdctl server-list
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_list_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_list_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_list_cli.hpp -- implementation of irccdctl server-list
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_me_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_me_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_me_cli.cpp -- implementation of irccdctl server-me
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_me_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_me_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_me_cli.hpp -- implementation of irccdctl server-me
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_message_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_message_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_message_cli.cpp -- implementation of irccdctl server-message
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_message_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_message_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_message_cli.hpp -- implementation of irccdctl server-message
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_mode_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_mode_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_mode_cli.cpp -- implementation of irccdctl server-mode
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_mode_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_mode_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_mode_cli.hpp -- implementation of irccdctl server-mode
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_nick_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_nick_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_nick_cli.cpp -- implementation of irccdctl server-nick
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_nick_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_nick_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_nick_cli.hpp -- implementation of irccdctl server-nick
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_notice_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_notice_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_notice_cli.cpp -- implementation of irccdctl server-notice
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_notice_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_notice_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_notice_cli.hpp -- implementation of irccdctl server-notice
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_part_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_part_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_part_cli.cpp -- implementation of irccdctl server-part
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_part_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_part_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_part_cli.hpp -- implementation of irccdctl server-part
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_reconnect_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_reconnect_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_reconnect_cli.cpp -- implementation of irccdctl server-reconnect
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_reconnect_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_reconnect_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_reconnect_cli.hpp -- implementation of irccdctl server-reconnect
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_topic_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_topic_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_topic_cli.cpp -- implementation of irccdctl server-topic
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/server_topic_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/server_topic_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_topic_cli.hpp -- implementation of irccdctl server-topic
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/watch_cli.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/watch_cli.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * watch_cli.cpp -- implementation of irccdctl watch
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/irccdctl/watch_cli.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/irccdctl/watch_cli.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * watch_cli.hpp -- implementation of irccdctl watch
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/config.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/config.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * config.cpp -- irccd configuration loader
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/config.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/config.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * config.hpp -- irccd configuration loader
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/fs_util.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/fs_util.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * fs_util.hpp -- filesystem utilities
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/ini.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/ini.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * ini.cpp -- extended .ini file parser
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/ini.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/ini.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * ini.hpp -- extended .ini file parser
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/json_util.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/json_util.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * json_util.cpp -- utilities for JSON
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/json_util.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/json_util.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * json_util.hpp -- utilities for JSON
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/network_stream.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/network_stream.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * network_stream.hpp -- base shared network stream
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/options.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/options.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * options.cpp -- parse Unix command line options
  *
- * Copyright (c) 2015-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2015-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/options.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/options.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * options.hpp -- parse Unix command line options
  *
- * Copyright (c) 2015-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2015-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/string_util.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/string_util.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * string_util.cpp -- string utilities
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/string_util.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/string_util.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * string_util.hpp -- string utilities
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/system.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/system.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * system.cpp -- platform dependent functions for system inspection
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/system.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/system.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * system.hpp -- platform dependent functions for system inspection
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libcommon/irccd/xdg.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libcommon/irccd/xdg.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * xdg.hpp -- XDG directory specifications
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/directory_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/directory_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * directory_jsapi.cpp -- Irccd.Directory API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/directory_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/directory_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * directory_jsapi.hpp -- Irccd.Directory API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/duktape.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/duktape.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * duktape.hpp -- miscellaneous Duktape extras
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/duktape_vector.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/duktape_vector.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * duktape_vector.hpp -- miscellaneous Duktape extras (std::vector support)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/elapsed_timer_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/elapsed_timer_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * elapsed_timer_jsapi.cpp -- Irccd.ElapsedTimer API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/elapsed_timer_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/elapsed_timer_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * elapsed_timer_jsapi.hpp -- Irccd.ElapsedTimer API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/file_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/file_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * file_jsapi.cpp -- Irccd.File API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/file_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/file_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * file_jsapi.hpp -- Irccd.File API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/irccd_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/irccd_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd_jsapi.cpp -- Irccd API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/irccd_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/irccd_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd_jsapi.hpp -- Irccd API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/js_plugin.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/js_plugin.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_plugin.cpp -- Javascript plugins for irccd
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/js_plugin.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/js_plugin.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_plugin.hpp -- JavaScript plugins for irccd
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * jsapi.hpp -- Javascript API module
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/logger_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/logger_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * logger_jsapi.cpp -- Irccd.Logger API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/logger_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/logger_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * logger_jsapi.hpp -- Irccd.Logger API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/plugin_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/plugin_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_jsapi.cpp -- Irccd.Plugin API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/plugin_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/plugin_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_jsapi.hpp -- Irccd.Plugin API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/server_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/server_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_jsapi.cpp -- Irccd.Server API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/server_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/server_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_jsapi.hpp -- Irccd.Server API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/system_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/system_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * system_jsapi.cpp -- Irccd.System API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/system_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/system_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * system_jsapi.hpp -- Irccd.System API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/timer_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/timer_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * timer_jsapi.cpp -- Irccd.timer API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/timer_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/timer_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * timer_jsapi.hpp -- Irccd.Timer API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/unicode.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/unicode.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.cpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/unicode.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/unicode.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.hpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/unicode_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/unicode_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode_jsapi.cpp -- Irccd.Unicode API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/unicode_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/unicode_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode_jsapi.hpp -- Irccd.Unicode API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/util_jsapi.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/util_jsapi.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * util_jsapi.cpp -- Irccd.Util API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-js/irccd/js/util_jsapi.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-js/irccd/js/util_jsapi.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * util_jsapi.hpp -- Irccd.Util API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/command_test.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/command_test.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * command_test.hpp -- test fixture helper for transport commands
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/debug_server.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/debug_server.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * debug_server.cpp -- server which prints everything in the console
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/debug_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/debug_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * debug_server.hpp -- server which prints everything in the console
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/journal_server.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/journal_server.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * journal_server.cpp -- journaled server that logs every command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/journal_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/journal_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * journal_server.hpp -- journaled server that logs every command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/js_test.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/js_test.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * js_test.hpp -- test fixture helper for Javascript modules
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/plugin_test.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/plugin_test.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_test.cpp -- test fixture helper for Javascript plugins
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd-test/irccd/test/plugin_test.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd-test/irccd/test/plugin_test.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_test.hpp -- test fixture helper for Javascript plugins
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/basic_transport_client.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/basic_transport_client.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * basic_transport_client.hpp -- simple socket transport client
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/basic_transport_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/basic_transport_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * basic_transport_server.hpp -- simple socket transport servers
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * command.hpp -- remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/command_service.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/command_service.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * command_service.cpp -- command service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/command_service.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/command_service.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * command_service.hpp -- command service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/dynlib_plugin.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/dynlib_plugin.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib_plugin.cpp -- native plugin implementation
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/dynlib_plugin.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/dynlib_plugin.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib_plugin.hpp -- native plugin implementation
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/ip_transport_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/ip_transport_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * ip_transport_server.hpp -- server side transports (TCP/IP support)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/irc.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/irc.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * irc.cpp -- low level IRC functions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/irc.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/irc.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * irc.hpp -- low level IRC functions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/irccd.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/irccd.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd.cpp -- main irccd class
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/irccd.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/irccd.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd.hpp -- main irccd class
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/local_transport_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/local_transport_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * local_transport_server.hpp -- server side transports (Unix support)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/logger.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/logger.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.cpp -- irccd logging
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/logger.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/logger.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.hpp -- irccd logging
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.cpp -- irccd JavaScript plugin interface
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.hpp -- irccd JavaScript plugin interface
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_config_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_config_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_config_command.cpp -- implementation of plugin-config transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_config_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_config_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_config_command.hpp -- implementation of plugin-config transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_info_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_info_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_info_command.cpp -- implementation of plugin-info transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_info_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_info_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_info_command.hpp -- implementation of plugin-info transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_list_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_list_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_list_command.cpp -- implementation of plugin-list transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_list_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_list_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_list_command.hpp -- implementation of plugin-list transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_load_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_load_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_load_command.cpp -- implementation of plugin-load transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_load_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_load_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_load_command.hpp -- implementation of plugin-load transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_reload_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_reload_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_reload_command.cpp -- implementation of plugin-reload transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_reload_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_reload_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_reload_command.hpp -- implementation of plugin-reload transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_service.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_service.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_service.cpp -- plugin service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_service.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_service.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_service.hpp -- plugin service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_unload_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_unload_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_unload_command.cpp -- implementation of plugin-unload transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/plugin_unload_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/plugin_unload_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_unload_command.hpp -- implementation of plugin-unload transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule.cpp -- rule for server and channels
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule.hpp -- rule for server and channels
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_add_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_add_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_add_command.cpp -- implementation of rule-add transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_add_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_add_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_add_command.hpp -- implementation of rule-add transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_edit_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_edit_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_edit_command.cpp -- implementation of rule-edit transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_edit_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_edit_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_edit_command.hpp -- implementation of rule-edit transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_info_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_info_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_info_command.cpp -- implementation of rule-info transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_info_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_info_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_info_command.hpp -- implementation of rule-info transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_list_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_list_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_list_command.cpp -- implementation of rule-list transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_list_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_list_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_list_command.hpp -- implementation of rule-list transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_move_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_move_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_move_command.cpp -- implementation of rule-move transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_move_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_move_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_move_command.hpp -- implementation of rule-move transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_remove_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_remove_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_remove_command.cpp -- implementation of rule-remove transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_remove_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_remove_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_remove_command.hpp -- implementation of rule-remove transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_service.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_service.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_service.cpp -- rule service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/rule_service.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/rule_service.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_service.hpp -- rule service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server.cpp -- an IRC server
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server.hpp -- an IRC server
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_connect_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_connect_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_connect_command.cpp -- implementation of server-connect transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_connect_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_connect_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_connect_command.hpp -- implementation of server-connect transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_disconnect_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_disconnect_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_disconnect_command.cpp -- implementation of server-disconnect transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_disconnect_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_disconnect_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_disconnect_command.hpp -- implementation of server-disconnect transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_info_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_info_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_info_command.cpp -- implementation of server-info transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_info_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_info_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_info_command.hpp -- implementation of server-info transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_invite_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_invite_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_invite_command.cpp -- implementation of server-invite transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_invite_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_invite_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_invite_command.hpp -- implementation of server-invite transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_join_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_join_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_join_command.cpp -- implementation of server-join transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_join_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_join_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_join_command.hpp -- implementation of server-join transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_kick_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_kick_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_kick_command.cpp -- implementation of server-kick transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_kick_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_kick_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_kick_command.hpp -- implementation of server-kick transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_list_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_list_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_list_command.cpp -- implementation of server-list transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_list_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_list_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_list_command.hpp -- implementation of server-list transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_me_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_me_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_me_command.cpp -- implementation of server-me transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_me_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_me_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_me_command.hpp -- implementation of server-me transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_message_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_message_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_message_command.cpp -- implementation of server-message transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_message_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_message_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_message_command.hpp -- implementation of server-message transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_mode_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_mode_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_mode_command.cpp -- implementation of server-mode transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_mode_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_mode_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_mode_command.hpp -- implementation of server-mode transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_nick_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_nick_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_nick_command.cpp -- implementation of server-nick transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_nick_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_nick_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_nick_command.hpp -- implementation of server-nick transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_notice_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_notice_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_notice_command.cpp -- implementation of server-notice transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_notice_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_notice_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_notice_command.hpp -- implementation of server-notice transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_part_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_part_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_part_command.cpp -- implementation of server-part transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_part_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_part_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_part_command.hpp -- implementation of server-part transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_reconnect_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_reconnect_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_reconnect_command.cpp -- implementation of server-reconnect transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_reconnect_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_reconnect_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_reconnect_command.hpp -- implementation of server-reconnect transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_service.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_service.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_service.hpp -- server service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_service.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_service.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_service.hpp -- server service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_topic_command.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_topic_command.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_topic_command.cpp -- implementation of server-topic transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/server_topic_command.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/server_topic_command.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * server_topic_command.hpp -- implementation of server-topic transport command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/tls_transport_server.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/tls_transport_server.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * tls_transport_server.cpp -- server side transports (SSL support)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/tls_transport_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/tls_transport_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * tls_transport_server.hpp -- server side transports (SSL support)
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/transport_client.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/transport_client.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_client.cpp -- server side transport clients
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/transport_client.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/transport_client.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_client.hpp -- server side transport clients
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/transport_server.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/transport_server.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_server.cpp -- server side transports
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/transport_server.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/transport_server.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_server.hpp -- server side transports
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/transport_service.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/transport_service.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_service.cpp -- transport service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/daemon/transport_service.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccd/irccd/daemon/transport_service.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_service.hpp -- transport service
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/basic_connection.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/basic_connection.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * basic_connection.hpp -- network based connection for controller
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/connection.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/connection.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * connection.hpp -- abstract connection for irccdctl
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/controller.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/controller.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * controller.cpp -- main irccdctl interface
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/controller.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/controller.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * controller.hpp -- main irccdctl interface
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/ip_connection.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/ip_connection.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * ip_connection.cpp -- TCP/IP and SSL connections
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/ip_connection.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/ip_connection.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * ip_connection.hpp -- TCP/IP and SSL connections
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/local_connection.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/local_connection.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * local_connection.cpp -- unix domain connection for irccdctl
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccdctl/irccd/ctl/local_connection.hpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/libirccdctl/irccd/ctl/local_connection.hpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * local_connection.hpp -- unix domain connection for irccdctl
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/plugins/ask/ask.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/ask/ask.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * ask.js -- crazy module for asking a medium
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/auth/auth.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/auth/auth.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * auth.js -- generic plugin to authenticate to services
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/hangman/hangman.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/hangman/hangman.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * hangman.js -- hangman game for IRC
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/history/history.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/history/history.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * history.js -- track nickname's history
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/joke/joke.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/joke/joke.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * joke.js -- display some jokes
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/logger/logger.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/logger/logger.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.js -- plugin to log everything
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/plugin/plugin.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/plugin/plugin.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.js -- plugin inspector
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/roulette/roulette.js	Tue Jan 02 15:53:07 2018 +0100
+++ b/plugins/roulette/roulette.js	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * roulette.js -- russian roulette game
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/js-plugin/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/js-plugin/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/js-plugin/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/js-plugin/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test js_plugin object
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-directory/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-directory/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-directory/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-directory/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Directory API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-elapsedtimer/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-elapsedtimer/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-elapsedtimer/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-elapsedtimer/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.ElapsedTimer API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-file/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-file/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-file/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-file/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.File API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-irccd/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-irccd/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-irccd/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-irccd/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-logger/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-logger/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-logger/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-logger/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Logger API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-system/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-system/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-system/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-system/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.System API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-timer/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-timer/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-timer/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-timer/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Timer API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-unicode/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-unicode/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-unicode/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-unicode/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Unicode API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-util/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-util/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd-js/jsapi-util/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd-js/jsapi-util/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Util API
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-config/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-config/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-config/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-config/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-config remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-info/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-info/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-info/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-info/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-info remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-list/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-list/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-list/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-list/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-list remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-load/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-load/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-load/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-load/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-load remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-reload/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-reload/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-reload/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-reload/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-reload remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-unload/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-unload/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-plugin-unload/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-plugin-unload/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-unload remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-add/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-add/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-add/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-add/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-add remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-edit/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-edit/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-edit/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-edit/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-edit remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-info/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-info/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-info/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-info/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-info remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-list/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-list/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-list/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-list/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-list remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-move/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-move/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-move/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-move/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-move remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-remove/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-remove/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-rule-remove/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-rule-remove/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-remove remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-connect/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-connect/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-connect/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-connect/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-connect remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-disconnect/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-disconnect/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-disconnect/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-disconnect/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-disconnect remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-info/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-info/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-info/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-info/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-info remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-invite/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-invite/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-invite/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-invite/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-invite remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-join/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-join/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-join/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-join/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-join remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-kick/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-kick/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-kick/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-kick/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-kick remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-list/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-list/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-list/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-list/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-list remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-me/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-me/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-me/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-me/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-me remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-message/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-message/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-message/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-message/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-message remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-mode/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-mode/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-mode/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-mode/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-mode remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-nick/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-nick/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-nick/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-nick/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-nick remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-notice/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-notice/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-notice/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-notice/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-notice remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-part/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-part/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-part/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-part/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-part remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-reconnect/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-reconnect/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-reconnect/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-reconnect/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-reconnect remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-topic/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-topic/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/command-server-topic/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/command-server-topic/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-topic remote command
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/dynlib-plugin/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/dynlib-plugin/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/dynlib-plugin/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/dynlib-plugin/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test dynlib_plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/dynlib-plugin/test_plugin.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/dynlib-plugin/test_plugin.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * test_plugin.cpp -- basic exported plugin test
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/irc/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/irc/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/irc/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/irc/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irc functions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/logger/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/logger/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/logger/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/logger/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test logger functions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/rules/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/rules/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/rules/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/rules/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccd rules
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/util/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/util/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/libirccd/util/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/libirccd/util/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test util functions
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/ask/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/ask/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/ask/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/ask/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test ask plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/auth/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/auth/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/auth/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/auth/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test auth plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/hangman/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/hangman/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/hangman/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/hangman/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hangman plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/history/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/history/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/history/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/history/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test history plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/joke/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/joke/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/joke/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/joke/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test joke plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/logger/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/logger/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/logger/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/logger/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test logger plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/plugin/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/plugin/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/tests/src/plugins/plugin/main.cpp	Tue Jan 02 15:53:07 2018 +0100
+++ b/tests/src/plugins/plugin/main.cpp	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin plugin
  *
- * Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/win32/CMakeLists.txt	Tue Jan 02 15:53:07 2018 +0100
+++ b/win32/CMakeLists.txt	Tue Jan 09 14:06:40 2018 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above