# HG changeset patch # User Goffi # Date 1391535169 -3600 # Node ID 1fe00f0c9a9185538936659bfd9552a7a37add98 # Parent b11df74e49d2b582772b0e575fd422a1d103d710 dates update diff -r b11df74e49d2 -r 1fe00f0c9a91 README --- a/README Tue Feb 04 18:32:46 2014 +0100 +++ b/README Tue Feb 04 18:32:49 2014 +0100 @@ -1,5 +1,5 @@ SàT v0.3.0 -(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013 +(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014 SàT is a XMPP (Jabber) client. diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/bridge/DBus.py --- a/frontends/src/bridge/DBus.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/bridge/DBus.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/bridge/bridge_frontend.py --- a/frontends/src/bridge/bridge_frontend.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/bridge/bridge_frontend.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/constants.py --- a/frontends/src/constants.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/constants.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/jp/jp --- a/frontends/src/jp/jp Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/jp/jp Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -25,7 +25,7 @@ about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011, 2012 --- -"""+name+u""" Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (aka Goffi) +"""+name+u""" Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (aka Goffi) This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions. diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/card_game.py --- a/frontends/src/primitivus/card_game.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/card_game.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/chat.py --- a/frontends/src/primitivus/chat.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/chat.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/constants.py --- a/frontends/src/primitivus/constants.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/constants.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/contact_list.py --- a/frontends/src/primitivus/contact_list.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/contact_list.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/notify.py --- a/frontends/src/primitivus/notify.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/notify.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/primitivus --- a/frontends/src/primitivus/primitivus Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/primitivus Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/profile_manager.py --- a/frontends/src/primitivus/profile_manager.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/profile_manager.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/progress.py --- a/frontends/src/primitivus/progress.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/progress.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/status.py --- a/frontends/src/primitivus/status.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/status.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/primitivus/xmlui.py --- a/frontends/src/primitivus/xmlui.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/primitivus/xmlui.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/constants.py --- a/frontends/src/quick_frontend/constants.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/constants.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_app.py --- a/frontends/src/quick_frontend/quick_app.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_app.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_card_game.py --- a/frontends/src/quick_frontend/quick_card_game.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_card_game.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_chat.py --- a/frontends/src/quick_frontend/quick_chat.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_chat.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_chat_list.py --- a/frontends/src/quick_frontend/quick_chat_list.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_chat_list.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_contact_list.py --- a/frontends/src/quick_frontend/quick_contact_list.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_contact_list.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_contact_management.py --- a/frontends/src/quick_frontend/quick_contact_management.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_contact_management.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/quick_frontend/quick_utils.py --- a/frontends/src/quick_frontend/quick_utils.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/quick_frontend/quick_utils.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/tools/composition.py --- a/frontends/src/tools/composition.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/tools/composition.py Tue Feb 04 18:32:49 2014 +0100 @@ -3,7 +3,7 @@ """ Libervia: a Salut à Toi frontend -Copyright (C) 2013 Adrien Cossa +Copyright (C) 2013, 2014 Adrien Cossa This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/tools/games.py --- a/frontends/src/tools/games.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/tools/games.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/tools/misc.py --- a/frontends/src/tools/misc.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/tools/misc.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT helpers methods for plugins -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/tools/strings.py --- a/frontends/src/tools/strings.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/tools/strings.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT helpers methods for plugins -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/tools/xmltools.py --- a/frontends/src/tools/xmltools.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/tools/xmltools.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/tools/xmlui.py --- a/frontends/src/tools/xmlui.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/tools/xmlui.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT frontend tools -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/card_game.py --- a/frontends/src/wix/card_game.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/card_game.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/chat.py --- a/frontends/src/wix/chat.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/chat.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/constants.py --- a/frontends/src/wix/constants.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/constants.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/contact_list.py --- a/frontends/src/wix/contact_list.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/contact_list.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/main_window.py --- a/frontends/src/wix/main_window.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/main_window.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -418,7 +418,7 @@ about = wx.AboutDialogInfo() about.SetName(Const.APP_NAME) about.SetVersion (unicode(self.bridge.getVersion())) - about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson aka Goffi") + about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson aka Goffi") about.SetDescription( _(u"%(name)s is a SàT (Salut à Toi) frontend\n"+ u"%(name)s is based on WxPython, and is the standard graphic interface of SàT") % {'name': Const.APP_NAME}) about.SetWebSite(("http://www.goffi.org", "Goffi's non-hebdo (french)")) diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/profile.py --- a/frontends/src/wix/profile.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/profile.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/profile_manager.py --- a/frontends/src/wix/profile_manager.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/profile_manager.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/quiz_game.py --- a/frontends/src/wix/quiz_game.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/quiz_game.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 frontends/src/wix/xmlui.py --- a/frontends/src/wix/xmlui.py Tue Feb 04 18:32:46 2014 +0100 +++ b/frontends/src/wix/xmlui.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # wix: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/bridge/DBus.py --- a/src/bridge/DBus.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/bridge/DBus.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/bridge/bridge.py --- a/src/bridge/bridge.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/bridge/bridge.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/bridge/bridge_constructor/bridge_constructor.py --- a/src/bridge/bridge_constructor/bridge_constructor.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/bridge/bridge_constructor/bridge_constructor.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/bridge/bridge_constructor/dbus_core_template.py --- a/src/bridge/bridge_constructor/dbus_core_template.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/bridge/bridge_constructor/dbus_core_template.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/bridge/bridge_constructor/dbus_frontend_template.py --- a/src/bridge/bridge_constructor/dbus_frontend_template.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/bridge/bridge_constructor/dbus_frontend_template.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/core/default_config.py --- a/src/core/default_config.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/core/default_config.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/core/i18n.py --- a/src/core/i18n.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/core/i18n.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/core/sat_main.py --- a/src/core/sat_main.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/core/sat_main.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/core/xmpp.py --- a/src/core/xmpp.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/core/xmpp.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/memory/memory.py --- a/src/memory/memory.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/memory/memory.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/memory/persistent.py --- a/src/memory/persistent.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/memory/persistent.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/memory/sqlite.py --- a/src/memory/sqlite.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/memory/sqlite.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/deprecated_misc_cs.py --- a/src/plugins/deprecated_misc_cs.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/deprecated_misc_cs.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0045 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_exp_command_export.py --- a/src/plugins/plugin_exp_command_export.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_exp_command_export.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to export commands (experimental) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_exp_parrot.py --- a/src/plugins/plugin_exp_parrot.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_exp_parrot.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_exp_pipe.py --- a/src/plugins/plugin_exp_pipe.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_exp_pipe.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing pipes (experimental) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_account.py --- a/src/plugins/plugin_misc_account.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_account.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for account creation (experimental) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_groupblog.py --- a/src/plugins/plugin_misc_groupblog.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_groupblog.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for microbloging with roster access -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_quiz.py --- a/src/plugins/plugin_misc_quiz.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_quiz.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing Quiz game -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_radiocol.py --- a/src/plugins/plugin_misc_radiocol.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_radiocol.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing Radiocol -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_room_game.py --- a/src/plugins/plugin_misc_room_game.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_room_game.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_tarot.py --- a/src/plugins/plugin_misc_tarot.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_tarot.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing French Tarot game -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_text_commands.py --- a/src/plugins/plugin_misc_text_commands.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_text_commands.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for managing text commands -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_misc_text_syntaxes.py --- a/src/plugins/plugin_misc_text_syntaxes.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_misc_text_syntaxes.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing various text syntaxes -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0020.py --- a/src/plugins/plugin_xep_0020.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0020.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0020 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0033.py --- a/src/plugins/plugin_xep_0033.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0033.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Extended Stanza Addressing (xep-0033) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0045.py --- a/src/plugins/plugin_xep_0045.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0045.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0045 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0047.py --- a/src/plugins/plugin_xep_0047.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0047.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0047) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0050.py --- a/src/plugins/plugin_xep_0050.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0050.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Ad-Hoc Commands (XEP-0050) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0054.py --- a/src/plugins/plugin_xep_0054.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0054.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0054 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2014 Emmanuel Gil Peyrot (linkmauve@linkmauve.fr) # This program is free software: you can redistribute it and/or modify diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0055.py --- a/src/plugins/plugin_xep_0055.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0055.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jabber Search (xep-0055) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0060.py --- a/src/plugins/plugin_xep_0060.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0060.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0060) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0065.py --- a/src/plugins/plugin_xep_0065.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0065.py Tue Feb 04 18:32:49 2014 +0100 @@ -6,7 +6,7 @@ # Copyright (C) # 2002, 2003, 2004 Dave Smith (dizzyd@jabber.org) # 2007, 2008 Fabio Forno (xmpp:ff@jabber.bluendo.com) -# 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0071.py --- a/src/plugins/plugin_xep_0071.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0071.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0071) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0077.py --- a/src/plugins/plugin_xep_0077.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0077.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0077 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0085.py --- a/src/plugins/plugin_xep_0085.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0085.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Chat State Notifications Protocol (xep-0085) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0095.py --- a/src/plugins/plugin_xep_0095.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0095.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0095 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0096.py --- a/src/plugins/plugin_xep_0096.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0096.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0096 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0100.py --- a/src/plugins/plugin_xep_0100.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0100.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0100) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0115.py --- a/src/plugins/plugin_xep_0115.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0115.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0115 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0163.py --- a/src/plugins/plugin_xep_0163.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0163.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Personal Eventing Protocol (xep-0163) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0249.py --- a/src/plugins/plugin_xep_0249.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0249.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0249 -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/plugins/plugin_xep_0277.py --- a/src/plugins/plugin_xep_0277.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/plugins/plugin_xep_0277.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for microblogging over XMPP (xep-0277) -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/sat.tac --- a/src/sat.tac Tue Feb 04 18:32:46 2014 +0100 +++ b/src/sat.tac Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/constants.py --- a/src/test/constants.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/constants.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/helpers.py --- a/src/test/helpers.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/helpers.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/helpers_plugins.py --- a/src/test/helpers_plugins.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/helpers_plugins.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_core_xmpp.py --- a/src/test/test_core_xmpp.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_core_xmpp.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_helpers_plugins.py --- a/src/test/test_helpers_plugins.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_helpers_plugins.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_memory_memory.py --- a/src/test/test_memory_memory.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_memory_memory.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_plugin_misc_room_game.py --- a/src/test/test_plugin_misc_room_game.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_plugin_misc_room_game.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_plugin_misc_text_syntaxes.py --- a/src/test/test_plugin_misc_text_syntaxes.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_plugin_misc_text_syntaxes.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_plugin_xep_0033.py --- a/src/test/test_plugin_xep_0033.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_plugin_xep_0033.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/test/test_plugin_xep_0085.py --- a/src/test/test_plugin_xep_0085.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/test/test_plugin_xep_0085.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/tools/jid.py --- a/src/tools/jid.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/tools/jid.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/tools/misc.py --- a/src/tools/misc.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/tools/misc.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/tools/utils.py --- a/src/tools/utils.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/tools/utils.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff -r b11df74e49d2 -r 1fe00f0c9a91 src/tools/xml_tools.py --- a/src/tools/xml_tools.py Tue Feb 04 18:32:46 2014 +0100 +++ b/src/tools/xml_tools.py Tue Feb 04 18:32:49 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by