diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Auth/OpenID/Association.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/BigMath.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/Consumer.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/CryptUtil.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/DiffieHellman.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/HMACSHA1.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/KVForm.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/Nonce.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/Parse.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/StoreTest.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/URINorm.php | 2 | ||||
-rw-r--r-- | Tests/Auth/OpenID/Util.php | 2 | ||||
-rw-r--r-- | Tests/Auth/Yadis/ParseHTML.php | 2 | ||||
-rw-r--r-- | Tests/Auth/Yadis/XRI.php | 2 | ||||
-rw-r--r-- | Tests/TestDriver.php | 2 |
15 files changed, 15 insertions, 15 deletions
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'; |