From da74afdbdcb9f8b06c9588df3b2f0f4332b4c7e3 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 7 Feb 2014 11:33:46 +0100 Subject: [PATCH] Update copyright dates --- README | 2 +- data/icons/README | 2 +- setup.py | 4 ++-- src/qweechat/about.py | 2 +- src/qweechat/buffer.py | 2 +- src/qweechat/chat.py | 2 +- src/qweechat/config.py | 2 +- src/qweechat/connection.py | 2 +- src/qweechat/debug.py | 2 +- src/qweechat/input.py | 2 +- src/qweechat/network.py | 2 +- src/qweechat/qweechat.py | 8 ++++---- src/qweechat/weechat/color.py | 2 +- src/qweechat/weechat/protocol.py | 6 +++--- src/qweechat/weechat/testproto.py | 2 +- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README b/README index b70bce3..59e6b5b 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ relay plugin enabled and listening on a port with protocol "weechat". == Copyright -Copyright (C) 2011-2013 Sébastien Helleu +Copyright (C) 2011-2014 Sébastien Helleu This file is part of QWeeChat, a Qt remote GUI for WeeChat. diff --git a/data/icons/README b/data/icons/README index ce43cb5..171f996 100644 --- a/data/icons/README +++ b/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-2013 Sébastien Helleu + Copyright (C) 2011-2014 Sébastien Helleu Released under GPLv3. diff --git a/setup.py b/setup.py index 64aa80c..d74a1df 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -31,7 +31,7 @@ setup(name='qweechat', long_description='Qt remote GUI for WeeChat', author='Sébastien Helleu', author_email='flashcode@flashtux.org', - url='http://www.weechat.org/', + url='http://weechat.org/', license='GPL3', classifiers = ['Development Status :: 2 - Pre-Alpha', 'Environment :: X11 Applications :: Qt', diff --git a/src/qweechat/about.py b/src/qweechat/about.py index 80023b4..b0fb3b1 100644 --- a/src/qweechat/about.py +++ b/src/qweechat/about.py @@ -3,7 +3,7 @@ # # about.py - about dialog box # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/buffer.py b/src/qweechat/buffer.py index 6da54dc..da594ad 100644 --- a/src/qweechat/buffer.py +++ b/src/qweechat/buffer.py @@ -3,7 +3,7 @@ # # buffer.py - management of WeeChat buffers/nicklist # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/chat.py b/src/qweechat/chat.py index 4ed7d97..937ab46 100644 --- a/src/qweechat/chat.py +++ b/src/qweechat/chat.py @@ -3,7 +3,7 @@ # # chat.py - chat area # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/config.py b/src/qweechat/config.py index 3093017..f5a691b 100644 --- a/src/qweechat/config.py +++ b/src/qweechat/config.py @@ -3,7 +3,7 @@ # # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/connection.py b/src/qweechat/connection.py index 0f19cb5..aaedf52 100644 --- a/src/qweechat/connection.py +++ b/src/qweechat/connection.py @@ -3,7 +3,7 @@ # # connection.py - connection window # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/debug.py b/src/qweechat/debug.py index e14cdab..2a561a4 100644 --- a/src/qweechat/debug.py +++ b/src/qweechat/debug.py @@ -3,7 +3,7 @@ # # debug.py - debug window # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/input.py b/src/qweechat/input.py index d31124c..1c83240 100644 --- a/src/qweechat/input.py +++ b/src/qweechat/input.py @@ -3,7 +3,7 @@ # # input.py - input line for chat and debug window # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/network.py b/src/qweechat/network.py index 8690c5a..467845c 100644 --- a/src/qweechat/network.py +++ b/src/qweechat/network.py @@ -3,7 +3,7 @@ # # network.py - I/O with WeeChat/relay # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/qweechat.py b/src/qweechat/qweechat.py index e589f22..3f316bc 100755 --- a/src/qweechat/qweechat.py +++ b/src/qweechat/qweechat.py @@ -3,7 +3,7 @@ # # qweechat.py - WeeChat remote GUI using Qt toolkit # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -26,7 +26,7 @@ # # History: # -# 2011-05-27, Sebastien Helleu : +# 2011-05-27, Sébastien Helleu : # start dev # @@ -46,7 +46,7 @@ NAME = 'QWeeChat' VERSION = '0.0.1-dev' AUTHOR = 'Sébastien Helleu' AUTHOR_MAIL= 'flashcode@flashtux.org' -WEECHAT_SITE = 'http://www.weechat.org/' +WEECHAT_SITE = 'http://weechat.org/' # number of lines in buffer for debug window DEBUG_NUM_LINES = 50 @@ -196,7 +196,7 @@ class MainWindow(QtGui.QMainWindow): def open_about_dialog(self): messages = ['%s %s' % (NAME, VERSION), - '© 2011-2013 %s <%s>' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), + '© 2011-2014 %s <%s>' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), '', 'Running with %s' % ('PySide' if qt_compat.uses_pyside else 'PyQt4'), '', diff --git a/src/qweechat/weechat/color.py b/src/qweechat/weechat/color.py index a7d76ed..fe7521d 100644 --- a/src/qweechat/weechat/color.py +++ b/src/qweechat/weechat/color.py @@ -3,7 +3,7 @@ # # color.py - remove/replace colors in WeeChat strings # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/weechat/protocol.py b/src/qweechat/weechat/protocol.py index cdb6419..02b0636 100644 --- a/src/qweechat/weechat/protocol.py +++ b/src/qweechat/weechat/protocol.py @@ -3,7 +3,7 @@ # # protocol.py - decode binary messages received from WeeChat/relay # -# Copyright (C) 2011-2013 Sebastien Helleu +# Copyright (C) 2011-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -23,11 +23,11 @@ # # For info about protocol and format of messages, please read document -# "WeeChat Relay Protocol", available at: http://www.weechat.org/doc/ +# "WeeChat Relay Protocol", available at: http://weechat.org/doc/ # # History: # -# 2011-11-23, Sebastien Helleu : +# 2011-11-23, Sébastien Helleu : # start dev # diff --git a/src/qweechat/weechat/testproto.py b/src/qweechat/weechat/testproto.py index 54065fe..5edc8f2 100755 --- a/src/qweechat/weechat/testproto.py +++ b/src/qweechat/weechat/testproto.py @@ -3,7 +3,7 @@ # # testproto.py - command-line program for testing protocol WeeChat/relay # -# Copyright (C) 2013 Sebastien Helleu +# Copyright (C) 2013-2014 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. #