summaryrefslogtreecommitdiff
path: root/sleekxmpp/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-07-20 11:19:49 -0400
committerLance Stout <lancestout@gmail.com>2010-07-20 11:19:49 -0400
commit690eaf8d3c3856c6242612da22e6c6d323f193ed (patch)
treee30559d06d1ededaee68d0974b8ca0d3485d5ef4 /sleekxmpp/__init__.py
parentf505e229d6af009ba926292e3947346614df89f9 (diff)
downloadslixmpp-690eaf8d3c3856c6242612da22e6c6d323f193ed.tar.gz
slixmpp-690eaf8d3c3856c6242612da22e6c6d323f193ed.tar.bz2
slixmpp-690eaf8d3c3856c6242612da22e6c6d323f193ed.tar.xz
slixmpp-690eaf8d3c3856c6242612da22e6c6d323f193ed.zip
Updated license notices to use the correct MIT format. Also corrected references to nonexistant license.txt to LICENSE.
Diffstat (limited to 'sleekxmpp/__init__.py')
-rw-r--r--sleekxmpp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/__init__.py b/sleekxmpp/__init__.py
index 86b74fc2..b680ddaf 100644
--- a/sleekxmpp/__init__.py
+++ b/sleekxmpp/__init__.py
@@ -5,7 +5,7 @@
Copyright (C) 2010 Nathanael C. Fritz
This file is part of SleekXMPP.
- See the file license.txt for copying permission.
+ See the file LICENSE for copying permission.
"""
from __future__ import absolute_import, unicode_literals
from . basexmpp import basexmpp