diff options
Diffstat (limited to 'slixmpp/features/feature_rosterver/stanza.py')
-rw-r--r-- | slixmpp/features/feature_rosterver/stanza.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/features/feature_rosterver/stanza.py b/slixmpp/features/feature_rosterver/stanza.py index c9a4a2da..3696d89a 100644 --- a/slixmpp/features/feature_rosterver/stanza.py +++ b/slixmpp/features/feature_rosterver/stanza.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2012 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2012 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. from slixmpp.xmlstream import ElementBase |