diff --git a/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php b/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php index 9fc6c653..de9aaff1 100644 --- a/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php +++ b/src/League/OAuth2/Server/Util/KeyAlgorithm/DefaultAlgorithm.php @@ -1,9 +1,12 @@ + * @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\Server\Util\KeyAlgorithm; diff --git a/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php b/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php index 09be531f..583daf71 100644 --- a/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php +++ b/src/League/OAuth2/Server/Util/KeyAlgorithm/KeyAlgorithmInterface.php @@ -1,9 +1,12 @@ + * @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\Server\Util\KeyAlgorithm; @@ -12,4 +15,4 @@ namespace League\OAuth2\Server\Util\KeyAlgorithm; interface KeyAlgorithmInterface { public function make($len = 40); -} \ No newline at end of file +} \ No newline at end of file