diff --git a/src/League/OAuth2/Server/Util/Request.php b/src/League/OAuth2/Server/Util/Request.php index 72d25c16..4182885f 100644 --- a/src/League/OAuth2/Server/Util/Request.php +++ b/src/League/OAuth2/Server/Util/Request.php @@ -1,4 +1,13 @@ + * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages + * @license http://mit-license.org/ + * @link http://github.com/php-loep/oauth2-server + */ namespace League\OAuth2\Util; diff --git a/src/League/OAuth2/Server/Util/RequestInterface.php b/src/League/OAuth2/Server/Util/RequestInterface.php index 3bff9e82..7621f195 100644 --- a/src/League/OAuth2/Server/Util/RequestInterface.php +++ b/src/League/OAuth2/Server/Util/RequestInterface.php @@ -1,4 +1,13 @@ + * @copyright Copyright (c) 2013 PHP League of Extraordinary Packages + * @license http://mit-license.org/ + * @link http://github.com/php-loep/oauth2-server + */ namespace League\OAuth2\Util;