]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Update copyright dates
authorSebastien Helleu <redacted>
Thu, 17 May 2012 09:33:57 +0000 (11:33 +0200)
committerSebastien Helleu <redacted>
Thu, 17 May 2012 09:33:57 +0000 (11:33 +0200)
12 files changed:
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/qweechat.py
src/qweechat/weechat/color.py
src/qweechat/weechat/protocol.py

diff --git a/README b/README
index b33677263f13e2c0a54b57045fd913a102ea3fa9..1727431fac191d63b185f94664781870b50f6143 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ Features
 Copyright
 ---------
 
-Copyright (C) 2011 Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2011-2012 Sébastien Helleu <flashcode@flashtux.org>
 
 This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 
index 51ede866f70bbcefe0df04dec71fc69b72df1c94..066640a93614acc6768d79388f7358c8b4d053f6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 2f1b0a2f4d74d4459232cf8c4b153fec3e662768..3e08b734cfaf70a6ee9332fdf7bc81cbaa8f630c 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 82f580644f320c137d136b6b1e865565c1c6a1c2..dd09dffa48aa7d14299719df76e52aadc1207a90 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 9763191d9cfd63a1e6c65b2eb79bc9e1457b62e7..355c64cd09c4a4d1899fadb2f5d5c9aaf5c189a7 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 59359068e324e746b50f63234bc7e7eaaff5d288..120a4bb18b26f2d3aa86e1a349091bc0abc75e54 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 72dcd3edd8122cc5be8ceaadb70825681ceaad0f..573038ea72f734d7f6d654af4dabec9d8bcff982 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 0bda0f141a55f192e0f67c2b64b957530ca217b6..e9650aa3d2ff09eb515dbab4270f3069dc6eb02c 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index 890fb2aed3bced799d045f6a608c749287368a58..7f537225c02b4bf29ae77ddefe8c7a02a9ac2616 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index f622c683a29d66a04fbb764c1860dee986c8a193..1680669bc289436c739156075c0d0e9e48cea0ae 100755 (executable)
@@ -187,7 +187,7 @@ class MainWindow(QtGui.QMainWindow):
 
     def open_about_dialog(self):
         messages = ['<b>%s</b> %s' % (NAME, VERSION),
-                    '&copy; 2011 %s &lt;<a href="mailto:%s">%s</a>&gt;' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL),
+                    '&copy; 2011-2012 %s &lt;<a href="mailto:%s">%s</a>&gt;' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL),
                     '',
                     'WeeChat site: <a href="%s">%s</a>' % (WEECHAT_SITE, WEECHAT_SITE),
                     '']
index 1396532bacac45f01951fd0fea6fa17a87cedc8a..7c23b32a7af573a1bb36ff0da5e7205fd9ffb9c4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
index bf26ae4c0af3f495e1fee6debc2e5079c293f957..bb7eebb5bf7e4059201081c95ac4383405d718b4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #