Skip to content

Commit

Permalink
Update copyright and version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 12, 2021
1 parent 958e6c7 commit 217f6b8
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3 Clause License

Copyright (c) 2009-2020, NOLA Interactive, LLC.
Copyright (c) 2009-2021, NOLA Interactive, LLC.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": ">=7.1.0",
"popphp/popcorn": "^3.3.1",
"popphp/pop-code": "^4.0.0",
"popphp/pop-console": "^3.1.1",
"popphp/pop-db": "^5.0.5",
"popphp/pop-dir": "^3.1.0"
"php": ">=7.3.0",
"popphp/popcorn": "^3.4.0",
"popphp/pop-code": "^4.1.0",
"popphp/pop-console": "^3.2.0",
"popphp/pop-db": "^5.3.0",
"popphp/pop-dir": "^3.2.0"
},
"autoload" : {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.6.x-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/pop-bootstrap
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -22,9 +22,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
abstract class AbstractController extends \Pop\Controller\AbstractController
{
Expand Down
6 changes: 3 additions & 3 deletions src/Controller/ApplicationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/pop-bootstrap
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -21,9 +21,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class ApplicationController extends AbstractController
{
Expand Down
6 changes: 3 additions & 3 deletions src/Controller/ConsoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/pop-bootstrap
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -22,9 +22,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class ConsoleController extends AbstractController
{
Expand Down
6 changes: 3 additions & 3 deletions src/Controller/DatabaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/pop-bootstrap
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -22,9 +22,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class DatabaseController extends AbstractController
{
Expand Down
6 changes: 3 additions & 3 deletions src/Controller/MigrationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/pop-bootstrap
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -23,9 +23,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class MigrationController extends AbstractController
{
Expand Down
6 changes: 3 additions & 3 deletions src/Event/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/pop-bootstrap
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2012-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -19,9 +19,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class Console
{
Expand Down
6 changes: 3 additions & 3 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/popphp-framework
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -19,9 +19,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class Exception extends \Exception
{
Expand Down
6 changes: 3 additions & 3 deletions src/Model/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/popphp-framework
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -24,9 +24,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class Application extends AbstractModel
{
Expand Down
6 changes: 3 additions & 3 deletions src/Model/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/popphp-framework
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -27,9 +27,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class Database extends AbstractModel
{
Expand Down
8 changes: 4 additions & 4 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @link https://github.com/popphp/popphp-framework
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
*/

Expand All @@ -21,9 +21,9 @@
* @category Pop\Kettle
* @package Pop\Kettle
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2020 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @copyright Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 1.4.0
* @version 1.6.0
*/
class Module extends \Pop\Module\Module
{
Expand All @@ -38,7 +38,7 @@ class Module extends \Pop\Module\Module
* Application version
* @var string
*/
const VERSION = '1.4.0';
const VERSION = '1.6.0';

/**
* Register module
Expand Down

0 comments on commit 217f6b8

Please sign in to comment.