summaryrefslogtreecommitdiffstats
path: root/Tests/Auth
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 /Tests/Auth
parentdfd31880f52c17eb678563175e7a641f8daf6663 (diff)
downloadphp-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.zip
php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.tar.gz
php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.tar.bz2
[project @ fix copyright notices to include 2008]
Diffstat (limited to 'Tests/Auth')
-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
14 files changed, 14 insertions, 14 deletions
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
*/