summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/consumer.py2
-rw-r--r--examples/server.py2
-rw-r--r--openid/__init__.py2
-rw-r--r--openid/test/linkparse.txt2
4 files changed, 4 insertions, 4 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
diff --git a/openid/__init__.py b/openid/__init__.py
index 4580b50..f87384c 100644
--- a/openid/__init__.py
+++ b/openid/__init__.py
@@ -9,7 +9,7 @@ module.
@contact: U{dev@lists.openidenabled.com
<http://lists.openidenabled.com/mailman/listinfo/dev>}
-@copyright: (C) 2005-2007 JanRain, Inc.
+@copyright: (C) 2005-2008 JanRain, Inc.
@license: Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/openid/test/linkparse.txt b/openid/test/linkparse.txt
index 78f3cdb..74c63ca 100644
--- a/openid/test/linkparse.txt
+++ b/openid/test/linkparse.txt
@@ -1,7 +1,7 @@
Num Tests: 72
OpenID link parsing test cases
-Copyright (C) 2005-2006, JanRain, Inc.
+Copyright (C) 2005-2008, JanRain, Inc.
See COPYING for license information.
File format