# HG changeset patch # User Goffi # Date 1616165114 -3600 # Node ID be6d9157263309c8e5534cb3f7fc056f775520af # Parent b65175eb77695b0c92d5b118b5f6bdf4675db468 date update diff -r b65175eb7769 -r be6d91572633 README --- a/README Fri Mar 19 14:01:52 2021 +0100 +++ b/README Fri Mar 19 15:45:14 2021 +0100 @@ -1,5 +1,5 @@ Salut à Toi -(c) Jérôme Poisson aka Goffi 2008-2020 +(c) Jérôme Poisson aka Goffi 2008-2021 (c) Adrien Cossa aka Souliane 2013-2016 SàT is a XMPP (Jabber) client. diff -r b65175eb7769 -r be6d91572633 doc/conf.py --- a/doc/conf.py Fri Mar 19 14:01:52 2021 +0100 +++ b/doc/conf.py Fri Mar 19 15:45:14 2021 +0100 @@ -21,9 +21,9 @@ # -- Project information ----------------------------------------------------- -project = u'Salut à Toi' -copyright = u'2019,2020 Salut à Toi' -author = u'Salut à Toi team' +project = 'Libervia' +copyright = '2019-2021 Libervia' +author = 'Libervia team' doc_dir = os.path.dirname(os.path.abspath(__file__)) version_path = os.path.join(doc_dir, '../sat/VERSION') diff -r b65175eb7769 -r be6d91572633 sat/__init__.py --- a/sat/__init__.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/__init__.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/base_constructor.py --- a/sat/bridge/bridge_constructor/base_constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/base_constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/bridge_constructor.py --- a/sat/bridge/bridge_constructor/bridge_constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/bridge_constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constants.py --- a/sat/bridge/bridge_constructor/constants.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constants.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 @@ -24,7 +24,7 @@ NAME = "bridge_constructor" DEST_DIR_DEFAULT = "generated" - DESCRIPTION = """{name} Copyright (C) 2009-2020 Jérôme Poisson (aka Goffi) + DESCRIPTION = """{name} Copyright (C) 2009-2021 Jérôme Poisson (aka Goffi) This script construct a SàT bridge using the given protocol diff -r b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py --- a/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/dbus/constructor.py --- a/sat/bridge/bridge_constructor/constructors/dbus/constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py --- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py --- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/embedded/constructor.py --- a/sat/bridge/bridge_constructor/constructors/embedded/constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py --- a/sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py --- a/sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py --- a/sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/pb/constructor.py --- a/sat/bridge/bridge_constructor/constructors/pb/constructor.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/constructor.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py --- a/sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py --- a/sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/dbus_bridge.py --- a/sat/bridge/dbus_bridge.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/dbus_bridge.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/bridge/pb.py --- a/sat/bridge/pb.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/bridge/pb.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/constants.py --- a/sat/core/constants.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/constants.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/i18n.py --- a/sat/core/i18n.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/i18n.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/launcher.py --- a/sat/core/launcher.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/launcher.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/log.py --- a/sat/core/log.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/log.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/log_config.py --- a/sat/core/log_config.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/log_config.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/sat_main.py --- a/sat/core/sat_main.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/sat_main.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/core/xmpp.py --- a/sat/core/xmpp.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/core/xmpp.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/cache.py --- a/sat/memory/cache.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/cache.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/crypto.py --- a/sat/memory/crypto.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/crypto.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/memory/disco.py --- a/sat/memory/disco.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/disco.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/encryption.py --- a/sat/memory/encryption.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/encryption.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/memory.py --- a/sat/memory/memory.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/memory.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/params.py --- a/sat/memory/params.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/params.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/persistent.py --- a/sat/memory/persistent.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/persistent.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/memory/sqlite.py --- a/sat/memory/sqlite.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/memory/sqlite.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_adhoc_dbus.py --- a/sat/plugins/plugin_adhoc_dbus.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_adhoc_dbus.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for adding D-Bus to Ad-Hoc Commands -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_app_manager_docker/__init__.py --- a/sat/plugins/plugin_app_manager_docker/__init__.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_app_manager_docker/__init__.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin to manage Docker -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_blog_import.py --- a/sat/plugins/plugin_blog_import.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_blog_import.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for import external blogs -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_blog_import_dokuwiki.py --- a/sat/plugins/plugin_blog_import_dokuwiki.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_blog_import_dokuwiki.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin to import dokuwiki blogs -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_blog_import_dotclear.py --- a/sat/plugins/plugin_blog_import_dotclear.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_blog_import_dotclear.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for import external blogs -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_comp_file_sharing.py --- a/sat/plugins/plugin_comp_file_sharing.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_comp_file_sharing.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_comp_file_sharing_management.py --- a/sat/plugins/plugin_comp_file_sharing_management.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_comp_file_sharing_management.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_dbg_manhole.py --- a/sat/plugins/plugin_dbg_manhole.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_dbg_manhole.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for debugging, using a manhole -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_command_export.py --- a/sat/plugins/plugin_exp_command_export.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_command_export.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to export commands (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_events.py --- a/sat/plugins/plugin_exp_events.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_events.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_invitation.py --- a/sat/plugins/plugin_exp_invitation.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_invitation.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin to manage invitations -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_invitation_file.py --- a/sat/plugins/plugin_exp_invitation_file.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_invitation_file.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin to send invitations for file sharing -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_jingle_stream.py --- a/sat/plugins/plugin_exp_jingle_stream.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_jingle_stream.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing pipes (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_lang_detect.py --- a/sat/plugins/plugin_exp_lang_detect.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_lang_detect.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_list_of_interest.py --- a/sat/plugins/plugin_exp_list_of_interest.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_list_of_interest.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_parrot.py --- a/sat/plugins/plugin_exp_parrot.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_parrot.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_pubsub_admin.py --- a/sat/plugins/plugin_exp_pubsub_admin.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_pubsub_admin.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to send pubsub requests with administrator privilege -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_exp_pubsub_hook.py --- a/sat/plugins/plugin_exp_pubsub_hook.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_exp_pubsub_hook.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Pubsub Hooks -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_import.py --- a/sat/plugins/plugin_import.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_import.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for generic data import handling -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_merge_req_mercurial.py --- a/sat/plugins/plugin_merge_req_mercurial.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_merge_req_mercurial.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin managing Mercurial VCS -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_account.py --- a/sat/plugins/plugin_misc_account.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_account.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for account creation (experimental) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_android.py --- a/sat/plugins/plugin_misc_android.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_android.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for file tansfer -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_app_manager.py --- a/sat/plugins/plugin_misc_app_manager.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_app_manager.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin to manage external applications -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_attach.py --- a/sat/plugins/plugin_misc_attach.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_attach.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for attaching files -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_download.py --- a/sat/plugins/plugin_misc_download.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_download.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for downloading files -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_email_invitation.py --- a/sat/plugins/plugin_misc_email_invitation.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_email_invitation.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for sending invitations by email -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_file.py --- a/sat/plugins/plugin_misc_file.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_file.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for file tansfer -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_forums.py --- a/sat/plugins/plugin_misc_forums.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_forums.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for pubsub forums -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_groupblog.py --- a/sat/plugins/plugin_misc_groupblog.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_groupblog.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for microbloging with roster access -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_identity.py --- a/sat/plugins/plugin_misc_identity.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_identity.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_ip.py --- a/sat/plugins/plugin_misc_ip.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_ip.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for IP address discovery -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_lists.py --- a/sat/plugins/plugin_misc_lists.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_lists.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_merge_requests.py --- a/sat/plugins/plugin_misc_merge_requests.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_merge_requests.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_nat-port.py --- a/sat/plugins/plugin_misc_nat-port.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_nat-port.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for NAT port mapping -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_quiz.py --- a/sat/plugins/plugin_misc_quiz.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_quiz.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing Quiz game -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_radiocol.py --- a/sat/plugins/plugin_misc_radiocol.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_radiocol.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing Radiocol -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_register_account.py --- a/sat/plugins/plugin_misc_register_account.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_register_account.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for registering a new XMPP account -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_room_game.py --- a/sat/plugins/plugin_misc_room_game.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_room_game.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_tarot.py --- a/sat/plugins/plugin_misc_tarot.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_tarot.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing French Tarot game -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_text_commands.py --- a/sat/plugins/plugin_misc_text_commands.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_text_commands.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for managing text commands -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_text_syntaxes.py --- a/sat/plugins/plugin_misc_text_syntaxes.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_text_syntaxes.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing various text syntaxes -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_upload.py --- a/sat/plugins/plugin_misc_upload.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_upload.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for uploading files -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_uri_finder.py --- a/sat/plugins/plugin_misc_uri_finder.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_uri_finder.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin to find URIs -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_watched.py --- a/sat/plugins/plugin_misc_watched.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_watched.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin to be notified on some entities presence -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_misc_welcome.py --- a/sat/plugins/plugin_misc_welcome.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_misc_welcome.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for file tansfer -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_sec_aesgcm.py --- a/sat/plugins/plugin_sec_aesgcm.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_sec_aesgcm.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for handling AES-GCM file encryption -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_sec_otr.py --- a/sat/plugins/plugin_sec_otr.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_sec_otr.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for OTR encryption -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_syntax_wiki_dotclear.py --- a/sat/plugins/plugin_syntax_wiki_dotclear.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_syntax_wiki_dotclear.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for Dotclear Wiki Syntax -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_tickets_import.py --- a/sat/plugins/plugin_tickets_import.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_tickets_import.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for import external ticketss -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_tickets_import_bugzilla.py --- a/sat/plugins/plugin_tickets_import_bugzilla.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_tickets_import_bugzilla.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for import external blogs -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0020.py --- a/sat/plugins/plugin_xep_0020.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0020.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0020 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0045.py --- a/sat/plugins/plugin_xep_0045.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0045.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0045 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0047.py --- a/sat/plugins/plugin_xep_0047.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0047.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing gateways (xep-0047) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0048.py --- a/sat/plugins/plugin_xep_0048.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0048.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Bookmarks (xep-0048) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0049.py --- a/sat/plugins/plugin_xep_0049.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0049.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0049 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0050.py --- a/sat/plugins/plugin_xep_0050.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0050.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for Ad-Hoc Commands (XEP-0050) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0054.py --- a/sat/plugins/plugin_xep_0054.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0054.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for managing xep-0054 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0055.py --- a/sat/plugins/plugin_xep_0055.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0055.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Jabber Search (xep-0055) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0059.py --- a/sat/plugins/plugin_xep_0059.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0059.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Result Set Management (XEP-0059) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0060.py --- a/sat/plugins/plugin_xep_0060.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0060.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for Publish-Subscribe (xep-0060) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0065.py --- a/sat/plugins/plugin_xep_0065.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0065.py Fri Mar 19 15:45:14 2021 +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-2020 Jérôme Poisson (goffi@goffi.org) +# 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0071.py --- a/sat/plugins/plugin_xep_0071.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0071.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Publish-Subscribe (xep-0071) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0077.py --- a/sat/plugins/plugin_xep_0077.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0077.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0077 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0092.py --- a/sat/plugins/plugin_xep_0092.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0092.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT plugin for Software Version (XEP-0092) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0095.py --- a/sat/plugins/plugin_xep_0095.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0095.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0095 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0096.py --- a/sat/plugins/plugin_xep_0096.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0096.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0096 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0100.py --- a/sat/plugins/plugin_xep_0100.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0100.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing gateways (xep-0100) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0106.py --- a/sat/plugins/plugin_xep_0106.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0106.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Explicit Message Encryption -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0115.py --- a/sat/plugins/plugin_xep_0115.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0115.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0115 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0163.py --- a/sat/plugins/plugin_xep_0163.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0163.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Personal Eventing Protocol (xep-0163) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0166.py --- a/sat/plugins/plugin_xep_0166.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0166.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for Jingle (XEP-0166) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0198.py --- a/sat/plugins/plugin_xep_0198.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0198.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for managing Stream-Management -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0199.py --- a/sat/plugins/plugin_xep_0199.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0199.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Delayed Delivery (XEP-0199) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0203.py --- a/sat/plugins/plugin_xep_0203.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0203.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Delayed Delivery (XEP-0203) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0231.py --- a/sat/plugins/plugin_xep_0231.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0231.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Bit of Binary handling (XEP-0231) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0234.py --- a/sat/plugins/plugin_xep_0234.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0234.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for Jingle File Transfer (XEP-0234) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0249.py --- a/sat/plugins/plugin_xep_0249.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0249.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0249 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0260.py --- a/sat/plugins/plugin_xep_0260.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0260.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Jingle (XEP-0260) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0261.py --- a/sat/plugins/plugin_xep_0261.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0261.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Jingle (XEP-0261) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0264.py --- a/sat/plugins/plugin_xep_0264.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0264.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for managing xep-0264 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0277.py --- a/sat/plugins/plugin_xep_0277.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0277.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for microblogging over XMPP (xep-0277) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0280.py --- a/sat/plugins/plugin_xep_0280.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0280.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for managing xep-0280 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0297.py --- a/sat/plugins/plugin_xep_0297.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0297.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Stanza Forwarding (XEP-0297) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0300.py --- a/sat/plugins/plugin_xep_0300.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0300.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Hash functions (XEP-0300) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0313.py --- a/sat/plugins/plugin_xep_0313.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0313.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Message Archive Management (XEP-0313) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0329.py --- a/sat/plugins/plugin_xep_0329.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0329.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for File Information Sharing (XEP-0329) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0334.py --- a/sat/plugins/plugin_xep_0334.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0334.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Delayed Delivery (XEP-0334) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0346.py --- a/sat/plugins/plugin_xep_0346.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0346.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for XEP-0346 -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0352.py --- a/sat/plugins/plugin_xep_0352.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0352.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Explicit Message Encryption -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0353.py --- a/sat/plugins/plugin_xep_0353.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0353.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for Jingle Message Initiation (XEP-0353) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0359.py --- a/sat/plugins/plugin_xep_0359.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0359.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Message Archive Management (XEP-0359) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0363.py --- a/sat/plugins/plugin_xep_0363.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0363.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT plugin for HTTP File Upload (XEP-0363) -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0380.py --- a/sat/plugins/plugin_xep_0380.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0380.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT plugin for Explicit Message Encryption -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/plugins/plugin_xep_0384.py --- a/sat/plugins/plugin_xep_0384.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/plugins/plugin_xep_0384.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for OMEMO encryption -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/stdui/ui_contact_list.py --- a/sat/stdui/ui_contact_list.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/stdui/ui_contact_list.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT standard user interface for managing contacts -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/stdui/ui_profile_manager.py --- a/sat/stdui/ui_profile_manager.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/stdui/ui_profile_manager.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT standard user interface for managing contacts -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/constants.py --- a/sat/test/constants.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/constants.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/test/helpers.py --- a/sat/test/helpers.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/helpers.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/test/helpers_plugins.py --- a/sat/test/helpers_plugins.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/helpers_plugins.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_core_xmpp.py --- a/sat/test/test_core_xmpp.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_core_xmpp.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/test/test_helpers_plugins.py --- a/sat/test/test_helpers_plugins.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_helpers_plugins.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_memory.py --- a/sat/test/test_memory.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_memory.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/test/test_plugin_misc_groupblog.py --- a/sat/test/test_plugin_misc_groupblog.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_misc_groupblog.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_misc_room_game.py --- a/sat/test/test_plugin_misc_room_game.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_misc_room_game.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_misc_text_syntaxes.py --- a/sat/test/test_plugin_misc_text_syntaxes.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_misc_text_syntaxes.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0033.py --- a/sat/test/test_plugin_xep_0033.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0033.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0085.py --- a/sat/test/test_plugin_xep_0085.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0085.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0203.py --- a/sat/test/test_plugin_xep_0203.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0203.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0277.py --- a/sat/test/test_plugin_xep_0277.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0277.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0297.py --- a/sat/test/test_plugin_xep_0297.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0297.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0313.py --- a/sat/test/test_plugin_xep_0313.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0313.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/test/test_plugin_xep_0334.py --- a/sat/test/test_plugin_xep_0334.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/test/test_plugin_xep_0334.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/tools/async_trigger.py --- a/sat/tools/async_trigger.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/async_trigger.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/ansi.py --- a/sat/tools/common/ansi.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/ansi.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/async_process.py --- a/sat/tools/common/async_process.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/async_process.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/data_format.py --- a/sat/tools/common/data_format.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/data_format.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/data_objects.py --- a/sat/tools/common/data_objects.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/data_objects.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/date_utils.py --- a/sat/tools/common/date_utils.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/date_utils.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/dynamic_import.py --- a/sat/tools/common/dynamic_import.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/dynamic_import.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/email.py --- a/sat/tools/common/email.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/email.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/files_utils.py --- a/sat/tools/common/files_utils.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/files_utils.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SaT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/regex.py --- a/sat/tools/common/regex.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/regex.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Salut à Toi: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/template.py --- a/sat/tools/common/template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/template.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/template_xmlui.py --- a/sat/tools/common/template_xmlui.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/template_xmlui.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/tls.py --- a/sat/tools/common/tls.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/tls.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/uri.py --- a/sat/tools/common/uri.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/uri.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/common/utils.py --- a/sat/tools/common/utils.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/common/utils.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/config.py --- a/sat/tools/config.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/config.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat/tools/image.py --- a/sat/tools/image.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/image.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/sat_defer.py --- a/sat/tools/sat_defer.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/sat_defer.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT: a XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/stream.py --- a/sat/tools/stream.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/stream.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/trigger.py --- a/sat/tools/trigger.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/trigger.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/utils.py --- a/sat/tools/utils.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/utils.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SaT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/video.py --- a/sat/tools/video.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/video.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/web.py --- a/sat/tools/web.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/web.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat/tools/xml_tools.py --- a/sat/tools/xml_tools.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat/tools/xml_tools.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/bridge/bridge_frontend.py --- a/sat_frontends/bridge/bridge_frontend.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/bridge/bridge_frontend.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/bridge/dbus_bridge.py --- a/sat_frontends/bridge/dbus_bridge.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/bridge/dbus_bridge.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/bridge/pb.py --- a/sat_frontends/bridge/pb.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/bridge/pb.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT communication bridge -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/arg_tools.py --- a/sat_frontends/jp/arg_tools.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/arg_tools.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/base.py --- a/sat_frontends/jp/base.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/base.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 @@ -72,7 +72,7 @@ DESCRIPTION = """This software is a command line tool for XMPP. Get the latest version at """ + C.APP_URL -COPYLEFT = """Copyright (C) 2009-2020 Jérôme Poisson, Adrien Cossa +COPYLEFT = """Copyright (C) 2009-2021 Jérôme Poisson, Adrien Cossa This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions. """ diff -r b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_account.py --- a/sat_frontends/jp/cmd_account.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_account.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_adhoc.py --- a/sat_frontends/jp/cmd_adhoc.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_adhoc.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_application.py --- a/sat_frontends/jp/cmd_application.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_application.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_avatar.py --- a/sat_frontends/jp/cmd_avatar.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_avatar.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_blog.py --- a/sat_frontends/jp/cmd_blog.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_blog.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_bookmarks.py --- a/sat_frontends/jp/cmd_bookmarks.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_bookmarks.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_debug.py --- a/sat_frontends/jp/cmd_debug.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_debug.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_encryption.py --- a/sat_frontends/jp/cmd_encryption.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_encryption.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_event.py --- a/sat_frontends/jp/cmd_event.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_event.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_file.py --- a/sat_frontends/jp/cmd_file.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_file.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_forums.py --- a/sat_frontends/jp/cmd_forums.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_forums.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_identity.py --- a/sat_frontends/jp/cmd_identity.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_identity.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_info.py --- a/sat_frontends/jp/cmd_info.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_info.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_input.py --- a/sat_frontends/jp/cmd_input.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_input.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_invitation.py --- a/sat_frontends/jp/cmd_invitation.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_invitation.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_list.py --- a/sat_frontends/jp/cmd_list.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_list.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_merge_request.py --- a/sat_frontends/jp/cmd_merge_request.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_merge_request.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_message.py --- a/sat_frontends/jp/cmd_message.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_message.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_param.py --- a/sat_frontends/jp/cmd_param.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_param.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_ping.py --- a/sat_frontends/jp/cmd_ping.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_ping.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_pipe.py --- a/sat_frontends/jp/cmd_pipe.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_pipe.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_profile.py --- a/sat_frontends/jp/cmd_profile.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_profile.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_pubsub.py --- a/sat_frontends/jp/cmd_pubsub.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_pubsub.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_roster.py --- a/sat_frontends/jp/cmd_roster.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_roster.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2003-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_shell.py --- a/sat_frontends/jp/cmd_shell.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_shell.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/cmd_uri.py --- a/sat_frontends/jp/cmd_uri.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/cmd_uri.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/common.py --- a/sat_frontends/jp/common.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/common.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/constants.py --- a/sat_frontends/jp/constants.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/constants.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/loops.py --- a/sat_frontends/jp/loops.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/loops.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # jp: a SAT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/output_std.py --- a/sat_frontends/jp/output_std.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/output_std.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/output_template.py --- a/sat_frontends/jp/output_template.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/output_template.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/output_xml.py --- a/sat_frontends/jp/output_xml.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/output_xml.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/output_xmlui.py --- a/sat_frontends/jp/output_xmlui.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/output_xmlui.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/xml_tools.py --- a/sat_frontends/jp/xml_tools.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/xml_tools.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # jp: a SàT command line tool -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/jp/xmlui_manager.py --- a/sat_frontends/jp/xmlui_manager.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/jp/xmlui_manager.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # JP: a SàT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/chat.py --- a/sat_frontends/primitivus/chat.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/chat.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/config.py --- a/sat_frontends/primitivus/config.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/config.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/constants.py --- a/sat_frontends/primitivus/constants.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/constants.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/contact_list.py --- a/sat_frontends/primitivus/contact_list.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/contact_list.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/game_tarot.py --- a/sat_frontends/primitivus/game_tarot.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/game_tarot.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/keys.py --- a/sat_frontends/primitivus/keys.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/keys.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/notify.py --- a/sat_frontends/primitivus/notify.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/notify.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/profile_manager.py --- a/sat_frontends/primitivus/profile_manager.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/profile_manager.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/progress.py --- a/sat_frontends/primitivus/progress.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/progress.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/widget.py --- a/sat_frontends/primitivus/widget.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/widget.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/primitivus/xmlui.py --- a/sat_frontends/primitivus/xmlui.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/primitivus/xmlui.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/constants.py --- a/sat_frontends/quick_frontend/constants.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/constants.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_app.py --- a/sat_frontends/quick_frontend/quick_app.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_app.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_blog.py --- a/sat_frontends/quick_frontend/quick_blog.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_blog.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2011-2020 Jérôme Poisson +# Copyright (C) 2011-2021 Jérôme Poisson # 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_chat.py --- a/sat_frontends/quick_frontend/quick_chat.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_chat.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # helper class for making a SàT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_contact_list.py --- a/sat_frontends/quick_frontend/quick_contact_list.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_contact_list.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # helper class for making a SàT frontend contact lists -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_contact_management.py --- a/sat_frontends/quick_frontend/quick_contact_management.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_contact_management.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_game_tarot.py --- a/sat_frontends/quick_frontend/quick_game_tarot.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_game_tarot.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_games.py --- a/sat_frontends/quick_frontend/quick_games.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_games.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_menus.py --- a/sat_frontends/quick_frontend/quick_menus.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_menus.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_profile_manager.py --- a/sat_frontends/quick_frontend/quick_profile_manager.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_profile_manager.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_utils.py --- a/sat_frontends/quick_frontend/quick_utils.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_utils.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # Primitivus: a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/quick_frontend/quick_widgets.py --- a/sat_frontends/quick_frontend/quick_widgets.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/quick_frontend/quick_widgets.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # helper class for making a SAT frontend -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/tools/css_color.py --- a/sat_frontends/tools/css_color.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/tools/css_color.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # CSS color parsing -# Copyright (C) 2009-2020 Jérome-Poisson +# Copyright (C) 2009-2021 Jérome-Poisson # 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 b65175eb7769 -r be6d91572633 sat_frontends/tools/games.py --- a/sat_frontends/tools/games.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/tools/games.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/tools/host_listener.py --- a/sat_frontends/tools/host_listener.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/tools/host_listener.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/tools/jid.py --- a/sat_frontends/tools/jid.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/tools/jid.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/tools/xmltools.py --- a/sat_frontends/tools/xmltools.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/tools/xmltools.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SAT: a jabber client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 sat_frontends/tools/xmlui.py --- a/sat_frontends/tools/xmlui.py Fri Mar 19 14:01:52 2021 +0100 +++ b/sat_frontends/tools/xmlui.py Fri Mar 19 15:45:14 2021 +0100 @@ -2,7 +2,7 @@ # SàT frontend tools -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 setup.py --- a/setup.py Fri Mar 19 14:01:52 2021 +0100 +++ b/setup.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b65175eb7769 -r be6d91572633 tests/e2e/conftest.py --- a/tests/e2e/conftest.py Fri Mar 19 14:01:52 2021 +0100 +++ b/tests/e2e/conftest.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 tests/e2e/jp/conftest.py --- a/tests/e2e/jp/conftest.py Fri Mar 19 14:01:52 2021 +0100 +++ b/tests/e2e/jp/conftest.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 tests/e2e/jp/test_jp.py --- a/tests/e2e/jp/test_jp.py Fri Mar 19 14:01:52 2021 +0100 +++ b/tests/e2e/jp/test_jp.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 tests/e2e/libervia/conftest.py --- a/tests/e2e/libervia/conftest.py Fri Mar 19 14:01:52 2021 +0100 +++ b/tests/e2e/libervia/conftest.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 tests/e2e/libervia/test_libervia.py --- a/tests/e2e/libervia/test_libervia.py Fri Mar 19 14:01:52 2021 +0100 +++ b/tests/e2e/libervia/test_libervia.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 tests/e2e/run_e2e.py --- a/tests/e2e/run_e2e.py Fri Mar 19 14:01:52 2021 +0100 +++ b/tests/e2e/run_e2e.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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 b65175eb7769 -r be6d91572633 twisted/plugins/sat_plugin.py --- a/twisted/plugins/sat_plugin.py Fri Mar 19 14:01:52 2021 +0100 +++ b/twisted/plugins/sat_plugin.py Fri Mar 19 15:45:14 2021 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2021 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