]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Update copyright dates
authorSebastien Helleu <redacted>
Fri, 7 Feb 2014 10:33:46 +0000 (11:33 +0100)
committerSebastien Helleu <redacted>
Fri, 7 Feb 2014 10:33:46 +0000 (11:33 +0100)
15 files changed:
README
data/icons/README
setup.py
src/qweechat/about.py
src/qweechat/buffer.py
src/qweechat/chat.py
src/qweechat/config.py
src/qweechat/connection.py
src/qweechat/debug.py
src/qweechat/input.py
src/qweechat/network.py
src/qweechat/qweechat.py
src/qweechat/weechat/color.py
src/qweechat/weechat/protocol.py
src/qweechat/weechat/testproto.py

diff --git a/README b/README
index b70bce3429f4a95072c599d40f29d95f5eacfd0e..59e6b5b8118bc435c32e38b6a556c0e3ebb9c75a 100644 (file)
--- 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 <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.
 
index ce43cb5824f0ef7bbd89e4f6abf17e82ff585c58..171f996fa2691734401d75f9c42527b819e40f07 100644 (file)
@@ -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 <flashcode@flashtux.org>
+  Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>
   Released under GPLv3.
 
 
index 64aa80cf643682d04d442a69dbde6c82c7be61b4..d74a1dfc5c36c42570518881f0a3d037326d7ce4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- 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.
 #
@@ -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',
index 80023b405258b936fe942104e3cacd294a322811..b0fb3b144a5f93452e60b36d8ce894271fbac778 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index 6da54dc1ac68c4e605053d33933987f5f6702eda..da594ad30619fddff61d2c871558d2972da9b98e 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index 4ed7d97e6eb092ec01a73d9835b535afec7de84f..937ab4697a4c66d9471f067c3fd9733b666b82ad 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index 30930171e63a28dfd1dba28cf5052b9caf70223f..f5a691b6c2b0d6eb5fcc5aea89c9ba402e1398b9 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index 0f19cb50b60beb8caa0bf22ba3d7e9b7310cf9ae..aaedf522d777f1220c22ef03450034e810532ebe 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index e14cdab6a8eb0766ac4d3f01a794c85f9b704a29..2a561a49d08bdb0b3f0fc02acb018d36d9e77b56 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index d31124c9c98033ecf12887488c23e3a088aa8559..1c83240f8aabc28ef838cd59ea64c5f03de0e2b1 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index 8690c5aa5921fe4c24ef173c345e44d0312bd8e9..467845cef42bb9f70738776e24c919af88d447c2 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index e589f22961faa701720ab917b0e6fbc44fd126ee..3f316bc436fc78ebc65a96c5bd7e1d4bf8143112 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
@@ -26,7 +26,7 @@
 #
 # History:
 #
-# 2011-05-27, Sebastien Helleu <flashcode@flashtux.org>:
+# 2011-05-27, Sébastien Helleu <flashcode@flashtux.org>:
 #     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 = ['<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'),
                     '',
index a7d76edaba2dac2bb7a8212aa567207f1aac22ca..fe7521d9400f85123d7a54138ff114d1b471baec 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
index cdb6419795f83373bba2df016e8d96baa1ecf2e6..02b06367b66d9c130b2b43df75dab581b6e254ea 100644 (file)
@@ -3,7 +3,7 @@
 #
 # 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.
 #
 
 #
 # 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 <flashcode@flashtux.org>:
+# 2011-11-23, Sébastien Helleu <flashcode@flashtux.org>:
 #     start dev
 #
 
index 54065feac0261c84a6d561c3dd2a8ee3bce7856d..5edc8f2da9f94a0ef6c2cbdfd5a8d826087dc0b4 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # 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.
 #