diff --git a/README.asciidoc b/README.asciidoc index fcf4738..482c017 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -56,7 +56,7 @@ Options can be changed in file '~/.qweechat/qweechat.conf'. == Copyright -Copyright (C) 2011-2014 Sébastien Helleu +Copyright (C) 2011-2015 Sébastien Helleu This file is part of QWeeChat, a Qt remote GUI for WeeChat. diff --git a/qweechat/__init__.py b/qweechat/__init__.py index e600ac1..58dc130 100644 --- a/qweechat/__init__.py +++ b/qweechat/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 aae0b04..94c0a66 100644 --- a/qweechat/about.py +++ b/qweechat/about.py @@ -2,7 +2,7 @@ # # about.py - about dialog box # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 50b6675..b5b4e51 100644 --- a/qweechat/buffer.py +++ b/qweechat/buffer.py @@ -2,7 +2,7 @@ # # buffer.py - management of WeeChat buffers/nicklist # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 0c5ee98..5a7b66f 100644 --- a/qweechat/chat.py +++ b/qweechat/chat.py @@ -2,7 +2,7 @@ # # chat.py - chat area # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 2aa5909..4c3adcc 100644 --- a/qweechat/config.py +++ b/qweechat/config.py @@ -2,7 +2,7 @@ # # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 f63b2bb..8e395b3 100644 --- a/qweechat/connection.py +++ b/qweechat/connection.py @@ -2,7 +2,7 @@ # # connection.py - connection window # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 171f996..5ec4dda 100644 --- a/qweechat/data/icons/README +++ b/qweechat/data/icons/README @@ -4,7 +4,7 @@ Copyright and license for images Files: weechat_icon_32.png, bullet_green_8x8.png, bullet_yellow_8x8.png - Copyright (C) 2011-2014 Sébastien Helleu + Copyright (C) 2011-2015 Sébastien Helleu Released under GPLv3. diff --git a/qweechat/debug.py b/qweechat/debug.py index b87633c..e8bf98c 100644 --- a/qweechat/debug.py +++ b/qweechat/debug.py @@ -2,7 +2,7 @@ # # debug.py - debug window # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 357f5d7..371b287 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-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 9cb3a0e..72137e3 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -2,7 +2,7 @@ # # network.py - I/O with WeeChat/relay # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 3023fa4..1925fe0 100644 --- a/qweechat/qweechat.py +++ b/qweechat/qweechat.py @@ -2,7 +2,7 @@ # # qweechat.py - WeeChat remote GUI using Qt toolkit # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 7e57462..5f24e28 100644 --- a/qweechat/version.py +++ b/qweechat/version.py @@ -2,7 +2,7 @@ # # version.py - version of QWeeChat # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 e600ac1..58dc130 100644 --- a/qweechat/weechat/__init__.py +++ b/qweechat/weechat/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 a777c71..1e77812 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-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 86fb50b..ad95a55 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-2014 Sébastien Helleu +# Copyright (C) 2011-2015 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 afcb80c..67b1e5d 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-2014 Sébastien Helleu +# Copyright (C) 2013-2015 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/setup.py b/setup.py index 106cfad..3bb54a3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2015 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. #