Added copyright docblocks

This commit is contained in:
Alex Bilbie
2016-04-17 13:06:05 +01:00
parent 25c2e9b31b
commit f007e25070
49 changed files with 303 additions and 14 deletions

View File

@@ -1,4 +1,11 @@
<?php
/**
* @author Alex Bilbie <hello@alexbilbie.com>
* @copyright Copyright (c) Alex Bilbie
* @license http://mit-license.org/
*
* @link https://github.com/thephpleague/oauth2-server
*/
namespace League\OAuth2\Server\Entities;