Mercurial > libervia-backend
changeset 4058:adb9dc9c8114
plugin XEP-0167: fix wrong copy/pasted header
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 29 May 2023 16:08:09 +0200 |
parents | e807a5434f82 |
children | 00dbc3370d35 |
files | sat/plugins/plugin_xep_0167/__init__.py sat/plugins/plugin_xep_0167/mapping.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0167/__init__.py Mon May 29 13:38:11 2023 +0200 +++ b/sat/plugins/plugin_xep_0167/__init__.py Mon May 29 16:08:09 2023 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Libervia plugin for managing pipes (experimental) +# Libervia: an XMPP client # Copyright (C) 2009-2023 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0167/mapping.py Mon May 29 13:38:11 2023 +0200 +++ b/sat/plugins/plugin_xep_0167/mapping.py Mon May 29 16:08:09 2023 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Libervia plugin for managing pipes (experimental) +# Libervia: an XMPP client # Copyright (C) 2009-2023 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify