diff options
Diffstat (limited to 'slixmpp/xmlstream/matcher/__init__.py')
-rw-r--r-- | slixmpp/xmlstream/matcher/__init__.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/slixmpp/xmlstream/matcher/__init__.py b/slixmpp/xmlstream/matcher/__init__.py index 47487d4a..64af8270 100644 --- a/slixmpp/xmlstream/matcher/__init__.py +++ b/slixmpp/xmlstream/matcher/__init__.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. from slixmpp.xmlstream.matcher.id import MatcherId from slixmpp.xmlstream.matcher.idsender import MatchIDSender from slixmpp.xmlstream.matcher.many import MatchMany |