From 2cc75d4bbd43a21d9e14942b05f663f7e080d789 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 13 May 2013 14:09:28 -0700 Subject: Update copyright years, and license for Suelta --- LICENSE | 2 +- sleekxmpp/util/sasl/__init__.py | 4 ++-- sleekxmpp/util/sasl/client.py | 4 ++-- sleekxmpp/util/sasl/mechanisms.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 8809b2d2..4f37f417 100644 --- a/LICENSE +++ b/LICENSE @@ -119,7 +119,7 @@ SUELTA – A PURE-PYTHON SASL CLIENT LIBRARY This software is subject to "The MIT License" -Copyright 2007-2010 David Alan Cridland +Copyright 2004-2013 David Alan Cridland Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sleekxmpp/util/sasl/__init__.py b/sleekxmpp/util/sasl/__init__.py index 9381972d..2d344e9b 100644 --- a/sleekxmpp/util/sasl/__init__.py +++ b/sleekxmpp/util/sasl/__init__.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 """ 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 """ diff --git a/sleekxmpp/util/sasl/mechanisms.py b/sleekxmpp/util/sasl/mechanisms.py index 9570829f..1eb6af83 100644 --- a/sleekxmpp/util/sasl/mechanisms.py +++ b/sleekxmpp/util/sasl/mechanisms.py @@ -9,8 +9,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 """ -- cgit v1.2.3