Skip to content

Commit

Permalink
forgot to update license in each file
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Shipley committed Oct 8, 2013
1 parent 61d8a0b commit 9ad25d0
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 96 deletions.
192 changes: 104 additions & 88 deletions composer.lock

Large diffs are not rendered by default.

Binary file modified composer.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ApiAxle/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module/)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/
namespace ApiAxle\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Api/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module/)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/
namespace ApiAxle\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Api/Keyring.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module/)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/
namespace ApiAxle\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Shared/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/
namespace ApiAxle\Shared;

Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Shared/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module/)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/
namespace ApiAxle\Shared;

Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Shared/HttpRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module/)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/

namespace ApiAxle\Shared;
Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Shared/ItemList.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/

namespace ApiAxle\Shared;
Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Shared/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ApiAxle (https://github.com/fillup/apiaxle-module)
*
* @link https://github.com/fillup/apiaxle-module for the canonical source repository
* @license GPLv2+
* @license MIT
*/

namespace ApiAxle\Shared;
Expand Down

0 comments on commit 9ad25d0

Please sign in to comment.