# HG changeset patch # User David Demelier # Date 1704361183 -3600 # Node ID 67fa43998a91b4f19d6887d7baeae57f7b65b9ab # Parent efbe36bf020b62c7468ed570695bad3e232c5a73 misc: update copyright years diff -r efbe36bf020b -r 67fa43998a91 CMakeLists.txt --- a/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -63,7 +63,7 @@ option(IRCCD_WITH_SSL "Enable SSL (requires OpenSSL)" On) option(IRCCD_WITH_TESTS "Enable unit tests" On) -set(IRCCD_MAN_DATE "August 3, 2023") +set(IRCCD_MAN_DATE "August 3, 2024") set(IRCCD_WITH_UID "irccd" CACHE STRING "Default uid to run irccd as") set(IRCCD_WITH_GID "irccd" CACHE STRING "Default gid to run irccd as") set(IRCCD_WITH_PKGCONFIGDIR "${CMAKE_INSTALL_LIBDIR}/pkgconfig" diff -r efbe36bf020b -r 67fa43998a91 LICENSE.md --- a/LICENSE.md Sat Aug 05 22:31:53 2023 +0200 +++ b/LICENSE.md Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ IRC Client Daemon ISC LICENSE ============================= -Copyright (c) 2013-2023 David Demelier +Copyright (c) 2013-2024 David Demelier Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 cmake/IrccdDefinePlugin.cmake --- a/cmake/IrccdDefinePlugin.cmake Sat Aug 05 22:31:53 2023 +0200 +++ b/cmake/IrccdDefinePlugin.cmake Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 cmake/irccd-config.cmake.in --- a/cmake/irccd-config.cmake.in Sat Aug 05 22:31:53 2023 +0200 +++ b/cmake/irccd-config.cmake.in Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 examples/CMakeLists.txt --- a/examples/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/examples/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 extern/libduktape/CMakeLists.txt --- a/extern/libduktape/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/extern/libduktape/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 extern/libgreatest/CMakeLists.txt --- a/extern/libgreatest/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/extern/libgreatest/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 extern/libutlist/CMakeLists.txt --- a/extern/libutlist/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/extern/libutlist/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/CMakeLists.txt --- a/irccd/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/conf.y --- a/irccd/conf.y Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/conf.y Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * conf.y -- config parser * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/dl-plugin.c --- a/irccd/dl-plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/dl-plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * dl-plugin.c -- native C plugins for irccd * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/dl-plugin.h --- a/irccd/dl-plugin.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/dl-plugin.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * dl-plugin.c -- native C plugins for irccd * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/js-plugin.c --- a/irccd/js-plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/js-plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-plugin.c -- Javascript plugins * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/js-plugin.h --- a/irccd/js-plugin.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/js-plugin.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * js-plugin.h -- Javascript plugins * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-chrono.c --- a/irccd/jsapi-chrono.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-chrono.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-chrono.c -- Irccd.Chrono API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-chrono.h --- a/irccd/jsapi-chrono.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-chrono.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-chrono.h -- Irccd.Chrono API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-directory.c --- a/irccd/jsapi-directory.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-directory.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-directory.c -- Irccd.Directory API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-directory.h --- a/irccd/jsapi-directory.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-directory.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-directory.h -- Irccd.Directory API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-file.c --- a/irccd/jsapi-file.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-file.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-file.c -- Irccd.File API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-file.h --- a/irccd/jsapi-file.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-file.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-file.h -- Irccd.File API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-hook.c --- a/irccd/jsapi-hook.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-hook.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-hook.c -- Irccd.Hook API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-hook.h --- a/irccd/jsapi-hook.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-hook.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-hook.h -- Irccd.Hook API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-http.c --- a/irccd/jsapi-http.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-http.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-http.c -- Irccd.Http API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-http.h --- a/irccd/jsapi-http.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-http.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-http.h -- Irccd.Http API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-irccd.c --- a/irccd/jsapi-irccd.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-irccd.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-irccd.c -- Irccd API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-irccd.h --- a/irccd/jsapi-irccd.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-irccd.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-irccd.h -- Irccd API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-logger.c --- a/irccd/jsapi-logger.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-logger.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-logger.c -- Irccd.Logger API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-logger.h --- a/irccd/jsapi-logger.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-logger.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-logger.h -- Irccd.Logger API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-plugin.c --- a/irccd/jsapi-plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-plugin.c -- Irccd.Plugin API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-plugin.h --- a/irccd/jsapi-plugin.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-plugin.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-plugin.h -- Javascript plugins * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-rule.c --- a/irccd/jsapi-rule.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-rule.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-rule.c -- Irccd.Rule API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-rule.h --- a/irccd/jsapi-rule.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-rule.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-rule.h -- Irccd.Rule API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-server.c --- a/irccd/jsapi-server.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-server.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-server.c -- Irccd.Server API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-server.h --- a/irccd/jsapi-server.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-server.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-server.c -- Irccd.Server API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-system.c --- a/irccd/jsapi-system.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-system.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-system.c -- Irccd.System API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-system.h --- a/irccd/jsapi-system.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-system.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-system.h -- Irccd.System API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-timer.c --- a/irccd/jsapi-timer.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-timer.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-timer.c -- Irccd.Timer API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-timer.h --- a/irccd/jsapi-timer.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-timer.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-timer.h -- Irccd.Timer API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-unicode.c --- a/irccd/jsapi-unicode.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-unicode.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-unicode.c -- Irccd.Unicode API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-unicode.h --- a/irccd/jsapi-unicode.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-unicode.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-unicode.h -- Irccd.Unicode API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-util.c --- a/irccd/jsapi-util.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-util.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-util.c -- Irccd.Util API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/jsapi-util.h --- a/irccd/jsapi-util.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/jsapi-util.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * jsapi-util.h -- Irccd.Util API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/lex.l --- a/irccd/lex.l Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/lex.l Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * lex.l -- config lexer * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/main.c --- a/irccd/main.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/main.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * main.c -- irccd(1) main file * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/peer.c --- a/irccd/peer.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/peer.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * peer.c -- client connected to irccd * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/peer.h --- a/irccd/peer.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/peer.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * peer.h -- client connected to irccd * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/transport.c --- a/irccd/transport.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/transport.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * transport.c -- remote command support * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/transport.h --- a/irccd/transport.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/transport.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * transport.h -- remote command support * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/unicode.c --- a/irccd/unicode.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/unicode.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * unicode.c -- UTF-8 to UTF-32 conversions and various operations * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccd/unicode.h --- a/irccd/unicode.h Sat Aug 05 22:31:53 2023 +0200 +++ b/irccd/unicode.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * unicode.h -- UTF-8 to UTF-32 conversions and various operations * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccdctl/CMakeLists.txt --- a/irccdctl/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/irccdctl/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 irccdctl/irccdctl.c --- a/irccdctl/irccdctl.c Sat Aug 05 22:31:53 2023 +0200 +++ b/irccdctl/irccdctl.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * main.c -- irccdctl(1) main file * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/CMakeLists.txt --- a/lib/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/channel.c --- a/lib/irccd/channel.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/channel.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * channel.h -- an IRC server channel * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/channel.h --- a/lib/irccd/channel.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/channel.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * channel.h -- an IRC server channel * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/config.h.in --- a/lib/irccd/config.h.in Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/config.h.in Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * config.h.h -- irccd configuration * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/conn.c --- a/lib/irccd/conn.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/conn.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * conn.c -- abstract IRC server connection * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/conn.h --- a/lib/irccd/conn.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/conn.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * conn.h -- abstract IRC server connection * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/event.c --- a/lib/irccd/event.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/event.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * event.c -- IRC event * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/event.h --- a/lib/irccd/event.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/event.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * event.h -- IRC event * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/hook.c --- a/lib/irccd/hook.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/hook.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * hook.c -- irccd hooks * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/hook.h --- a/lib/irccd/hook.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/hook.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * hook.h -- irccd hooks * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/irccd.c --- a/lib/irccd/irccd.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/irccd.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * irccd.c -- main irccd object * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/irccd.h --- a/lib/irccd/irccd.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/irccd.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * irccd.h -- main irccd object * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/limits.h --- a/lib/irccd/limits.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/limits.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * limits.h -- irccd limits * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/log.c --- a/lib/irccd/log.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/log.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * log.c -- loggers * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/log.h --- a/lib/irccd/log.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/log.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * log.h -- loggers * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/plugin.c --- a/lib/irccd/plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * plugin.c -- abstract plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/plugin.h --- a/lib/irccd/plugin.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/plugin.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * plugin.h -- abstract plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/rule.c --- a/lib/irccd/rule.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/rule.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * rule.c -- rule filtering * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/rule.h --- a/lib/irccd/rule.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/rule.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * rule.h -- rule filtering * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/server.c --- a/lib/irccd/server.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/server.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * server.c -- an IRC server * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/server.h --- a/lib/irccd/server.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/server.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * server.h -- an IRC server * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/subst.c --- a/lib/irccd/subst.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/subst.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * subst.c -- pattern substitution * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/subst.h --- a/lib/irccd/subst.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/subst.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * subst.h -- pattern substitution * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/util.c --- a/lib/irccd/util.c Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/util.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * util.c -- miscellaneous utilities * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 lib/irccd/util.h --- a/lib/irccd/util.h Sat Aug 05 22:31:53 2023 +0200 +++ b/lib/irccd/util.h Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * util.h -- miscellaneous utilities * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/CMakeLists.txt --- a/man/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/man/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-chrono.3 --- a/man/irccd-api-chrono.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-chrono.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-directory.3 --- a/man/irccd-api-directory.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-directory.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-file.3 --- a/man/irccd-api-file.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-file.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-hook.3 --- a/man/irccd-api-hook.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-hook.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-http.3 --- a/man/irccd-api-http.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-http.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-logger.3 --- a/man/irccd-api-logger.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-logger.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-plugin.3 --- a/man/irccd-api-plugin.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-plugin.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-rule.3 --- a/man/irccd-api-rule.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-rule.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-server.3 --- a/man/irccd-api-server.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-server.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-system.3 --- a/man/irccd-api-system.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-system.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-timer.3 --- a/man/irccd-api-timer.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-timer.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-unicode.3 --- a/man/irccd-api-unicode.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-unicode.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api-util.3 --- a/man/irccd-api-util.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api-util.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-api.3 --- a/man/irccd-api.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-api.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-cmake.7 --- a/man/irccd-cmake.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-cmake.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-ipc.7 --- a/man/irccd-ipc.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-ipc.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd-templates.7 --- a/man/irccd-templates.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd-templates.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd.1 --- a/man/irccd.1 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd.1 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccd.conf.5 --- a/man/irccd.conf.5 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccd.conf.5 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/irccdctl.1 --- a/man/irccdctl.1 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/irccdctl.1 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-channel.3 --- a/man/libirccd-channel.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-channel.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-event.3 --- a/man/libirccd-event.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-event.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-hook.3 --- a/man/libirccd-hook.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-hook.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-irccd.3 --- a/man/libirccd-irccd.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-irccd.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-log.3 --- a/man/libirccd-log.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-log.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-rule.3 --- a/man/libirccd-rule.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-rule.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-server.3 --- a/man/libirccd-server.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-server.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-subst.3 --- a/man/libirccd-subst.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-subst.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd-util.3 --- a/man/libirccd-util.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd-util.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 man/libirccd.3 --- a/man/libirccd.3 Sat Aug 05 22:31:53 2023 +0200 +++ b/man/libirccd.3 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/CMakeLists.txt --- a/plugins/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/ask/CMakeLists.txt --- a/plugins/ask/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/ask/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/ask/ask.7 --- a/plugins/ask/ask.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/ask/ask.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/ask/ask.js --- a/plugins/ask/ask.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/ask/ask.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * ask.js -- crazy module for asking a medium * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/auth/CMakeLists.txt --- a/plugins/auth/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/auth/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/auth/auth.7 --- a/plugins/auth/auth.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/auth/auth.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/auth/auth.js --- a/plugins/auth/auth.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/auth/auth.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * auth.js -- generic plugin to authenticate to services * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/hangman/CMakeLists.txt --- a/plugins/hangman/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/hangman/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/hangman/hangman.7 --- a/plugins/hangman/hangman.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/hangman/hangman.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/hangman/hangman.js --- a/plugins/hangman/hangman.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/hangman/hangman.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * hangman.js -- hangman game for IRC * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/history/CMakeLists.txt --- a/plugins/history/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/history/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/history/history.7 --- a/plugins/history/history.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/history/history.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/history/history.js --- a/plugins/history/history.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/history/history.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * history.js -- track nickname's history * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/joke/CMakeLists.txt --- a/plugins/joke/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/joke/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/joke/joke.7 --- a/plugins/joke/joke.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/joke/joke.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/joke/joke.js --- a/plugins/joke/joke.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/joke/joke.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * joke.js -- display some jokes * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/links/CMakeLists.txt --- a/plugins/links/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/links/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/links/links.7 --- a/plugins/links/links.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/links/links.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/links/links.js --- a/plugins/links/links.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/links/links.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * links.js -- retrieve website titles * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/logger/CMakeLists.txt --- a/plugins/logger/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/logger/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/logger/logger.7 --- a/plugins/logger/logger.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/logger/logger.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/logger/logger.js --- a/plugins/logger/logger.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/logger/logger.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * logger.js -- plugin to log everything * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/plugin/CMakeLists.txt --- a/plugins/plugin/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/plugin/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/plugin/plugin.7 --- a/plugins/plugin/plugin.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/plugin/plugin.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/plugin/plugin.js --- a/plugins/plugin/plugin.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/plugin/plugin.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * plugin.js -- plugin inspector * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/roulette/CMakeLists.txt --- a/plugins/roulette/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/roulette/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/roulette/roulette.7 --- a/plugins/roulette/roulette.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/roulette/roulette.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/roulette/roulette.js --- a/plugins/roulette/roulette.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/roulette/roulette.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * roulette.js -- russian roulette game * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/tictactoe/CMakeLists.txt --- a/plugins/tictactoe/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/tictactoe/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/tictactoe/tictactoe.7 --- a/plugins/tictactoe/tictactoe.7 Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/tictactoe/tictactoe.7 Thu Jan 04 10:39:43 2024 +0100 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2013-2023 David Demelier +.\" Copyright (c) 2013-2024 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 plugins/tictactoe/tictactoe.js --- a/plugins/tictactoe/tictactoe.js Sat Aug 05 22:31:53 2023 +0200 +++ b/plugins/tictactoe/tictactoe.js Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * tictactoe.js -- tictactoe game for IRC * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 systemd/CMakeLists.txt --- a/systemd/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/systemd/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/CMakeLists.txt --- a/tests/CMakeLists.txt Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/CMakeLists.txt Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ # # CMakeLists.txt -- CMake build system for irccd # -# Copyright (c) 2013-2023 David Demelier +# Copyright (c) 2013-2024 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/data/example-dl-plugin.c --- a/tests/data/example-dl-plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/data/example-dl-plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * example-dl-plugin.c -- simple plugin for unit tests * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-bot.c --- a/tests/test-bot.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-bot.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-bot.c -- test bot.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-channel.c --- a/tests/test-channel.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-channel.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-channel.c -- test util.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-dl-plugin.c --- a/tests/test-dl-plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-dl-plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-dl-plugin.c -- test dl-plugin.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-event.c --- a/tests/test-event.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-event.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-event.c -- test event.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-chrono.c --- a/tests/test-jsapi-chrono.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-chrono.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-chrono.c -- test Irccd.Chrono API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-directory.c --- a/tests/test-jsapi-directory.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-directory.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-directory.c -- test Irccd.Directory API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-file.c --- a/tests/test-jsapi-file.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-file.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-file.c -- test Irccd.File API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-irccd.c --- a/tests/test-jsapi-irccd.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-irccd.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-irccd.c -- test Irccd API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-system.c --- a/tests/test-jsapi-system.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-system.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-system.c -- test Irccd.System API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-timer.c --- a/tests/test-jsapi-timer.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-timer.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-timer.c -- test Irccd.System API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-unicode.c --- a/tests/test-jsapi-unicode.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-unicode.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-unicode.c -- test Irccd.Unicode API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-jsapi-util.c --- a/tests/test-jsapi-util.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-jsapi-util.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-jsapi-util.c -- test Irccd.Util API * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-log.c --- a/tests/test-log.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-log.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-log.c -- test log.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-ask.c --- a/tests/test-plugin-ask.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-ask.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-plugin-ask.c -- test ask plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-auth.c --- a/tests/test-plugin-auth.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-auth.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-plugin-auth.c -- test auth plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-hangman.c --- a/tests/test-plugin-hangman.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-hangman.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * main.cpp -- test hangman plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-history.c --- a/tests/test-plugin-history.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-history.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-plugin-history.c -- test history plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-joke.c --- a/tests/test-plugin-joke.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-joke.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * main.cpp -- test joke plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-logger.c --- a/tests/test-plugin-logger.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-logger.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-plugin-logger.c -- test logger plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-plugin.c --- a/tests/test-plugin-plugin.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-plugin.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-plugin-plugin.c -- test plugin plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-plugin-tictactoe.c --- a/tests/test-plugin-tictactoe.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-plugin-tictactoe.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-plugin-tictactoe.c -- test tictactoe plugin * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-rule.c --- a/tests/test-rule.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-rule.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-rule.c -- test rule.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-subst.c --- a/tests/test-subst.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-subst.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-subst.c -- test subst.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r efbe36bf020b -r 67fa43998a91 tests/test-util.c --- a/tests/test-util.c Sat Aug 05 22:31:53 2023 +0200 +++ b/tests/test-util.c Thu Jan 04 10:39:43 2024 +0100 @@ -1,7 +1,7 @@ /* * test-util.c -- test util.h functions * - * Copyright (c) 2013-2023 David Demelier + * Copyright (c) 2013-2024 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above