diff --git a/LICENSE b/LICENSE index e9511896..39e1b99b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ phpDox -Copyright (c) 2010-2013 Arne Blankerts +Copyright (c) 2010-2015 Arne Blankerts All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/phpdox b/phpdox index fa62b246..6b910810 100755 --- a/phpdox +++ b/phpdox @@ -1,7 +1,7 @@ #!/usr/bin/env php + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/Application.php b/src/Application.php index 0c080a74..36e6be9f 100644 --- a/src/Application.php +++ b/src/Application.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/CLI.php b/src/CLI.php index 3344688f..6217a697 100644 --- a/src/CLI.php +++ b/src/CLI.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/BackendBootstrapApi.php b/src/bootstrap/BackendBootstrapApi.php index 497ec0da..a3d285fb 100644 --- a/src/bootstrap/BackendBootstrapApi.php +++ b/src/bootstrap/BackendBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -60,4 +60,4 @@ public function instantiatedByFactory(FactoryInterface $factory) { } } -} \ No newline at end of file +} diff --git a/src/bootstrap/Bootstrap.php b/src/bootstrap/Bootstrap.php index 1cd617d0..c51ef055 100644 --- a/src/bootstrap/Bootstrap.php +++ b/src/bootstrap/Bootstrap.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/BootstrapApi.php b/src/bootstrap/BootstrapApi.php index 6e1a2cdd..8a332797 100644 --- a/src/bootstrap/BootstrapApi.php +++ b/src/bootstrap/BootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/EngineBootstrapApi.php b/src/bootstrap/EngineBootstrapApi.php index 0cce5fe0..7a404345 100644 --- a/src/bootstrap/EngineBootstrapApi.php +++ b/src/bootstrap/EngineBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -65,4 +65,4 @@ public function withConfigClass($class) { } } -} \ No newline at end of file +} diff --git a/src/bootstrap/EnricherBootstrapApi.php b/src/bootstrap/EnricherBootstrapApi.php index 7a652e00..721cf85f 100644 --- a/src/bootstrap/EnricherBootstrapApi.php +++ b/src/bootstrap/EnricherBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -65,4 +65,4 @@ public function withConfigClass($class) { } } -} \ No newline at end of file +} diff --git a/src/bootstrap/ParserBootstrapApi.php b/src/bootstrap/ParserBootstrapApi.php index 6825751f..7b71ab47 100644 --- a/src/bootstrap/ParserBootstrapApi.php +++ b/src/bootstrap/ParserBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -58,4 +58,4 @@ public function instantiatedByFactory(FactoryInterface $factory) { } } -} \ No newline at end of file +} diff --git a/src/collector/Collector.php b/src/collector/Collector.php index 3c5cd9f9..d295302e 100644 --- a/src/collector/Collector.php +++ b/src/collector/Collector.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/CollectorException.php b/src/collector/CollectorException.php index 1907fb0f..6e368268 100644 --- a/src/collector/CollectorException.php +++ b/src/collector/CollectorException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -40,4 +40,4 @@ class CollectorException extends \TheSeer\phpDox\HasFileInfoException { const ProcessingError = 1; } -} \ No newline at end of file +} diff --git a/src/collector/InheritanceResolver.php b/src/collector/InheritanceResolver.php index b30fb8b6..aadaea47 100644 --- a/src/collector/InheritanceResolver.php +++ b/src/collector/InheritanceResolver.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/BackendInterface.php b/src/collector/backend/BackendInterface.php index 1cdfc49e..5151756f 100644 --- a/src/collector/backend/BackendInterface.php +++ b/src/collector/backend/BackendInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -49,4 +49,4 @@ interface BackendInterface { public function parse(SourceFile $sourceFile); } -} \ No newline at end of file +} diff --git a/src/collector/backend/Factory.php b/src/collector/backend/Factory.php index cbf8f819..84632473 100644 --- a/src/collector/backend/Factory.php +++ b/src/collector/backend/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/ParseErrorException.php b/src/collector/backend/ParseErrorException.php index 4cbcecd1..7a295ac0 100644 --- a/src/collector/backend/ParseErrorException.php +++ b/src/collector/backend/ParseErrorException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/ParseResult.php b/src/collector/backend/ParseResult.php index 5e416df5..ceaf3f81 100644 --- a/src/collector/backend/ParseResult.php +++ b/src/collector/backend/ParseResult.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/parser/CustomLexer.php b/src/collector/backend/parser/CustomLexer.php index ac81e528..dd1a1822 100644 --- a/src/collector/backend/parser/CustomLexer.php +++ b/src/collector/backend/parser/CustomLexer.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/ClassObject.php b/src/collector/project/ClassObject.php index 5292330b..5249da4d 100644 --- a/src/collector/project/ClassObject.php +++ b/src/collector/project/ClassObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -40,4 +40,4 @@ class ClassObject extends AbstractUnitObject { protected $rootName = 'class'; } -} \ No newline at end of file +} diff --git a/src/collector/project/ConstantObject.php b/src/collector/project/ConstantObject.php index b3a7249d..83d57057 100644 --- a/src/collector/project/ConstantObject.php +++ b/src/collector/project/ConstantObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/InterfaceObject.php b/src/collector/project/InterfaceObject.php index 34ed95cf..508962b1 100644 --- a/src/collector/project/InterfaceObject.php +++ b/src/collector/project/InterfaceObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/MemberObject.php b/src/collector/project/MemberObject.php index aea7913c..b9cf76fa 100644 --- a/src/collector/project/MemberObject.php +++ b/src/collector/project/MemberObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/MethodObject.php b/src/collector/project/MethodObject.php index 3de45ce6..1609b55f 100644 --- a/src/collector/project/MethodObject.php +++ b/src/collector/project/MethodObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/ParameterObject.php b/src/collector/project/ParameterObject.php index aab0e137..007e6202 100644 --- a/src/collector/project/ParameterObject.php +++ b/src/collector/project/ParameterObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/Project.php b/src/collector/project/Project.php index 7af90524..29f61a12 100644 --- a/src/collector/project/Project.php +++ b/src/collector/project/Project.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/project/TraitObject.php b/src/collector/project/TraitObject.php index cc78c3f3..5d00cdc1 100644 --- a/src/collector/project/TraitObject.php +++ b/src/collector/project/TraitObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/BuildConfig.php b/src/config/BuildConfig.php index fa5a8b4a..332a19d8 100644 --- a/src/config/BuildConfig.php +++ b/src/config/BuildConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/CollectorConfig.php b/src/config/CollectorConfig.php index e55e1dbd..b6fcad0f 100644 --- a/src/config/CollectorConfig.php +++ b/src/config/CollectorConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/ConfigLoader.php b/src/config/ConfigLoader.php index bb09e233..25a4af4f 100644 --- a/src/config/ConfigLoader.php +++ b/src/config/ConfigLoader.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/EnrichConfig.php b/src/config/EnrichConfig.php index e44eb93f..9cead1c7 100644 --- a/src/config/EnrichConfig.php +++ b/src/config/EnrichConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/GeneratorConfig.php b/src/config/GeneratorConfig.php index 11427799..b43a1097 100644 --- a/src/config/GeneratorConfig.php +++ b/src/config/GeneratorConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/GlobalConfig.php b/src/config/GlobalConfig.php index 76ffbcdc..94300954 100644 --- a/src/config/GlobalConfig.php +++ b/src/config/GlobalConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/InheritanceConfig.php b/src/config/InheritanceConfig.php index dbbadfae..19c0894a 100644 --- a/src/config/InheritanceConfig.php +++ b/src/config/InheritanceConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/config/ProjectConfig.php b/src/config/ProjectConfig.php index 11b9597a..b1b02375 100644 --- a/src/config/ProjectConfig.php +++ b/src/config/ProjectConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/DocBlock.php b/src/docblock/DocBlock.php index 200063db..a70ad052 100644 --- a/src/docblock/DocBlock.php +++ b/src/docblock/DocBlock.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/Factory.php b/src/docblock/Factory.php index 460c5208..de362190 100644 --- a/src/docblock/Factory.php +++ b/src/docblock/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/Parser.php b/src/docblock/Parser.php index 57c5d967..9df167d7 100644 --- a/src/docblock/Parser.php +++ b/src/docblock/Parser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/elements/InheritdocAttribute.php b/src/docblock/elements/InheritdocAttribute.php index aac1b071..51de18ae 100644 --- a/src/docblock/elements/InheritdocAttribute.php +++ b/src/docblock/elements/InheritdocAttribute.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/elements/InvalidElement.php b/src/docblock/elements/InvalidElement.php index 239b97bb..0fcd4e4f 100644 --- a/src/docblock/elements/InvalidElement.php +++ b/src/docblock/elements/InvalidElement.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/elements/VarElement.php b/src/docblock/elements/VarElement.php index ee61a625..d774bef7 100644 --- a/src/docblock/elements/VarElement.php +++ b/src/docblock/elements/VarElement.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/GenericParser.php b/src/docblock/parser/GenericParser.php index 20852001..dea149d0 100644 --- a/src/docblock/parser/GenericParser.php +++ b/src/docblock/parser/GenericParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/InheritdocParser.php b/src/docblock/parser/InheritdocParser.php index 1237c0dd..849bef9c 100644 --- a/src/docblock/parser/InheritdocParser.php +++ b/src/docblock/parser/InheritdocParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/InternalParser.php b/src/docblock/parser/InternalParser.php index a43529ba..6436335e 100644 --- a/src/docblock/parser/InternalParser.php +++ b/src/docblock/parser/InternalParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -47,4 +47,4 @@ public function getObject(array $buffer) { } -} \ No newline at end of file +} diff --git a/src/docblock/parser/InvalidParser.php b/src/docblock/parser/InvalidParser.php index 9ecfeef4..da87e0a2 100644 --- a/src/docblock/parser/InvalidParser.php +++ b/src/docblock/parser/InvalidParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -47,4 +47,4 @@ public function getObject(array $buffer) { } -} \ No newline at end of file +} diff --git a/src/docblock/parser/LicenseParser.php b/src/docblock/parser/LicenseParser.php index 1e5b9ea3..f7827105 100644 --- a/src/docblock/parser/LicenseParser.php +++ b/src/docblock/parser/LicenseParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -47,4 +47,4 @@ public function getObject(array $buffer) { } -} \ No newline at end of file +} diff --git a/src/docblock/parser/LinkParser.php b/src/docblock/parser/LinkParser.php index 9a1bc12c..f21752fc 100644 --- a/src/docblock/parser/LinkParser.php +++ b/src/docblock/parser/LinkParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/ParamParser.php b/src/docblock/parser/ParamParser.php index dad4b12d..c07112d3 100644 --- a/src/docblock/parser/ParamParser.php +++ b/src/docblock/parser/ParamParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -79,4 +79,4 @@ public function getObject(array $buffer) { } -} \ No newline at end of file +} diff --git a/src/docblock/parser/VarParser.php b/src/docblock/parser/VarParser.php index a0eb5aa5..3a645326 100644 --- a/src/docblock/parser/VarParser.php +++ b/src/docblock/parser/VarParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -52,4 +52,4 @@ public function getObject(array $buffer) { } } -} \ No newline at end of file +} diff --git a/src/generator/AbstractEvent.php b/src/generator/AbstractEvent.php index 346b3901..a3de572e 100644 --- a/src/generator/AbstractEvent.php +++ b/src/generator/AbstractEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -49,4 +49,4 @@ public function getType() { abstract protected function getEventName(); } -} \ No newline at end of file +} diff --git a/src/generator/Generator.php b/src/generator/Generator.php index 8eeb5602..be06c18f 100644 --- a/src/generator/Generator.php +++ b/src/generator/Generator.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/EngineInterface.php b/src/generator/engine/EngineInterface.php index 73ff76d4..c62cd4b7 100644 --- a/src/generator/engine/EngineInterface.php +++ b/src/generator/engine/EngineInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -42,4 +42,4 @@ interface EngineInterface { public function registerEventHandlers(EventHandlerRegistry $registry); } -} \ No newline at end of file +} diff --git a/src/generator/engine/Factory.php b/src/generator/engine/Factory.php index 306913e0..d5d56457 100644 --- a/src/generator/engine/Factory.php +++ b/src/generator/engine/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/html/Html.php b/src/generator/engine/html/Html.php index 65f9ef35..2cf066fb 100644 --- a/src/generator/engine/html/Html.php +++ b/src/generator/engine/html/Html.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/html/HtmlConfig.php b/src/generator/engine/html/HtmlConfig.php index 66a7a4b2..3c344546 100644 --- a/src/generator/engine/html/HtmlConfig.php +++ b/src/generator/engine/html/HtmlConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/xml/Xml.php b/src/generator/engine/xml/Xml.php index 845fcc97..46b6edb9 100644 --- a/src/generator/engine/xml/Xml.php +++ b/src/generator/engine/xml/Xml.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/enricher/EnricherException.php b/src/generator/enricher/EnricherException.php index 1b58550a..5162d098 100644 --- a/src/generator/enricher/EnricherException.php +++ b/src/generator/enricher/EnricherException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/enricher/EnricherInterface.php b/src/generator/enricher/EnricherInterface.php index da543fd5..14ed7a64 100644 --- a/src/generator/enricher/EnricherInterface.php +++ b/src/generator/enricher/EnricherInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/events/ClassConstantEvent.php b/src/generator/events/ClassConstantEvent.php index 35c2dd34..1e4fe100 100644 --- a/src/generator/events/ClassConstantEvent.php +++ b/src/generator/events/ClassConstantEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/ClassEndEvent.php b/src/generator/events/ClassEndEvent.php index 48377d9e..7fab911b 100644 --- a/src/generator/events/ClassEndEvent.php +++ b/src/generator/events/ClassEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/ClassMemberEvent.php b/src/generator/events/ClassMemberEvent.php index dc0ddedd..2fcc2ac7 100644 --- a/src/generator/events/ClassMemberEvent.php +++ b/src/generator/events/ClassMemberEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/ClassMethodEvent.php b/src/generator/events/ClassMethodEvent.php index b0871718..1534dee0 100644 --- a/src/generator/events/ClassMethodEvent.php +++ b/src/generator/events/ClassMethodEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/ClassStartEvent.php b/src/generator/events/ClassStartEvent.php index 8ad148ce..b4032409 100644 --- a/src/generator/events/ClassStartEvent.php +++ b/src/generator/events/ClassStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/InterfaceConstantEvent.php b/src/generator/events/InterfaceConstantEvent.php index 403d1ca1..b91ff774 100644 --- a/src/generator/events/InterfaceConstantEvent.php +++ b/src/generator/events/InterfaceConstantEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/InterfaceEndEvent.php b/src/generator/events/InterfaceEndEvent.php index a621263c..bbc1e15f 100644 --- a/src/generator/events/InterfaceEndEvent.php +++ b/src/generator/events/InterfaceEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/InterfaceMethodEvent.php b/src/generator/events/InterfaceMethodEvent.php index 0a0ab44c..2bc6e268 100644 --- a/src/generator/events/InterfaceMethodEvent.php +++ b/src/generator/events/InterfaceMethodEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/InterfaceStartEvent.php b/src/generator/events/InterfaceStartEvent.php index 734daa8f..96d12a02 100644 --- a/src/generator/events/InterfaceStartEvent.php +++ b/src/generator/events/InterfaceStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceClassesEndEvent.php b/src/generator/events/NamespaceClassesEndEvent.php index a5d3351d..75b733b3 100644 --- a/src/generator/events/NamespaceClassesEndEvent.php +++ b/src/generator/events/NamespaceClassesEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceClassesStartEvent.php b/src/generator/events/NamespaceClassesStartEvent.php index 0fdb6a10..6e7a3677 100644 --- a/src/generator/events/NamespaceClassesStartEvent.php +++ b/src/generator/events/NamespaceClassesStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceEndEvent.php b/src/generator/events/NamespaceEndEvent.php index 1c0c1982..0890bccd 100644 --- a/src/generator/events/NamespaceEndEvent.php +++ b/src/generator/events/NamespaceEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceInterfacesEndEvent.php b/src/generator/events/NamespaceInterfacesEndEvent.php index e6a3cd9c..bb35a136 100644 --- a/src/generator/events/NamespaceInterfacesEndEvent.php +++ b/src/generator/events/NamespaceInterfacesEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceInterfacesStartEvent.php b/src/generator/events/NamespaceInterfacesStartEvent.php index a2f22235..824c4982 100644 --- a/src/generator/events/NamespaceInterfacesStartEvent.php +++ b/src/generator/events/NamespaceInterfacesStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceStartEvent.php b/src/generator/events/NamespaceStartEvent.php index ab297bbe..8bd71b84 100644 --- a/src/generator/events/NamespaceStartEvent.php +++ b/src/generator/events/NamespaceStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceTraitsEndEvent.php b/src/generator/events/NamespaceTraitsEndEvent.php index 90b779cf..f61ca8ad 100644 --- a/src/generator/events/NamespaceTraitsEndEvent.php +++ b/src/generator/events/NamespaceTraitsEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/NamespaceTraitsStartEvent.php b/src/generator/events/NamespaceTraitsStartEvent.php index 89c7ba97..db11dd52 100644 --- a/src/generator/events/NamespaceTraitsStartEvent.php +++ b/src/generator/events/NamespaceTraitsStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxClassesEndEvent.php b/src/generator/events/PHPDoxClassesEndEvent.php index 80fdb827..9d0e566a 100644 --- a/src/generator/events/PHPDoxClassesEndEvent.php +++ b/src/generator/events/PHPDoxClassesEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxClassesStartEvent.php b/src/generator/events/PHPDoxClassesStartEvent.php index 29bac389..885a462d 100644 --- a/src/generator/events/PHPDoxClassesStartEvent.php +++ b/src/generator/events/PHPDoxClassesStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxEndEvent.php b/src/generator/events/PHPDoxEndEvent.php index 7a35600c..6bdd2f9a 100644 --- a/src/generator/events/PHPDoxEndEvent.php +++ b/src/generator/events/PHPDoxEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxInterfacesEndEvent.php b/src/generator/events/PHPDoxInterfacesEndEvent.php index 2405f180..fe06b33a 100644 --- a/src/generator/events/PHPDoxInterfacesEndEvent.php +++ b/src/generator/events/PHPDoxInterfacesEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxInterfacesStartEvent.php b/src/generator/events/PHPDoxInterfacesStartEvent.php index 9c9683d7..c8dc9203 100644 --- a/src/generator/events/PHPDoxInterfacesStartEvent.php +++ b/src/generator/events/PHPDoxInterfacesStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxNamespacesEndEvent.php b/src/generator/events/PHPDoxNamespacesEndEvent.php index d953f21c..41c20f0b 100644 --- a/src/generator/events/PHPDoxNamespacesEndEvent.php +++ b/src/generator/events/PHPDoxNamespacesEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxNamespacesStartEvent.php b/src/generator/events/PHPDoxNamespacesStartEvent.php index 7bcdedb5..85afd576 100644 --- a/src/generator/events/PHPDoxNamespacesStartEvent.php +++ b/src/generator/events/PHPDoxNamespacesStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxStartEvent.php b/src/generator/events/PHPDoxStartEvent.php index 57a081dd..865e48f7 100644 --- a/src/generator/events/PHPDoxStartEvent.php +++ b/src/generator/events/PHPDoxStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -61,4 +61,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxTraitsEndEvent.php b/src/generator/events/PHPDoxTraitsEndEvent.php index 71c6c43e..83884f19 100644 --- a/src/generator/events/PHPDoxTraitsEndEvent.php +++ b/src/generator/events/PHPDoxTraitsEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/PHPDoxTraitsStartEvent.php b/src/generator/events/PHPDoxTraitsStartEvent.php index e07fe0e0..8384a58c 100644 --- a/src/generator/events/PHPDoxTraitsStartEvent.php +++ b/src/generator/events/PHPDoxTraitsStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/TokenEvent.php b/src/generator/events/TokenEvent.php index 5f3719dc..f1fb34ec 100644 --- a/src/generator/events/TokenEvent.php +++ b/src/generator/events/TokenEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/events/TokenFileEndEvent.php b/src/generator/events/TokenFileEndEvent.php index 1d36728a..51fde5a1 100644 --- a/src/generator/events/TokenFileEndEvent.php +++ b/src/generator/events/TokenFileEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/events/TokenLineEndEvent.php b/src/generator/events/TokenLineEndEvent.php index 339b3321..018c4c2c 100644 --- a/src/generator/events/TokenLineEndEvent.php +++ b/src/generator/events/TokenLineEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/events/TokenLineStartEvent.php b/src/generator/events/TokenLineStartEvent.php index f118d7f2..80b44a82 100644 --- a/src/generator/events/TokenLineStartEvent.php +++ b/src/generator/events/TokenLineStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/events/TraitConstantEvent.php b/src/generator/events/TraitConstantEvent.php index e94c4458..5818b6ec 100644 --- a/src/generator/events/TraitConstantEvent.php +++ b/src/generator/events/TraitConstantEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/TraitEndEvent.php b/src/generator/events/TraitEndEvent.php index 99c4bce9..e558595c 100644 --- a/src/generator/events/TraitEndEvent.php +++ b/src/generator/events/TraitEndEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/TraitMemberEvent.php b/src/generator/events/TraitMemberEvent.php index 45b534b3..3081588c 100644 --- a/src/generator/events/TraitMemberEvent.php +++ b/src/generator/events/TraitMemberEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/TraitMethodEvent.php b/src/generator/events/TraitMethodEvent.php index 9fe0f8ca..5c6b7125 100644 --- a/src/generator/events/TraitMethodEvent.php +++ b/src/generator/events/TraitMethodEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -56,4 +56,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/events/TraitStartEvent.php b/src/generator/events/TraitStartEvent.php index 16b80df3..fcb2b238 100644 --- a/src/generator/events/TraitStartEvent.php +++ b/src/generator/events/TraitStartEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -55,4 +55,4 @@ protected function getEventName() { } -} \ No newline at end of file +} diff --git a/src/generator/project/Project.php b/src/generator/project/Project.php index bd04fcd6..870275e6 100644 --- a/src/generator/project/Project.php +++ b/src/generator/project/Project.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/logger/ProgressLogger.php b/src/logger/ProgressLogger.php index 23256ad8..2d7fad4e 100644 --- a/src/logger/ProgressLogger.php +++ b/src/logger/ProgressLogger.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/logger/ShellProgressLogger.php b/src/logger/ShellProgressLogger.php index 811127ca..8ea94dec 100644 --- a/src/logger/ShellProgressLogger.php +++ b/src/logger/ShellProgressLogger.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -87,4 +87,4 @@ public function buildSummary() { } -} \ No newline at end of file +} diff --git a/src/shared/ErrorHandler.php b/src/shared/ErrorHandler.php index f0a16cdd..5eb4e4ef 100644 --- a/src/shared/ErrorHandler.php +++ b/src/shared/ErrorHandler.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/shared/Factory.php b/src/shared/Factory.php index 92d0b11b..e5339a44 100644 --- a/src/shared/Factory.php +++ b/src/shared/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/shared/FactoryInterface.php b/src/shared/FactoryInterface.php index 72542596..b657b8ea 100644 --- a/src/shared/FactoryInterface.php +++ b/src/shared/FactoryInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -42,4 +42,4 @@ interface FactoryInterface { public function getInstanceFor($name); } -} \ No newline at end of file +} diff --git a/src/shared/HasFileInfoException.php b/src/shared/HasFileInfoException.php index 5a9f2e1a..4a2638c0 100644 --- a/src/shared/HasFileInfoException.php +++ b/src/shared/HasFileInfoException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -51,4 +51,4 @@ public function getFileInfo() { } } -} \ No newline at end of file +} diff --git a/src/shared/Version.php b/src/shared/Version.php index d0485d94..201237fa 100644 --- a/src/shared/Version.php +++ b/src/shared/Version.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2015 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification,