summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0353/jingle_message.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0353/jingle_message.py')
-rw-r--r--slixmpp/plugins/xep_0353/jingle_message.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0353/jingle_message.py b/slixmpp/plugins/xep_0353/jingle_message.py
index 07395241..5d69ff7e 100644
--- a/slixmpp/plugins/xep_0353/jingle_message.py
+++ b/slixmpp/plugins/xep_0353/jingle_message.py
@@ -1,11 +1,8 @@
-"""
- slixmpp: The Slick XMPP Library
- Copyright (C) 2020 Emmanuel Gil Peyrot
- This file is part of slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# slixmpp: The Slick XMPP Library
+# Copyright (C) 2020 Emmanuel Gil Peyrot
+# This file is part of slixmpp.
+# See the file LICENSE for copying permission.
import logging
from typing import Iterable, Tuple, Optional