]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/chat.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / chat.py
index 9763191d9cfd63a1e6c65b2eb79bc9e1457b62e7..4ed7d97e6eb092ec01a73d9835b535afec7de84f 100644 (file)
@@ -1,7 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org>
+# chat.py - chat area
+#
+# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
 # along with QWeeChat.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-#
-# Chat area.
-#
-
 import datetime
 import qt_compat
 QtCore = qt_compat.import_module('QtCore')