summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0403/mix_presence.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0403/mix_presence.py')
-rw-r--r--slixmpp/plugins/xep_0403/mix_presence.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0403/mix_presence.py b/slixmpp/plugins/xep_0403/mix_presence.py
index 7b227da4..7d4c6cdf 100644
--- a/slixmpp/plugins/xep_0403/mix_presence.py
+++ b/slixmpp/plugins/xep_0403/mix_presence.py
@@ -1,10 +1,7 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net>
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2020 Mathieu Pasquet <mathieui@mathieui.net>
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from typing import (
Optional,
Set,