summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authortailor <chowells@janrain.com>2008-05-27 20:57:04 +0000
committertailor <chowells@janrain.com>2008-05-27 20:57:04 +0000
commit6ce4571f99107fe1b9571e2a46f51767916ef1cb (patch)
tree0cd2befcc7f2ca2fd637588bd5c7c6385b271c4d /examples
parentcccc4d5ed299b8c6dbd62a4ea897a87604191dd1 (diff)
downloadopenid-6ce4571f99107fe1b9571e2a46f51767916ef1cb.tar.gz
[project @ update copyright dates to include 2008]
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