summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0131/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0131/headers.py')
-rw-r--r--slixmpp/plugins/xep_0131/headers.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/plugins/xep_0131/headers.py b/slixmpp/plugins/xep_0131/headers.py
index 978c490d..f06713ce 100644
--- a/slixmpp/plugins/xep_0131/headers.py
+++ b/slixmpp/plugins/xep_0131/headers.py
@@ -1,11 +1,8 @@
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2011 Nathanael C. Fritz, Lance J.T. Stout
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2011 Nathanael C. Fritz, Lance J.T. Stout
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from slixmpp import Message, Presence
from slixmpp.xmlstream import register_stanza_plugin
from slixmpp.plugins import BasePlugin