changed license to MIT
This commit is contained in:
		| @@ -1,4 +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. | ||||
| """ | ||||
| class MatcherBase(object): | ||||
|  | ||||
| 	def __init__(self, criteria): | ||||
|   | ||||
| @@ -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 . import base | ||||
|  | ||||
| class MatcherId(base.MatcherBase): | ||||
|   | ||||
| @@ -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 . import base | ||||
| from xml.etree import cElementTree | ||||
|  | ||||
|   | ||||
| @@ -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 . import base | ||||
| from xml.etree import cElementTree | ||||
|  | ||||
|   | ||||
| @@ -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 . import base | ||||
| from xml.etree import cElementTree | ||||
| from xml.parsers.expat import ExpatError | ||||
|   | ||||
| @@ -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 . import base | ||||
| from xml.etree import cElementTree | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nathan Fritz
					Nathan Fritz