summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/__init__.py
diff options
context:
space:
mode:
authorNathan Fritz <nathan@andyet.net>2010-03-26 14:32:16 -0700
committerNathan Fritz <nathan@andyet.net>2010-03-26 14:32:16 -0700
commit935ee4d14e80899fa45bb3d9296e123f642cc413 (patch)
tree93cb9dc52bef78a7979dae1f48a7637614fdbeb3 /sleekxmpp/stanza/__init__.py
parentbf5dc0f7b89dfd59f062b799cd830366003558c2 (diff)
downloadslixmpp-935ee4d14e80899fa45bb3d9296e123f642cc413.tar.gz
slixmpp-935ee4d14e80899fa45bb3d9296e123f642cc413.tar.bz2
slixmpp-935ee4d14e80899fa45bb3d9296e123f642cc413.tar.xz
slixmpp-935ee4d14e80899fa45bb3d9296e123f642cc413.zip
changed license to MITsleek-0.9RC10.9RC1
Diffstat (limited to 'sleekxmpp/stanza/__init__.py')
-rw-r--r--sleekxmpp/stanza/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/sleekxmpp/stanza/__init__.py b/sleekxmpp/stanza/__init__.py
index 765748ca..c3d8a318 100644
--- a/sleekxmpp/stanza/__init__.py
+++ b/sleekxmpp/stanza/__init__.py
@@ -1 +1,8 @@
+"""
+ SleekXMPP: The Sleek XMPP Library
+ Copyright (C) 2010 Nathanael C. Fritz
+ This file is part of SleekXMPP.
+
+ See the file license.txt for copying permission.
+"""
__all__ = ['presence']