diff --git a/README b/README index 1727431..4cfa390 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Features Copyright --------- -Copyright (C) 2011-2012 Sébastien Helleu +Copyright (C) 2011-2013 Sébastien Helleu This file is part of QWeeChat, a Qt remote GUI for WeeChat. diff --git a/setup.py b/setup.py index 066640a..64aa80c 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/about.py b/src/qweechat/about.py index 3e08b73..74c0beb 100644 --- a/src/qweechat/about.py +++ b/src/qweechat/about.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/buffer.py b/src/qweechat/buffer.py index 79a0e29..0c09e91 100644 --- a/src/qweechat/buffer.py +++ b/src/qweechat/buffer.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/chat.py b/src/qweechat/chat.py index 355c64c..3e91bc4 100644 --- a/src/qweechat/chat.py +++ b/src/qweechat/chat.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/config.py b/src/qweechat/config.py index 31d7355..8e4d456 100644 --- a/src/qweechat/config.py +++ b/src/qweechat/config.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/connection.py b/src/qweechat/connection.py index 9092b1c..0ceff69 100644 --- a/src/qweechat/connection.py +++ b/src/qweechat/connection.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/debug.py b/src/qweechat/debug.py index e9650aa..0b844e8 100644 --- a/src/qweechat/debug.py +++ b/src/qweechat/debug.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/input.py b/src/qweechat/input.py index 7f53722..ee3b2e6 100644 --- a/src/qweechat/input.py +++ b/src/qweechat/input.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/network.py b/src/qweechat/network.py index e97bb65..af3ab1c 100644 --- a/src/qweechat/network.py +++ b/src/qweechat/network.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/qweechat.py b/src/qweechat/qweechat.py index 265a604..6c4e5fa 100755 --- a/src/qweechat/qweechat.py +++ b/src/qweechat/qweechat.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -188,7 +188,7 @@ class MainWindow(QtGui.QMainWindow): def open_about_dialog(self): messages = ['%s %s' % (NAME, VERSION), - '© 2011-2012 %s <%s>' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), + '© 2011-2013 %s <%s>' % (AUTHOR, AUTHOR_MAIL, AUTHOR_MAIL), '', 'WeeChat site: %s' % (WEECHAT_SITE, WEECHAT_SITE), ''] diff --git a/src/qweechat/weechat/color.py b/src/qweechat/weechat/color.py index 7c23b32..63472e9 100644 --- a/src/qweechat/weechat/color.py +++ b/src/qweechat/weechat/color.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # diff --git a/src/qweechat/weechat/protocol.py b/src/qweechat/weechat/protocol.py index 40f1a4a..056eac4 100644 --- a/src/qweechat/weechat/protocol.py +++ b/src/qweechat/weechat/protocol.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2012 Sebastien Helleu +# Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. #