diff --git a/src/League/OAuth2/Server/AuthServer.php b/src/League/OAuth2/Server/AuthServer.php index b792f9bc..61ca76a8 100644 --- a/src/League/OAuth2/Server/AuthServer.php +++ b/src/League/OAuth2/Server/AuthServer.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2; diff --git a/src/League/OAuth2/Server/Exception/ClientException.php b/src/League/OAuth2/Server/Exception/ClientException.php index 23dd9685..4f0c4177 100644 --- a/src/League/OAuth2/Server/Exception/ClientException.php +++ b/src/League/OAuth2/Server/Exception/ClientException.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Exception; diff --git a/src/League/OAuth2/Server/Exception/InvalidAccessTokenException.php b/src/League/OAuth2/Server/Exception/InvalidAccessTokenException.php index 85e7c2e1..ef9abf4e 100644 --- a/src/League/OAuth2/Server/Exception/InvalidAccessTokenException.php +++ b/src/League/OAuth2/Server/Exception/InvalidAccessTokenException.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Exception; diff --git a/src/League/OAuth2/Server/Exception/InvalidGrantTypeException.php b/src/League/OAuth2/Server/Exception/InvalidGrantTypeException.php index c64107b3..1bd150c5 100644 --- a/src/League/OAuth2/Server/Exception/InvalidGrantTypeException.php +++ b/src/League/OAuth2/Server/Exception/InvalidGrantTypeException.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Exception; diff --git a/src/League/OAuth2/Server/Exception/OAuth2Exception.php b/src/League/OAuth2/Server/Exception/OAuth2Exception.php index 1d559142..b2905c45 100644 --- a/src/League/OAuth2/Server/Exception/OAuth2Exception.php +++ b/src/League/OAuth2/Server/Exception/OAuth2Exception.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Exception; diff --git a/src/League/OAuth2/Server/Grant/AuthCode.php b/src/League/OAuth2/Server/Grant/AuthCode.php index 9d78eb01..f647ff9b 100644 --- a/src/League/OAuth2/Server/Grant/AuthCode.php +++ b/src/League/OAuth2/Server/Grant/AuthCode.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Grant; diff --git a/src/League/OAuth2/Server/Grant/ClientCredentials.php b/src/League/OAuth2/Server/Grant/ClientCredentials.php index a5d43293..8883d554 100644 --- a/src/League/OAuth2/Server/Grant/ClientCredentials.php +++ b/src/League/OAuth2/Server/Grant/ClientCredentials.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Grant; diff --git a/src/League/OAuth2/Server/Grant/GrantTypeInterface.php b/src/League/OAuth2/Server/Grant/GrantTypeInterface.php index 698e839b..6715df60 100644 --- a/src/League/OAuth2/Server/Grant/GrantTypeInterface.php +++ b/src/League/OAuth2/Server/Grant/GrantTypeInterface.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Grant; diff --git a/src/League/OAuth2/Server/Grant/Implicit.php b/src/League/OAuth2/Server/Grant/Implicit.php index 03ae3130..5f4fcb16 100644 --- a/src/League/OAuth2/Server/Grant/Implicit.php +++ b/src/League/OAuth2/Server/Grant/Implicit.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Grant; diff --git a/src/League/OAuth2/Server/Grant/Password.php b/src/League/OAuth2/Server/Grant/Password.php index 71fce692..bcd6cca6 100644 --- a/src/League/OAuth2/Server/Grant/Password.php +++ b/src/League/OAuth2/Server/Grant/Password.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Grant; diff --git a/src/League/OAuth2/Server/Grant/RefreshToken.php b/src/League/OAuth2/Server/Grant/RefreshToken.php index 14795828..fd0f7122 100644 --- a/src/League/OAuth2/Server/Grant/RefreshToken.php +++ b/src/League/OAuth2/Server/Grant/RefreshToken.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Grant; diff --git a/src/League/OAuth2/Server/ResourceServer.php b/src/League/OAuth2/Server/ResourceServer.php index 378de900..8f14e1db 100644 --- a/src/League/OAuth2/Server/ResourceServer.php +++ b/src/League/OAuth2/Server/ResourceServer.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2; diff --git a/src/League/OAuth2/Server/Storage/ClientInterface.php b/src/League/OAuth2/Server/Storage/ClientInterface.php index 8332aa5c..53b6e76f 100644 --- a/src/League/OAuth2/Server/Storage/ClientInterface.php +++ b/src/League/OAuth2/Server/Storage/ClientInterface.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Storage; diff --git a/src/League/OAuth2/Server/Storage/ScopeInterface.php b/src/League/OAuth2/Server/Storage/ScopeInterface.php index 920e6be3..0ae519ee 100644 --- a/src/League/OAuth2/Server/Storage/ScopeInterface.php +++ b/src/League/OAuth2/Server/Storage/ScopeInterface.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Storage; diff --git a/src/League/OAuth2/Server/Storage/SessionInterface.php b/src/League/OAuth2/Server/Storage/SessionInterface.php index 130c1cce..bd98e509 100644 --- a/src/League/OAuth2/Server/Storage/SessionInterface.php +++ b/src/League/OAuth2/Server/Storage/SessionInterface.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Storage; diff --git a/src/League/OAuth2/Server/Util/RedirectUri.php b/src/League/OAuth2/Server/Util/RedirectUri.php index c724630b..4eb9c669 100644 --- a/src/League/OAuth2/Server/Util/RedirectUri.php +++ b/src/League/OAuth2/Server/Util/RedirectUri.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Util; diff --git a/src/League/OAuth2/Server/Util/SecureKey.php b/src/League/OAuth2/Server/Util/SecureKey.php index b64f8f45..c8502ff1 100644 --- a/src/League/OAuth2/Server/Util/SecureKey.php +++ b/src/League/OAuth2/Server/Util/SecureKey.php @@ -6,7 +6,7 @@ * @author Alex Bilbie * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages * @license http://mit-license.org/ - * @link http://github.com/php-leop/oauth2-server + * @link http://github.com/php-loep/oauth2-server */ namespace League\OAuth2\Util;