Skip to content

Commit

Permalink
Update license param to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 2, 2015
1 parent beb3108 commit c6df45d
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion test/Acceptance/run
Expand Up @@ -3,7 +3,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
chdir(__DIR__);
$cwd = getcwd();
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Api/Api.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Bootstrap.php
Expand Up @@ -8,7 +8,7 @@
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Test;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Cli/Gateway.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Cli/Server.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/ClientSide/Compiler.test.php
Expand Up @@ -7,7 +7,7 @@
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/ClientSide/FileOrganiser.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/ClientSide/PageManifest.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Core/Config.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Core/DirectoryRecursor.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Core/Go.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Core/Logger.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Core/Obj.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Core/Path.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Dispatcher/ApiDispatcher.test.php.donotrun
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Dispatcher/DispatcherFactory.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Dispatcher/PageDispatcher.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Dom/Document.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dom;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Dom/Node.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dom;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Dom/NodeList.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dom;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Logic/ApiLogic.test.php.donotrun
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Logic;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Logic/LogicFactory.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Logic;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Logic/PageLogic.test.php.donotrun
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Logic;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Page/TemplateFactory.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Page;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Page/Transformer.test.php
Expand Up @@ -5,7 +5,7 @@
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Page;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Request/HeaderList.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Request;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Request/Request.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Request;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Request/Standardiser.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Request;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Response/Dom/Document.test.php.donotrun
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Response\Dom;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Response/Response.test.php.donotrun
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Response;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Response/ResponseContent.test.php.donotrun
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Response;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Session/Session.test.php
Expand Up @@ -2,7 +2,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Session;

Expand Down
2 changes: 1 addition & 1 deletion test/Unit/run
Expand Up @@ -3,7 +3,7 @@
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/

chdir(__DIR__);
Expand Down
2 changes: 1 addition & 1 deletion test/run
Expand Up @@ -5,7 +5,7 @@
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
chdir(__DIR__);
$exitCode = 0;
Expand Down

0 comments on commit c6df45d

Please sign in to comment.