From 935ee4d14e80899fa45bb3d9296e123f642cc413 Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Fri, 26 Mar 2010 14:32:16 -0700 Subject: changed license to MIT --- sleekxmpp/xmlstream/matcher/base.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sleekxmpp/xmlstream/matcher/base.py') diff --git a/sleekxmpp/xmlstream/matcher/base.py b/sleekxmpp/xmlstream/matcher/base.py index 97e4465c..8185bdc5 100644 --- a/sleekxmpp/xmlstream/matcher/base.py +++ b/sleekxmpp/xmlstream/matcher/base.py @@ -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): -- cgit v1.2.3