diff options
author | tailor <dag@janrain.com> | 2008-05-30 23:43:59 +0000 |
---|---|---|
committer | tailor <dag@janrain.com> | 2008-05-30 23:43:59 +0000 |
commit | 749a7d663d4a1e18864df4c78e3dc500f9a7f87f (patch) | |
tree | eb45d76f064cc1d06f9eccae918699c05b20ec4d /Auth | |
parent | 0f02cd32ac681d5a921084d7653e7ea2f62e2f2f (diff) | |
download | php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.zip php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.tar.gz php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.tar.bz2 |
[project @ Update license strings to say Apache]
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 c8e5690..f3ec5fa 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -14,7 +14,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php index 777b0d3..3bae6a9 100644 --- a/Auth/OpenID/Association.php +++ b/Auth/OpenID/Association.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/BigMath.php b/Auth/OpenID/BigMath.php index 1d2df92..4510494 100644 --- a/Auth/OpenID/BigMath.php +++ b/Auth/OpenID/BigMath.php @@ -12,7 +12,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index a2e66da..e2ec812 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -154,7 +154,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/CryptUtil.php b/Auth/OpenID/CryptUtil.php index 322425f..aacc3cd 100644 --- a/Auth/OpenID/CryptUtil.php +++ b/Auth/OpenID/CryptUtil.php @@ -12,7 +12,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ if (!defined('Auth_OpenID_RAND_SOURCE')) { diff --git a/Auth/OpenID/DatabaseConnection.php b/Auth/OpenID/DatabaseConnection.php index d87b814..9db6e0e 100644 --- a/Auth/OpenID/DatabaseConnection.php +++ b/Auth/OpenID/DatabaseConnection.php @@ -7,7 +7,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/DiffieHellman.php b/Auth/OpenID/DiffieHellman.php index c1cba02..6265bf5 100644 --- a/Auth/OpenID/DiffieHellman.php +++ b/Auth/OpenID/DiffieHellman.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ require_once 'Auth/OpenID.php'; diff --git a/Auth/OpenID/DumbStore.php b/Auth/OpenID/DumbStore.php index 85efcac..96b3378 100644 --- a/Auth/OpenID/DumbStore.php +++ b/Auth/OpenID/DumbStore.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php index 2bd20f1..3fdd1dc 100644 --- a/Auth/OpenID/FileStore.php +++ b/Auth/OpenID/FileStore.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/HMACSHA1.php b/Auth/OpenID/HMACSHA1.php index a015e18..6e1cfb6 100644 --- a/Auth/OpenID/HMACSHA1.php +++ b/Auth/OpenID/HMACSHA1.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ require_once 'Auth/OpenID.php'; diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index 3b697e1..f4c6062 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/KVForm.php b/Auth/OpenID/KVForm.php index 6707ef2..fb342a0 100644 --- a/Auth/OpenID/KVForm.php +++ b/Auth/OpenID/KVForm.php @@ -12,7 +12,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/Parse.php b/Auth/OpenID/Parse.php index e481f20..546f34f 100644 --- a/Auth/OpenID/Parse.php +++ b/Auth/OpenID/Parse.php @@ -76,7 +76,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/SQLStore.php b/Auth/OpenID/SQLStore.php index c78aef5..da93c6a 100644 --- a/Auth/OpenID/SQLStore.php +++ b/Auth/OpenID/SQLStore.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php index b0ef2bc..d0221d3 100644 --- a/Auth/OpenID/Server.php +++ b/Auth/OpenID/Server.php @@ -86,7 +86,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/ServerRequest.php b/Auth/OpenID/ServerRequest.php index b773a17..33a8556 100644 --- a/Auth/OpenID/ServerRequest.php +++ b/Auth/OpenID/ServerRequest.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/OpenID/TrustRoot.php b/Auth/OpenID/TrustRoot.php index 19b7a58..16e4de6 100644 --- a/Auth/OpenID/TrustRoot.php +++ b/Auth/OpenID/TrustRoot.php @@ -9,7 +9,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ require_once 'Auth/OpenID/Discover.php'; diff --git a/Auth/OpenID/URINorm.php b/Auth/OpenID/URINorm.php index 943225a..8c0ede9 100644 --- a/Auth/OpenID/URINorm.php +++ b/Auth/OpenID/URINorm.php @@ -6,7 +6,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ require_once 'Auth/Yadis/Misc.php'; diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php index 44c748e..8cb4b23 100644 --- a/Auth/Yadis/HTTPFetcher.php +++ b/Auth/Yadis/HTTPFetcher.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/Yadis/Misc.php b/Auth/Yadis/Misc.php index f9bcac7..1134a4f 100644 --- a/Auth/Yadis/Misc.php +++ b/Auth/Yadis/Misc.php @@ -6,7 +6,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ function Auth_Yadis_getUCSChars() diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php index a237ae5..bbbef8e 100644 --- a/Auth/Yadis/ParanoidHTTPFetcher.php +++ b/Auth/Yadis/ParanoidHTTPFetcher.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/Yadis/ParseHTML.php b/Auth/Yadis/ParseHTML.php index 1d05d39..297ccbd 100644 --- a/Auth/Yadis/ParseHTML.php +++ b/Auth/Yadis/ParseHTML.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/Yadis/PlainHTTPFetcher.php b/Auth/Yadis/PlainHTTPFetcher.php index aea57ea..958d9c3 100644 --- a/Auth/Yadis/PlainHTTPFetcher.php +++ b/Auth/Yadis/PlainHTTPFetcher.php @@ -11,7 +11,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/Yadis/XRDS.php b/Auth/Yadis/XRDS.php index be79a5e..f14a794 100644 --- a/Auth/Yadis/XRDS.php +++ b/Auth/Yadis/XRDS.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** diff --git a/Auth/Yadis/XRI.php b/Auth/Yadis/XRI.php index bf439d3..d5758cf 100644 --- a/Auth/Yadis/XRI.php +++ b/Auth/Yadis/XRI.php @@ -6,7 +6,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ require_once 'Auth/Yadis/Misc.php'; diff --git a/Auth/Yadis/Yadis.php b/Auth/Yadis/Yadis.php index 83b86fe..1345cae 100644 --- a/Auth/Yadis/Yadis.php +++ b/Auth/Yadis/Yadis.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2005-2008 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ /** |