diff options
author | http://mike.glover.myopenid.com <http://mike.glover.myopenid.com@aja.local> | 2008-05-27 22:17:41 +0000 |
---|---|---|
committer | http://mike.glover.myopenid.com <http://mike.glover.myopenid.com@aja.local> | 2008-05-27 22:17:41 +0000 |
commit | 3d06cebc1a0fd817db7f2981ef3069bd9f444683 (patch) | |
tree | 4be0e508ceb54807845b64352a4897609856d11e /Auth | |
parent | dfd31880f52c17eb678563175e7a641f8daf6663 (diff) | |
download | php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.zip php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.tar.gz php-openid-3d06cebc1a0fd817db7f2981ef3069bd9f444683.tar.bz2 |
[project @ fix copyright notices to include 2008]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/Association.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/BigMath.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/Consumer.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/CryptUtil.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/DatabaseConnection.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/DiffieHellman.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/DumbStore.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/FileStore.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/HMACSHA1.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/Interface.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/KVForm.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/Parse.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/SQLStore.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/Server.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/ServerRequest.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/TrustRoot.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/URINorm.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/HTTPFetcher.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/Misc.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/ParanoidHTTPFetcher.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/ParseHTML.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/PlainHTTPFetcher.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/XRDS.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/XRI.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/Yadis.php | 2 |
26 files changed, 26 insertions, 26 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 */ |