diff options
author | Lance Stout <lancestout@gmail.com> | 2013-05-13 14:09:28 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-05-13 14:09:28 -0700 |
commit | 2cc75d4bbd43a21d9e14942b05f663f7e080d789 (patch) | |
tree | 282bc28929bb243789262f325d645aaada07dd8b /sleekxmpp/util/sasl/client.py | |
parent | 24bd591faafbc5c7160047e3b7cb2625d92e368d (diff) | |
download | slixmpp-2cc75d4bbd43a21d9e14942b05f663f7e080d789.tar.gz slixmpp-2cc75d4bbd43a21d9e14942b05f663f7e080d789.tar.bz2 slixmpp-2cc75d4bbd43a21d9e14942b05f663f7e080d789.tar.xz slixmpp-2cc75d4bbd43a21d9e14942b05f663f7e080d789.zip |
Update copyright years, and license for Suelta
Diffstat (limited to 'sleekxmpp/util/sasl/client.py')
-rw-r--r-- | sleekxmpp/util/sasl/client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sleekxmpp/util/sasl/client.py b/sleekxmpp/util/sasl/client.py index 95e529af..fd685547 100644 --- a/sleekxmpp/util/sasl/client.py +++ b/sleekxmpp/util/sasl/client.py @@ -7,8 +7,8 @@ Part of SleekXMPP: The Sleek XMPP Library - :copryight: (c) 2007-2011 David Alan Cridland - :copyright: (c) 2012 Nathanael C. Fritz, Lance J.T. Stout + :copryight: (c) 2004-2013 David Alan Cridland + :copyright: (c) 2013 Nathanael C. Fritz, Lance J.T. Stout :license: MIT, see LICENSE for more details """ |