Skip to content

Commit

Permalink
Add LICENSE information to files fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Bjornskov committed Sep 6, 2015
1 parent ba80954 commit 34df210
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ClaimsAwareInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna;

interface ClaimsAwareInterface
Expand Down
10 changes: 10 additions & 0 deletions src/Coder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna;

use Firebase\JWT\JWT;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/TokenAuthenticator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Security;

use Antenna\Coder;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/UsernamePasswordAuthenticator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Security;

use Antenna\Coder;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/WebTokenToken.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Security;

use Antenna\WebToken;
Expand Down
10 changes: 10 additions & 0 deletions src/WebToken.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna;

use DateTimeInterface;
Expand Down
10 changes: 10 additions & 0 deletions tests/CoderTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Tests;

use Antenna\Coder;
Expand Down
10 changes: 10 additions & 0 deletions tests/Security/TokenAuthenticatorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Tests\Security;

use Antenna\Security\TokenAuthenticator;
Expand Down
10 changes: 10 additions & 0 deletions tests/Security/UsernamePasswordAuthenticatorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Tests\Security;

use Antenna\Coder;
Expand Down
10 changes: 10 additions & 0 deletions tests/Security/WebTokenTokenTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of the Antenna package.
*
* (c) 2015 Henrik Bjornskov <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Antenna\Tests\Security;

use Antenna\Security\WebTokenToken;
Expand Down

0 comments on commit 34df210

Please sign in to comment.