From 6ce4571f99107fe1b9571e2a46f51767916ef1cb Mon Sep 17 00:00:00 2001 From: tailor Date: Tue, 27 May 2008 20:57:04 +0000 Subject: [project @ update copyright dates to include 2008] --- examples/consumer.py | 2 +- examples/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1