]> jfr.im git - irc/weechat/weechat.git/commitdiff
core: update copyright dates
authorSébastien Helleu <redacted>
Sun, 1 Jan 2023 13:54:35 +0000 (14:54 +0100)
committerSébastien Helleu <redacted>
Sun, 1 Jan 2023 13:54:35 +0000 (14:54 +0100)
629 files changed:
CMakeLists.txt
Makefile.am
README.adoc
autogen.sh
cmake/FindAsciidoctor.cmake
cmake/FindAspell.cmake
cmake/FindCppUTest.cmake
cmake/FindGCRYPT.cmake
cmake/FindGettext.cmake
cmake/FindGnuTLS.cmake
cmake/FindGuile.cmake
cmake/FindIconv.cmake
cmake/FindLua.cmake
cmake/FindNcurses.cmake
cmake/FindPHP.cmake
cmake/FindPerl.cmake
cmake/FindPython.cmake
cmake/FindRuby.cmake
cmake/FindV8.cmake
cmake/cmake_uninstall.cmake.in
configure.ac
debian-stable/copyright
doc/CMakeLists.txt
doc/Makefile.am
doc/cs/CMakeLists.txt
doc/cs/Makefile.am
doc/cs/includes/man.cs.adoc
doc/de/CMakeLists.txt
doc/de/Makefile.am
doc/de/includes/man.de.adoc
doc/docgen.py
doc/docinfo.html
doc/en/CMakeLists.txt
doc/en/Makefile.am
doc/en/includes/man.en.adoc
doc/en/weechat_dev.en.adoc
doc/es/CMakeLists.txt
doc/es/Makefile.am
doc/fr/CMakeLists.txt
doc/fr/Makefile.am
doc/fr/includes/man.fr.adoc
doc/fr/weechat_dev.fr.adoc
doc/it/CMakeLists.txt
doc/it/Makefile.am
doc/it/includes/man.it.adoc
doc/ja/CMakeLists.txt
doc/ja/Makefile.am
doc/ja/includes/man.ja.adoc
doc/ja/weechat_dev.ja.adoc
doc/pl/CMakeLists.txt
doc/pl/Makefile.am
doc/pl/includes/man.pl.adoc
doc/python_stub.py
doc/ru/CMakeLists.txt
doc/ru/Makefile.am
doc/ru/includes/man.ru.adoc
doc/sr/CMakeLists.txt
doc/sr/Makefile.am
doc/sr/includes/man.sr.adoc
doc/sr/weechat_dev.sr.adoc
icons/CMakeLists.txt
icons/Makefile.am
po/CMakeLists.txt
po/fr.po
po/weechat.pot
src/CMakeLists.txt
src/Makefile.am
src/core/CMakeLists.txt
src/core/Makefile.am
src/core/hook/wee-hook-command-run.c
src/core/hook/wee-hook-command-run.h
src/core/hook/wee-hook-command.c
src/core/hook/wee-hook-command.h
src/core/hook/wee-hook-completion.c
src/core/hook/wee-hook-completion.h
src/core/hook/wee-hook-config.c
src/core/hook/wee-hook-config.h
src/core/hook/wee-hook-connect.c
src/core/hook/wee-hook-connect.h
src/core/hook/wee-hook-fd.c
src/core/hook/wee-hook-fd.h
src/core/hook/wee-hook-focus.c
src/core/hook/wee-hook-focus.h
src/core/hook/wee-hook-hdata.c
src/core/hook/wee-hook-hdata.h
src/core/hook/wee-hook-hsignal.c
src/core/hook/wee-hook-hsignal.h
src/core/hook/wee-hook-info-hashtable.c
src/core/hook/wee-hook-info-hashtable.h
src/core/hook/wee-hook-info.c
src/core/hook/wee-hook-info.h
src/core/hook/wee-hook-infolist.c
src/core/hook/wee-hook-infolist.h
src/core/hook/wee-hook-line.c
src/core/hook/wee-hook-line.h
src/core/hook/wee-hook-modifier.c
src/core/hook/wee-hook-modifier.h
src/core/hook/wee-hook-print.c
src/core/hook/wee-hook-print.h
src/core/hook/wee-hook-process.c
src/core/hook/wee-hook-process.h
src/core/hook/wee-hook-signal.c
src/core/hook/wee-hook-signal.h
src/core/hook/wee-hook-timer.c
src/core/hook/wee-hook-timer.h
src/core/wee-arraylist.c
src/core/wee-arraylist.h
src/core/wee-backtrace.c
src/core/wee-backtrace.h
src/core/wee-calc.c
src/core/wee-calc.h
src/core/wee-command.c
src/core/wee-command.h
src/core/wee-completion.c
src/core/wee-completion.h
src/core/wee-config-file.c
src/core/wee-config-file.h
src/core/wee-config.c
src/core/wee-config.h
src/core/wee-crypto.c
src/core/wee-crypto.h
src/core/wee-debug.c
src/core/wee-debug.h
src/core/wee-dir.c
src/core/wee-dir.h
src/core/wee-eval.c
src/core/wee-eval.h
src/core/wee-hashtable.c
src/core/wee-hashtable.h
src/core/wee-hdata.c
src/core/wee-hdata.h
src/core/wee-hook.c
src/core/wee-hook.h
src/core/wee-infolist.c
src/core/wee-infolist.h
src/core/wee-input.c
src/core/wee-input.h
src/core/wee-list.c
src/core/wee-list.h
src/core/wee-log.c
src/core/wee-log.h
src/core/wee-network.c
src/core/wee-network.h
src/core/wee-proxy.c
src/core/wee-proxy.h
src/core/wee-secure-buffer.c
src/core/wee-secure-buffer.h
src/core/wee-secure-config.c
src/core/wee-secure-config.h
src/core/wee-secure.c
src/core/wee-secure.h
src/core/wee-signal.c
src/core/wee-signal.h
src/core/wee-string.c
src/core/wee-string.h
src/core/wee-upgrade-file.c
src/core/wee-upgrade-file.h
src/core/wee-upgrade.c
src/core/wee-upgrade.h
src/core/wee-url.c
src/core/wee-url.h
src/core/wee-utf8.c
src/core/wee-utf8.h
src/core/wee-util.c
src/core/wee-util.h
src/core/wee-version.c
src/core/wee-version.h
src/core/weechat.c
src/core/weechat.h
src/gui/CMakeLists.txt
src/gui/Makefile.am
src/gui/curses/CMakeLists.txt
src/gui/curses/Makefile.am
src/gui/curses/gui-curses-bar-window.c
src/gui/curses/gui-curses-chat.c
src/gui/curses/gui-curses-color.c
src/gui/curses/gui-curses-key.c
src/gui/curses/gui-curses-main.c
src/gui/curses/gui-curses-mouse.c
src/gui/curses/gui-curses-term.c
src/gui/curses/gui-curses-window.c
src/gui/curses/gui-curses.h
src/gui/curses/headless/CMakeLists.txt
src/gui/curses/headless/Makefile.am
src/gui/curses/headless/main.c
src/gui/curses/headless/ncurses-fake.c
src/gui/curses/headless/ncurses-fake.h
src/gui/curses/normal/CMakeLists.txt
src/gui/curses/normal/Makefile.am
src/gui/curses/normal/main.c
src/gui/gui-bar-item-custom.c
src/gui/gui-bar-item-custom.h
src/gui/gui-bar-item.c
src/gui/gui-bar-item.h
src/gui/gui-bar-window.c
src/gui/gui-bar-window.h
src/gui/gui-bar.c
src/gui/gui-bar.h
src/gui/gui-buffer.c
src/gui/gui-buffer.h
src/gui/gui-chat.c
src/gui/gui-chat.h
src/gui/gui-color.c
src/gui/gui-color.h
src/gui/gui-completion.c
src/gui/gui-completion.h
src/gui/gui-cursor.c
src/gui/gui-cursor.h
src/gui/gui-filter.c
src/gui/gui-filter.h
src/gui/gui-focus.c
src/gui/gui-focus.h
src/gui/gui-history.c
src/gui/gui-history.h
src/gui/gui-hotlist.c
src/gui/gui-hotlist.h
src/gui/gui-input.c
src/gui/gui-input.h
src/gui/gui-key.c
src/gui/gui-key.h
src/gui/gui-layout.c
src/gui/gui-layout.h
src/gui/gui-line.c
src/gui/gui-line.h
src/gui/gui-main.h
src/gui/gui-mouse.c
src/gui/gui-mouse.h
src/gui/gui-nick.c
src/gui/gui-nick.h
src/gui/gui-nicklist.c
src/gui/gui-nicklist.h
src/gui/gui-window.c
src/gui/gui-window.h
src/plugins/CMakeLists.txt
src/plugins/Makefile.am
src/plugins/alias/CMakeLists.txt
src/plugins/alias/Makefile.am
src/plugins/alias/alias-command.c
src/plugins/alias/alias-command.h
src/plugins/alias/alias-completion.c
src/plugins/alias/alias-completion.h
src/plugins/alias/alias-config.c
src/plugins/alias/alias-config.h
src/plugins/alias/alias-info.c
src/plugins/alias/alias-info.h
src/plugins/alias/alias.c
src/plugins/alias/alias.h
src/plugins/buflist/CMakeLists.txt
src/plugins/buflist/Makefile.am
src/plugins/buflist/buflist-bar-item.c
src/plugins/buflist/buflist-bar-item.h
src/plugins/buflist/buflist-command.c
src/plugins/buflist/buflist-command.h
src/plugins/buflist/buflist-config.c
src/plugins/buflist/buflist-config.h
src/plugins/buflist/buflist-info.c
src/plugins/buflist/buflist-mouse.c
src/plugins/buflist/buflist-mouse.h
src/plugins/buflist/buflist.c
src/plugins/buflist/buflist.h
src/plugins/charset/CMakeLists.txt
src/plugins/charset/Makefile.am
src/plugins/charset/charset.c
src/plugins/exec/CMakeLists.txt
src/plugins/exec/Makefile.am
src/plugins/exec/exec-buffer.c
src/plugins/exec/exec-buffer.h
src/plugins/exec/exec-command.c
src/plugins/exec/exec-command.h
src/plugins/exec/exec-completion.c
src/plugins/exec/exec-completion.h
src/plugins/exec/exec-config.c
src/plugins/exec/exec-config.h
src/plugins/exec/exec.c
src/plugins/exec/exec.h
src/plugins/fifo/CMakeLists.txt
src/plugins/fifo/Makefile.am
src/plugins/fifo/fifo-command.c
src/plugins/fifo/fifo-command.h
src/plugins/fifo/fifo-config.c
src/plugins/fifo/fifo-config.h
src/plugins/fifo/fifo-info.c
src/plugins/fifo/fifo-info.h
src/plugins/fifo/fifo.c
src/plugins/fifo/fifo.h
src/plugins/fset/CMakeLists.txt
src/plugins/fset/Makefile.am
src/plugins/fset/fset-bar-item.c
src/plugins/fset/fset-bar-item.h
src/plugins/fset/fset-buffer.c
src/plugins/fset/fset-buffer.h
src/plugins/fset/fset-command.c
src/plugins/fset/fset-command.h
src/plugins/fset/fset-completion.c
src/plugins/fset/fset-completion.h
src/plugins/fset/fset-config.c
src/plugins/fset/fset-config.h
src/plugins/fset/fset-info.c
src/plugins/fset/fset-info.h
src/plugins/fset/fset-mouse.c
src/plugins/fset/fset-mouse.h
src/plugins/fset/fset-option.c
src/plugins/fset/fset-option.h
src/plugins/fset/fset.c
src/plugins/fset/fset.h
src/plugins/guile/CMakeLists.txt
src/plugins/guile/Makefile.am
src/plugins/guile/weechat-guile-api.c
src/plugins/guile/weechat-guile-api.h
src/plugins/guile/weechat-guile.c
src/plugins/guile/weechat-guile.h
src/plugins/irc/CMakeLists.txt
src/plugins/irc/Makefile.am
src/plugins/irc/irc-bar-item.c
src/plugins/irc/irc-bar-item.h
src/plugins/irc/irc-buffer.c
src/plugins/irc/irc-buffer.h
src/plugins/irc/irc-channel.c
src/plugins/irc/irc-channel.h
src/plugins/irc/irc-color.c
src/plugins/irc/irc-color.h
src/plugins/irc/irc-command.c
src/plugins/irc/irc-command.h
src/plugins/irc/irc-completion.c
src/plugins/irc/irc-completion.h
src/plugins/irc/irc-config.c
src/plugins/irc/irc-config.h
src/plugins/irc/irc-ctcp.c
src/plugins/irc/irc-ctcp.h
src/plugins/irc/irc-debug.c
src/plugins/irc/irc-debug.h
src/plugins/irc/irc-ignore.c
src/plugins/irc/irc-ignore.h
src/plugins/irc/irc-info.c
src/plugins/irc/irc-info.h
src/plugins/irc/irc-input.c
src/plugins/irc/irc-input.h
src/plugins/irc/irc-join.c
src/plugins/irc/irc-join.h
src/plugins/irc/irc-message.c
src/plugins/irc/irc-message.h
src/plugins/irc/irc-mode.c
src/plugins/irc/irc-mode.h
src/plugins/irc/irc-modelist.c
src/plugins/irc/irc-modelist.h
src/plugins/irc/irc-msgbuffer.c
src/plugins/irc/irc-msgbuffer.h
src/plugins/irc/irc-nick.c
src/plugins/irc/irc-nick.h
src/plugins/irc/irc-notify.c
src/plugins/irc/irc-notify.h
src/plugins/irc/irc-protocol.c
src/plugins/irc/irc-protocol.h
src/plugins/irc/irc-raw.c
src/plugins/irc/irc-raw.h
src/plugins/irc/irc-redirect.c
src/plugins/irc/irc-redirect.h
src/plugins/irc/irc-sasl.c
src/plugins/irc/irc-sasl.h
src/plugins/irc/irc-server.c
src/plugins/irc/irc-server.h
src/plugins/irc/irc-tag.c
src/plugins/irc/irc-tag.h
src/plugins/irc/irc-typing.c
src/plugins/irc/irc-typing.h
src/plugins/irc/irc-upgrade.c
src/plugins/irc/irc-upgrade.h
src/plugins/irc/irc.c
src/plugins/irc/irc.h
src/plugins/javascript/CMakeLists.txt
src/plugins/javascript/Makefile.am
src/plugins/javascript/weechat-js-api.cpp
src/plugins/javascript/weechat-js-api.h
src/plugins/javascript/weechat-js-v8.cpp
src/plugins/javascript/weechat-js-v8.h
src/plugins/javascript/weechat-js.cpp
src/plugins/javascript/weechat-js.h
src/plugins/logger/CMakeLists.txt
src/plugins/logger/Makefile.am
src/plugins/logger/logger-backlog.c
src/plugins/logger/logger-backlog.h
src/plugins/logger/logger-buffer.c
src/plugins/logger/logger-buffer.h
src/plugins/logger/logger-command.c
src/plugins/logger/logger-command.h
src/plugins/logger/logger-config.c
src/plugins/logger/logger-config.h
src/plugins/logger/logger-info.c
src/plugins/logger/logger-info.h
src/plugins/logger/logger-tail.c
src/plugins/logger/logger-tail.h
src/plugins/logger/logger.c
src/plugins/logger/logger.h
src/plugins/lua/CMakeLists.txt
src/plugins/lua/Makefile.am
src/plugins/lua/weechat-lua-api.c
src/plugins/lua/weechat-lua-api.h
src/plugins/lua/weechat-lua.c
src/plugins/lua/weechat-lua.h
src/plugins/perl/CMakeLists.txt
src/plugins/perl/Makefile.am
src/plugins/perl/weechat-perl-api.c
src/plugins/perl/weechat-perl-api.h
src/plugins/perl/weechat-perl.c
src/plugins/perl/weechat-perl.h
src/plugins/php/weechat-php-api.c
src/plugins/php/weechat-php-api.h
src/plugins/php/weechat-php.c
src/plugins/php/weechat-php.h
src/plugins/plugin-api-info.c
src/plugins/plugin-api-info.h
src/plugins/plugin-api.c
src/plugins/plugin-api.h
src/plugins/plugin-config.c
src/plugins/plugin-config.h
src/plugins/plugin-script-api.c
src/plugins/plugin-script-api.h
src/plugins/plugin-script-config.c
src/plugins/plugin-script-config.h
src/plugins/plugin-script.c
src/plugins/plugin-script.h
src/plugins/plugin.c
src/plugins/plugin.h
src/plugins/python/CMakeLists.txt
src/plugins/python/Makefile.am
src/plugins/python/weechat-python-api.c
src/plugins/python/weechat-python-api.h
src/plugins/python/weechat-python.c
src/plugins/python/weechat-python.h
src/plugins/relay/CMakeLists.txt
src/plugins/relay/Makefile.am
src/plugins/relay/irc/relay-irc.c
src/plugins/relay/irc/relay-irc.h
src/plugins/relay/relay-auth.c
src/plugins/relay/relay-auth.h
src/plugins/relay/relay-buffer.c
src/plugins/relay/relay-buffer.h
src/plugins/relay/relay-client.c
src/plugins/relay/relay-client.h
src/plugins/relay/relay-command.c
src/plugins/relay/relay-command.h
src/plugins/relay/relay-completion.c
src/plugins/relay/relay-completion.h
src/plugins/relay/relay-config.c
src/plugins/relay/relay-config.h
src/plugins/relay/relay-info.c
src/plugins/relay/relay-info.h
src/plugins/relay/relay-network.c
src/plugins/relay/relay-network.h
src/plugins/relay/relay-raw.c
src/plugins/relay/relay-raw.h
src/plugins/relay/relay-server.c
src/plugins/relay/relay-server.h
src/plugins/relay/relay-upgrade.c
src/plugins/relay/relay-upgrade.h
src/plugins/relay/relay-websocket.c
src/plugins/relay/relay-websocket.h
src/plugins/relay/relay.c
src/plugins/relay/relay.h
src/plugins/relay/weechat/relay-weechat-msg.c
src/plugins/relay/weechat/relay-weechat-msg.h
src/plugins/relay/weechat/relay-weechat-nicklist.c
src/plugins/relay/weechat/relay-weechat-nicklist.h
src/plugins/relay/weechat/relay-weechat-protocol.c
src/plugins/relay/weechat/relay-weechat-protocol.h
src/plugins/relay/weechat/relay-weechat.c
src/plugins/relay/weechat/relay-weechat.h
src/plugins/ruby/CMakeLists.txt
src/plugins/ruby/Makefile.am
src/plugins/ruby/weechat-ruby-api.c
src/plugins/ruby/weechat-ruby-api.h
src/plugins/ruby/weechat-ruby.c
src/plugins/ruby/weechat-ruby.h
src/plugins/script/CMakeLists.txt
src/plugins/script/Makefile.am
src/plugins/script/script-action.c
src/plugins/script/script-action.h
src/plugins/script/script-buffer.c
src/plugins/script/script-buffer.h
src/plugins/script/script-command.c
src/plugins/script/script-command.h
src/plugins/script/script-completion.c
src/plugins/script/script-completion.h
src/plugins/script/script-config.c
src/plugins/script/script-config.h
src/plugins/script/script-info.c
src/plugins/script/script-info.h
src/plugins/script/script-mouse.c
src/plugins/script/script-mouse.h
src/plugins/script/script-repo.c
src/plugins/script/script-repo.h
src/plugins/script/script.c
src/plugins/script/script.h
src/plugins/spell/CMakeLists.txt
src/plugins/spell/Makefile.am
src/plugins/spell/spell-bar-item.c
src/plugins/spell/spell-command.c
src/plugins/spell/spell-command.h
src/plugins/spell/spell-completion.c
src/plugins/spell/spell-completion.h
src/plugins/spell/spell-config.c
src/plugins/spell/spell-config.h
src/plugins/spell/spell-info.c
src/plugins/spell/spell-info.h
src/plugins/spell/spell-speller.c
src/plugins/spell/spell-speller.h
src/plugins/spell/spell.c
src/plugins/spell/spell.h
src/plugins/tcl/CMakeLists.txt
src/plugins/tcl/Makefile.am
src/plugins/tcl/weechat-tcl-api.c
src/plugins/tcl/weechat-tcl-api.h
src/plugins/tcl/weechat-tcl.c
src/plugins/tcl/weechat-tcl.h
src/plugins/trigger/CMakeLists.txt
src/plugins/trigger/Makefile.am
src/plugins/trigger/trigger-buffer.c
src/plugins/trigger/trigger-buffer.h
src/plugins/trigger/trigger-callback.c
src/plugins/trigger/trigger-callback.h
src/plugins/trigger/trigger-command.c
src/plugins/trigger/trigger-command.h
src/plugins/trigger/trigger-completion.c
src/plugins/trigger/trigger-completion.h
src/plugins/trigger/trigger-config.c
src/plugins/trigger/trigger-config.h
src/plugins/trigger/trigger.c
src/plugins/trigger/trigger.h
src/plugins/typing/CMakeLists.txt
src/plugins/typing/Makefile.am
src/plugins/typing/typing-bar-item.c
src/plugins/typing/typing-bar-item.h
src/plugins/typing/typing-config.c
src/plugins/typing/typing-config.h
src/plugins/typing/typing-status.c
src/plugins/typing/typing-status.h
src/plugins/typing/typing.c
src/plugins/typing/typing.h
src/plugins/weechat-plugin.h
src/plugins/xfer/CMakeLists.txt
src/plugins/xfer/Makefile.am
src/plugins/xfer/xfer-buffer.c
src/plugins/xfer/xfer-buffer.h
src/plugins/xfer/xfer-chat.c
src/plugins/xfer/xfer-chat.h
src/plugins/xfer/xfer-command.c
src/plugins/xfer/xfer-command.h
src/plugins/xfer/xfer-completion.c
src/plugins/xfer/xfer-completion.h
src/plugins/xfer/xfer-config.c
src/plugins/xfer/xfer-config.h
src/plugins/xfer/xfer-dcc.c
src/plugins/xfer/xfer-dcc.h
src/plugins/xfer/xfer-file.c
src/plugins/xfer/xfer-file.h
src/plugins/xfer/xfer-info.c
src/plugins/xfer/xfer-info.h
src/plugins/xfer/xfer-network.c
src/plugins/xfer/xfer-network.h
src/plugins/xfer/xfer-upgrade.c
src/plugins/xfer/xfer-upgrade.h
src/plugins/xfer/xfer.c
src/plugins/xfer/xfer.h
tests/CMakeLists.txt
tests/Makefile.am
tests/scripts/python/testapi.py
tests/scripts/python/testapigen.py
tests/scripts/python/unparse.py
tests/scripts/test-scripts.cpp
tests/tests.cpp
tests/tests.h
tests/unit/core/test-core-arraylist.cpp
tests/unit/core/test-core-calc.cpp
tests/unit/core/test-core-command.cpp
tests/unit/core/test-core-config-file.cpp
tests/unit/core/test-core-crypto.cpp
tests/unit/core/test-core-dir.cpp
tests/unit/core/test-core-eval.cpp
tests/unit/core/test-core-hashtable.cpp
tests/unit/core/test-core-hdata.cpp
tests/unit/core/test-core-hook.cpp
tests/unit/core/test-core-infolist.cpp
tests/unit/core/test-core-list.cpp
tests/unit/core/test-core-network.cpp
tests/unit/core/test-core-secure.cpp
tests/unit/core/test-core-signal.cpp
tests/unit/core/test-core-string.cpp
tests/unit/core/test-core-url.cpp
tests/unit/core/test-core-utf8.cpp
tests/unit/core/test-core-util.cpp
tests/unit/gui/test-gui-bar-item-custom.cpp
tests/unit/gui/test-gui-bar-item.cpp
tests/unit/gui/test-gui-bar-window.cpp
tests/unit/gui/test-gui-buffer.cpp
tests/unit/gui/test-gui-chat.cpp
tests/unit/gui/test-gui-color.cpp
tests/unit/gui/test-gui-filter.cpp
tests/unit/gui/test-gui-input.cpp
tests/unit/gui/test-gui-line.cpp
tests/unit/gui/test-gui-nick.cpp
tests/unit/plugins/irc/test-irc-buffer.cpp
tests/unit/plugins/irc/test-irc-channel.cpp
tests/unit/plugins/irc/test-irc-color.cpp
tests/unit/plugins/irc/test-irc-config.cpp
tests/unit/plugins/irc/test-irc-ignore.cpp
tests/unit/plugins/irc/test-irc-join.cpp
tests/unit/plugins/irc/test-irc-message.cpp
tests/unit/plugins/irc/test-irc-mode.cpp
tests/unit/plugins/irc/test-irc-nick.cpp
tests/unit/plugins/irc/test-irc-protocol.cpp
tests/unit/plugins/irc/test-irc-sasl.cpp
tests/unit/plugins/irc/test-irc-server.cpp
tests/unit/plugins/irc/test-irc-tag.cpp
tests/unit/plugins/logger/test-logger-backlog.cpp
tests/unit/plugins/relay/test-relay-auth.cpp
tests/unit/plugins/test-plugins.cpp
tests/unit/plugins/trigger/test-trigger-config.cpp
tests/unit/plugins/trigger/test-trigger.cpp
tests/unit/plugins/typing/test-typing-status.cpp
tests/unit/plugins/typing/test-typing.cpp
tests/unit/plugins/xfer/test-xfer-file.cpp
tests/unit/plugins/xfer/test-xfer-network.cpp
tools/build-debian.sh
tools/build-test.sh
tools/git-version.sh
tools/makedist.sh
version.sh
weechat.cygport.in
weechat.spec

