diff --git a/Makefile b/Makefile index 600e2ca..a5d8b7a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 Sébastien Helleu +# Copyright (C) 2021-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/README.md b/README.md index ebdef3d..f4375e0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Options can be changed in file `~/.config/qweechat/qweechat.conf`. ## Copyright -Copyright © 2011-2022 [Sébastien Helleu](https://github.com/flashcode) +Copyright © 2011-2024 [Sébastien Helleu](https://github.com/flashcode) This file is part of QWeeChat, a Qt remote GUI for WeeChat. diff --git a/qweechat/__init__.py b/qweechat/__init__.py index f510618..707f37a 100644 --- a/qweechat/__init__.py +++ b/qweechat/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/about.py b/qweechat/about.py index 01b7605..9cabdbe 100644 --- a/qweechat/about.py +++ b/qweechat/about.py @@ -2,7 +2,7 @@ # # about.py - about dialog box # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/buffer.py b/qweechat/buffer.py index 2f6e32f..c4dcebd 100644 --- a/qweechat/buffer.py +++ b/qweechat/buffer.py @@ -2,7 +2,7 @@ # # buffer.py - management of WeeChat buffers/nicklist # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/chat.py b/qweechat/chat.py index b8a3788..02e0458 100644 --- a/qweechat/chat.py +++ b/qweechat/chat.py @@ -2,7 +2,7 @@ # # chat.py - chat area # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/config.py b/qweechat/config.py index 42fbba4..3d436d0 100644 --- a/qweechat/config.py +++ b/qweechat/config.py @@ -2,7 +2,7 @@ # # config.py - configuration for QWeeChat # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/connection.py b/qweechat/connection.py index c9631ff..28f8c0a 100644 --- a/qweechat/connection.py +++ b/qweechat/connection.py @@ -2,7 +2,7 @@ # # connection.py - connection window # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/data/icons/README b/qweechat/data/icons/README index 0694819..b58efd6 100644 --- a/qweechat/data/icons/README +++ b/qweechat/data/icons/README @@ -4,7 +4,7 @@ Copyright and license for images Files: weechat.png, bullet_green_8x8.png, bullet_yellow_8x8.png - Copyright (C) 2011-2022 Sébastien Helleu + Copyright (C) 2011-2024 Sébastien Helleu Released under GPLv3. diff --git a/qweechat/debug.py b/qweechat/debug.py index 3267adc..12e087f 100644 --- a/qweechat/debug.py +++ b/qweechat/debug.py @@ -2,7 +2,7 @@ # # debug.py - debug window # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/input.py b/qweechat/input.py index 1ec3d3d..6b96a7c 100644 --- a/qweechat/input.py +++ b/qweechat/input.py @@ -2,7 +2,7 @@ # # input.py - input line for chat and debug window # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/network.py b/qweechat/network.py index 709272e..74a467c 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -2,7 +2,7 @@ # # network.py - I/O with WeeChat/relay # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/preferences.py b/qweechat/preferences.py index f760bbc..1cd5e8c 100644 --- a/qweechat/preferences.py +++ b/qweechat/preferences.py @@ -2,7 +2,7 @@ # # preferences.py - preferences dialog box # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/qweechat.py b/qweechat/qweechat.py index f58d920..8a84e84 100644 --- a/qweechat/qweechat.py +++ b/qweechat/qweechat.py @@ -2,7 +2,7 @@ # # qweechat.py - WeeChat remote GUI using Qt toolkit # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/version.py b/qweechat/version.py index 25bbf46..35acd8e 100644 --- a/qweechat/version.py +++ b/qweechat/version.py @@ -2,7 +2,7 @@ # # version.py - version of QWeeChat # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/weechat/__init__.py b/qweechat/weechat/__init__.py index f510618..707f37a 100644 --- a/qweechat/weechat/__init__.py +++ b/qweechat/weechat/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/weechat/color.py b/qweechat/weechat/color.py index 0ed52ef..43d42aa 100644 --- a/qweechat/weechat/color.py +++ b/qweechat/weechat/color.py @@ -2,7 +2,7 @@ # # color.py - remove/replace colors in WeeChat strings # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/weechat/protocol.py b/qweechat/weechat/protocol.py index 90ce7d2..a127860 100644 --- a/qweechat/weechat/protocol.py +++ b/qweechat/weechat/protocol.py @@ -2,7 +2,7 @@ # # protocol.py - decode binary messages received from WeeChat/relay # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/qweechat/weechat/testproto.py b/qweechat/weechat/testproto.py index 2afabd9..7619f8f 100644 --- a/qweechat/weechat/testproto.py +++ b/qweechat/weechat/testproto.py @@ -2,7 +2,7 @@ # # testproto.py - command-line program for testing WeeChat/relay protocol # -# Copyright (C) 2013-2022 Sébastien Helleu +# Copyright (C) 2013-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/setup.py b/setup.py index ea2a234..b8c72ec 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2022 Sébastien Helleu +# Copyright (C) 2011-2024 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. #