Skip to content

Commit

Permalink
Updated (c) year
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-deluna committed Mar 7, 2024
1 parent f203ed2 commit 7acdb23
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion src/ComposerContainerFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerNamespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/ContainerInterpreter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/ContainerLexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/ContainerParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ArgumentArrayNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ArrayElementNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ArrayNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/AssignableNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/BaseNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ConstructionActionNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/MetaDataAssignmentNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ParameterDefinitionNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ParameterReferenceNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ScopeImportNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ScopeNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ServiceDefinitionNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ServiceMethodCallNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ServiceReferenceNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Nodes/ValueNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Nodes;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ArgumentArrayParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ArrayParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ParameterDefinitionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ReferenceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ScopeImportParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ScopeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ServiceDefinitionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ServiceMetaDataParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Parser/ServiceMethodCallParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerParser/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\ContainerParser;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ContainerBuilderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ContainerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ContainerInterpreterException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ContainerLexerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ContainerNamespaceException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ContainerParserException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidServiceException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/LogicalNodeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/UnknownServiceException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceArguments.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ClanCats Container
*
* @link https://github.com/ClanCats/Container/
* @copyright Copyright (c) 2016-2023 Mario Döring
* @copyright Copyright (c) 2016-2024 Mario Döring
* @license https://github.com/ClanCats/Container/blob/master/LICENSE (MIT License)
*/
namespace ClanCats\Container;
Expand Down
Loading

0 comments on commit 7acdb23

Please sign in to comment.