index 4d6d934bbee088d3b8bcf6e0215bca726e6db4f1..1d0fa1fdcff539785780ba7e95867ad6c9697a7f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2007-2008 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2008-2009 Emmanuel Bouthenot <kolter@openics.org>
 #
index e6f7933486c252740c6bb6ceac497950ca034b3d..972ef450233a58868aaa0d4c6597852d0e5275bd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2005 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2006-2009 Emmanuel Bouthenot <kolter@openics.org>
 #
index 479499c34f9bd6502bb1652ae3dd0eecef32a8b0..0fb485feadc5a4b6b40224409948457cfd468354 100644 (file)
@@ -45,7 +45,7 @@ For detailed instructions, please check the https://weechat.org/doc/user/#instal
 
 == Copyright
 
-Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 
 This file is part of WeeChat, the extensible chat client.
 
index 887a4e4fc565fed96e077c63c59c7933cb17d036..c6c872e30979c4410589fdda3b085e1ff5347212 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2005 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
 #
index b5c0748cd7b7e67baee44530198d7c5cdda728dc..0a5824334190c9bccce7025315515bacac18cb24 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 86fb4246f7686d5bfcdb1169eb0a62eb0bf8f09b..fb36a765c34370f82ceb06991387098f4827c48a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index ee5dbfdd20896aab417ad6e997486ceaf2cdad2b..236bf3b1fac34ffbd385cd2c07c7516f2b61ccde 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index c8ac35ac7207fed8de13db407ecf7bad8b66f5a3..21a878fa703f5b5c53e037567a20cc38fb5bd617 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index b59a4d58f77e24b88b0f9b03fbe99b9b2166177d..358734688e5fb60a518f5005b29a003c0b1f1e53 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2007 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
 #
index 2c2d949a1000f02f7274632e63be026eda5a7385..f7691dcc86ed551e3642ae2bcdffd55d75fbe778 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
 #
 # This file is part of WeeChat, the extensible chat client.
index bfebf117f26cd31541e626d47265e43bc0dbd6b0..9ade1de30220082ac6741d3e54581266aa6b350c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 8eee3c0deb011cc00997c8fd266a254ed9159ca3..c20429b036890668e1808c5467ecd71a7cddb291 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index b6e30a2f132983237763ae8681258bdc8bb6e1c5..43badcd726226875dede748ea138c368ae63f11f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f31aa4b4e586819435de19926633e2d254bc82ef..1ceb0f7f061eea4126014f3e8e7c9c1b4690e56d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 14646466e4f9c3ef22321382e4f674b1ad900b6e..2e5e1eed94a0706fc07e1de1239f201b7ba21958 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2017 Adam Saponara <as@php.net>
-# Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 975ed8fcc5e467b2e7115d55a81a3587d90784f2..933cf4f01275e214fac1c338c4936e4dc842d182 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f7730ad670a0470929888a05373596d9b22e2fe5..87c3d790cb2feec047a2bbbe368773309ef0a59a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2009 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index 2042d244dbc77237033df26414191ec6e8b3d7d7..51041e1272db4f0b92ec2c4c1b62eec56215f043 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 01630d737f355070f1d0736523b4ae287abe3da9..911d6121443a663fe1a58aae458918026b587ca9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 357c2c2dd24c253befb769f40fad44ea3144b8da..4b20bd20b14fe641052dd57a760ac5a4f95cb3f8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 6bb10a2e977292c2f71582f51131a899b238538e..0c8e3ff2fa6f8ad6e4edd1cafd83929f6f6efdfd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2005 Benoit Papillault <benoit.papillault@free.fr>
 # Copyright (C) 2005-2006 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2005-2009 Emmanuel Bouthenot <kolter@openics.org>
index 1fed3560a0833fec8ce26bb8622e77ecc6f4b03e..163cb7ea0b3746fe574d64e35a18fa3d698d30ea 100644 (file)
@@ -4,7 +4,7 @@ Upstream-Contact: Sébastien Helleu <flashcode@flashtux.org>
 Source: https://weechat.org/
 
 Files: *
-Copyright: 2003-2022, Sébastien Helleu <flashcode@flashtux.org>
+Copyright: 2003-2023, Sébastien Helleu <flashcode@flashtux.org>
 License: GPL-3+
 
 Files: src/core/wee-command.c
index 2837321d713e9d4fcddd5d80f050d23395079f10..57d58ca6d17ce067f09833f1e6d4fed01313893b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
 #
 # This file is part of WeeChat, the extensible chat client.
index 7074f80d4da6c76cea441181159bc1a5d6446b7e..ead933a1862a8139a31852e5962615570930c73e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index e38d6cc25b2258377e6c16f8d4489823f6b2ba5b..c7ce978ec22cfee96cfc033a27c2ebb83d785f74 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5952cf21c150d497039e4698c3c6d71e1a23fbf9..22c59334e698ae8e4fa120c310423db403f08726 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index a86d06b3c549095cff0c5c65a700930924ddf342..00d666306fdfd001a4419ee6df6395f018187aa9 100644 (file)
@@ -99,7 +99,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat je napsán Sébastienem Helleu a přispěvovateli (kompletní seznam je v
 souboru AUTHORS.adoc).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 84c37359fa8ddde95bcae4a715ce5e8bff5b0069..9191dcc3905548d02c6bf566adc7d32e801b9881 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 9d524fa62cbbabf364737a5d3bbe943eee34e2ee..3f4dceb3e004e3faa295b435e1ef0c70cb738b23 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index b70db684c46a78bb64a66232f4c61647beb9f1c8..e752836bf7e5d9c23c8f246843b655b922eec79f 100644 (file)
@@ -100,7 +100,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat wird programmiert von Sébastien Helleu und weiteren Beteiligten (eine vollständige Auflistung
 findet man in der AUTHORS.adoc Datei).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 3c4476d37ae6df651ae825c7bd734fe6efa59a47..436d8b90ade95dacb13367efc34204bb3dacb1e0 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 7665f3405616423757cf67b2fb1b07f8c186b148..c2e081b60c0df875635eea4a6476eba814d6ef15 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   Custom styles for Asciidoctor
-  Copyright (C) 2016-2022 Sébastien Helleu <flashcode@flashtux.org>
+  Copyright (C) 2016-2023 Sébastien Helleu <flashcode@flashtux.org>
 -->
 <style>
 
index 696a58d22d853279043a69990c3551531dc343ae..28a7fdb94c6add2604f80c2f0cca74d2f51ddf78 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 4510da1aac857c68c810afe080fe4ed7629e8488..539f6151806f2d9daaf15208309a2d73f35af73a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index e52677df580debeb22535c2f73c768174adb0420..90d4928873d9093794ed01426f2cb417e290f24d 100644 (file)
@@ -100,7 +100,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat is written by Sébastien Helleu and contributors (complete list is in
 the AUTHORS.adoc file).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index b990a3f462e3c243e01841e8a1d4dfc5dedf2203..e644c0067368f0551dad79d0473e5ef89377cb28 100644 (file)
