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 | |
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]
43 files changed, 44 insertions, 44 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 */ /** diff --git a/Tests/Auth/OpenID/Association.php b/Tests/Auth/OpenID/Association.php index fa2c71d..9fc6e17 100644 --- a/Tests/Auth/OpenID/Association.php +++ b/Tests/Auth/OpenID/Association.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 */ require_once 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/BigMath.php b/Tests/Auth/OpenID/BigMath.php index 80b0c2a..2a51871 100644 --- a/Tests/Auth/OpenID/BigMath.php +++ b/Tests/Auth/OpenID/BigMath.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 */ require_once 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/Consumer.php b/Tests/Auth/OpenID/Consumer.php index d94a379..c289027 100644 --- a/Tests/Auth/OpenID/Consumer.php +++ b/Tests/Auth/OpenID/Consumer.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 */ session_start(); diff --git a/Tests/Auth/OpenID/CryptUtil.php b/Tests/Auth/OpenID/CryptUtil.php index 1db33a9..f158c1c 100644 --- a/Tests/Auth/OpenID/CryptUtil.php +++ b/Tests/Auth/OpenID/CryptUtil.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 */ require_once 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/DiffieHellman.php b/Tests/Auth/OpenID/DiffieHellman.php index dc37918..080d909 100644 --- a/Tests/Auth/OpenID/DiffieHellman.php +++ b/Tests/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 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/HMACSHA1.php b/Tests/Auth/OpenID/HMACSHA1.php index 0531040..01fd58c 100644 --- a/Tests/Auth/OpenID/HMACSHA1.php +++ b/Tests/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 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/KVForm.php b/Tests/Auth/OpenID/KVForm.php index 15e2ccd..eb7162a 100644 --- a/Tests/Auth/OpenID/KVForm.php +++ b/Tests/Auth/OpenID/KVForm.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 */ require_once 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/Nonce.php b/Tests/Auth/OpenID/Nonce.php index c1c3aff..43ff533 100644 --- a/Tests/Auth/OpenID/Nonce.php +++ b/Tests/Auth/OpenID/Nonce.php @@ -10,7 +10,7 @@ * @package OpenID * @author JanRain, Inc. <openid@janrain.com> * @copyright 2006 Janrain, Inc. - * @license http://www.gnu.org/copyleft/lesser.html LGPL + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache */ require_once 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/Parse.php b/Tests/Auth/OpenID/Parse.php index 1e78dd3..7acca99 100644 --- a/Tests/Auth/OpenID/Parse.php +++ b/Tests/Auth/OpenID/Parse.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 */ require_once 'Tests/Auth/OpenID/TestUtil.php'; diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php index a0ff861..4c7e43a 100644 --- a/Tests/Auth/OpenID/StoreTest.php +++ b/Tests/Auth/OpenID/StoreTest.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/Tests/Auth/OpenID/URINorm.php b/Tests/Auth/OpenID/URINorm.php index 193342b..a184034 100644 --- a/Tests/Auth/OpenID/URINorm.php +++ b/Tests/Auth/OpenID/URINorm.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 'PHPUnit.php'; diff --git a/Tests/Auth/OpenID/Util.php b/Tests/Auth/OpenID/Util.php index 0729373..a53da47 100644 --- a/Tests/Auth/OpenID/Util.php +++ b/Tests/Auth/OpenID/Util.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 */ require_once 'PHPUnit.php'; diff --git a/Tests/Auth/Yadis/ParseHTML.php b/Tests/Auth/Yadis/ParseHTML.php index f543bfd..aae9ad7 100644 --- a/Tests/Auth/Yadis/ParseHTML.php +++ b/Tests/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 */ require_once 'Tests/Auth/Yadis/TestUtil.php'; diff --git a/Tests/Auth/Yadis/XRI.php b/Tests/Auth/Yadis/XRI.php index 5fdba0b..8960d7a 100644 --- a/Tests/Auth/Yadis/XRI.php +++ b/Tests/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 "PHPUnit.php"; diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php index 089c9bf..9b9a402 100644 --- a/Tests/TestDriver.php +++ b/Tests/TestDriver.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 */ require_once 'PHPUnit.php'; diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index 468a4e8..ac029b5 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -28,10 +28,10 @@ package_description = 'An implementation of the OpenID single sign-on authentica package_summary = 'PHP OpenID' # License string. -license_name = 'LGPL' +license_name = 'Apache' # License URI. -license_uri = 'http://www.gnu.org/copyleft/lesser.txt' +license_uri = 'http://www.apache.org/licenses/LICENSE-2.0' # Director(ies) containing package source, relative to the admin/ # directory. All .php files in these directories will be included in diff --git a/examples/server/setup.php b/examples/server/setup.php index a83191e..e25ef34 100644 --- a/examples/server/setup.php +++ b/examples/server/setup.php @@ -9,7 +9,7 @@ * @package OpenID.Examples * @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 */ $path_extra = dirname(dirname(dirname(__FILE__))); |