summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhttp://mike.glover.myopenid.com <http://mike.glover.myopenid.com@aja.local>2008-05-27 22:17:41 +0000
committerhttp://mike.glover.myopenid.com <http://mike.glover.myopenid.com@aja.local>2008-05-27 22:17:41 +0000
commit3d06cebc1a0fd817db7f2981ef3069bd9f444683 (patch)
tree4be0e508ceb54807845b64352a4897609856d11e
parentdfd31880f52c17eb678563175e7a641f8daf6663 (diff)
downloadphp-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.zip
php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.tar.gz
php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.tar.bz2
[project @ fix copyright notices to include 2008]
-rw-r--r--Auth/OpenID.php2
-rw-r--r--Auth/OpenID/Association.php2
-rw-r--r--Auth/OpenID/BigMath.php2
-rw-r--r--Auth/OpenID/Consumer.php2
-rw-r--r--Auth/OpenID/CryptUtil.php2
-rw-r--r--Auth/OpenID/DatabaseConnection.php2
-rw-r--r--Auth/OpenID/DiffieHellman.php2
-rw-r--r--Auth/OpenID/DumbStore.php2
-rw-r--r--Auth/OpenID/FileStore.php2
-rw-r--r--Auth/OpenID/HMACSHA1.php2
-rw-r--r--Auth/OpenID/Interface.php2
-rw-r--r--Auth/OpenID/KVForm.php2
-rw-r--r--Auth/OpenID/Parse.php2
-rw-r--r--Auth/OpenID/SQLStore.php2
-rw-r--r--Auth/OpenID/Server.php2
-rw-r--r--Auth/OpenID/ServerRequest.php2
-rw-r--r--Auth/OpenID/TrustRoot.php2
-rw-r--r--Auth/OpenID/URINorm.php2
-rw-r--r--Auth/Yadis/HTTPFetcher.php2
-rw-r--r--Auth/Yadis/Misc.php2
-rw-r--r--Auth/Yadis/ParanoidHTTPFetcher.php2
-rw-r--r--Auth/Yadis/ParseHTML.php2
-rw-r--r--Auth/Yadis/PlainHTTPFetcher.php2
-rw-r--r--Auth/Yadis/XRDS.php2
-rw-r--r--Auth/Yadis/XRI.php2
-rw-r--r--Auth/Yadis/Yadis.php2
-rw-r--r--Tests/Auth/OpenID/Association.php2
-rw-r--r--Tests/Auth/OpenID/BigMath.php2
-rw-r--r--Tests/Auth/OpenID/Consumer.php2
-rw-r--r--Tests/Auth/OpenID/CryptUtil.php2
-rw-r--r--Tests/Auth/OpenID/DiffieHellman.php2
-rw-r--r--Tests/Auth/OpenID/HMACSHA1.php2
-rw-r--r--Tests/Auth/OpenID/KVForm.php2
-rw-r--r--Tests/Auth/OpenID/Parse.php2
-rw-r--r--Tests/Auth/OpenID/StoreTest.php2
-rw-r--r--Tests/Auth/OpenID/URINorm.php2
-rw-r--r--Tests/Auth/OpenID/Util.php2
-rw-r--r--Tests/Auth/OpenID/data/linkparse.txt2
-rw-r--r--Tests/Auth/Yadis/ParseHTML.php2
-rw-r--r--Tests/Auth/Yadis/XRI.php2
-rw-r--r--Tests/TestDriver.php2
-rw-r--r--examples/server/setup.php2
42 files changed, 42 insertions, 42 deletions
diff --git a/Auth/OpenID.php b/Auth/OpenID.php
index 0c071b9..b12a152 100644
--- a/Auth/OpenID.php
+++ b/Auth/OpenID.php
@@ -13,7 +13,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php
index 904655f..777b0d3 100644
--- a/Auth/OpenID/Association.php
+++ b/Auth/OpenID/Association.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/BigMath.php b/Auth/OpenID/BigMath.php
index 98815f5..1d2df92 100644
--- a/Auth/OpenID/BigMath.php
+++ b/Auth/OpenID/BigMath.php
@@ -11,7 +11,7 @@
* @access private
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 0d276f0..a2e66da 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -153,7 +153,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/CryptUtil.php b/Auth/OpenID/CryptUtil.php
index 8d7e069..322425f 100644
--- a/Auth/OpenID/CryptUtil.php
+++ b/Auth/OpenID/CryptUtil.php
@@ -11,7 +11,7 @@
* @access private
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/DatabaseConnection.php b/Auth/OpenID/DatabaseConnection.php
index 3f4515f..d87b814 100644
--- a/Auth/OpenID/DatabaseConnection.php
+++ b/Auth/OpenID/DatabaseConnection.php
@@ -6,7 +6,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/DiffieHellman.php b/Auth/OpenID/DiffieHellman.php
index b9a8034..c1cba02 100644
--- a/Auth/OpenID/DiffieHellman.php
+++ b/Auth/OpenID/DiffieHellman.php
@@ -10,7 +10,7 @@
* @access private
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/DumbStore.php b/Auth/OpenID/DumbStore.php
index ef1a37f..85efcac 100644
--- a/Auth/OpenID/DumbStore.php
+++ b/Auth/OpenID/DumbStore.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php
index f6bf170..2bd20f1 100644
--- a/Auth/OpenID/FileStore.php
+++ b/Auth/OpenID/FileStore.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/HMACSHA1.php b/Auth/OpenID/HMACSHA1.php
index 9fc293e..a015e18 100644
--- a/Auth/OpenID/HMACSHA1.php
+++ b/Auth/OpenID/HMACSHA1.php
@@ -10,7 +10,7 @@
* @access private
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php
index 38fe369..3b697e1 100644
--- a/Auth/OpenID/Interface.php
+++ b/Auth/OpenID/Interface.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/KVForm.php b/Auth/OpenID/KVForm.php
index 6075c44..6707ef2 100644
--- a/Auth/OpenID/KVForm.php
+++ b/Auth/OpenID/KVForm.php
@@ -11,7 +11,7 @@
* @access private
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/Parse.php b/Auth/OpenID/Parse.php
index d689f9e..e481f20 100644
--- a/Auth/OpenID/Parse.php
+++ b/Auth/OpenID/Parse.php
@@ -75,7 +75,7 @@
* @access private
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/SQLStore.php b/Auth/OpenID/SQLStore.php
index 4bcd7e6..c78aef5 100644
--- a/Auth/OpenID/SQLStore.php
+++ b/Auth/OpenID/SQLStore.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php
index 70283a3..9c72a0b 100644
--- a/Auth/OpenID/Server.php
+++ b/Auth/OpenID/Server.php
@@ -85,7 +85,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/ServerRequest.php b/Auth/OpenID/ServerRequest.php
index 0072894..b773a17 100644
--- a/Auth/OpenID/ServerRequest.php
+++ b/Auth/OpenID/ServerRequest.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/TrustRoot.php b/Auth/OpenID/TrustRoot.php
index 2921bea..19b7a58 100644
--- a/Auth/OpenID/TrustRoot.php
+++ b/Auth/OpenID/TrustRoot.php
@@ -8,7 +8,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/OpenID/URINorm.php b/Auth/OpenID/URINorm.php
index e822dfe..943225a 100644
--- a/Auth/OpenID/URINorm.php
+++ b/Auth/OpenID/URINorm.php
@@ -5,7 +5,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php
index 6c2d6fa..68de7f4 100644
--- a/Auth/Yadis/HTTPFetcher.php
+++ b/Auth/Yadis/HTTPFetcher.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/Misc.php b/Auth/Yadis/Misc.php
index a29ce4a..f9bcac7 100644
--- a/Auth/Yadis/Misc.php
+++ b/Auth/Yadis/Misc.php
@@ -5,7 +5,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php
index e10f8c1..9632bb6 100644
--- a/Auth/Yadis/ParanoidHTTPFetcher.php
+++ b/Auth/Yadis/ParanoidHTTPFetcher.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/ParseHTML.php b/Auth/Yadis/ParseHTML.php
index 2436247..1d05d39 100644
--- a/Auth/Yadis/ParseHTML.php
+++ b/Auth/Yadis/ParseHTML.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/PlainHTTPFetcher.php b/Auth/Yadis/PlainHTTPFetcher.php
index a89ebec..3a6b0df 100644
--- a/Auth/Yadis/PlainHTTPFetcher.php
+++ b/Auth/Yadis/PlainHTTPFetcher.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/XRDS.php b/Auth/Yadis/XRDS.php
index 4b3667c..be79a5e 100644
--- a/Auth/Yadis/XRDS.php
+++ b/Auth/Yadis/XRDS.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/XRI.php b/Auth/Yadis/XRI.php
index da9ece3..bf439d3 100644
--- a/Auth/Yadis/XRI.php
+++ b/Auth/Yadis/XRI.php
@@ -5,7 +5,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Auth/Yadis/Yadis.php b/Auth/Yadis/Yadis.php
index e8c3aa8..83b86fe 100644
--- a/Auth/Yadis/Yadis.php
+++ b/Auth/Yadis/Yadis.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/Association.php b/Tests/Auth/OpenID/Association.php
index 61d3e71..fa2c71d 100644
--- a/Tests/Auth/OpenID/Association.php
+++ b/Tests/Auth/OpenID/Association.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/BigMath.php b/Tests/Auth/OpenID/BigMath.php
index a5dbac2..80b0c2a 100644
--- a/Tests/Auth/OpenID/BigMath.php
+++ b/Tests/Auth/OpenID/BigMath.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/Consumer.php b/Tests/Auth/OpenID/Consumer.php
index 7af9fb7..d94a379 100644
--- a/Tests/Auth/OpenID/Consumer.php
+++ b/Tests/Auth/OpenID/Consumer.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/CryptUtil.php b/Tests/Auth/OpenID/CryptUtil.php
index 00fc037..1db33a9 100644
--- a/Tests/Auth/OpenID/CryptUtil.php
+++ b/Tests/Auth/OpenID/CryptUtil.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/DiffieHellman.php b/Tests/Auth/OpenID/DiffieHellman.php
index 011857c..dc37918 100644
--- a/Tests/Auth/OpenID/DiffieHellman.php
+++ b/Tests/Auth/OpenID/DiffieHellman.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/HMACSHA1.php b/Tests/Auth/OpenID/HMACSHA1.php
index e5fb463..0531040 100644
--- a/Tests/Auth/OpenID/HMACSHA1.php
+++ b/Tests/Auth/OpenID/HMACSHA1.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/KVForm.php b/Tests/Auth/OpenID/KVForm.php
index 0440792..15e2ccd 100644
--- a/Tests/Auth/OpenID/KVForm.php
+++ b/Tests/Auth/OpenID/KVForm.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/Parse.php b/Tests/Auth/OpenID/Parse.php
index 30c3c28..1e78dd3 100644
--- a/Tests/Auth/OpenID/Parse.php
+++ b/Tests/Auth/OpenID/Parse.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php
index 87ef56e..a0ff861 100644
--- a/Tests/Auth/OpenID/StoreTest.php
+++ b/Tests/Auth/OpenID/StoreTest.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/URINorm.php b/Tests/Auth/OpenID/URINorm.php
index 02263af..193342b 100644
--- a/Tests/Auth/OpenID/URINorm.php
+++ b/Tests/Auth/OpenID/URINorm.php
@@ -10,7 +10,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/Util.php b/Tests/Auth/OpenID/Util.php
index ab8fb5e..0729373 100644
--- a/Tests/Auth/OpenID/Util.php
+++ b/Tests/Auth/OpenID/Util.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/OpenID/data/linkparse.txt b/Tests/Auth/OpenID/data/linkparse.txt
index 9112123..eb13e6b 100644
--- a/Tests/Auth/OpenID/data/linkparse.txt
+++ b/Tests/Auth/OpenID/data/linkparse.txt
@@ -1,7 +1,7 @@
Num Tests: 73
OpenID link parsing test cases
-Copyright (C) 2005-2006, JanRain, Inc.
+Copyright (C) 2005-2008, JanRain, Inc.
See COPYING for license information.
File format
diff --git a/Tests/Auth/Yadis/ParseHTML.php b/Tests/Auth/Yadis/ParseHTML.php
index ea22e8c..f543bfd 100644
--- a/Tests/Auth/Yadis/ParseHTML.php
+++ b/Tests/Auth/Yadis/ParseHTML.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/Auth/Yadis/XRI.php b/Tests/Auth/Yadis/XRI.php
index ce2ecfa..5fdba0b 100644
--- a/Tests/Auth/Yadis/XRI.php
+++ b/Tests/Auth/Yadis/XRI.php
@@ -5,7 +5,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php
index c003efe..089c9bf 100644
--- a/Tests/TestDriver.php
+++ b/Tests/TestDriver.php
@@ -9,7 +9,7 @@
*
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
diff --git a/examples/server/setup.php b/examples/server/setup.php
index 62b0054..a83191e 100644
--- a/examples/server/setup.php
+++ b/examples/server/setup.php
@@ -8,7 +8,7 @@
*
* @package OpenID.Examples
* @author JanRain, Inc. <openid@janrain.com>
- * @copyright 2005 Janrain, Inc.
+ * @copyright 2005-2008 Janrain, Inc.
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/