@@ -530,7 +530,7 @@ Example in C:
 /*
  * weechat.c - core functions for WeeChat
  *
- * Copyright (C) 2022 Your Name <your@email.com>
+ * Copyright (C) 2023 Your Name <your@email.com>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8e5f1f9d197dac90f0353f90d22974aabd2a8143..476b26549f17e799c26e91fb742c30bc426fc0ce 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 4b649f6f0764affc2e483eb30a5f73ae0ca67fca..10133deba0d4adb039722f7961dc65f1cca66b6a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 7c746731f8f2c36f91f623b7dc79cf4b64bfd720..78652e4351d1aa7a61997f08084925c64755a02b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index b3205f2b9f5b23c37af0cebec5f9d030caaa4c4c..76ae8da48c402388153588ad4f7889cbc618763e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index a369208998f896085a626b48c7e88fd13900e40c..53b6632758ac9b81915c207ed0ac6889c586922e 100644 (file)
@@ -102,7 +102,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète
 est dans le fichier AUTHORS.adoc).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier
 sous les termes de la GNU General Public License telle que publiée par la
index 453dc83af2cf56b4496a80ece64f96d3db3b392b..d0cf873c72fd61229d7d31fee346e54900871604 100644 (file)
@@ -532,7 +532,7 @@ Exemple en C :
 /*
  * weechat.c - core functions for WeeChat
  *
- * Copyright (C) 2022 Your Name <your@email.com>
+ * Copyright (C) 2023 Your Name <your@email.com>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ba5bc46cfbc20811c7b266e359b22d21b4ef4953..abe642b226049aca115cde73b9522422fc5285cf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index ee1aa25c71944c46edf22e70cb76b52592363fab..8aa34eb052db747bd6dd78844ec8fe16bf09a2cc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 96598469dc868b0c7c34d743cb29d20f7fdb94b9..50ec77497e4edad60f3f19f119a4242f46596c26 100644 (file)
@@ -103,7 +103,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat is written by Sébastien Helleu and contributors (complete list is in
 the AUTHORS.adoc file).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 94bf0d5e9c8ce8de85d16dc988af5421554b8a48..c75e2170a050a3e0ba20b91f8301e60105c8aca9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index d569414cff79b7543d14001165ce8cc0bcc425f2..474512970dce23964380e04499028352a9eacd55 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5246d52c2913d6d0734cb7c5f4167bc82e144f55..75190f68b4f91e09aec66be5904a81983a72b66f 100644 (file)
@@ -100,7 +100,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat は Sébastien Helleu さんと貢献者によって作成されています
 (完全なリストは AUTHORS.adoc ファイルを参照してください)。
 
-著作権 (C) 2003-2022 {author}
+著作権 (C) 2003-2023 {author}
 
 WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
 GNU 一般公衆利用許諾契約書 (バージョン 2 か、希望によってはそれ以降のバージョンのうちどれか)
index 69d3a72b9654493cbd237ecb7b0b50fef51cbb04..cab9f952d61272acc1cc316a0f94be114e26c82f 100644 (file)
@@ -590,7 +590,7 @@ WeeChat とプラグインの翻訳は gettext で行います、ファイルは
 /*
  * weechat.c - core functions for WeeChat
  *
- * Copyright (C) 2022 Your Name <your@email.com>
+ * Copyright (C) 2023 Your Name <your@email.com>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e768a5471b0ae5a9e9998e9d55e77fbfdf76ac26..751b88f734bf5dc2af9e997995c8c84772274221 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 464740321456ccb980e51466173c6c520d1a81a2..8cf2ec2a2e8a01266ad734a2281949f983a7d018 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index d269efd0885521d5a31bb390ec98048b1e76a6ff..7b40318d193abfcd315d8bb7196aa699226c8a4d 100644 (file)
@@ -101,7 +101,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat jest tworzony przez Sébastien Helleu i społeczność (pełna lista dostępna
 jest w pliku AUTHORS.adoc).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index aae055ec50118c24fe9a2419e9ebccd23239b8a2..d682126673ada63e095a750046e43f851e75d131 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2019 Simmo Saan <simmo.saan@gmail.com>
-# Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 5f80a7c6d10eb5d45d0a60d450040c2bbb1a51cf..c6117bd3675311bd1444be7319e060c0a4f4afa4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f7ce54dd84d81d14bded43c6f798efd21ada62cf..76da3c961fa162f37c178fa055127a405fb04b96 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index a422baf52012994a2f8dc4af8f69d6f7c4e8c786..718b513d5cc282b8dd72ed696bc3b89ceccb659d 100644 (file)
@@ -99,7 +99,7 @@ $HOME/.local/share/weechat/weechat.log::
 WeeChat написан Sébastien Helleu и другими участниками (полный список находится
 в файле AUTHORS.adoc).
 
-Copyright (C) 2003-2022 {author}
+Copyright (C) 2003-2023 {author}
 
 WeeChat is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index f85ac61b0dac0cb34624a5660e68ec1e1a510f48..f527b1e393ba797573e4f05099fc8e1f825bf114 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index db9192733a4f3e517c2b4bfe4d5521ae2a489a79..73a9783684f9359ab14e9aa125ce7b3c599d5800 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index 4a0982dac4664d780f9ec1ecba7201be7e44b9f5..94f1be610410ef2d150d5224a5ee1c0d1b01b2a4 100644 (file)
@@ -97,7 +97,7 @@ $HOME/.config/weechat/weechat.log::
 // tag::copyright[]
 Програм WeeChat је написао Себастијен Елеу и људи који су дали свој допринос (комплетна листа се налази у фајлу AUTHORS.adoc).
 
-Ауторска права (C) 2003-2022 {author}
+Ауторска права (C) 2003-2023 {author}
 
 WeeChat је слободни софтвер; можете га редистрибуирати и/или изменити под условима ГНУ Опште Јавне Лиценце коју је објавила Free Software Foundation; или верзије 3 Лиценце, или (по вашој жељи) било којој каснијој верзији.
 
index a06f4ea3fa3d6b13b7b398a7da99826600f05c8a..af3bdf2f58c4c0e5562c3493c18030ea1f7634a7 100644 (file)
@@ -530,7 +530,7 @@ WeeChat „језгро” се налази у следећим директо
 /*
  * weechat.c - core functions for WeeChat
  *
- * Copyright (C) 2022 Your Name <your@email.com>
+ * Copyright (C) 2023 Your Name <your@email.com>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 39b44e794f8ded068da141fff2d8b66ed5f811a7..5bc29a0e54459705a2b97ddb7dd463d3834d3794 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f9a782cce95d27b9ea41f2abf64af47b5da447f2..3a19791ffc3f559e92c3a239e5139e3662bfc559 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index d198103414d1207f03064b102c0a455791830f9b..d2b4bf0f0002d803003e0f4d8bb23a3614d83239 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 3d3aef4042cbd5e04e28f15fc0c47e9d74223bac..2dcb4090c9bf25d89eb4dc307c806853e6edbf4d 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2005-2006 Julien Louis <ptitlouis@sysif.net>
 #
 # This file is part of WeeChat, the extensible chat client.
index ed1b8eaa1eb74eef0a90a245963231ab70f4d236..9513e927593ec067e8119b11871a8d8d99a9449c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 6a953e62bbe92661c16a18abe4745b593f2dd556..51b6d072df61e2cf2ba9a99114ba9089a5cf4d3d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2007-2008 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2008-2009 Emmanuel Bouthenot <kolter@openics.org>
 #
index d3d3e7f033363b0bf017b6a76d96897d5ea9ae4d..53a7b3d1f5f4091303ad95d38b77b8faaf2e1fdc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 78099ecd72f3aaa9d5bd848fa91d0b46614c95e5..e4fd70250a5cfc0ae627970d44fc78b3a54941c0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
 #
index eed6204d2819d5276cd2430c456b5cad29a3df99..f918fc5153cd29f7b26ed21a8c161cb0ace32324 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index cb08b5352c730190859331be5fd5fea468458367..2bec7d3b9f327ffed1db13c4ee3f15c348955b19 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-command-run.c - WeeChat command_run hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2f0f7ff346593831b788903d0e5548986a29d435..ef51bfaf5765bf4751a6b0efaebcf4b17f06ac42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c5206f4d144f29a9caa64af187e370d4f9b1a2ea..4b7b0048afed4e37c876d96408f67e9389abb2cc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-command.c - WeeChat command hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 70b4225af89a3bd4997e8b1a748cc95f9bb211a0..41e28363e67df4767c701810189389bd51f7e602 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b277d10421b93470c0795cc155982b3963cc6974..800a447226e1f0d3144df3635ddb82d7688b2357 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-completion.c - WeeChat completion hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d512226179db599facda05b5082d7420834e3f09..6b596c6c916eed3ac7ec8f9101c899833f1dfc98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a95cb4d67fd47447172d6461bfc18bfcc27beab5..8f510c792b7a8badd34f8c8125c3fee93b7d23f1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-config.c - WeeChat config hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 09c6e07efd2d851a0bb8dc74aacb1e635a8b0950..93fa95095a7a9dcebecae7cddfe6d46b11c83696 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8b562a31ff8e4df3ee401e946bc55527e1479375..81e402ecaaec121715cc992069fdb9f9d6ae8f1a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-connect.c - WeeChat connect hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index b2f7a081cef6fcaacd2bcb319987dd3b354ad9bf..447dc03ed01b8820d5061f0244fec439feb5a794 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index 21fcad6226e767cb53b334df7cbeadee8e975324..872e545466fa078e8f2e1daa37e0a2987470fd5a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-fd.c - WeeChat fd hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index accbcc8969dc46a69426f9c776b953335507b5cf..942e2d6a2769abf0fb94bd0bb9596c1966bdc7ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6f56517b88ed05e0c91363970356c3d9e89e6908..ca1e6fe8dec80ee1bf8e89ed1a2b206f3c231daa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-focus.c - WeeChat focus hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1494c14a3797a86d5095cd93ac29ecb8d79f7f70..a1c7009e77afb5645ede1db78b5248d96f43b293 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 852d846935583b228c809850bfc35ab71b72131c..118d5edb3e05a9009635dfa7cd1f044db6d1aa5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-hdata.c - WeeChat hdata hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4664a4a98a284179f1ae36ab61e31c199b264691..69a7b1d26c2e8a3e726fbf6eefbcb7ce0c28988d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 41e4917b4e104701bc7a2fdf5903cdf0fb69e6b8..de6e36289807cea5a1b3807c89822afc17eaf2b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-hsignal.c - WeeChat hsignal hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c2ebe343acd8bf40ac027813d08a47fa205ffc31..66a74729587a7b317b492aeac7633deafc5916c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1610b2649e11006d5ad74c596c4c8c12f0f99267..a55e6aa615d72cd85336020d72382f6757f1aa47 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-info-hashtable.c - WeeChat info_hashtable hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3dff70e69c82b2f44e97f5a4ca21515f8c1a953d..226e8cd7eef0cc04998577472e2d41eee581729f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d51e31f60f064aa7d7919b50eba7c8208966af73..a055141971c1e9b4830d953892504bdd0e2ebcb7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-info.c - WeeChat info hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7f59441d24dbd19ef319741f7e902497d9723231..900a79fb91a8ee852a4f681745f4b354a9bdb3bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 37c4d8d5afaab7b526e0765d4f7fd7630af0961b..4c2e36fda62052099cadf022f382b33169fb7c07 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-infolist.c - WeeChat infolist hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 212f565ffff25fba829952e61abacec1dd24db8c..eda5102a3535b953fe43894d63f9295b2af45a29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 366c9bf2e63087dd3c96d32ee51bc30421b6b7cb..4e55f8c3ce991f039f557afa430fd3a131a19857 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-line.c - WeeChat line hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6cc52267c25095daec9f9e4d8a7b6250fb6b9e42..9d6160f5472b14de0ca6d976da14f2168d8f2b08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5923fb325be265137e3d835b35f7a170890424bf..9211f04754b28711bca5085a14af829570828a19 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-modifier.c - WeeChat modifier hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 40d8876977489633286616fa86fa12ce7ddfc8b4..276cf9d29d5e66655bb82d3a1d5b6498788eb0e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 25986ebb578a1ad3072dc444bda95f1625bba2f0..debdc5436e88dff90337e1a429de988f550835ec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-print.c - WeeChat print hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 157caabb0170f79320a9c5769352455d7490febc..8eeb1eb0fc9c4d6be8151eb5b7edd3b10458d8e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 15366eb3b3c98df6ce03bb05046812a3aa269dec..a779f0144462a4707846f0f6b2c159dc9885a262 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-process.c - WeeChat process hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f95a6e544374a105d38b85a078196b2709a948d0..7418d8f9493b1e9e192aee62bd8f1d4916a6a51d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index db8db4bc66def8188fae245943f6c8d3063430d5..a18c9cbc79ca256fa9ce33db96f1e195f6fdbc70 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-signal.c - WeeChat signal hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5a1c251837fc7a1b8fe31e36e4e772ac52a0ad20..46d03706a45efb705384c12b6e659c6051e14db5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4dbe4d9556040af147d44f5629c6b979d1ca7fa6..389b6329d89e6c4a6734b0b1c047ad36c1dac3c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook-timer.c - WeeChat timer hook
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 45b00612bff96f60a3acc59c8e54f0dddbe29b6e..da9cb2d337340f76cf267af116de369f775f910f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2e1fe033ed93a7fec6f39bdfed6c5bbe076de27f..e5e8267a738e31829e55c9dd800f5cf700069add 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-arraylist.c - array lists management
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9f6940fae2ac3ea35f31cc0896d528e9d94127f4..8c6e85000b2507a2e852de3b94cac192ed086748 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7d567f4526258ff31bb3f85b58dff4353970e04e..2afc7ad4f4c2035738ea8a92a807b1018af525e9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-backtrace.c - backtrace after a segfault
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 389e03ff1092c2bb8ca9092b1b7e40b680cddf38..8f0fbba4fb568c78fbca4ca5e13111beb46fd610 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 74431ae438193192d3ef3513f1795fae3de054c4..5a8c22710f19d3ef2a8688d9fa278aaad35698e9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-calc.c - calculate result of an expression
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6731c269bc23b646c777e28743f0339542c9adef..a3136ce49812a6570d7256c1808afe8141baeda7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1cebd130bb7fddaa71ae5826e2cfb74033475aa1..2e5c777649e719fbc9d91286f2623cfc73327ddb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-command.c - WeeChat core commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 9c6bde91bf59f19df7ef20c4935501e930556a41..6d7154b1848dc87be1e520993ae5a2ab64c593e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 8705b8cdadf8d1b8d7bab531aca13757af4775ac..a1421a23552e0e90522cce03ee1e57ca809df5aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-completion.c - completion for WeeChat commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 153a3aab5222ef4d7633437ad739f61b78df0ff4..435cb58248b485eac6fd5d0a637b557f1c9cb304 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cb7e74721c3f4dc983e052bea15a67bec02896d2..6311f020e0575f2c346087fd0b39bb907f2c2b36 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-config-file.c - configuration files/sections/options management
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index ce261d55d3570d1745260de7ef341facab64315f..05b074814e9870240c9e59b9acd2faff31a30b55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index f2613afad4a198a1b2be87e92f54b5e6b8a9574f..3d9bae15cdc20f5da76fb95a21d1f7d84daa49a7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-config.c - WeeChat configuration options (file weechat.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index a2efad374f6f4601f5f83b8f102b720959f135fb..9f9f54cc8711dc0b6be1def915332cfbf8ecc9cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index f99d7aac0344d4fb2ccf972e20a2b48f3cc38902..3b86f5defafb8ff8a34c926a3ecc62f39a2b1635 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-crypto.c - cryptographic functions
  *
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 863bccb2316d62ac6fee56409ba868af8176d6dd..c06de3d8f4eca75620d61d7f450fd7863cfe5aed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 924de88942e920c608e6cef59899f5ede237b115..7672d3b4565c9d0c499d6eb6e759ae6a32912251 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-debug.c - debug functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ade3cac9b09cda69d3aab01e5b4312ff8eb09fc7..a381c29424019af2622e2ba235ca7263a9b16597 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d5267ffa33509575236ae626153586e2eb8c14f0..e1bb885031b4e384fb445af739732a5928b28f86 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-dir.c - directory/file functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b02d31e284a8092813b67a14d3e5237054311172..dbf4ef0139c6fa54def9b1758ca10cb5985b389c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 98cea96be3cca75ad4eac10bbeed0dee91a93f3d..01dce0999dd544473edccacf2b1e9a8e5a3f6912 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-eval.c - evaluate expressions with references to internal vars
  *
- * Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 944390190e9bbc9a6b5b6dd6d76c5f7e3bc4e8a1..b703c03ed102daaca4cd73cfae0aabf6843e2d14 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 13afc70adbc01ca809987ed9ec1bdbcfb5a97461..411a6a6688c3423de9598a527cf88a492bd628d5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hashtable.c - implementation of hashtable
  *
- * Copyright (C) 2010-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 17031709d99165892bcdfd30da290f2e0829b09b..5c28d11d92732439f7c40fce1cabb7224ab96250 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e791a3dbfdbb2623b1e0fc41ee7a09103eb81ce2..79b321ad8ebcdeffbf3e8bd3547461bf3650b907 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hdata.c - direct access to WeeChat data using hashtables
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0747ff694d373d8d134740a137c515324d303a0a..001ad4da800273b7bc383f92aeeeda6820d54482 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b50a664e71ce93699895b0f80690498b16453000..ea9efa21cc13538c5dd0ee257a89a7b43fbdb220 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-hook.c - WeeChat hooks management
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7efbd82acfb5a12f0bf9a883b2988f2eb8599f3b..3288274514321afd2481947a96fe2e4f273d053a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 306022efb1f60ce82d52a1c0811d259ade2650c3..51f0a32bd29ace8b1090e752753f6d6cf8530c77 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-infolist.c - info lists management
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 78da1fcb327cf77454aa44af0eab411f867b0f4d..b4c815ee29e8170f60389bb76dfe13af6ee20335 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e635e8dfc5f633cb985949c203e2d1c8c700d17d..7ad71634446d8be36de026b59b61ddd85473d379 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-input.c - default input callback for buffers
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3c2cf4892869c6311d3d5b360c828bac35ecba7e..24ab2de74a0ad20e1dd40e042469aa18f23ce311 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 340ab92e6418968c8d66c37e1611a8456ddd8065..df9f26794a18e2fc25612c439dec1c8a1cd2ec33 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-list.c - sorted lists
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c1ccdfa11821d190c143363356ef9aef5399c512..dddfd7a715359ce9c386c4b14fe65d91f5209c47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 990348bb63adeaaed2574e136074df2ca3d0222f..2f73775401d20efcf78c4a69f26c4748b4745d29 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-log.c - WeeChat log file (weechat.log)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 95137d8128b7b76f922480668e15e2f6601bcde4..572c6e17724c9605ee1b95fa32397da9bf578ea9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 202f2b61b9d7bdeff1d42886652fb339326be12a..91d007fb296ac38526cd70051aa80cbbdc370869 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-network.c - network functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2010 Gu1ll4um3r0m41n <aeroxteam@gmail.com>
  * Copyright (C) 2012 Simon Arlott
index d705a12b29b1af1c099f0b6ffdf4b9f8e7850821..3677f5df066f53e595f9d0a755d7ab8bba26f080 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4673907a9e41a8a89d6446fa161111b586d62116..f5b7f3947d6971a6227cdc53331b6cd8f7b0ed43 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-proxy.c - proxy functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ef99306a1ac9f1dc426a85d33160832042c77c48..a6b71c80b5bcee4b3806f436323ede2f518e6300 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2fea6fcc3fee06c670e3149b3dd10a8f72ada09a..fac429d97ba153d871c3b5de364099b6df7b784d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-secure-buffer.c - secured data buffer
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 555fab3d5baf3b231aba473392a66a861d17cd36..cbc047c700621a665d52c2d33511d1d9ea648f1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d1b9f7685470b9589f4377ed43626de8be1c9b69..707b5d8ed62533a1097bdd8ea7c0afe1ced10478 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-secure-config.c - secured data configuration options (file sec.conf)
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d1fb02b80bcf851c507ff1ded1beec2ae82f0b85..d8535b268ee35f60c8c2b5f5439ac1cdc4d22e5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4f8f4daf9ae7e41693cc01fa004d1aad12abd40c..892dfaf5785d40d9b067d2a5c66539ef11b4bacf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-secure.c - secured data
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a670c556ffb1ae55570047e3424287cea874e611..df7a8f7d04742b76ed23a0a8cdb4a230cd58a1d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a9c51dcce4ee944c354e27f5edb290a36d3d7e17..af88b674f8d67f9d1dd5ec5262d12e7b6f5905be 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-signal.c - signal functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 634b2264c8feb44768a0833982fc4c6863bdea99..8d8c43fb40991867885b6683008d36749fe28d4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ed0880495c83881406576445a7c011965f2377bf..2c41fbc0de30211608d384fa8ac26fefaa6c529e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-string.c - string functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1b57fa41baf441283aa7fefb4781ddd15084082c..adeb41c6a79fecbd49c888a2adf066aec2e66536 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 23d870d37d0fbdf8132f09ec3074419a6fd1d1fe..15cdb22a8276f4ef7a02f22f42b27e056615cfe5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-upgrade-file.c - save/restore data for upgrading WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cbc48514abc186f31e63c5317b43e5a821006fa8..e86fcef56426e1c0c828a058ce64bfc185aede54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3846c9eda1cdbd46061cfc0e8a424e92bf1fb7dc..dc04e33df7cacd940ed574dc3d9eae98c8643fe8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-upgrade.c - save/restore session data of WeeChat core
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5e3b1b7b373dbb0acffda6f994b3a56e0baf1af8..f25aeb3eae4527aae2bab145f26a2d9cbbfc7334 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index debd8313dac0e2efbdc9ac0a7db3cfefe51de4a0..5a49a9a18e2e84583f05c04b268dde65de4c6240 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-url.c - URL transfer
  *
- * Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e6f9394f7f0f704a2eade52991277d91861e0665..0c62f7476b8b4c106c0c0a05663042f2e835f107 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0cb78405fc0122ed96ec31b693bd859437f88532..fddda7c831c210bc989644d3b348782972ef91dc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-utf8.c - UTF-8 string functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 72f4afe3c1d1c5374c675fba3f877ad4a9343d25..b2dab33344cca5fe6e2194abdcd2fa23176d0755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 09bafb859592f99bdfd584177a3c56eda0feb1cb..e776246f03be49bd4b38663db04e242d0e4dc6c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-util.c - some useful functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 49a712ab590acbe5b53ffad5b792351b445ae188..8811047c22bb1dcf6a36c86e53f7283826c0136f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 53cc04e35bc6cb839aba8e04f840d6e302b5b0f6..7f5b8fea935e2df59f3d3b7c2ef37dd1dfcbf48f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wee-version.c - functions for WeeChat version
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 89bff25773cfbf31aace92907337434d51a162fe..23ca7b3e720df51aeb025a7f0f2e3e458ef5baf7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 246c1636af9456c0470f460ed8a628fb42d79899..b195c57e3e574fb22b57a6bcfb7dd99659984d39 100644 (file)
@@ -17,7 +17,7 @@
  *
  * weechat.c - WeeChat main functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 540406f862196996be4d2d4ea303e228f311d4cd..90066249966763d106d4244bdc33155aa68af359 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
@@ -54,7 +54,7 @@
 #endif /* !defined(_) */
 
 
