Update copyright dates

This commit is contained in:
Sebastien Helleu 2014-02-07 11:33:46 +01:00
parent 0cf8a9befc
commit da74afdbdc
15 changed files with 21 additions and 21 deletions

2
README
View File

@ -13,7 +13,7 @@ relay plugin enabled and listening on a port with protocol "weechat".
== Copyright == Copyright
Copyright (C) 2011-2013 Sébastien Helleu <flashcode@flashtux.org> Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
This file is part of QWeeChat, a Qt remote GUI for WeeChat. This file is part of QWeeChat, a Qt remote GUI for WeeChat.

View File

@ -4,7 +4,7 @@ Copyright and license for images
Files: weechat_icon_32.png, bullet_green_8x8.png, bullet_yellow_8x8.png Files: weechat_icon_32.png, bullet_green_8x8.png, bullet_yellow_8x8.png
Copyright (C) 2011-2013 Sébastien Helleu <flashcode@flashtux.org> Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
Released under GPLv3. Released under GPLv3.

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # 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', long_description='Qt remote GUI for WeeChat',
author='Sébastien Helleu', author='Sébastien Helleu',
author_email='flashcode@flashtux.org', author_email='flashcode@flashtux.org',
url='http://www.weechat.org/', url='http://weechat.org/',
license='GPL3', license='GPL3',
classifiers = ['Development Status :: 2 - Pre-Alpha', classifiers = ['Development Status :: 2 - Pre-Alpha',
'Environment :: X11 Applications :: Qt', 'Environment :: X11 Applications :: Qt',

View File

@ -3,7 +3,7 @@
# #
# about.py - about dialog box # about.py - about dialog box
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# buffer.py - management of WeeChat buffers/nicklist # buffer.py - management of WeeChat buffers/nicklist
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# chat.py - chat area # chat.py - chat area
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf)
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# connection.py - connection window # connection.py - connection window
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# debug.py - debug window # debug.py - debug window
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# input.py - input line for chat and debug window # input.py - input line for chat and debug window
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# network.py - I/O with WeeChat/relay # network.py - I/O with WeeChat/relay
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# qweechat.py - WeeChat remote GUI using Qt toolkit # qweechat.py - WeeChat remote GUI using Qt toolkit
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #
@ -26,7 +26,7 @@
# #
# History: # History:
# #
# 2011-05-27, Sebastien Helleu <flashcode@flashtux.org>: # 2011-05-27, Sébastien Helleu <flashcode@flashtux.org>:
# start dev # start dev
# #
@ -46,7 +46,7 @@ NAME = 'QWeeChat'
VERSION = '0.0.1-dev' VERSION = '0.0.1-dev'
AUTHOR = 'Sébastien Helleu' AUTHOR = 'Sébastien Helleu'
AUTHOR_MAIL= 'flashcode@flashtux.org' AUTHOR_MAIL= 'flashcode@flashtux.org'
WEECHAT_SITE = 'http://www.weechat.org/' WEECHAT_SITE = 'http://weechat.org/'
# number of lines in buffer for debug window # number of lines in buffer for debug window
DEBUG_NUM_LINES = 50 DEBUG_NUM_LINES = 50
@ -196,7 +196,7 @@ class MainWindow(QtGui.QMainWindow):
def open_about_dialog(self): def open_about_dialog(self):
messages = ['<b>%s</b> %s' % (NAME, VERSION), messages = ['<b>%s</b> %s' % (NAME, VERSION),
'&copy; 2011-2013 %s &lt;<a href="mailto:%s">%s</a>&gt;' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), '&copy; 2011-2014 %s &lt;<a href="mailto:%s">%s</a>&gt;' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL),
'', '',
'Running with %s' % ('PySide' if qt_compat.uses_pyside else 'PyQt4'), 'Running with %s' % ('PySide' if qt_compat.uses_pyside else 'PyQt4'),
'', '',

View File

@ -3,7 +3,7 @@
# #
# color.py - remove/replace colors in WeeChat strings # color.py - remove/replace colors in WeeChat strings
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #

View File

@ -3,7 +3,7 @@
# #
# protocol.py - decode binary messages received from WeeChat/relay # protocol.py - decode binary messages received from WeeChat/relay
# #
# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # 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 # 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: # History:
# #
# 2011-11-23, Sebastien Helleu <flashcode@flashtux.org>: # 2011-11-23, Sébastien Helleu <flashcode@flashtux.org>:
# start dev # start dev
# #

View File

@ -3,7 +3,7 @@
# #
# testproto.py - command-line program for testing protocol WeeChat/relay # testproto.py - command-line program for testing protocol WeeChat/relay
# #
# Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org> # Copyright (C) 2013-2014 Sébastien Helleu <flashcode@flashtux.org>
# #
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
# #