changeset 913:5e25439fe98d

misc: update years
author David Demelier <markand@malikania.fr>
date Mon, 03 Feb 2020 20:20:00 +0100
parents 32b0397f0992
children 30aa34a87dd6
files CMakeLists.txt LICENSE.md cmake/CMakeLists.txt cmake/IrccdOptions.cmake cmake/IrccdPackage.cmake cmake/IrccdSystem.cmake cmake/IrccdVersion.cmake cmake/check/PutTime.cmake cmake/export/CMakeLists.txt cmake/export/irccd-config.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/IrccdInstallDependencies.cmake cmake/function/IrccdSetGlobal.cmake cmake/function/dependencies.cmake.in cmake/internal/sysconfig.hpp.in doc/CMakeLists.txt doc/doxygen/CMakeLists.txt doc/doxygen/modules.dox doc/doxygen/pages.dox doc/examples/CMakeLists.txt doc/examples/sample-hook.sh 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 libirccd-ctl/CMakeLists.txt libirccd-ctl/irccd/ctl.hpp libirccd-ctl/irccd/ctl/controller.cpp libirccd-ctl/irccd/ctl/controller.hpp libirccd-daemon/CMakeLists.txt libirccd-daemon/irccd/daemon.hpp libirccd-daemon/irccd/daemon/bot.cpp libirccd-daemon/irccd/daemon/bot.hpp libirccd-daemon/irccd/daemon/dynlib_plugin.cpp libirccd-daemon/irccd/daemon/dynlib_plugin.hpp libirccd-daemon/irccd/daemon/hook.cpp libirccd-daemon/irccd/daemon/hook.hpp libirccd-daemon/irccd/daemon/hook_service.cpp libirccd-daemon/irccd/daemon/hook_service.hpp libirccd-daemon/irccd/daemon/irc.cpp libirccd-daemon/irccd/daemon/irc.hpp libirccd-daemon/irccd/daemon/logger.cpp libirccd-daemon/irccd/daemon/logger.hpp libirccd-daemon/irccd/daemon/plugin.cpp libirccd-daemon/irccd/daemon/plugin.hpp libirccd-daemon/irccd/daemon/plugin_service.cpp libirccd-daemon/irccd/daemon/plugin_service.hpp libirccd-daemon/irccd/daemon/rule.cpp libirccd-daemon/irccd/daemon/rule.hpp libirccd-daemon/irccd/daemon/rule_service.cpp libirccd-daemon/irccd/daemon/rule_service.hpp libirccd-daemon/irccd/daemon/rule_util.cpp libirccd-daemon/irccd/daemon/rule_util.hpp libirccd-daemon/irccd/daemon/server.cpp libirccd-daemon/irccd/daemon/server.hpp libirccd-daemon/irccd/daemon/server_service.cpp libirccd-daemon/irccd/daemon/server_service.hpp libirccd-daemon/irccd/daemon/server_util.cpp libirccd-daemon/irccd/daemon/server_util.hpp libirccd-daemon/irccd/daemon/transport_client.cpp libirccd-daemon/irccd/daemon/transport_client.hpp libirccd-daemon/irccd/daemon/transport_command.cpp libirccd-daemon/irccd/daemon/transport_command.hpp libirccd-daemon/irccd/daemon/transport_server.cpp libirccd-daemon/irccd/daemon/transport_server.hpp libirccd-daemon/irccd/daemon/transport_service.cpp libirccd-daemon/irccd/daemon/transport_service.hpp libirccd-daemon/irccd/daemon/transport_util.cpp libirccd-daemon/irccd/daemon/transport_util.hpp libirccd-js/CMakeLists.txt libirccd-js/irccd/js.hpp libirccd-js/irccd/js/api.cpp libirccd-js/irccd/js/api.hpp libirccd-js/irccd/js/chrono_api.cpp libirccd-js/irccd/js/chrono_api.hpp libirccd-js/irccd/js/directory_api.cpp libirccd-js/irccd/js/directory_api.hpp libirccd-js/irccd/js/duk.cpp libirccd-js/irccd/js/duk.hpp libirccd-js/irccd/js/file_api.cpp libirccd-js/irccd/js/file_api.hpp libirccd-js/irccd/js/irccd_api.cpp libirccd-js/irccd/js/irccd_api.hpp libirccd-js/irccd/js/logger_api.cpp libirccd-js/irccd/js/logger_api.hpp libirccd-js/irccd/js/plugin.cpp libirccd-js/irccd/js/plugin.hpp libirccd-js/irccd/js/plugin_api.cpp libirccd-js/irccd/js/plugin_api.hpp libirccd-js/irccd/js/server_api.cpp libirccd-js/irccd/js/server_api.hpp libirccd-js/irccd/js/system_api.cpp libirccd-js/irccd/js/system_api.hpp libirccd-js/irccd/js/timer_api.cpp libirccd-js/irccd/js/timer_api.hpp libirccd-js/irccd/js/unicode.cpp libirccd-js/irccd/js/unicode.hpp libirccd-js/irccd/js/unicode_api.cpp libirccd-js/irccd/js/unicode_api.hpp libirccd-js/irccd/js/util_api.cpp libirccd-js/irccd/js/util_api.hpp libirccd-test/CMakeLists.txt libirccd-test/irccd/test.hpp libirccd-test/irccd/test/broken_plugin.cpp libirccd-test/irccd/test/broken_plugin.hpp libirccd-test/irccd/test/cli_fixture.cpp libirccd-test/irccd/test/cli_fixture.hpp libirccd-test/irccd/test/command_fixture.cpp libirccd-test/irccd/test/command_fixture.hpp libirccd-test/irccd/test/debug_server.cpp libirccd-test/irccd/test/debug_server.hpp libirccd-test/irccd/test/irccd_fixture.cpp libirccd-test/irccd/test/irccd_fixture.hpp libirccd-test/irccd/test/js_fixture.cpp libirccd-test/irccd/test/js_fixture.hpp libirccd-test/irccd/test/js_plugin_fixture.cpp libirccd-test/irccd/test/js_plugin_fixture.hpp libirccd-test/irccd/test/mock.cpp libirccd-test/irccd/test/mock.hpp libirccd-test/irccd/test/mock_plugin.cpp libirccd-test/irccd/test/mock_plugin.hpp libirccd-test/irccd/test/mock_server.cpp libirccd-test/irccd/test/mock_server.hpp libirccd-test/irccd/test/mock_stream.cpp libirccd-test/irccd/test/mock_stream.hpp libirccd-test/irccd/test/test_plugin_loader.cpp libirccd-test/irccd/test/test_plugin_loader.hpp libirccd/CMakeLists.txt libirccd/irccd/acceptor.hpp libirccd/irccd/config.cpp libirccd/irccd/config.hpp libirccd/irccd/connector.hpp libirccd/irccd/core.hpp libirccd/irccd/fs_util.cpp libirccd/irccd/fs_util.hpp libirccd/irccd/ini.cpp libirccd/irccd/ini.hpp libirccd/irccd/ini_util.hpp libirccd/irccd/json_util.cpp libirccd/irccd/json_util.hpp libirccd/irccd/options.hpp libirccd/irccd/stream.hpp libirccd/irccd/string_util.cpp libirccd/irccd/string_util.hpp libirccd/irccd/system.cpp libirccd/irccd/system.hpp libirccd/irccd/xdg.hpp man/CMakeLists.txt man/irccd-api.7 man/irccd-ipc.7 man/irccd-templates.7 man/irccd-test.1 man/irccd.1 man/irccd.conf.5 man/irccdctl.1 man/irccdctl.conf.5 plugins/CMakeLists.txt plugins/ask/CMakeLists.txt plugins/ask/ask.7 plugins/ask/ask.js plugins/auth/CMakeLists.txt plugins/auth/auth.7 plugins/auth/auth.js plugins/hangman/CMakeLists.txt plugins/hangman/hangman.7 plugins/hangman/hangman.js plugins/history/CMakeLists.txt plugins/history/history.7 plugins/history/history.js plugins/joke/CMakeLists.txt plugins/joke/joke.7 plugins/joke/joke.js plugins/links/CMakeLists.txt plugins/links/links.7 plugins/links/links.cpp plugins/links/links.hpp plugins/links/requester.cpp plugins/links/requester.hpp plugins/links/scope_exit.cpp plugins/links/scope_exit.hpp plugins/links/uri.cpp plugins/links/uri.hpp plugins/logger/CMakeLists.txt plugins/logger/logger.7 plugins/logger/logger.js plugins/plugin/CMakeLists.txt plugins/plugin/plugin.7 plugins/plugin/plugin.js plugins/roulette/CMakeLists.txt plugins/roulette/roulette.7 plugins/roulette/roulette.js plugins/tictactoe/CMakeLists.txt plugins/tictactoe/tictactoe.7 plugins/tictactoe/tictactoe.js systemd/CMakeLists.txt tests/CMakeLists.txt tests/src/irccdctl/CMakeLists.txt tests/src/irccdctl/cli-hook-add/CMakeLists.txt tests/src/irccdctl/cli-hook-add/main.cpp tests/src/irccdctl/cli-hook-list/CMakeLists.txt tests/src/irccdctl/cli-hook-list/main.cpp tests/src/irccdctl/cli-hook-remove/CMakeLists.txt tests/src/irccdctl/cli-hook-remove/main.cpp tests/src/irccdctl/cli-plugin-config/CMakeLists.txt tests/src/irccdctl/cli-plugin-config/main.cpp tests/src/irccdctl/cli-plugin-info/CMakeLists.txt tests/src/irccdctl/cli-plugin-info/main.cpp tests/src/irccdctl/cli-plugin-list/CMakeLists.txt tests/src/irccdctl/cli-plugin-list/main.cpp tests/src/irccdctl/cli-plugin-load/CMakeLists.txt tests/src/irccdctl/cli-plugin-load/main.cpp tests/src/irccdctl/cli-plugin-reload/CMakeLists.txt tests/src/irccdctl/cli-plugin-reload/main.cpp tests/src/irccdctl/cli-plugin-unload/CMakeLists.txt tests/src/irccdctl/cli-plugin-unload/main.cpp tests/src/irccdctl/cli-rule-add/CMakeLists.txt tests/src/irccdctl/cli-rule-add/main.cpp tests/src/irccdctl/cli-rule-edit/CMakeLists.txt tests/src/irccdctl/cli-rule-edit/main.cpp tests/src/irccdctl/cli-rule-info/CMakeLists.txt tests/src/irccdctl/cli-rule-info/main.cpp tests/src/irccdctl/cli-rule-list/CMakeLists.txt tests/src/irccdctl/cli-rule-list/main.cpp tests/src/irccdctl/cli-rule-move/CMakeLists.txt tests/src/irccdctl/cli-rule-move/main.cpp tests/src/irccdctl/cli-rule-remove/CMakeLists.txt tests/src/irccdctl/cli-rule-remove/main.cpp tests/src/irccdctl/cli-server-disconnect/CMakeLists.txt tests/src/irccdctl/cli-server-disconnect/main.cpp tests/src/irccdctl/cli-server-info/CMakeLists.txt tests/src/irccdctl/cli-server-info/main.cpp tests/src/irccdctl/cli-server-invite/CMakeLists.txt tests/src/irccdctl/cli-server-invite/main.cpp tests/src/irccdctl/cli-server-join/CMakeLists.txt tests/src/irccdctl/cli-server-join/main.cpp tests/src/irccdctl/cli-server-kick/CMakeLists.txt tests/src/irccdctl/cli-server-kick/main.cpp tests/src/irccdctl/cli-server-list/CMakeLists.txt tests/src/irccdctl/cli-server-list/main.cpp tests/src/irccdctl/cli-server-me/CMakeLists.txt tests/src/irccdctl/cli-server-me/main.cpp tests/src/irccdctl/cli-server-message/CMakeLists.txt tests/src/irccdctl/cli-server-message/main.cpp tests/src/irccdctl/cli-server-mode/CMakeLists.txt tests/src/irccdctl/cli-server-mode/main.cpp tests/src/irccdctl/cli-server-nick/CMakeLists.txt tests/src/irccdctl/cli-server-nick/main.cpp tests/src/irccdctl/cli-server-notice/CMakeLists.txt tests/src/irccdctl/cli-server-notice/main.cpp tests/src/irccdctl/cli-server-part/CMakeLists.txt tests/src/irccdctl/cli-server-part/main.cpp tests/src/irccdctl/cli-server-reconnect/CMakeLists.txt tests/src/irccdctl/cli-server-reconnect/main.cpp tests/src/irccdctl/cli-server-topic/CMakeLists.txt tests/src/irccdctl/cli-server-topic/main.cpp tests/src/libirccd-daemon/CMakeLists.txt tests/src/libirccd-daemon/command-hook-add/CMakeLists.txt tests/src/libirccd-daemon/command-hook-add/main.cpp tests/src/libirccd-daemon/command-hook-list/CMakeLists.txt tests/src/libirccd-daemon/command-hook-list/main.cpp tests/src/libirccd-daemon/command-hook-remove/CMakeLists.txt tests/src/libirccd-daemon/command-hook-remove/main.cpp tests/src/libirccd-daemon/command-plugin-config/CMakeLists.txt tests/src/libirccd-daemon/command-plugin-config/main.cpp tests/src/libirccd-daemon/command-plugin-info/CMakeLists.txt tests/src/libirccd-daemon/command-plugin-info/main.cpp tests/src/libirccd-daemon/command-plugin-list/CMakeLists.txt tests/src/libirccd-daemon/command-plugin-list/main.cpp tests/src/libirccd-daemon/command-plugin-load/CMakeLists.txt tests/src/libirccd-daemon/command-plugin-load/main.cpp tests/src/libirccd-daemon/command-plugin-reload/CMakeLists.txt tests/src/libirccd-daemon/command-plugin-reload/main.cpp tests/src/libirccd-daemon/command-plugin-unload/CMakeLists.txt tests/src/libirccd-daemon/command-plugin-unload/main.cpp tests/src/libirccd-daemon/command-rule-add/CMakeLists.txt tests/src/libirccd-daemon/command-rule-add/main.cpp tests/src/libirccd-daemon/command-rule-edit/CMakeLists.txt tests/src/libirccd-daemon/command-rule-edit/main.cpp tests/src/libirccd-daemon/command-rule-info/CMakeLists.txt tests/src/libirccd-daemon/command-rule-info/main.cpp tests/src/libirccd-daemon/command-rule-list/CMakeLists.txt tests/src/libirccd-daemon/command-rule-list/main.cpp tests/src/libirccd-daemon/command-rule-move/CMakeLists.txt tests/src/libirccd-daemon/command-rule-move/main.cpp tests/src/libirccd-daemon/command-rule-remove/CMakeLists.txt tests/src/libirccd-daemon/command-rule-remove/main.cpp tests/src/libirccd-daemon/command-server-connect/CMakeLists.txt tests/src/libirccd-daemon/command-server-connect/main.cpp tests/src/libirccd-daemon/command-server-disconnect/CMakeLists.txt tests/src/libirccd-daemon/command-server-disconnect/main.cpp tests/src/libirccd-daemon/command-server-info/CMakeLists.txt tests/src/libirccd-daemon/command-server-info/main.cpp tests/src/libirccd-daemon/command-server-invite/CMakeLists.txt tests/src/libirccd-daemon/command-server-invite/main.cpp tests/src/libirccd-daemon/command-server-join/CMakeLists.txt tests/src/libirccd-daemon/command-server-join/main.cpp tests/src/libirccd-daemon/command-server-kick/CMakeLists.txt tests/src/libirccd-daemon/command-server-kick/main.cpp tests/src/libirccd-daemon/command-server-list/CMakeLists.txt tests/src/libirccd-daemon/command-server-list/main.cpp tests/src/libirccd-daemon/command-server-me/CMakeLists.txt tests/src/libirccd-daemon/command-server-me/main.cpp tests/src/libirccd-daemon/command-server-message/CMakeLists.txt tests/src/libirccd-daemon/command-server-message/main.cpp tests/src/libirccd-daemon/command-server-mode/CMakeLists.txt tests/src/libirccd-daemon/command-server-mode/main.cpp tests/src/libirccd-daemon/command-server-nick/CMakeLists.txt tests/src/libirccd-daemon/command-server-nick/main.cpp tests/src/libirccd-daemon/command-server-notice/CMakeLists.txt tests/src/libirccd-daemon/command-server-notice/main.cpp tests/src/libirccd-daemon/command-server-part/CMakeLists.txt tests/src/libirccd-daemon/command-server-part/main.cpp tests/src/libirccd-daemon/command-server-reconnect/CMakeLists.txt tests/src/libirccd-daemon/command-server-reconnect/main.cpp tests/src/libirccd-daemon/command-server-topic/CMakeLists.txt tests/src/libirccd-daemon/command-server-topic/main.cpp tests/src/libirccd-daemon/dynlib-plugin/CMakeLists.txt tests/src/libirccd-daemon/dynlib-plugin/main.cpp tests/src/libirccd-daemon/dynlib-plugin/sample_plugin.cpp tests/src/libirccd-daemon/hook/CMakeLists.txt tests/src/libirccd-daemon/hook/main.cpp tests/src/libirccd-daemon/hook/sample_hook.cpp tests/src/libirccd-daemon/irc/CMakeLists.txt tests/src/libirccd-daemon/irc/main.cpp tests/src/libirccd-daemon/logger/CMakeLists.txt tests/src/libirccd-daemon/logger/main.cpp tests/src/libirccd-daemon/plugin-service/CMakeLists.txt tests/src/libirccd-daemon/plugin-service/main.cpp tests/src/libirccd-daemon/rule-service/CMakeLists.txt tests/src/libirccd-daemon/rule-service/main.cpp tests/src/libirccd-daemon/rule-util/CMakeLists.txt tests/src/libirccd-daemon/rule-util/main.cpp tests/src/libirccd-daemon/server-service/CMakeLists.txt tests/src/libirccd-daemon/server-service/main.cpp tests/src/libirccd-daemon/server-util/CMakeLists.txt tests/src/libirccd-daemon/server-util/main.cpp tests/src/libirccd-daemon/server/CMakeLists.txt tests/src/libirccd-daemon/server/main.cpp tests/src/libirccd-daemon/transports/CMakeLists.txt tests/src/libirccd-daemon/transports/main.cpp tests/src/libirccd-js/CMakeLists.txt tests/src/libirccd-js/js-api-chrono/CMakeLists.txt tests/src/libirccd-js/js-api-chrono/main.cpp tests/src/libirccd-js/js-api-directory/CMakeLists.txt tests/src/libirccd-js/js-api-directory/main.cpp tests/src/libirccd-js/js-api-file/CMakeLists.txt tests/src/libirccd-js/js-api-file/main.cpp tests/src/libirccd-js/js-api-irccd/CMakeLists.txt tests/src/libirccd-js/js-api-irccd/main.cpp tests/src/libirccd-js/js-api-logger/CMakeLists.txt tests/src/libirccd-js/js-api-logger/main.cpp tests/src/libirccd-js/js-api-system/CMakeLists.txt tests/src/libirccd-js/js-api-system/main.cpp tests/src/libirccd-js/js-api-timer/CMakeLists.txt tests/src/libirccd-js/js-api-timer/main.cpp tests/src/libirccd-js/js-api-unicode/CMakeLists.txt tests/src/libirccd-js/js-api-unicode/main.cpp tests/src/libirccd-js/js-api-util/CMakeLists.txt tests/src/libirccd-js/js-api-util/main.cpp tests/src/libirccd-js/js-plugin/CMakeLists.txt tests/src/libirccd-js/js-plugin/main.cpp tests/src/libirccd/CMakeLists.txt tests/src/libirccd/fs-util/CMakeLists.txt tests/src/libirccd/fs-util/main.cpp tests/src/libirccd/stream/CMakeLists.txt tests/src/libirccd/stream/main.cpp tests/src/libirccd/string-util/CMakeLists.txt tests/src/libirccd/string-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 tests/src/plugins/tictactoe/CMakeLists.txt tests/src/plugins/tictactoe/main.cpp
diffstat 398 files changed, 398 insertions(+), 398 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/LICENSE.md	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 IRC Client Daemon ISC LICENSE
 =============================
 
-Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 
 Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/IrccdOptions.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdOptions.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/IrccdPackage.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CPackConfing.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/IrccdSystem.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # Config.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/IrccdVersion.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/cmake/check/PutTime.cmake	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/check/PutTime.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/export/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/export/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/export/irccd-config.cmake	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/export/irccd-config.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdDefineExecutable.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineExecutable.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdDefineLibrary.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineLibrary.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdDefineMan.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineMan.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdDefinePlugin.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefinePlugin.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdDefineTest.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdDefineTest.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdIndentMessage.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdIndentMessage.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2016-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/IrccdInstallDependencies.cmake	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdInstallDependencies.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2016-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/IrccdSetGlobal.cmake	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/IrccdSetGlobal.cmake	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # IrccdSetGlobal.cmake -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/dependencies.cmake.in	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/function/dependencies.cmake.in	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2016-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/cmake/internal/sysconfig.hpp.in	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * sysconfig.hpp -- configuration for irccd
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/doc/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/doc/doxygen/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/modules.dox	Sun Oct 06 09:21:06 2019 +0200
+++ b/doc/doxygen/modules.dox	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * modules.cpp -- doxygen modules page
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/pages.dox	Sun Oct 06 09:21:06 2019 +0200
+++ b/doc/doxygen/pages.dox	Mon Feb 03 20:20:00 2020 +0100
@@ -2,7 +2,7 @@
 /*
  * pages.cpp -- doxygen related pages
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/doc/examples/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/sample-hook.sh	Sun Oct 06 09:21:06 2019 +0200
+++ b/doc/examples/sample-hook.sh	Mon Feb 03 20:20:00 2020 +0100
@@ -2,7 +2,7 @@
 #
 # sample-hook.sh -- a sample hook in shell script
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/extern/duktape/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for duktape
 #
-# Copyright (c) 2016-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/extern/json/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccd-test/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccd-test/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd-test main file
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccd/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccd/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd main file
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccdctl/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccdctl/alias.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * alias.cpp -- create irccdctl aliases
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccdctl/alias.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * alias.hpp -- create irccdctl aliases
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccdctl/cli.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * cli.cpp -- command line for irccdctl
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccdctl/cli.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * cli.hpp -- command line for irccdctl
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/irccdctl/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- irccd controller main
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-ctl/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-ctl/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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-ctl/irccd/ctl.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-ctl/irccd/ctl.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * ctl.hpp -- libirccd-ctl convenience header
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-ctl/irccd/ctl/controller.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-ctl/irccd/ctl/controller.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * controller.cpp -- main irccdctl interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-ctl/irccd/ctl/controller.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-ctl/irccd/ctl/controller.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * controller.hpp -- main irccdctl interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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-daemon/irccd/daemon.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * daemon.hpp -- libirccd-daemon convenience header
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/bot.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/bot.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * bot.cpp -- main bot class
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/bot.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/bot.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * bot.hpp -- main bot class
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/dynlib_plugin.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/dynlib_plugin.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib_plugin.cpp -- native plugin implementation
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/dynlib_plugin.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/dynlib_plugin.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * dynlib_plugin.hpp -- native plugin implementation
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/hook.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/hook.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * hook.cpp -- irccd hooks
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/hook.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/hook.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * hook.hpp -- irccd hooks
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/hook_service.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/hook_service.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * hook_service.cpp -- irccd hook service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/hook_service.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/hook_service.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * hook_service.hpp -- irccd hook service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/irc.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/irc.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * irc.cpp -- low level IRC functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/irc.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/irc.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * irc.hpp -- low level IRC functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/logger.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/logger.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.cpp -- irccd logging
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/logger.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/logger.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.hpp -- irccd logging
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/plugin.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/plugin.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.cpp -- irccd JavaScript plugin interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/plugin.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/plugin.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.hpp -- irccd JavaScript plugin interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/plugin_service.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/plugin_service.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_service.cpp -- plugin service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/plugin_service.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/plugin_service.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_service.hpp -- plugin service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/rule.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/rule.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * rule.cpp -- rule for server and channels
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/rule.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/rule.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * rule.hpp -- rule for server and channels
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/rule_service.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/rule_service.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_service.cpp -- rule service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/rule_service.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/rule_service.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_service.hpp -- rule service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/rule_util.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/rule_util.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_util.cpp -- rule utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/rule_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/rule_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * rule_util.hpp -- rule utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/server.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/server.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server.cpp -- an IRC server
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/server.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/server.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server.hpp -- an IRC server
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/server_service.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/server_service.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server_service.cpp -- server service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/server_service.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/server_service.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server_service.hpp -- server service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/server_util.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/server_util.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server_util.cpp -- server utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/server_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/server_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server_util.hpp -- server utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_client.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_client.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_client.cpp -- server side transport clients
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_client.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_client.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_client.hpp -- server side transport clients
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_command.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_command.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * command.cpp -- remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_command.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_command.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_command.hpp -- remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_server.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_server.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_server.cpp -- server side transports
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_server.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_server.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_server.hpp -- server side transports
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_service.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_service.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_service.cpp -- transport service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_service.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_service.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_service.hpp -- transport service
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_util.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_util.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_util.cpp -- transport utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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-daemon/irccd/daemon/transport_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-daemon/irccd/daemon/transport_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * transport_util.hpp -- transport utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * js.hpp -- libirccd-js convenience header
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * api.cpp -- Javascript API module
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * api.hpp -- Javascript API module
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/chrono_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/chrono_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * chrono_api.cpp -- Irccd.Chrono API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/chrono_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/chrono_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * chrono_api.hpp -- Irccd.Chrono API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/directory_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * directory_api.cpp -- Irccd.Directory API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/directory_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * directory_api.hpp -- Irccd.Directory API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/duk.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/duk.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * duk.cpp -- miscellaneous Duktape extras
  *
- * Copyright (c) 2017-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2017-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/duk.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/duk.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * duk.hpp -- miscellaneous Duktape extras
  *
- * Copyright (c) 2017-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2017-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/file_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * file_api.cpp -- Irccd.File API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/file_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * file_api.hpp -- Irccd.File API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/irccd_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd_api.cpp -- Irccd API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/irccd_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd_api.hpp -- Irccd API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/logger_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * logger_api.cpp -- Irccd.Logger API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/logger_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * logger_api.hpp -- Irccd.Logger API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/plugin.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.cpp -- Javascript plugins for irccd
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/plugin.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.hpp -- JavaScript plugins for irccd
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/plugin_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_api.cpp -- Irccd.Plugin API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/plugin_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_api.hpp -- Irccd.Plugin API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/server_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server_api.cpp -- Irccd.Server API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/server_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * server_api.hpp -- Irccd.Server API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/system_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * system_api.cpp -- Irccd.System API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/system_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * system_api.hpp -- Irccd.System API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/timer_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * timer_api.cpp -- Irccd.timer API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/timer_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * timer_api.hpp -- Irccd.Timer API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/unicode.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.cpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/unicode.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.hpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/unicode_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode_api.cpp -- Irccd.Unicode API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/unicode_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode_api.hpp -- Irccd.Unicode API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/util_api.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * util_api.cpp -- Irccd.Util API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_api.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-js/irccd/js/util_api.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * util_api.hpp -- Irccd.Util API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * test.hpp -- libirccd-test convenience header
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/broken_plugin.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/broken_plugin.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * broken_plugin.cpp -- broken plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/broken_plugin.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/broken_plugin.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * broken_plugin.hpp -- broken plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/cli_fixture.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/cli_fixture.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * cli_fixture.cpp -- test fixture for irccdctl frontend
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/cli_fixture.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/cli_fixture.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * cli_fixture.hpp -- test fixture for irccdctl frontend
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_fixture.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/command_fixture.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * command_fixture.cpp -- test fixture helper for transport commands
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_fixture.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/command_fixture.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * command_fixture.hpp -- test fixture helper for transport commands
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/debug_server.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * debug_server.cpp -- server which prints everything in the console
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/debug_server.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * debug_server.hpp -- server which prints everything in the console
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/irccd_fixture.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/irccd_fixture.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd_fixture.cpp -- test fixture for irccd
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/irccd_fixture.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/irccd_fixture.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * irccd_fixture.hpp -- test fixture for irccd
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_fixture.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/js_fixture.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * js.cpp -- test fixture helper for Javascript modules
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_fixture.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/js_fixture.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * js_fixture.hpp -- test fixture helper for Javascript modules
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_plugin_fixture.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/js_plugin_fixture.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin_fixture.cpp -- test fixture helper for Javascript plugins
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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_plugin_fixture.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/js_plugin_fixture.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * js_plugin_fixture.hpp -- test fixture helper for Javascript plugins
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock.cpp -- keep track of function invocations
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock.hpp -- keep track of function invocations
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock_plugin.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock_plugin.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock_plugin.cpp -- mock plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock_plugin.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock_plugin.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock_plugin.hpp -- mock plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock_server.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock_server.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock_server.cpp -- mock server
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock_server.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock_server.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock_server.hpp -- mock server
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock_stream.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock_stream.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock_stream.cpp -- mock stream
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/mock_stream.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/mock_stream.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * mock_stream.hpp -- mock stream
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/test_plugin_loader.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/test_plugin_loader.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * test_plugin_loader.cpp -- special plugin loader for unit tests
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/test_plugin_loader.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd-test/irccd/test/test_plugin_loader.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * test_plugin_loader.hpp -- special plugin loader for unit tests
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/acceptor.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/acceptor.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * acceptor.hpp -- abstract stream acceptor interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/config.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/config.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * config.cpp -- irccd configuration loader
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libirccd/irccd/config.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/config.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * config.hpp -- irccd configuration loader
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/connector.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/connector.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * connector.hpp -- abstract connection interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/core.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/core.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * core.hpp -- libirccd convenience header
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/fs_util.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/fs_util.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * fs_util.cpp -- filesystem utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/fs_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/fs_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * fs_util.hpp -- filesystem utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/ini.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/ini.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * ini.cpp -- extended .ini file parser
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/ini.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/ini.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * ini.hpp -- extended .ini file parser
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/ini_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/ini_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * ini_util.hpp -- ini utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/json_util.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/json_util.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * json_util.cpp -- utilities for JSON
  *
- * Copyright (c) 2018-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2018-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/json_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/json_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * json_util.hpp -- utilities for JSON
  *
- * Copyright (c) 2018-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2018-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/options.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/options.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * options.hpp -- C++ similar interface to getopt(3)
  *
- * Copyright (c) 2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/stream.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/stream.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * stream.hpp -- abstract stream interface
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/string_util.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/string_util.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * string_util.cpp -- string utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/string_util.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/string_util.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * string_util.hpp -- string utilities
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/system.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/system.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * system.cpp -- platform dependent functions for system inspection
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/system.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/system.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * system.hpp -- platform dependent functions for system inspection
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/xdg.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/libirccd/irccd/xdg.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * xdg.hpp -- XDG directory specifications
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/man/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccd-api.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-ipc.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccd-ipc.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-templates.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccd-templates.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-test.1	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccd-test.1	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd.1	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccd.1	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd.conf.5	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccd.conf.5	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccdctl.1	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccdctl.1	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccdctl.conf.5	Sun Oct 06 09:21:06 2019 +0200
+++ b/man/irccdctl.conf.5	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/ask/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/ask/ask.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/ask/ask.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * ask.js -- crazy module for asking a medium
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/auth/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/auth/auth.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/auth/auth.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * auth.js -- generic plugin to authenticate to services
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/hangman/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/hangman/hangman.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/hangman/hangman.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * hangman.js -- hangman game for IRC
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/history/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/history/history.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/history/history.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * history.js -- track nickname's history
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/joke/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/joke/joke.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/joke/joke.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * joke.js -- display some jokes
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/links/links.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/links.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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/links/links.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/links.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * links.cpp -- links plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/links.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/links.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * links.hpp -- links plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/requester.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/requester.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * requester.cpp -- convenient HTTP get requester
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/requester.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/requester.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * requester.hpp -- convenient HTTP get requester
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/scope_exit.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/scope_exit.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * scope_exit.cpp -- do something on scope exit
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/scope_exit.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/scope_exit.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * scope_exit.hpp -- do something on scope exit
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/uri.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/uri.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * uri.cpp -- simple uriparser based parser
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/links/uri.hpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/links/uri.hpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * uri.hpp -- simple uriparser based parser
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/logger/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/logger/logger.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/logger/logger.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.js -- plugin to log everything
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/plugin/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/plugin/plugin.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/plugin/plugin.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.js -- plugin inspector
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/roulette/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/roulette/roulette.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/roulette/roulette.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * roulette.js -- russian roulette game
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission 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/tictactoe/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/tictactoe/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission 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/tictactoe/tictactoe.7	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/tictactoe/tictactoe.7	Mon Feb 03 20:20:00 2020 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission 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/tictactoe/tictactoe.js	Sun Oct 06 09:21:06 2019 +0200
+++ b/plugins/tictactoe/tictactoe.js	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * tictactoe.js -- tictactoe game for IRC
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/systemd/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/systemd/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-hook-add/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-hook-add/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-hook-add/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-hook-add/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl hook-add
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-hook-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-hook-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-hook-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-hook-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl hook-list
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-hook-remove/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-hook-remove/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-hook-remove/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-hook-remove/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl hook-remove
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-plugin-config/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-config/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-plugin-config/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-config/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl plugin-config
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-plugin-info/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-info/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-plugin-info/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-info/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl plugin-info
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-plugin-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-plugin-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl plugin-list
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-plugin-load/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-load/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-plugin-load/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-load/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl plugin-load
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-plugin-reload/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-reload/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-plugin-reload/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-reload/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl plugin-reload
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-plugin-unload/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-unload/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-plugin-unload/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-plugin-unload/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl plugin-unload
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-rule-add/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-add/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-rule-add/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-add/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl rule-add
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-rule-edit/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-edit/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-rule-edit/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-edit/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl rule-edit
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-rule-info/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-info/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-rule-info/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-info/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl rule-info
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-rule-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-rule-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl rule-list
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-rule-move/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-move/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-rule-move/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-move/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl rule-move
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-rule-remove/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-remove/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-rule-remove/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-rule-remove/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl rule-remove
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-disconnect/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-disconnect/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-disconnect/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-disconnect/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-disconnect
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-info/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-info/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-info/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-info/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-info
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-invite/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-invite/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-invite/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-invite/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-invite
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-join/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-join/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-join/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-join/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-join
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-kick/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-kick/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-kick/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-kick/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-kick
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-list
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-me/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-me/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-me/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-me/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-me
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-message/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-message/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-message/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-message/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-message
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-mode/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-mode/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-mode/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-mode/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-mode
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-nick/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-nick/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-nick/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-nick/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-nick
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-notice/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-notice/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-notice/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-notice/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-notice
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-part/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-part/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-part/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-part/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-part
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-reconnect/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-reconnect/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-reconnect/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-reconnect/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-reconnect
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/irccdctl/cli-server-topic/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-topic/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/irccdctl/cli-server-topic/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/irccdctl/cli-server-topic/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irccdctl server-topic
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-hook-add/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-hook-add/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-hook-add/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-hook-add/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hook-add remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-hook-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-hook-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-hook-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-hook-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hook-list remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-hook-remove/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-hook-remove/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-hook-remove/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-hook-remove/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hook-remove remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-plugin-config/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-config/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-plugin-config/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-config/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-config remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-plugin-info/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-info/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-plugin-info/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-info/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-info remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-plugin-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-plugin-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-list remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-plugin-load/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-load/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-plugin-load/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-load/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-load remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-plugin-reload/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-reload/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-plugin-reload/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-reload/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-reload remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-plugin-unload/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-unload/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-plugin-unload/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-plugin-unload/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin-unload remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-rule-add/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-add/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-rule-add/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-add/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-add remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-rule-edit/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-edit/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-rule-edit/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-edit/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-edit remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-rule-info/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-info/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-rule-info/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-info/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-info remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-rule-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-rule-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-list remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-rule-move/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-move/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-rule-move/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-move/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-move remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-rule-remove/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-remove/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-rule-remove/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-rule-remove/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule-remove remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-connect/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-connect/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-connect/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-connect/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-connect remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-disconnect/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-disconnect/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-disconnect/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-disconnect/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-disconnect remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-info/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-info/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-info/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-info/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-info remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-invite/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-invite/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-invite/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-invite/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-invite remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-join/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-join/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-join/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-join/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-join remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-kick/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-kick/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-kick/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-kick/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-kick remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-list/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-list/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-list/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-list/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-list remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-me/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-me/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-me/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-me/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-me remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-message/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-message/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-message/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-message/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-message remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-mode/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-mode/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-mode/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-mode/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-mode remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-nick/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-nick/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-nick/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-nick/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-nick remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-notice/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-notice/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-notice/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-notice/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-notice remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-part/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-part/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-part/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-part/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-part remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-reconnect/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-reconnect/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-reconnect/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-reconnect/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-reconnect remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/command-server-topic/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-topic/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/command-server-topic/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/command-server-topic/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server-topic remote command
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/dynlib-plugin/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/dynlib-plugin/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/dynlib-plugin/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/dynlib-plugin/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test dynlib_plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/dynlib-plugin/sample_plugin.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/dynlib-plugin/sample_plugin.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * sample_plugin.cpp -- basic exported plugin test
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/hook/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/hook/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/hook/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/hook/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hook functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/hook/sample_hook.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/hook/sample_hook.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * sample_hook.cpp -- sample hook for unit tests
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/irc/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/irc/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/irc/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/irc/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test irc functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/logger/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/logger/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/logger/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/logger/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test logger functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/plugin-service/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/plugin-service/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/plugin-service/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/plugin-service/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin_service object
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/rule-service/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/rule-service/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/rule-service/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/rule-service/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule_service object
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/rule-util/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/rule-util/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/rule-util/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/rule-util/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test rule_util functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/server-service/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/server-service/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/server-service/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/server-service/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server_service object
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/server-util/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/server-util/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/server-util/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/server-util/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server_util functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/server/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/server/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/server/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/server/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server object
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-daemon/transports/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/transports/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-daemon/transports/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-daemon/transports/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test server object
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-chrono/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-chrono/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-chrono/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-chrono/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Chrono API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-directory/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-directory/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-directory/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-directory/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Directory API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-file/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-file/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-file/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-file/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.File API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-irccd/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-irccd/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-irccd/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-irccd/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-logger/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-logger/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-logger/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-logger/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Logger API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-system/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-system/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-system/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-system/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.System API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-timer/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-timer/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-timer/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-timer/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Timer API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-unicode/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-unicode/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-unicode/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-unicode/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Unicode API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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-api-util/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-util/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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-api-util/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-api-util/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test Irccd.Util API
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-plugin/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd-js/js-plugin/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test js_plugin object
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/fs-util/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/fs-util/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/fs-util/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/fs-util/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test fs_util functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/stream/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/stream/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/stream/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/stream/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test network classes
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/string-util/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/string-util/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/string-util/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/libirccd/string-util/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test string_util functions
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/ask/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/ask/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test ask plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/auth/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/auth/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test auth plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/hangman/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/hangman/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test hangman plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/history/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/history/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test history plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/joke/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/joke/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test joke plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/logger/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/logger/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test logger plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/plugin/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/plugin/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test plugin plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to 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/tictactoe/CMakeLists.txt	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/tictactoe/CMakeLists.txt	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for irccd
 #
-# Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to 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/tictactoe/main.cpp	Sun Oct 06 09:21:06 2019 +0200
+++ b/tests/src/plugins/tictactoe/main.cpp	Mon Feb 03 20:20:00 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- test tictactoe plugin
  *
- * Copyright (c) 2013-2019 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above