changed license to MIT

This commit is contained in:
Nathan Fritz
2010-03-26 14:32:16 -07:00
parent bf5dc0f7b8
commit 935ee4d14e
30 changed files with 203 additions and 44 deletions

View File

@@ -1,3 +1,10 @@
"""
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.
"""
from .. xmlstream.stanzabase import ElementBase, ET
class Nick(ElementBase):