summaryrefslogtreecommitdiff
path: root/sleekxmpp/features/feature_starttls
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-07-02 22:49:34 -0700
committerLance Stout <lancestout@gmail.com>2011-07-02 22:49:34 -0700
commit219df582dab2a5dd3c9e2bbfef27d3cfa814841d (patch)
tree851c4b6a55821430a07c3644cf2303f5c35c8baa /sleekxmpp/features/feature_starttls
parentb898b14b77d739cb1c118c9e3648aa268348d293 (diff)
downloadslixmpp-219df582dab2a5dd3c9e2bbfef27d3cfa814841d.tar.gz
slixmpp-219df582dab2a5dd3c9e2bbfef27d3cfa814841d.tar.bz2
slixmpp-219df582dab2a5dd3c9e2bbfef27d3cfa814841d.tar.xz
slixmpp-219df582dab2a5dd3c9e2bbfef27d3cfa814841d.zip
It isn't 2010 anymore.
I keep forgetting to update the copyright on new code.
Diffstat (limited to 'sleekxmpp/features/feature_starttls')
-rw-r--r--sleekxmpp/features/feature_starttls/__init__.py2
-rw-r--r--sleekxmpp/features/feature_starttls/stanza.py2
-rw-r--r--sleekxmpp/features/feature_starttls/starttls.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/sleekxmpp/features/feature_starttls/__init__.py b/sleekxmpp/features/feature_starttls/__init__.py
index 042e37fa..4ae89433 100644
--- a/sleekxmpp/features/feature_starttls/__init__.py
+++ b/sleekxmpp/features/feature_starttls/__init__.py
@@ -1,6 +1,6 @@
"""
SleekXMPP: The Sleek XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
+ Copyright (C) 2011 Nathanael C. Fritz
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
diff --git a/sleekxmpp/features/feature_starttls/stanza.py b/sleekxmpp/features/feature_starttls/stanza.py
index 5fdafabd..8b09ad94 100644
--- a/sleekxmpp/features/feature_starttls/stanza.py
+++ b/sleekxmpp/features/feature_starttls/stanza.py
@@ -1,6 +1,6 @@
"""
SleekXMPP: The Sleek XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
+ Copyright (C) 2011 Nathanael C. Fritz
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
diff --git a/sleekxmpp/features/feature_starttls/starttls.py b/sleekxmpp/features/feature_starttls/starttls.py
index 841e7a8d..639788a0 100644
--- a/sleekxmpp/features/feature_starttls/starttls.py
+++ b/sleekxmpp/features/feature_starttls/starttls.py
@@ -1,6 +1,6 @@
"""
SleekXMPP: The Sleek XMPP Library
- Copyright (C) 2010 Nathanael C. Fritz
+ Copyright (C) 2011 Nathanael C. Fritz
This file is part of SleekXMPP.
See the file LICENSE for copying permission.