-#define WEECHAT_COPYRIGHT_DATE   "(C) 2003-2022"
+#define WEECHAT_COPYRIGHT_DATE   "(C) 2003-2023"
 #define WEECHAT_WEBSITE          "https://weechat.org/"
 #define WEECHAT_WEBSITE_DOWNLOAD "https://weechat.org/download/"
 
index a135886c9c304d097210131323bb27a8b55f86da..6b94426f4afbd17df1518c514781b6aeb5030ae1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f3028d497ac41b900bc00ed19dd7cb2cdf1e37ed..b1870ec0d4705042c4f7e449fef35921463b163e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 27057d53b9bc1e95af8334a4f3e2431571039b96..585c0d5a75ee9f6eed45bf8e64bc321ef19753de 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2007-2008 Julien Louis <ptitlouis@sysif.net>
 # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
 #
index e926a405f9b06402e6a8f39e1335ee3cba604029..aaf60e3df6f41228c85c1e91e9bbb9f097b2a2ee 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 585f24eaa1fd8533a19e88a262464490f218639b..0410f6ced60e3c3e3eabd09c69d8b0717916a4c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-bar-window.c - bar window functions for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0e41b3ac58ed00cb77ed31012f00858b8c775bfc..e55dee23c55e9de9e4bd55520655e10c19bfc876 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-chat.c - chat display functions for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 48e9eda4cec3f429d96cca0555e7816182ba3584..ebcd33f02d00b75a2d2a4484d22b3d2a91ad1659 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-color.c - color functions for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ca50bfb6ccbeac71ce2143431bda93fb1a57d51d..cf2fbf4db27fdecb931d622b6793736cbeac8ac6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-key.c - keyboard functions for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bb36c64fa1490a9efe9e9b40a7971356ecd6f2e8..2f42c7388340602c766eb96db3eefe4bea1e0300 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-main.c - main loop for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3a6325e0997ac13dce064040d824e7c180eaa5f8..27dc5d923131514fac48082596cbf6002d8655ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-mouse.c - mouse functions for Curses GUI
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e20ab128ff918a8e36decf73106b0614379c1fd7..eadbd4b6e7f24b9efb2ffe1dbe6c55213ba0a905 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-term.c - terminal functions for Curses GUI
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 35fa5746a191a1587191e046d2de6da7ce6f8a0d..f9b82225857294ea74dd0603db03d70e8db28520 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-curses-window.c - window display functions for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ba9511b39abbed9046da518bf6d996145cee36b2..1e7286d05fe272688c83b28020bfeba89da6a069 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 06facac145a1d4f23a360cb866becef1c781905c..ccd99fc585f3f6b522347339a598704d661d68c9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 18757c94d6e465c008a96218ae5869f284cca6be..c114a8261c381af9fdb588e9ff01f0bc30309e33 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 348560a3924f115e88499c97625d2b1219cbe6aa..6b001a3a10dca9d5446b6710b66b41f3a8b5b482 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * main.c - entry point for headless mode (no GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7d2dc6c96a0d47437ec7058fb07ff1056ab58bb4..b26283f4636f79a9c8369e36f7822875a54c8dac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ncurses-fake.c - fake ncurses lib (for headless mode and tests)
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 18e8b8080ab62022a4287f79f204352e6d49604f..572a9b17f826437ae59354b181cde02379d85a49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 60f5e10816d656a1b3816e0d0f5309ba63274f23..ec408c116be068c171872f4a957cb9000fce344d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index df2fb2b5837317300a8677aacc7c26addf4c782b..1bb1c14df1cae6adca3b1fd55d32303c114a5548 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 4d619bf44888db72216d69e9c333c77a86d1b5c7..7d536099a70758d989f78b8d40c7ce0c0661db1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * main.c - entry point for Curses GUI
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 599476acdc7af42dc3605b79c230be27131cb9f1..d08cbbd810fccecec78569c3aab1e287556b21ef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-bar-item-custom.c - custom bar item functions (used by all GUI)
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8e0b279aa1cb69d0ef71e4b19bced08a79c7dc57..df0109ae8685c446ed200fcabb03a1fa6a310abd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index acb0e400725e483877f1c2636b950d4579c5d475..e55d8520a31b43551b25e95b235e888c8659c05d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-bar-item.c - bar item functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c041f4787271fc375a5e7af1502fafd86693f4dd..cdd4e109f8188d440f21d5b1b6efb90f5e8e6b48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fb54f0420452f6223a7cade8b7df805cb725eb8b..230822813bf7677f2af544e412491d8e5f145a65 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-bar-window.c - bar window functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4813e63c12ad7cf469e58ab00e06f9f7887ed8e5..9d7b2d76b0afbb05fd8cc188c4be898fd65ad5e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6c421d003812bcc10b55d87a672658e0a4305ec0..4d5ef1391380d42d09a9760c9858451849c4d62f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-bar.c - bar functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8b18545dcb7941947afede8b804e20cbf64faad7..5f6c3df92e738dc198060611a24ba1217dff18dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b4f0d9ce06bbee79ab71e726677a8414e185b784..9130068df142ef92a6adfdb707089d1ac34ffbba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-buffer.c - buffer functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c37683240acfedee0ef94f7b2a529d19927bf4d9..924687e5b82673af6345cbb777cb5843907c3988 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7f63523d9f2d367deacd058ff58841fba07a8e0f..7b89f2a0faedc31fe5d30f0f583c177dd07e58b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-chat.c - chat functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c51b23048fcf8857697cc2001a1d1c4ba2ff9ec1..0971b93f9e4e637b474dad8d0a16d33a65acb8b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e425d108e7e60bb8f45fa6eabdd43e048c6f82cf..9f90f7734d10ea9a4374687f7ff3c476faf52835 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-color.c - color functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a5a413e57b90046b2dcdf734dfb942c37ac58ffb..50bab4a9576fc38df4d677527341a0db1e2fce98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2348fdbee3071c0da4043d90dc7be30c84b7d9d0..0e285e8d0128e70334f176cbb2ac7d96c8dd3714 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-completion.c - word completion according to context (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a4dad169cd4b7ea8dbf54743f506e406f4710f9d..c41d642f7cad3a6329478a5d49a5acd63ce422ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 29452db4482e44f0b40396a12e52d686a7be1a1d..aa369ea1353057e7c6d9b00500bd9d7f525af4c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-cursor.c - functions for free movement of cursor (used by all GUI)
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cd217b6a97fa4a9b243c1eabb4c499202d64f931..5c5753293ac6c76ca7a1cd0f07e645b96e309bb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 242ea58da215247d7ce69bc6e26927119ac6ed88..e2642713ec17f0b12280b0c68826aa589bfb8f62 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-filter.c - filter functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1e1903a509125b9607cbdd152b7248c3573c1f43..c4348d93059d1b53b5175903761c759585d9431f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3e57a04084ed5ab7ce5481cc788e4d61d3cb1e8b..b3b8f96ea8409090adeec8f3b833119bb94ab0b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-focus.c - functions about focus (cursor mode and mouse) (used by all GUI)
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6b410fdf7811d13d319855f8c15e4ba13e0df7e6..3f7fd76d2b343a43d0772384ecaf086a4ac3eadf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c6e7148365f145f7597a588ff0c790022e607a82..aa0117bd54a3c3924d5f95bf47639fc5f04f407f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-history.c - memorize commands or text for buffers (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 756febe1d736ad9624a7ea24fa4c3ff56eb44770..edbb1acd83ced8ee851e79738a26feb299ff2c00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 409fc93d909dcf1b2a33140d1c998a8015e85de8..34dfc1700c8e70af048bf0110ec718a249e61d21 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-hotlist.c - hotlist management (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d0054d4bdc8b9501718bdee988e0e3c897bdf1ad..faad5fbbd08ff7b123e45318d740f83d1a5ab09c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1b54dbb6a602192e71ca77763cd9508302be43af..c40fa95d147d05499fdcbd5303f612b58812ba10 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-input.c - input functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 400d97e56f789317415fb3c35c60a45f0823e093..6c867dad0cd4d22e484ce9f87a4bffdc65da0108 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 23284108342a57d62625f07ee0c33a8dc6e52bab..e9bbd588d36c0b3f71e08e80683ca15e059c77f5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-key.c - keyboard functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ff1b4aaf645af5f61cee49b7c91e94198f3810d0..c825eb5dfe8f72fa082d57241850514dd50a06e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 983423c4f42f1210bc1b63c9c9a09f54152ea26c..6ad859cf8e3ca03fd6b5877fbd4a7179c8a824fd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-layout.c - layout functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bfdd507e1e0766f6802121dff9b435b61f968a92..0dbb6282429083a22ada4160af3e13e2639344d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4e29d5685eed748d5ee7ba1ab2f41522ed7ccb59..e2cfbd5fbbe16db5a0b34908316c9ad723487293 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-line.c - line functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9941ab7d423b8e892ae0100419744c1772de6893..ba4d7fdee45f884b7450ddabd972a5abe8e18515 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bc340fbbafe0243d64857501a3db88648a814abf..509f9fea07e2245e44f5b09e8ba133accec763b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e0251f927a4c13af12c43d0d3fe1751e856cb7c7..a016cdca919853ed27a2ece97412155cb8c31d28 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-mouse.c - functions for mouse (used by all GUI)
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 997491888ece330121e821d392c55419a1702440..723ec29d44e99db6b10c3ee55b77eb69b3b480de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9953194bcaf0edecc3f381336e125307074237a7..04f7213c951b802fba915bfa170db75da4551e72 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-nick.c - nick functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d38534bc0d05324ee943881ec1a76e0530dd86af..45d88afa5ac492b25de275b5ad73b16f9a81048a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 93af9ece60e44b3fcd7cfc92237cb2f2e986480b..0c69467789b3ee0864dd559e4ba6ff9ec504cf2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-nicklist.c - nicklist functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3326d365557aa4104686e224bfaefe0e5887ed68..721df68557557677d5dc7a056698cf03443209dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 34fe35871e83d9d3f3756d9fb4d5d05f630fe938..0f2009eaff8a136973caef853c84d3a1a3cf7808 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * gui-window.c - window functions (used by all GUI)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 91cf8d7348b857a038049b77e032abb9e3ce00e1..10e589c0dc9c8fb4933247885e6c3716866839e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0051b3972df5cf12edc9ce0fe5def98ea5338689..1de1348191b9cab602a5a8904c1b7cf074aa043f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
 #
 # This file is part of WeeChat, the extensible chat client.
index 09f74a0e7699acdcb46ea1c783ddca4068cfdaf0..e9647ed8d8ab36ece15bfbe7fc14033933f13b06 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 # Copyright (C) 2006-2009 Emmanuel Bouthenot <kolter@openics.org>
 #
 # This file is part of WeeChat, the extensible chat client.
index 2dfc5be4a75b4e1b3ef9b3a763c584f82f13c572..ce6e54caf0414847a1f15e6c794ff327b1d57b90 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index fdf31fe72a67aaa32c8bf27ed31d0385bf9a5818..eb02f2053eb656b784edba9b1a804788eaeb4b82 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f676fd6902ad70d72ba9ccc9d3ae112e0f98565c..7a539c7ae503baaae5552a394436447ffba48302 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * alias-command.c - alias commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b433aa011a20511dff8c9c47966a14e44be54223..c3dd4a47a8a7231832acbb72c57ecc8ec3d6601f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 51b0368e5c03aa9103b87060578462829a6174cb..583c4692fb586b3d819ec83f38cc9f755181f418 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * alias-completion.c - completion for alias commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fbd73566aa2f2aa2dc96b8c257ab7bd966ce8cb2..1e22cb5d767a50be763e6f8f967892f4b19b1892 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bb5f4924e61197ce1df7a5731e4701c624b4f9ec..a85e53f830a45a5aef0e628576f081a6e1dc9a28 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * alias-config.c - alias configuration options (file alias.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c7882a9c6505c6a4f93f85f6abb1855b7ff54023..fb55cd6cbff25c23127ab44b3642da863fef12e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b12d73058dc291cfbf4d0f3864d03dcee73f752c..b64449ac7ddb6315a4cb89be797d70236d9ee1d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * alias-info.c - info and infolist hooks for alias plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 75ac3c404e1c4d86fc7281e3694418c30aadd37f..3feb11e953476c24c0000038bd50a79246cd9ddc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7cedd3dfe30daffac450437dc984e263fb7b52fb..77caa1dce01eac9a7e8c81b2932694c2dcd2d547 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * alias.c - alias plugin for WeeChat: command aliases
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a437d848c1e63da2bf5fe94737ad291d8df7929c..35205e4a9e70b55427e39ceb71d4fe797b3b79ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1569197c4f18971cba711be048359e720573b1fa..2206c4baa3c37764a20d5084f582e78564a14202 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 1a01a01b8bd67e8115e28fbf250c70a29caeb6a9..d9a91c22f44c33f1b948a3513ff2c8b663e0f310 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 82be155aa7206be2d73c23ecba2beb059c63b4fe..1c7abf3c92f3bcd5946e62b4f1fc71d8f6874b5c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * buflist-bar-item.c - bar item for buflist plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2fd9ce53c27cc3991051d86dabfb4315a695e458..043e6393c9cce27615b09a44614909489a002590 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 11bb74acb53f21c56e9ae563d5aee9e05b1d7ee5..9c6bf7470d53116474c4e70fe9991bf266a8fc03 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * buflist-command.c - buflist command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e1575308e1a6e3c28b237c516e752ad396a8250e..e3263f820c2cd2e3305c40e3e512496ad0b8a592 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 934bd67b5099b78eecb17846daac69d2fefa7682..33ea7f0b03c94a45d1dab6fcef68172d4ec760a0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * buflist-config.c - buflist configuration options (file buflist.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d7ba543c09b8786093289c246ea68b7af15f149a..2f3f696fe0ebe4346752cea00f6ba89f1d3d779c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 400de8ed4e381f41e196c5dfb32afe2990cccfb4..ec14357af325f34b1be019f1f1162eb10690a408 100644 (file)
@@ -2,7 +2,7 @@
  * buflist-info.c - infolist hook for buflist plugin
  *
  * Copyright (C) 2019 Simmo Saan <simmo.saan@gmail.com>
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ad72937b8cd2238b18494169e24c9293d4c61891..d8ade4e80cf9e292ff8d84abb754f89e5896d0e3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * buflist-mouse.c - mouse actions for buflist
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 40abd988a4c46499b2632281aac70c34a50b08e2..701c6526cc72fbc5b63add8c0b76e52d8c35e5c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 00da7a83f824d56953de0212261de7af91021d5d..1de63b66b73f87a1da71b604336c48b0719e8586 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * buflist.c - Bar with list of buffers
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 173b7c473cf5f548075e9e87a4531ac3bed4106b..cb2938dbbb5a316a3a83551e53423698e943a3d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 28136faac8bcac66d03308ebf457da09a676626d..d3b828a8b729a6f3f8b11296d0f22fd0d7280390 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index db428e743359d6e895fe60ec5e25b27dcfd20a82..2369d1a13300431c7e5617428a13299b6594bc8f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 0ca109da2200b82946a3977e2102f54c384676d1..15b035bee523c302e12fc4736a350ff1122ce343 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * charset.c - charset plugin for WeeChat: encode/decode strings
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7518b354900f3905bc6d4cc47cf7d109c94ab026..b613aa8100c55e2cf7b82eaf705d81118d8b1cb5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 49daa6ced2aa4a6bb9737668aa66ccd9ff85b668..4ab35789522bc0168ffa06c75440fed960984a0a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index e1fe3ba1dab0faa5dd7e5636c6ca46059376307e..fd69fe96761532b3af3ccb209a50b29544b9765f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * exec-buffer.c - buffers with output of commands
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 415d9d7862cf80d5f13fd1950bbb758d25cc5164..b24979a0e2989ea5858546060b83fd60e6ff3acc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6112ff6afc54aee8ab8be5164e7ff94cfc81f267..2e6289cb8bf04a99e2184b3fded3561b381f8e07 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * exec-command.c - exec command
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ba23e010adaf2f423f6dace26eaf8d8cd7f50745..e1d046a58b37a649377fed40d552129c1784d3fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index abec5e3b67edc77bd759f220752a103426942669..bcf321eee4e1704ebfc27107a1b727e739be2aa0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * exec-completion.c - completion for exec commands
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 57efd566900284a8a1c1824763a80757e773bc32..f712a4f04375bda06ee524a5b6791bfbdfc2f5ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7c2ba641f51d4bf6a818c5e6024cfb61250b8995..f7eeccdf23d9932e5b7d683bd5880058324dea00 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * exec-config.c - exec configuration options (file exec.conf)
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cfe062e39d9dcba610667fcba0cca37bc0b79900..baaa2986830659d97e8f2eb8d1e4c0920b93fcad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 166c6f1d9dd8e350a22ef21ab73e6e92ba62e234..f5344a421cf242ded748a7c8c9010f7da46c06c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * exec.c - execution of external commands in WeeChat
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d71fcaf059d56c1956b5036a00419298545f0281..962189812954bd68c8214b514f3b3717c66efd9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 87a99fa379ba76fb3ca2abcecc550635df5a880d..465dafba26f2b3178d89f59631b85e8f45a26f5c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5ee2a0981fbe17afaf6130710e92c700fb97f353..e3bb70f49d168a0c2207ff480656d77a1511666c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 942eaec501518e4eb356969727ccbb53504eea1b..f07cbf29b012782b612e9b67a722f2abfb1dac14 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fifo-command.c - fifo command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 19cd6fcad5070bd6e8d7dd659cd04ea0578a5b0f..9392fa6985b9f9129a2c6f83c6cc3bd48a5b466d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4a0b659bb3a83bf187fb3d572b55c69dd4cee79d..746867a163dc16df394037636241b9f5e99238fd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fifo-config.c - fifo configuration options (file fifo.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4f9e6554eaa4c6c7571814c5ae0cbc3596d8ff93..2b3fe475c4e77b145d0b35bcf79314971d102f1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ef837a2234ae1961c86e557439463e198e53e341..5cf5b7057077d5b8f6ab6260758e94190ab40f83 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fifo-info.c - info and infolist hooks for fifo plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 85671038982a581ec05a8490a809496ac99ebc11..8a40e0cb08a62b41ca9e96ff042986c1ae1c117a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 46dc20aa41375ae8b9e860dd39c681fb745fbf87..bb6976c64f62e15b899aaf4de209b467b743b727 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fifo.c - fifo plugin for WeeChat: remote control with FIFO pipe
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index adf6e5bb5be1b516dccd3092fa6e756f2a508818..ea5485f5b92387bf5e5459d305a5849a17997970 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5b4eaa72a6cc81d909c0530a33aa162fd905a037..0d70b68a54c1ed0e1f542a1eefc5c422b0b85d24 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 4ef6479de382c5de414af60d59eccd29b1acc004..4986a3aeb28c0df6ec943e54c05a6001fdc8b73a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 66defaaf20e13ab9ae0fe3fce452aafc5f1dbb50..430ada4e1755ca9ab55b4d2f5008edbd59aa619b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-bar-item.c - bar item for Fast Set plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b1fd5001a927b4f6387beca18c39af5018da257f..6d52ccfe124f25c2b3ac910f6afd4931a83dcdf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0637c7910c1b05dff818eaf0fd9f0346b0491888..794d8be5ac6ee362d07e5170d35ef170d0750cec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-buffer.c - buffer for Fast Set plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 19bbcd644d2e507e4ad9730841b8808e1b13432a..013dab9eb87b238c9211ef3a25adda0a9462fcc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3e79e7dffeaf971e533bfc469f092fc90713e8db..2ca4ab89d503eab823b177c468cdffc23d0d1d8f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-command.c - Fast Set command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f65d0395671f2cd5a47eb19df7a84986678d4a31..431785e31e2e9128e7fd1f8a5c7eec22ba85ed3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4779bf7d4ca10dde17b8630de9f210f1b0853065..0899d7c4cdf1d388981dde731f079bf0431e3124 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-completion.c - completion for Fast Set commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e499a87b1f66f209719691c92475c775130cea19..fe780c30ce8f53674701d7989642d9e8f01a82a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3d3c9d56bd3caad603ff4da0f65ad716b880e5b8..13de7038e70f060eb16ffc9c038dd74b97b98218 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-config.c - Fast Set configuration options (file fset.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4d06d44dd00816c457971a4a13383a0a64f0991e..960962a1ed96eebf21e0fc45bd9a125f4e83c043 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 51a7f60765bc262ca8cb5161aa68fb83ab265274..22cb239cc6583cad8558dd58925bf61718372f81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-info.c - info, infolist and hdata hooks for Fast Set plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5497f41217784afb3fe30dea4743bdd0a9504440..2add3dacf2643428767f06001772d29384862cff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b9655dc9cd9af7f92a4160d5825c246f3f94c844..642d33d442c750222d36f981ec7c9ac4b144fe78 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-mouse.c - mouse actions for Fast Set plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index eeba33da212ca65462da4ded56f77f66ae61d1f3..ed65dfbb10f3fa8e1cc73d0973a49cb7994c520b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2ee03a7b9b9a974674d64a700b3e24641cc9b223..748bce747e080b0d72f3308e9ad330174c34ddfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset-option.c - manage options displayed by Fast Set buffer
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1e64a4e4f23bc5ddb8ef99f99431c21f17caa8b9..508db23f126acfed3d76c444c3081c713cdbb408 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 51ba2bf5bac633d5a064fe5a9e94e9cb1fd20015..6b9a15918d9ce1b95dc2faa80accca9013f0d1a3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * fset.c - Fast set of WeeChat and plugins options
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ef3192498438af7d28667bb51398aad0ca3726b4..6462aa88c2f51dea3b3b7a4aa9ce25932efc77c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 673afc4b408587eecf6ea12393e2867ee873642c..c953343fa595ec64545c218897da30264577f806 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index d67f6d78979762da2e3e26135581acdd2821c4f7..d91956a3d903fd77f05cdbebba878c98721da4dc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5efc6b3c828c8c234a192df2473599bfbdcb1ed2..c90f6377fae7c7432a3ddfb2ab37f9bfed03218e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-guile-api.c - guile API functions
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index 27cc5f97b3c7fabd722ab16cc66904c35f7cce00..e75ae37fd818fe9bea1c91843830c05f1ae97660 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a0f584a9a8706d4b4f5c9fd3bde2fc1f0a0d461d..29fd03c53c829a3a905724a4ea587024036a0548 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-guile.c - guile (scheme) plugin for WeeChat
  *
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 68aa18ab98daba1f9f572684f99081aaef189b03..2fc6cd668d067c5cd72b02bcd936bda29fcecc60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4745df994a82b605fa735a91530c1d0eec582dad..a0a853e9c40ce85154e545183f3adba8940f2a4c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index aeac8566da48a3871d9d857f3860ac240f2d5cb4..51ca369d75e228b6ef79b6aaf35df922b240f955 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index ea87fee76990cbd0f286c0e13d2af894b9e8c4df..30f6d408d4c4ca99958406aeaf7d9b8eb2a51f5a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-bar-item.c - bar items for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 25832d384e16b1324fcca7c48592dc8196307158..40f9bcba0ebc5b50d7e60055371a1e59812a219a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f29b5ffe295ed8fff5c58160018a307e881dabb4..791c40ee3891a8212251e1d79ad4e1533e1d4ff4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-buffer.c - buffer functions for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c8eed02da55da1f8cced2b293b9989eb7d3cdde2..4282709c2b732baebf6cd7d9233715423c84f7ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 455c025bf046198971f4fda232e726f5de342bb3..77457a51e36c743ce3a19056ab97d6eb3fc73932 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-channel.c - channel and private chat management for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ac39d498b156b18eb134c200715178bbeff6809c..91ac4b528fd94f2bb1268346becf0d079cd4a579 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 35c078dd4074f33dbcbb27277049f07531cf00c5..012cfa5cd8f32ee2f4be0c8711ae3b74c0d0d555 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-color.c - IRC color decoding/encoding in messages
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bfa09b84abc93a73a81b53e44ed99009c6ba989a..3d966754bdc92d37a72aee4b76439d3b9e57c3c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a0072f5359c14b107c54f57235923de3ae60f402..473a636c08385a87006cd50283d4e11bf9a5cb76 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-command.c - IRC commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 721d143fb8820678a056ba62aa26fb9ce0754c82..1afc3ed4207903aae6ae1a07ec67c86641bfcb62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8a485dc559ce16cc4258608a91b1650cc1424bc0..3805643b06dce213fd92bb15db3ce498527eb06f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-completion.c - completion for IRC commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e6be250a537a2544c3be68e232c7cddea53705cc..59676ff4d83c4f879797bbc038ece77501647feb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a3df1a7267b3ab8537f414721ab46cf002ed7227..6e476f64809ae88a06fc6ce4d98bde29a89a5585 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-config.c - IRC configuration options (file irc.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8f8c616f08d1c3786d0d8d31cc4c91584b1c7c73..2bfcb9fc19c88c54f3dc8982e98fa470f7e5a392 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index dffbea5e0b0a219a70375df0437b0304ce843c0e..050b27fc8f3c34ef76d78812df03b9aadd9e4636 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-ctcp.c - IRC CTCP protocol
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8e5c9634b5cad6a0ca6ee9a0ca7f389e45ce148a..27ed3850004a342ee68d553307c566980e5892b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bc55e9796822168b0ad5db06afde477e88386ea2..d5bbe0be9cd81a19089af57b6d1c520f415c3276 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-debug.c - debug functions for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e7e180531d59fc4afe972b789ac2ff659d0f24e5..e145ee4bf6a07673d0855114258327ff415700f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c8d0b0e945cd4aa2a2823c86981e015e0cbb4637..4aafa9b19c7d21531524b5f919005ce180a69388 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-ignore.c - ignore (nicks/hosts) management for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 33bcbef4300f67e72b47850b041adb51884a889b..0b7938579ea92fd33a191a0f3597e8d2e33cb91a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 11dcf255f584c7a4fcc840fffcce6782a03ebe60..e14803f7c31fb409d6d4766bb4f3f1e8c08d3a92 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-info.c - info, infolist and hdata hooks for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index da80a1cd2f9acb5da47c859aec93574bd38a77d1..c47c1d7fc8231fdca1e63da3751f463057301847 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a8c5b4b56adb51b3c072a56d938302038ed83cb3..d2fd9e2415eaa61006c1b07dc1f1bdcc2129c21c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-input.c - input data management for IRC buffers
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d0c1f997fd52911608f4a139af83d2e5306ca124..8e833073709ff0887efd275a77bffdf306647b64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index af388d03c119197d3d00097ed873805540fa2730..82f8566b2adb37a43e0c70c1928ee0cac6cc66eb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-join.c - functions for list of channels to join
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bec30ee60c45758168aef2b3026c7858ce7d33d0..16795b18b7b0cb6c9b3e44b7670cfab8b0183ede 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 64a37a3e7297f475398dca97f9895c7ac2c8ee7e..e5b2360c1afff09df89d492c6ec7a4c7be911582 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-message.c - functions for IRC messages
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 59512d1d5adcb6f7197d491825e55217416c554a..496c7c1f96984f23fa1bedc2a6f133f8a2cd30f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4fe3f718786738285baca037978a4ecc197a52b7..de85dfe55319f43fdbfcd6ee16964b8ff39f8529 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-mode.c - IRC channel/user modes management
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ff5c3348a8487da77480a765b4057743c8f95db1..76b21cee4dae219abab097e1e26fffd97d2acc7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e6f908aad4e8dea89d21e964ff52a188e6b5a856..581f26b5451a88fd99b3ee19a0a5b43a2aacdd4b 100644 (file)
@@ -2,7 +2,7 @@
  * irc-modelist.c - channel mode list management for IRC plugin
  *
  * Copyright (C) 2015 Simmo Saan <simmo.saan@gmail.com>
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 63e5db5a6152238bea56942293d1df82e558affd..0dcb0d6b43921b11bd10cf8dc9d1ca5778e8297e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2015 Simmo Saan <simmo.saan@gmail.com>
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 45aaa30f5cf4e831de59909b930d87f034cf426b..02c5f3c4d3cc77f5284f44c1371893a58c63723c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-msgbuffer.c - target buffer for IRC messages
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 918ef776b445f51f086788e9b4ec16a3fb0dff8b..60f68556206a4fcf624add005e8f349af1ec1eba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8bc31fbe2d9bf12305379b78e23004d77ba09a25..4c15f03a31ba0ac49d059fe875b25745698869f4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-nick.c - nick management for IRC plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 55344f93e0f81aa7c893c0c9b07bdc406ce46ab4..d296c1fed7da2f411f05f16c980ba7e560bf0882 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9f6d5b6096a82bfd5edd19d58b13506282bf923a..6659a0b1b25be0428dc91dc12a550653d612899e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-notify.c - notify lists for IRC plugin
  *
- * Copyright (C) 2010-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 71caf5d23a977b035138049691c62af15a27f1ad..b12a56bf90b3d147b27c1193f6c77e6cd4dd084e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8bdea9c21199491eaf3012f80ccb4b225b4d2bed..f80a6ad2423404acb24935ddc428c42edcfe52bd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-protocol.c - implementation of IRC protocol (RFCs 1459/2810/2811/2812/2813)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2014 Shawn Smith <ShawnSmith0828@gmail.com>
  *
index 57363dbe7bbfdb576766ee0fff5efb4751253755..ceb2da1360a7cd5836857c63218b7fa69f13870e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 09373340424fbf4ae33adfd5430ab71b057fc8ba..383c25951a0a98b53b7553e96ba86c65e615f138 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-raw.c - functions for IRC raw data messages
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3744ef5c7a1e3b26bb81d0be941157eb373fdc11..b846e7b967eee73037a6edcada6d417799466cd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b55cb0ce1d7d2c133b22b9b5f112ac7585d6e33f..3f51d6b721c96c4c92ec35ffaa838a502ab72872 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-redirect.c - redirection of IRC command output
  *
- * Copyright (C) 2010-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 661984947f530bfe2db0cd159fa6870af91b567f..2bcbbb94deb378fc006cfb43f5bf4a199940b929 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4292831721461ce38664e257f2d956ce8896edab..d74aa57665bed861ace9676a24c39ca6a87a7bfd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-sasl.c - SASL authentication with IRC server
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index dbf0c931a537edd737bc3b337b1e9d82a1807eb3..da5a0b177f975257849356e03e9d29e58f444df1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 45c3519ccd5fe3c9b9e2cd16a464fa0ee99d990a..055b4380b8e654f3780dba094d80610e8e293f17 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-server.c - I/O communication with IRC servers
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2012 Simon Arlott
  *
index f6cc28dc09e72d0956b757e4a9f0a20b0a1b1fe6..b4964ed1be19f551fdd03e3497ddf6ac13ccc1c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index af8f21063521c47d526cbb54576e7bb8fc2a88fd..88ef527df21dd1d220c46dc51ae8eb4ee0485ec7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-tag.c - functions for IRC message tags
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bf79859d204fe50bdec6d779fbf8c34538ad1d47..c363d3294c02b7fe9f1927c906e94604c28b053c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5b377a3f14bab5f823f7468f74aa274244e1fe63..1d4e7c77671d9a9eceba400fde9fb7f2c4669645 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-typing.c - manage typing status on channels/private
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0f4208ab8ba6a8853a8bc6b3309a4a1dc81b1e7a..ae57de65b03289ca7706980a5e76d82fba852726 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f29356703a51889dcc633771af3b60d91f4eb1a8..ff7a71efebd6e8d9ffacc481ec098916dd3abf79 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc-upgrade.c - save/restore IRC plugin data when upgrading WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fe4fd2d9854546ec9d5a27b364829b74340bdaae..840719cb400bf8983cce9ab1cb7d9889b71b1eae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3d3fb7fd8ac6f56a42ee20aa2743f20ad073495e..a035a63e8da83f7fda11571055f8dba614a13dd7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * irc.c - IRC (Internet Relay Chat) plugin for WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 519ac1685a6b90a3940b08834c9be98bc6267a73..4a59aeb591752d8a37e71514f0344c7b5e3eeb41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 63fa5517300d482c8d352d0d98b5912b66142b26..f2617ac6dfefa543ab2a8485af88032d8c8076ed 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 442e6a8c1c09c0b4f9045680faf28c23b1a2da6d..9dd16f0e5b8ba264d85eb3c0ccac80fc7d5e3262 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5e4de1ebf7de6b681106c07d0f3f1621644c3497..5c446ed66917fa7fcbb81ff11756fdacd4d25d72 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-js-api.cpp - javascript API functions
  *
  * Copyright (C) 2013 Koka El Kiwi <kokakiwi@kokakiwi.net>
- * Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e32bd730ec81a127f9a7986a18583cf886f9ef90..50c1a100fc5868374f8cd5b54a3e3303a824e768 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2013 Koka El Kiwi <kokakiwi@kokakiwi.net>
- * Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f1e6fb0dfb6310fbf91d09a7a5b6a83fc29032ab..f1af0231c0144c51b16ef2884f98319862641e4a 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-js-v8.cpp - v8 javascript functions
  *
  * Copyright (C) 2013 Koka El Kiwi <kokakiwi@kokakiwi.net>
- * Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 195b68234eca78f3588485cfd6e6cad56839a812..c084260132e97178b3953a06da8ccbeb8af86a2a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2013 Koka El Kiwi <kokakiwi@kokakiwi.net>
- * Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b76d1d89eba45d80f5125c8305e9f6bbdf59d07f..137e19e01878bcf1d266cc87055004c79632f79e 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-js.cpp - javascript plugin for WeeChat
  *
  * Copyright (C) 2013 Koka El Kiwi <kokakiwi@kokakiwi.net>
- * Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7b35c6d02abfd92345c01bf1ff5bd9550f61a6d4..8a87c0a021eaa8de96e8ae16ede659aba3002d86 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2013 Koka El Kiwi <kokakiwi@kokakiwi.net>
- * Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fad9e5b10a4f57d3699d287d311191dbb574dcb6..c3b0aec0c3af5ae46b8bdab4b8bc20c2d878bece 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 56fb2bcd8e6ae989cb2c05961bd832e003667e83..18ba8f46e640e84b450a37491aba14f9a93d2960 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index c4cc0af4871b4b9a8ccc7bf35e9f65f260569df7..14ed7bffb8b0c549ee46c92da778de291b0b2b58 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger-backlog.c - display backlog of messages
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9acf51abe787f5314dd195cf5650b02229f2fdd4..39b13933b387010ce6e03bf8b4fbfb51865a6f7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 17cf08ce29553ab11254f4be9535efd2e815e7c9..9c02ded584640cefbcef13ce13750b74e27aadf3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger-buffer.c - logger buffer list management
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 383de56a88475734014d0cda44ecd6718bb4ed76..85b99fbe6ed70e21566ab3eac308ff68b4007f47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bb753ed06f600c794f984d301514ba329c5a9db6..2cc1b07f645db7cef9f6ad398a911610ffacc7b6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger-command.c - logger commands
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 65a8b357369581fa2e8f01e314e34ed1204cce0c..0a45987957b8f7d43660e74e07605459222ed556 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1fb263a34956e2f2243ee0d427094ec7a01ee9a0..f2a50329cee8fdc123cc07d5270fabd6c04a0f23 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger-config.c - logger configuration options (file logger.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 406fc7d871c20b9a2a071ae1741dff662bd312d1..0b4d5a6f2645350dd4d64e0c3ce54455bc1de829 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6817f3d3d6059141fd40a72e317c719e693d730e..c08577f8f9f842506a84f5a4015622d467b44ffb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger-info.c - info and infolist hooks for logger plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b7ef24266b36e8ec7a1077a3459105625f71eca8..bc98224aca644c187b789ec469a3b5e3c2dfd3ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 612da03fa7a58139eb98b0b18a90ddba8267b0e1..280a59afe4b5110691ad97d8f241ba4d473b8a50 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger-tail.c - return last lines of a file
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ecb61bd7490e1e6b3960a62cd55e6f215a866590..07d4a010ce0e03d3417dac46d16c4bb8e68e6b90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 10ba1345250bfe67033423e7a27aeac575fa9f6a..cdfb48f0bb1ddad2e413e34bb85df8c8a11e2aee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * logger.c - logger plugin for WeeChat: save buffer lines to disk files
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 364f5c163f933c2ea82d78e301e7388076edcdc7..558c4031551877dd2784f1c19ff5f64124e65fe0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 198dc0b9f7756a6682fee97764137186e1f8368e..3e25fb16b56b3bfe996c2a8c1dbd74808ac8b203 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
-# Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 74b85521908d86dd1af3a11a2be132ee1055844d..fa5c0de5d7897fc4e8b89140d6052558990e501d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
-# Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 95dc99adfb4de7b6c30f67f24e79181027d274cf..0f5e1a6b826f62820a05d82e317b5331be97b502 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-lua-api.c - lua API functions
  *
  * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index 61a4eb8f43dc3ed83dda0c1cc4a5fff3bd4236cd..ce5a6f2589ff90e1dcf5c0aea647dca386adc080 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 36ff14f3a0a90848cf0c8923dfc8d867326d617a..5c5826dc9a162cb8144689da9e17d2b08471ed84 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-lua.c - lua plugin for WeeChat
  *
  * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a8aacee3900b4f8913e99b75a59f79bb5f1502e0..0b6ef3aab29b118feef5857e74556ccd1e674c45 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cd1462540d5f47a8c35824ff1d345c7e1e81fbcf..5bb9259bbf2c518c7d89c564ad839291157b3d67 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index ff33438b4fa5f386e4c22cf40e3a0c0d4f3a1523..ef7bee013167a1962bd7b0ae52257fa674756a8d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5b44470b996341847288b5b70a02873f1c152262..b06d209534c26b628d964b0348b1fe8d9bdce946 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-perl-api.c - perl API functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2008 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2012 Simon Arlott
  *
index a031df51a0c4c2360d1b06cc21afc41f6c4e556f..bde87c0d2669e37f3914f8128d161a7fef025306 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ad4a659f021fa52a623eb69413aa4e3347df4313..c1771a73f81e2199f9a2d01c1888a643124db8c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-perl.c - perl plugin for WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2008 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 9597e3297d7fc79f06d9e8f9909fe88fb50336cc..3ff330d44b6403ec1eed8bf13ed00ac5cebdb813 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3d005464279ad1cb03a21f8d35b96607cae42b33..9e10984f5ca2940630967e30eab892914d26f919 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-php-api.c - PHP API functions
  *
  * Copyright (C) 2006-2017 Adam Saponara <as@php.net>
- * Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 59d49840fbfd24d965fa85e17ac0a783be333bd0..4cb737553486b939a37345f411cea09ba3ddd769 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006-2017 Adam Saponara <as@php.net>
- * Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a3b3dd554750add6d3de2068ab162c3c2face331..dacd2d1a52be5e69bb39518e14fe478372298f3a 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-php.c - PHP plugin for WeeChat
  *
  * Copyright (C) 2006-2017 Adam Saponara <as@php.net>
- * Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fb7c2158b42ac7ee706844e0e2022c8518242005..ffe3cf841de1cb8f7c7e5954816baa2b52c355de 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006-2017 Adam Saponara <as@php.net>
- * Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7570ee8abf5beee7810930f3d174be87ae94d802..a9e745bb41ceb4582981f156150664f05353c82c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * plugin-api-info.c - extra info functions for plugin API
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 88407b219759710c366961809bf3dbe262addbae..dd7adefe855faba053e585bd2fa5d0440981d261 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d4a3748998e12b16565bd0edebc11c42c8e7ba70..f2aca142331d9417c06532b5853c6691ea0af0ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * plugin-api.c - extra functions for plugin API
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6cc6f1646e7f8df599c4d1d7b328b63a05828184..0001a2fe4dc2ba7b630e2778e90edc41920ecbdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b1fc6eae931a6784f57265d72c3ed7b0ee515a84..7538c18631fe2e7e56910de4e9fd713f51d5ab64 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * plugin-config.c - plugin configuration options (file plugins.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ad5972d18d2b6667439c41f05b328965789775b8..c80d107af27d1485bff87cc3fdca6f975eeabfa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e69ea56e3476a1ba8f3896a981d82a4f9c8cfc08..368edc4f86d4b0dd017022a9a79d2700db9a4d44 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-api.c - script API functions, used by script plugins
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index c7264d72ec555b78bd2f8d444ac8b8b1c727b141..b87ba76daacdfd1994614ae8b04e34fb31470604 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index 38ab784971d7967b46eec7f59dc83da4b3f85c06..599053d681e4dd6f09a29e544f62c3cd89889680 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * plugin-script-config.c - configuration options, used by script plugins
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1798d99288321333ce1b7126ab82ffbb8c6fece7..19696c3dd14aa08d0008893436cce811c0460c7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 016deace1d82a44ae0868bdf99e7286555bc6547..9fb865f52acc839b8df7703585ccd57c34146c38 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * plugin-script.c - common functions used by script plugins
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6139aec1710faa8639cab746dc363b6c86ca878b..9133b3c439162162ba760dd95d21250346d1302f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 34e6f3e16d7c2e7d4dcc0a505ae1560e472eda58..04f4e001bd946aeae860159276661d6524452d01 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * plugin.c - WeeChat plugins management (load/unload dynamic C libraries)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 290d09b7ce7ecd274903189ed59f943ba3998dcf..a67a018cf114325ca8e10dd68293566829de52f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 13fb4c3b2dbba673d65ee9e4fd76bc299b77b53b..9042f15e751088ae2e82465338b8a944311765b4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 994321b00223ec637fa453ab0a0a7ed330fa34e8..88393cc4ed3aa1c84397dd2484d24e84e3771f6e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 7afddd9096ac3f3a0c0209928d23c4e53e5240cb..9e50dc00662f65b5adc8862ae0f1b907e40f0f5d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-python-api.c - python API functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2012 Simon Arlott
  *
index c1f89d2223871727b81f44d88d9d022c8949ce5a..9ceffe75b22c40779a9447b620ecf71bfbba7d0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 49ba7361070f12d49fc307e1ebb57c6c6c6df12f..802dda61439ed0345db4b1c143fa3ef8a6e9f516 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-python.c - python plugin for WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2012 Simon Arlott
  *
index da7a3dc135ba25b224b7297944a7891c859b2bdf..d779268e1fc03dbd8988fa96a08549f667eac307 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index aa5a4f953e421b035d0f894e8d1d2e02e3260af0..2f5cba66af93260dfd728253019c25cdaf72ad95 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 2cf420cedd2411dac5567da30f0063b2dbdbb7a1..18536ff3b913a71ffecca56e1f6b81bcfef1c38a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 929ee569d93c1846cc83fb564714b1ac39216574..25c8f6dc1196e134bea618f3e680b48581fb56c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-irc.c - IRC protocol for relay to client: IRC proxy/bouncer
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 14359f746a592e40a1d9a2b1dfe343a8cc1077c1..8898487f52a114ca2fece6cac7d88863b333a363 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 24c6df14bea843506f21662b81fe9ca5ac39e2e0..57ace728cb63abc7329d2017131bf12ab9eeea13 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-auth.c - relay client authentication
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4a4256036086b34ca10795375d423404fdaeb10b..b0457d8664763af7216c98bc40fe974be8f2f906 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e693025aef426f1daea9d0c7b01024ba9cbad4af..d61ed0fcc80db8a9fb6cf29af103042e8d22207c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-buffer.c - display clients list on relay buffer
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index aa493ddac03322f82b12f45037ef25ea3a2839d5..a3187cbc365b5e595af6ceb0ec2c01862119166c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 970a2764fa0262e7d2304a329e66855dd996fc27..16dd268ff5ba7b9b6549461d7504ccc91dfdd5a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-client.c - client functions for relay plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 955e8d5298452e86fd10e68f83bce9e11cf260d7..22e85a29bfa693fd053ec110e1670e2eb602c5eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c8110e8c3a8d7aba8108ae044d4a3bf875696ca7..97a671b1d9389d0357264f16d37ec65427d33f3f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-command.c - relay command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6bd440c746537951b4737a1dc7f049aabb2901e0..1c97a8b8c601b04b70e4b0ae0236da18427a32eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 525c350d7d29eea4a7d51b64b7f175f3dbb5ac19..bcfde8719309bcdf9ad6509a307290c1d343d1a6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-completion.c - completion for relay command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d6e8200b43d190a41067b34538d53f2f39a7ea8f..aa3b5755fb6b36a6dcf25956a843a512e8406c43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5c8b4a6b3904807e55e59c4d228dfbabd5a70147..f0715c134a71560ef9d00acda451c8e4d6c09fa8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-config.c - relay configuration options (file relay.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index dac4d3985314b894524358b9dbd7a97162c0b06c..eda75b368b612a44264fa1dfdb002cf3605e88cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 157a071552089f83637f76b0e3b024105b2a6e1c..50b978650c16a65131244ece4d6791caaabc0ddc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-info.c - info and infolist hooks for relay plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cb5a71ad5ffd8c8fc9248efb512af9f17794c450..b1f6c74f774faff52273cc80b0ac385a626e6261 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c4245f82886f1e2e898f462ae32d7c7485661099..81775de4ec94c0e64c3b4b266d97872349ea1903 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-network.c - network functions for relay plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f43a512e77089e9c8290988a8fc822f6bb7552a3..c4457cc4b46607355821f22e82b036e03c2b4cf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index dcebc7107876eb314c20a712ffdf481e63244d61..c73357ce752791e3041409e2d7a0224904541836 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-raw.c - functions for Relay raw data messages
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fe739ca96613de46ca33f3b29ccd36b893d7dcf3..288de252bc6f4ff4bb56a914db7de463dfb369f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e15646e83b3d34bf33b2b638dfe1f76051f6da70..a52eaf74b2a42207a26485ce4ad474bfae5d36ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-server.c - server functions for relay plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c771911634962720a3b80f9a446dbea7199385e5..9a1c5e1310b8ae8ef399dac21ca7d45310ed3ca2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7a36e6348f4af254b7a634c8c5aaa885e7a45110..34def72f5bafb6dac7b4ed08aa9049aa85e94344 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-upgrade.c - save/restore relay plugin data when upgrading WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 853516160251c2c6358af0f8b30d35ba461cc01d..d5c039fa6398d7ed311c107b7cbac38846e32d5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0fd57c02301170d1c897bc12505f3852eb0fb598..c93941e39c5ee6d72d7ef894eeba44e0f2a8f9b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-websocket.c - websocket server functions for relay plugin (RFC 6455)
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fd4dde2449f7dd0f24b922681927bb4afc43b6f7..756238e065fc220046916ea9264a91a3a4b2b87f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5d5cd087cd0dcb24d57857e124a2f97635f1771e..9eaca1baca0e9079fe3117ed3349f2d9d3668765 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay.c - network communication between WeeChat and remote client
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2ce37caa31447c10b45b0f0c1a0be923798caf90..8956de2e202d22f50c85eadeb504f4503209bded 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5ca29c2e09d22f956d27b58ca880e307e9f0ae3c..af2bd3d7885d7846b48579d6d0b401c68934874b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-weechat-msg.c - build binary messages for WeeChat protocol
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ab30b574880b5e356f63a957ac0d3ee277f66baf..63bb7db9f5cce53389dfc8357761bc5c37d79a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4afcd279f658da9cb1fd147252014e646471528a..5449663e1d9557c8300dabcabefcd10d4b45db37 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-weechat-nicklist.c - nicklist functions for WeeChat protocol
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d069a7f4a49bf38facc300123388c4e975b2d091..995e0a1e9600c5f01bc77aee760ccc9b9c2b7af7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 87661061107822758094fcd46d4214acc9f72c05..eeb9f30aeb75b099a2b956181a42a4780227a5a3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-weechat-protocol.c - WeeChat protocol for relay to client
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 23d711add6b81c8be60721ced95fc766020b5e22..ef776ffcac5ce18df155b78b3cce1795c0a72bd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2ea0ee20a5060db550afb6cb49edd4fe29c6eb69..de9ff653592fd90150be59b954506b764ee3aff6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * relay-weechat.c - WeeChat protocol for relay to client
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d9037e9851feca214990e3681dc2d9760a0a1acf..c38f47b7887351bac6d1d871428d0c941afbe0f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index fe5d75e0eb29f99f90345a1e12a3ec6f2e7369d6..c28ae613cc73c67f59a98513477048b55a22e4df 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 867327011c3c7e59e1c3728f6fed35812ea2337a..18c4cf3b8d4d1d645c2d98274daf3c7ed9c917c0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index f887774d3cbc507e59d3ddd3e0ad6a5c84bbb726..54c894eabfd1ead36bd5b400a62a83aec1e318be 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-ruby-api.c - ruby API functions
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  * Copyright (C) 2012 Simon Arlott
  *
index 9e4581d73423abfc6de4a5fa83c56e3ca6d5de34..95516ae25e86c23d9ea137773acd25f2d9d27bac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index 52e1c5ffcea6d832aeb7d2a97e4a304cce0e1e35..0b237aeb01618457fe50596d661ab3f249131139 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-ruby.c - ruby plugin for WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index b5a47942283fb0638e7c58408b17d143fe08b28d..405a27106a38cb02f2628cd5e06033d3a29a7b77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
  *
  * This file is part of WeeChat, the extensible chat client.
index f266e1cc33ec048f6468e17a396c3b17ec9fdbbc..bec2fbf249c180d063dca64b41d62ceb9f595b66 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 9e4b35b7712378cd611c708cac32eb667dc3ffa0..92b74eccec9bba29592e14303dc405146b172170 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 5060ec34a674210c8edf61f009f9a797cea9cd23..28e349f9ec22a85e9c887784e0b02d6ae4535886 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-action.c - actions on scripts
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index be849395b82df9d2f875712e91e590eda4ad8e15..7ef0914216f2a4afd27e3e05177102cfe0890fa5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 86b3ee6142509c5fc5006df4381553886945dd0b..349e49ae413b8e8bb1fe0aa6bff83577c99851f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-buffer.c - display scripts on script buffer
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 476e10ce117246bc8cb7770135931924ccaf318a..d1e6dd1a901e7fabae1335b1e96b3c86510126d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 48b59877d4960a6bfbbe9cabbf4ecf498f172cd1..c943514e4d3bff16b367336359ea15e11f11adeb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-command.c - script command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3fb784e9bf4f9f7bedc8ace71a217bf2a881c936..aa20e2a3025f61dab89e5fffc7bc112850cfddbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0e4cce0f4be63e377e4dbbb585b777911c2106d6..ac97bed1a71b111473b2e2c3231c6c573c636bfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-completion.c - completions for script command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7290b797f10ee958763fd31b08dfd55180a5adc0..90154475b9d4c02150142116da3572fb17241362 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9b298b77cf9bb9aeba5fe7b6c0c3a7229e216670..f73ad1b35935f76625ab434add85a401c0d773b6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-config.c - script configuration options (file script.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4f845b1d46df97436c3f94ff4b851f7acad99b1d..1211158dd1d029849f4b71d629027e704fb8f29e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 937195d4b5453f025577f26209ed4e3e88dd9c2c..e696fd6090d7bca935249957da7741662a91f210 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-info.c - info, infolist and hdata hooks for script plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 616b7ebc4e896be4bf3ece84667568bd337390c1..02da88ee25050fac9642ad2f0d8e0e1100dd84a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4d09c762712f7b03261b09dec6b471ce08cc055d..d8a11d7072668c42e1febde8f447379460fbbec9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-mouse.c - mouse actions for script
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 553bd2e358c3092ee1ca8448349c0b07f6047f3c..d36b2df7847e761e29ae4c7943413d94212d9d1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index aa277b49a4296263327a67dbb7e7b89ca528697e..df947e098b36a38f7573551e9b986a92bd508281 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script-repo.c - download and read repository file (plugins.xml.gz)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 675928bbed2b20d427ad99830a82c71c46645838..6b3e784ddf18fa23784ea6198c99e11200dd9300 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d29ae92346e731e777f39481dd8b7ab202db8120..1d33afa87c2603a1a10dd043007d4acbccddbc6c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * script.c - script manager for WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 57dc1dd169829ffeeccb9b77e45222ab01689ff4..edb0deba78f4749f6fc67b558abb222196661fdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c296d1ec78a5f722a17c4a253f7d28ba1bb90903..33c3b88f753442a0d1e100cd8770ee18754a4837 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
-# Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index c5e41c09404ab31ae275ba05a9fbbfcc203b1e68..4a081c0084d065729f057973833406749759a4b4 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
-# Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 8e485f96ba2c09f72491c88df5d6d1d4fda5ffd7..126c37363fa079d16825c461548015247a5715b3 100644 (file)
@@ -2,7 +2,7 @@
  * spell-bar-item.c - bar items for spell checker plugin
  *
  * Copyright (C) 2012 Nils Görs <weechatter@arcor.de>
- * Copyright (C) 2012-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2012-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9658555f35df9a15f0eb217b851ef8e7245d5e56..51212ca2607c5a9d664acdce91fa63f0a126da17 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * spell-command.c - spell checker commands
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5d0be8c5a34a50e9ca683899dd03650af62c3ce7..6949de312ec272f8a3e39b4116f3448b837e616e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4dfacf510be9a256ceb942dd89873e0b3b363fb6..ee883ae06403f0984f8def332ab3cedded855477 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * spell-completion.c - completion for spell checker commands
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a0e4af242d4f1f3bcdc8df4032f6bc163b164cbc..0736e086a0448fc614bacc94ce81497ca7de3169 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1dfbbadebaeee58b1d11d3d7c4063927e80cacfe..4e112f0f8a2ac88ee09db903aa4018888cc023ee 100644 (file)
@@ -2,7 +2,7 @@
  * spell-config.c - spell checker configuration options (file spell.conf)
  *
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3983c739bcdd3dadc9b5a9a063546fd2097d6ade..a27720f34646ae4f5be04e8995d0e393b85faaf8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4e5b9ee91b512ee38539a792e78dff9faa17d44c..2fa458da256825a87cbdc74d704e97ff5cee27a7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * spell-info.c - info for spell checker plugin
  *
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index cea1e49ad74b562e7d909e70dc1d8729851b45ec..937fe90014c365ed14bed657b49450826ab2b4c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3b3229a27884bfc31fff7720851647d1d5d728a1..69124aa43a9ebf4db5d7760d9f31c33269571bf6 100644 (file)
@@ -2,7 +2,7 @@
  * spell-speller.c - speller management for spell checker plugin
  *
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 543af41f215a430c488fcaf29e202be749093dcf..7b87063fa1ccbccfa69a776834e66a12325d8a97 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 115f98cfe8d4126040d94e0e0031672ca0804400..3bf011ec0bdbc5c0adbf18e94813d5b0aea2ba02 100644 (file)
@@ -2,7 +2,7 @@
  * spell.c - spell checker plugin for WeeChat
  *
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Nils Görs <weechatter@arcor.de>
  *
  * This file is part of WeeChat, the extensible chat client.
index 7cad71122ef3d9a47032c5d419bff71052649e20..916e0a05a16ab6b016991340522fa4c554d6fbe6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 74ad2928076426321918fcc2fd53ca1848eb20c5..c3675b7be1b3a6746e912605aef97ced603aafd3 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
 # Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net>
-# Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 6bfd3195ad88504008659a6dd171d75fb6cae849..bbfafbcc81c7abfb5eec13b1208feefc6f5295ad 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
-# Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index b5bfecbb1db1d81c154e8aafd93a5bd06976a5e7..323f8bdf88e1341b7c725c2df568f02a4f2c5cfc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
  * Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net>
- * Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
  * Copyright (C) 2012 Simon Arlott
  *
  * This file is part of WeeChat, the extensible chat client.
index ddd1fa96048e270a2b2384e744d3648e486441a2..b6f19e8701eeb1594587f6e5929073e7d8fc044b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
- * Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 22163f9483b86937cbc647abec6e550446b9201f..af0cc71e195b52a00513a09f146e178308678ed8 100644 (file)
@@ -2,7 +2,7 @@
  * weechat-tcl.c - tcl plugin for WeeChat
  *
  * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
- * Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a640892d650a8ce1cb5124e6f446e9bba0ff292e..da28b5a9258a2919019fdedf1f38cf2ea12cd7ab 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
- * Copyright (C) 2008-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2008-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 59f6bea9ee55324129e68286857d8234e47fcf70..f1a728ed31a207cda1a535b02f9e71e05d3cd8c3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 6a35825fbe012a3efe66f4b6fff1e3b7ed25cb94..67fc4081b36e903b8987ddedbefccbb05f9881c6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 82c6ba545a90a6becfed1bf0f6c63de9f14e3b37..27188b8d86520bc99bedc2a4f82c816953e9a02a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * trigger-buffer.c - debug buffer for triggers
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e32008c3f19e698c348b089e919fd054ab8a80f4..eedfacaaacbf10a6df31b0cacc7a5bd5ded00147 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ed0e3b8d067f7c977d17c5adedb9e00d162ab3bc..a4ed0e0dd14739608a5772fdbf4bed3217f2ac87 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * trigger-callback.c - callbacks for triggers
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7435129fc1610dff207a056c6d0521d0fe9f9c26..dd08687ee826df62f6a9cc57b6dff392b2ec3c90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5cb35d0cf5210bf0126bcad04d9f1ae463f72c21..9db93adff03efbce425f258db7a3f060d57870ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * trigger-command.c - trigger command
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4567a2206b7ac0ed01434e35dc39c1b45a4a1ad8..aea0040d32bc5549937a7c83d49a0835f3ddb910 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 17ab2284fdb4d36ccabef8b31645516f495f75cd..9de8d0f7464829d46d63d930f09759d202613e61 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * trigger-completion.c - completion for trigger commands
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 936f5338b2869f06b09690c1c37fd6e1b2a21682..cb3bf378397e1e98e0b0acd7c526464cce1b93b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 9f20db85269320e773bda7ec609c6188331e0a4a..641eb951dc429b2314bb80c6fba0116ee78ceaba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * trigger-config.c - trigger configuration options (file trigger.conf)
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a462fb3dd889ab69ca370aa239f4064da4dead71..e364d5303bd85254bfe9f7640635ae0d3e025c0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7d38952176fe2d034947e68890f9f9af88b90328..b9217f7bb334b5ed15fcbad34f951376f5fff270 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * trigger.c - trigger plugin for WeeChat
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7641a398d0d7c3acfa74d32a39a999acca475d97..3c4804f433df3e86bf9ad17cbe54d1b6c0a63e45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f1b9289bd5826b8dbd419f0ad6ac3641e04db682..be4002ac26ece61f73acbcc82f64fc155cccc819 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index ce1e5d26454d37e3106b3f5536a711aecf8c4629..711e6152df98416668a5066c852d295f92fe1f6c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 9eba8020e8e6601234d540d57fc896327fa5cda6..52a66f310748a45116220f360e7f6e4478c1dd73 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * typing-bar-item.c - bar items for typing plugin
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index deb827e356e6c13f0b044beb95d90dc959bb793e..21ffa7250fc164ef715761723dac3a6e0b24352d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2729968fb3b28493089211f5a254d3be308e4859..ce500cb635e115fabe7bd93c35d16b2b93a5e132 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * typing-config.c - typing configuration options (file typing.conf)
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 03da07866892be2dd2093f9d6020f187863339ee..c9238a26b814571426682faef4c6f1a80af98abf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 31b442949f81f0be3d7e114c3947b6a39e1678cc..f6afa247e398e999bf6463c915b7d09d839772f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * typing-status.c - manage self and other users typing status
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f7f2d0e2c1b0f7feccddee0f20ad7b576df51af6..92ffd0e50b4390c1e2a1fd786f68db82d9c60245 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 93d29af973b8fa817be4d7d2035504d6821a957f..f7d2edd4e6a2ff599e0ad39d6b6aa2e07e5db704 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * typing.c - manage typing status of users
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c7c7678ec1347002520dce4d2c244dd09b99b453..16537b42e581ffa0d4ba3fbbb48bc45a7c38ceaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 207b35de25931f1e8adcf6601e97d84f830f73fe..3f697fa73722882bd4328b1dc617a2b86936bb56 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * weechat-plugin.h - header to compile WeeChat plugins
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5c00166a27e3c2e7222fdb8ae9f23e96d56594f4..4d1d77c3a33cd92f74ca65de8b134eca82894bcc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index c4f26e28a0e1f1e28d74352488933350f42486ee..a8f7df7e52e0126c8a5d3570461595be6ecca500 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index de67b97007c01b5efbc59900a40ff3aecbf39bb1..99deb1edf785f5f85045717cd5c7d801b09e584b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-buffer.c - display xfer list on xfer buffer
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a715d89716975c4af8e44bb75e327dbe01d5a295..965c468d0aa788646b55113606b0e4590fa185ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b7816a7807a508101b61b65f3a8f3f49910f833d..11aae70a5aa9088d008e0b95224ccc0a08b07a09 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-chat.c - chat with direct connection to remote host
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 377efec23316d7a9b38edeed00401121d62391a4..5b9a13348abd8587d94d0d3123da91568a7feed6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 01a99727810d7c4b31246284e7d7ee53293dd6c2..493b351033ee40a8f1c98cabde6cbbc29771f3f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-command.c - xfer command
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2e7f7e36517c704f6fb2141f046a129df634dc20..7055359421bb0a655df70c1ce07cb771d5cabb84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e6f331d55fd65391a6544871bfb72e0343ff30aa..1d806626c48c658b78b38f1564f4f6c819abb249 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-completion.c - nick completion for xfer chats
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 46ed0e095264418cf488075ef91f9802635f0c21..61ccb2a505bf4a5055038fe71390f235264e65c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1b9212d72daa853bb95028c492be319451ac4fcd..09c9172d13af4d06b0d42da103616198ddfc687e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-config.c - xfer configuration options (file xfer.conf)
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b0f394037e635cafeaa18c4ab275b191f68ef5df..76cc91b2ea951e40bc837c272495ba4ac4fed2d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a3c9e1e597214aee32f2881850babe57adc80afc..3c4a37d22647dcc3fa81bc6a3fd4336061dc477b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-dcc.c - file transfer via DCC protocol
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 46e7408c078bd4c483f95b12e6c7cff35001f843..84eb26c80cc985fbd81288381f7ba37a68c3e44d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6f69c7c232783e4a39e22c208d7fc40270df79f1..c5df4f24ee7f1fe97de22aa1079d9a0a9187c4d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-file.c - file functions for xfer plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1649453150911312af12c212c4f2a8af238d252d..5d613d7a43c06c4ee4b379c5db5ffa2b679b45ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 392598d237743cf7abaf0d24688b16e3f50da9a1..c7adb888bd6f2517a4225634651df87eca05d508 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-info.c - info and infolist hooks for xfer plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 45c0b01c444ba34c76c329219f23fa504071f6eb..537a7491a8de0a6087a646852564d8ee8a1f9c45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a924c51018f3558aa40ff0f5d8adc921c9ee9ba3..fffb7d8697061f680e5361df2097d43be8ae6fcc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-network.c - network functions for xfer plugin
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1790d3494dfe7c20d7594d6885a3eb8084e56399..2f0278812ebc59fc56fe9c85a3097999b9b506b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c74a8e26c140ecc198f8057b1b04198018e354a6..af161af405bc4af369177ec4bf6b232627f67502 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer-upgrade.c - save/restore xfer plugin data when upgrading WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0759faaf04c28e35899d4f51a894f5b14b4a2313..5380d611531cd056aa67cbdda16a734b0d8598fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d10de19a8a5030522c0cd4f5bbd17e7c35740e81..48d91c1465f435cbe0db2fa5ed8497b61a021f4c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xfer.c - file transfer and direct chat plugin for WeeChat
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 86a2db898d366f5e79f69697d12c3bfbc67c7b01..4fa889339f54173872136ebe9b64296e17cfaa00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 6146b4839003720730d2b775480e59c2802968c8..dd67a92cf60daa32005446caf9f50ae634dfc8f4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index eb08877af6eff9c4842b114519d533b438f3d759..6ae03b98a67ca6e1a8d9c9e93c414b6d63a59e8d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 60a6ea1b674ddc8d042f1ec423cb252da523ee70..6704ff498c20b989a9161af0eab9ba5fbd45572c 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 051a5b80822d6500259124b0f75d1dddc44832e6..a6a0bf016c0c6053d4ac29b59000c056fb5273e8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index cb017c67816154db8189be8fb351af9145959158..92e9a6e5caee6c81b01c56189eb2621ce00804ae 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index e60f6992213715c184724edb388bf358a45fb176..d8d31c6eec2d4baa5bb9ca13a73d530dfc708cad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-scripts.cpp - test scripting API
  *
- * Copyright (C) 2017-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2017-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a47437083a6f7ccaac61327f9ccafbf19370bb09..2dc33ee5a1f2c407b8a1764274c44446d5f0d0f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * tests.cpp - run WeeChat tests
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2d04eef15f969a5fe1936e3578e8026ce7d27255..5de49a02d1f3dae18be200193ae763ef8895d150 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 955202552a02b114766430af1ecbe0ccd7e42bdc..6c62e1edfbcbf30311d322d8d7e2a63c0d7a7c47 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-arraylist.cpp - test arraylist functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 93104ffa85ccd4c102b8f9c74b4bc1efd281ee1c..0717ac1c4d021ceaaec49a6269dbe7bac6846c71 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-calc.cpp - test calculations functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d8d55acdc7c75794aaa07e99a340ffe8253dff68..0a24a0ff092913772a9777ed56d3a4117972dad3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-command.cpp - test command functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 86a4c823c11967eb76a4be2f2f844b33143562c9..0a84c2f5457bfdb9637cefa440dff21a4b7a22ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-config-file.cpp - test configuration file functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4f7833ec6d060ed330351fbcfca7d7a81d2686a3..4e68940639eebe3602aecded9bc627ab02aebbee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-crypto.cpp - test cryptographic functions
  *
- * Copyright (C) 2020-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2020-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 24f8115b8f0081a13f2a2cef4dd083e408edb351..fab130932dfd1c3024fd3923fe6bd8f3e27fac69 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-dir.cpp - test directory/file functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c6c18e2eb36a5f70857585523006f95311f2d550..ec045bb77eb77f05157b3318fe894edf79413dfd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-eval.cpp - test evaluation functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5c2ab666dc46bdab3fc42b23f3ccfd5f02c42a79..28d632ee28d6dd6b7958099d278e324feb4050db 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-hashtable.cpp - test hashtable functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2bc910bc26bf54719c0ef9c090dd5b06e2d6c42b..941582ebb88b9672057d47e6b5f7d7b17cada237 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-hdata.cpp - test hdata functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e51dc80c0b6d25b4080cab5a1b6056aebb75fcc8..8d812fd6653b26a3a9f4fd6553e5a0f4db4c2293 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-hook.cpp - test hook functions
  *
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 63ee612ca4165fdeac83d3e3c672c980c56b4b3c..dc2eb3605af7a842a20b84d34d4d0e68c2f353d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-infolist.cpp - test infolist functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 665d8bef0c805b7c93660835dad76fd1eb654716..f26d0b57a9771b6aca4fc1565971f2146f944f11 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-list.cpp - test list functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 719aa6f4f2db3fbafaeebbab8e0c05ec4678a77b..788fc5ec43d00004237a85b6d2a2488d8b8fbd00 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-network.cpp - test network functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f737edbccee3e3e746f56c1383c22d5b7dc54017..6112be58235316805c20370d54e961b1d48b7cce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-secure.cpp - test secured data functions
  *
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3853354cb535dff1d18084d069f284a61fb1890e..1b105b45069fe987744e059b4af264fdc1455f77 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-signal.cpp - test util functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a06cd9ed975929ce2702915315c2d7c629e26026..350ab315a1ddf4092742c306bc641e2d94b0f912 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-string.cpp - test string functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4ede9b0119a5f361626bc8b1ff9a711f44d6fb91..049100afb245365d520314cf25dd4f0c7a318464 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-url.cpp - test URL functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d6eda985ac9501890546d063bd381fb030b15a1a..389344a55c142952d29b6e7f39efb4152be333d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-utf8.cpp - test UTF-8 string functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7db5f0f5b26d2e52ba4d7815bb4a5a17736ce47f..0e40fef67f26f383dc8b925ff25fc8a3951bfcec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-core-util.cpp - test util functions
  *
- * Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 5a60940daa9bf7cc160bf4b88a59a31b4ef78179..4ac1a849c16af22b3f1736ac05a2317d5efc5d9a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-bar-item-custom.cpp - test custom bar item functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 390b1792a004046b1de295e3b952df4ae9a6e17e..ec2c09fa09536014834fb5650aba1c4677f65630 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-bar-item.cpp - test bar item functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index af489b10bf72e24b1fad80ecbe062541f0726336..058b9a99827e42a6a3cbb8462a1182f8faffa3ea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-bar-window.cpp - test bar window functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 1264d14c06fa38257632fd60231334366ea71d41..242a62b1b1a2029934db2a046293333003f2b608 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-buffer.cpp - test buffer functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f5c8ddfaae0a533dce6ce435e10e832d76e5c020..96c93c4ed164aafe4e8aa19ba825bdd5421c0189 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-chat.cpp - test chat functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2505c2f924853acacf88720bbb34ad704206464a..af5bd71e0f5526ab429ed10aaec735b0e39b9908 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-color.cpp - test color functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d0c54ad1b47ca718e60b30ddb8014ef556b0d739..188af81e29772ca4f7733f62925ffdc455d075e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-filter.cpp - test filter functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2608ed937bd73792dbc5e6333800a5c23fe52582..06113f92212f073a4768200e839ab3da6fba66b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-input.cpp - test input functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 80f7b7ca7c7cb1d0eacf237add106c29bcedde13..4312cf87e6689a83894c2e44a1f2c63e4c76ae55 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-line.cpp - test line functions
  *
- * Copyright (C) 2018-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2018-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 3f0882aaae418f87b9c7eaf0663021727971f2f5..bb71256960d5051aae5c408da360d030e6b3fc47 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-gui-nick.cpp - test nick functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b0fd9472ec2d402aef9b8a76fc6b3cc14e6bef70..c62e01987b0f63b3bf74f27b8d1745fc2d3cf6ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-buffer.cpp - test IRC buffer functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index bc310951dacc1d126c94e4fe47317e6888dd9dab..e5e73469b985dde82151b9a7de12df1af5a7c47d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-channel.cpp - test IRC channel functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 28e0a246788974fe20c66a17a9d3b6c1bb454709..3ed9773643778052e449161704330ab350fa94ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-color.cpp - test IRC color functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 97c43f5627d6a2cfd271e864a35df39597d5d0eb..f04afda00459cf517e70fa826d6ba6a34159718c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-config.cpp - test IRC configuration functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index f9ce6e6f8102f91abbb42e590e88385a8db148f3..514fd079ee1845f3ae128c3c6ce7467260b4ab6a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-ignore.cpp - test IRC ignore functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 2ab88910d6e83936bca74078b0a3a7672e066410..5d189e9d447a76d1e0ef24040a1c258dc8a4f0fe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-join.cpp - test IRC join functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a860f2f3045610b80b6541e345e92f9c3910954b..bd9cea52955b6e918c460c7afbb8486941864fe5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-message.cpp - test IRC message functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7a4e12a4d268857408bed10c5da91af7afd7d780..7bb1f7e6efdd8a5dca9724996951302f6fb77ac6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-mode.cpp - test IRC mode functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index afc861c602e4af7bd17a9eb42797e15b64067be0..2d61cfeb0c0b87a7872fe3ece344dcac04790be0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-nick.cpp - test IRC nick functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index a561332d670a71726e81ae83bab6a57f1dc764a0..f248905f2952b25e6ea8780a7c31d4b9c2fd2c5c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-protocol.cpp - test IRC protocol functions
  *
- * Copyright (C) 2019-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2019-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index aa95310c3675806f5eb2561e1696d834f5778f6a..32ef251ea2a3f00e2eb78705c0a30591c099c76b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-sasl.cpp - test IRC SASL functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index b2094ddc1ff54eb3990322575e3cedcfae15c418..54a4d980cb59ee8452af62b551e1070dce7a89ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-server.cpp - test IRC protocol functions
  *
- * Copyright (C) 2020-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2020-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e982032c73818a22bd1f707e394bd83b9eff3224..a24afc0c82885b619f15e4af293e52e04b2ccee1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-irc-tag.cpp - test IRC message tags functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index e81d1897f34871caf289bd5c1a50f57c02f8ea59..4030b2a363643ae482a8714a86d90c664846f794 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-logger-backlog.cpp - test logger backlog functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 4d3a1c63d0baa55d1e13a8735fff92db3c3a6971..a1798548d35637c5ef21931c0aa82c1451cbe8a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-relay-auth.cpp - test client authentication functions
  *
- * Copyright (C) 2020-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2020-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 98ec5589ea02f3df5a299c3ee5616e6e533c704f..546bc1c0ef7a968c7326fe0fc0fbf1fb856dc749 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-plugins.cpp - generic tests on plugins
  *
- * Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 44a79689b9933804a3d037a136070891b006b54c..4268e7ccd6341401ed82b0b61a74e969d459f54e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-trigger-config.cpp - test trigger configuration functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index c919792f4b5e5cbcef51caaf376bd227f12f3af7..cb97693f78dee7ea7d47f206563c48a05ee5d77c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-trigger.cpp - test trigger functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index ea3911f8ac0c19d1c2ff54ad1b089cb12cd62287..2c93be8b83452fa8613805f379e21c68afcb8fcb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-typing-status.cpp - test typing status functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 8057298584575b23e32fe9351faf2182046501d2..d0770e483c974e9a80796aa26d97af4a7465ad7e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-typing.cpp - test typing functions
  *
- * Copyright (C) 2021-2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 7a3c50b67a94dfe614fa03a047b02b3e660be9ce..6617355b1e253b1bcb14fbaf8110ce6d5539cc48 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-xfer-file.cpp - test xfer file functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index d9d3ae6f573ecc27bd8b1f4bba142f4239adacf0..9f5895a9fbb0a40e3bbc2284f2404c568a5e5d24 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test-xfer-network.cpp - test xfer network functions
  *
- * Copyright (C) 2022 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2022-2023 Sébastien Helleu <flashcode@flashtux.org>
  *
  * This file is part of WeeChat, the extensible chat client.
  *
index 0cf9535e907ff31d4276a25bc4348932d26764e8..eb5afa799d4f51a111936f272a4477627acdd272 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 8ff3129be0866a7e4824d05dec6b56abd5b7e066..3a94f63166c84db4384b59f137389d0f7050760d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2014-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 297a773b2d429d42c20ccec25179dec9d4655902..a983a5dac4e8813b7de28bac7dbf73eeb30bfbfc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 4adc7d0264dee1b4b1e65c5c1d1a9622f40f6fa9..6369e5df2f784000e611c50eb87b8cf0f2a3438a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 272b8cc3d54e45b1e85fd1cab94b26bca0a8747e..281c29bea0c8eb8aa7cb954578b55c8d9e4b9f97 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2015-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2015-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index bdaafac3e9254657dac40fa1e3ebf76d581bd77d..b3753e8f3e1b555a4931d795dd69a2a5bd1f7842 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2013-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #
index 12dcae52e3058caad1073b57962e6484285acca0..9b1235be3bb9a0b2c9c29ab4871ec2d4d3b91658 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of WeeChat, the extensible chat client.
 #