Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 2, 2015
1 parent 4ab0519 commit b4c8e3c
Show file tree
Hide file tree
Showing 66 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion src/Api/Api.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Component.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Endpoint.php
Expand Up @@ -5,7 +5,7 @@
* interact with the data source and also the API response as a Payload.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/InvalidLogicTypeException.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/InvalidScriptTypeException.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Logic.php
Expand Up @@ -9,7 +9,7 @@
* \Gt\Api\Logic rather than \Gt\Logic\ApiLogic
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/LogicNotFoundException.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Payload.php
Expand Up @@ -4,7 +4,7 @@
* over HTTP in the response.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Api;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Gatekeeper.php
Expand Up @@ -8,7 +8,7 @@
* request / response within PHP.Gt.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Gateway.php
Expand Up @@ -4,7 +4,7 @@
* bytes, or to begin the request / response within PHP.Gt.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/InvalidContextException.php
@@ -1,7 +1,7 @@
<?php
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/InvalidTestRunnerTypeException.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Process.php
Expand Up @@ -4,7 +4,7 @@
* and writes back to STDOUT.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/ProcessFailedException.php
@@ -1,7 +1,7 @@
<?php
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Server.php
Expand Up @@ -6,7 +6,7 @@
* Used from the PHP.Gt/bin/server shell script.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/TestRunner.php
@@ -1,7 +1,7 @@
<?php
/**
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Cli;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/Compiler.php
Expand Up @@ -4,7 +4,7 @@
* pre-processed Style Sheets or JavaScript.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/CompilerParseException.php
Expand Up @@ -3,7 +3,7 @@
* Thrown when the compiled content failes due to a parsing error.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/FileOrganiser.php
Expand Up @@ -5,7 +5,7 @@
* are copied there.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/Manifest.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/Minifier.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/PageManifest.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientSide/PathDetails.php
Expand Up @@ -4,7 +4,7 @@
* can be traversed, producing a source / destination array for public assets.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\ClientSide;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Config.php
Expand Up @@ -4,7 +4,7 @@
* object's properties, for use within Gt and the application.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/ConfigObj.php
Expand Up @@ -3,7 +3,7 @@
* A property-accessible object representation of a configuration ini block.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/DirectoryRecursor.php
Expand Up @@ -4,7 +4,7 @@
* the native PHP RecursiveDirectoryIterator class.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Exception/GtException.php
Expand Up @@ -6,7 +6,7 @@
* and stack trace, or generic error page.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Exception/InvalidAccessException.php
Expand Up @@ -5,7 +5,7 @@
* remain read-only.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Exception/InvalidArgumentTypeException.php
Expand Up @@ -3,7 +3,7 @@
* Thrown when a method is called with an invalid argument type.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Exception/NotImplementedException.php
Expand Up @@ -3,7 +3,7 @@
* Used by lazy developers.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core\Exception;
Expand Down
Expand Up @@ -3,7 +3,7 @@
* Thrown when something required by the application is not present.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Exception/UndefinedVariableException.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core\Exception;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Logger.php
Expand Up @@ -20,7 +20,7 @@
* https://github.com/katzgrau/KLogger
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Obj.php
Expand Up @@ -3,7 +3,7 @@
* An Obj object represents an empty Object with no default properties.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Path.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Start.php
Expand Up @@ -7,7 +7,7 @@
* instantiating this class.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Core;
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Csv.php
Expand Up @@ -3,7 +3,7 @@
* CSV parsing and simple search/filter functions done out-of-memory.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Data;
Expand Down
2 changes: 1 addition & 1 deletion src/Data/InvalidFilterKeyException.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Data;
Expand Down
2 changes: 1 addition & 1 deletion src/Dispatcher/ApiDispatcher.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;
Expand Down
2 changes: 1 addition & 1 deletion src/Dispatcher/Dispatcher.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;
Expand Down
2 changes: 1 addition & 1 deletion src/Dispatcher/DispatcherFactory.php
Expand Up @@ -2,7 +2,7 @@
/**
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;
Expand Down
2 changes: 1 addition & 1 deletion src/Dispatcher/PageDispatcher.php
Expand Up @@ -3,7 +3,7 @@
* TODO: Docs
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dispatcher;
Expand Down
2 changes: 1 addition & 1 deletion src/Dom/Document.php
Expand Up @@ -11,7 +11,7 @@
* properties.
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dom;
Expand Down
2 changes: 1 addition & 1 deletion src/Dom/InvalidNodePropertyException.php
Expand Up @@ -3,7 +3,7 @@
*
*
* PHP.Gt (http://php.gt)
* @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com)
* @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
namespace Gt\Dom;
Expand Down

0 comments on commit b4c8e3c

Please sign in to comment.