Skip to content

Commit

Permalink
License Information.
Browse files Browse the repository at this point in the history
  • Loading branch information
unicate committed Jun 6, 2020
1 parent 5e2ce8c commit 9b2cad1
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/AbstractController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/controllers/ApiController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/controllers/BasicController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/controllers/TaskController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/controllers/UserController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/core/Config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/core/Constants.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

namespace Nofw\Core;

Expand Down
5 changes: 5 additions & 0 deletions app/core/Main.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/middlewares/CorsMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/models/TaskModel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

namespace Nofw\models;

Expand Down
5 changes: 5 additions & 0 deletions app/models/UserModel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

namespace Nofw\models;

Expand Down
5 changes: 5 additions & 0 deletions app/services/DatabaseService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/services/RoutingService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/services/ViewService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down
5 changes: 5 additions & 0 deletions app/utils/JWTHelper.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author https://unicate.ch
* @copyright Copyright (c) 2020
* @license Released under the MIT license
*/

declare(strict_types=1);

Expand Down

0 comments on commit 9b2cad1

Please sign in to comment.