summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/consumer.py2
-rw-r--r--examples/server.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/consumer.py b/examples/consumer.py
index 01592c4..afa433f 100644
--- a/examples/consumer.py
+++ b/examples/consumer.py
@@ -6,7 +6,7 @@ Once you understand this example you'll know the basics of OpenID
and using the Python OpenID library. You can then move on to more
robust examples, and integrating OpenID into your application.
"""
-__copyright__ = 'Copyright 2005-2007, Janrain, Inc.'
+__copyright__ = 'Copyright 2005-2008, Janrain, Inc.'
from Cookie import SimpleCookie
import cgi
diff --git a/examples/server.py b/examples/server.py
index ccb80da..23b6ef1 100644
--- a/examples/server.py
+++ b/examples/server.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-__copyright__ = 'Copyright 2005, Janrain, Inc.'
+__copyright__ = 'Copyright 2005-2008, Janrain, Inc.'
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
from urlparse import urlparse