summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID')
-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
17 files changed, 17 insertions, 17 deletions
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
*/