]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/weechat/color.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / weechat / color.py
index 7c23b32a7af573a1bb36ff0da5e7205fd9ffb9c4..09195a0ea049ae926f262acfd042c9a85238be36 100644 (file)
@@ -1,7 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
+# color.py - remove/replace colors in WeeChat strings
+#
+# 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/>.
 #
 
-#
-# Remove or replace colors in WeeChat strings.
-#
-
 import re
 
 RE_COLOR_ATTRS = r'[*!/_|]*'