From 05a7c944929c800c0aa02efe17f19f1202c475c1 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Sun, 28 Jul 2013 18:59:01 +0200 Subject: [PATCH] Bump Copyright to 2013 ;) --- phpdox.bat | 4 ++-- phpdox.php | 2 +- src/Application.php | 2 +- src/CLI.php | 2 +- src/CLIOptions.php | 2 +- src/bootstrap/BackendBootstrapApi.php | 2 +- src/bootstrap/Bootstrap.php | 2 +- src/bootstrap/BootstrapApi.php | 2 +- src/bootstrap/EngineBootstrapApi.php | 2 +- src/bootstrap/EnricherBootstrapApi.php | 2 +- src/bootstrap/ParserBootstrapApi.php | 2 +- src/bootstrap/backends.php | 2 +- src/bootstrap/engines.php | 2 +- src/collector/Collector.php | 2 +- src/collector/CollectorException.php | 2 +- src/collector/CollectorInterface.php | 2 +- src/collector/InheritanceResolver.php | 4 ++-- src/collector/backend/BackendInterface.php | 2 +- src/collector/backend/Factory.php | 2 +- src/collector/backend/ParseErrorException.php | 2 +- src/collector/backend/ParseResult.php | 2 +- src/collector/backend/parser/OriginalValueLexer.php | 2 +- src/collector/backend/parser/PHPParser.php | 2 +- src/collector/backend/parser/UnitCollectingVisitor.php | 2 +- src/config/BuildConfig.php | 2 +- src/config/CollectorConfig.php | 2 +- src/config/ConfigLoader.php | 2 +- src/config/EnrichConfig.php | 2 +- src/config/GeneratorConfig.php | 2 +- src/config/GlobalConfig.php | 2 +- src/config/InheritanceConfig.php | 2 +- src/config/ProjectConfig.php | 2 +- src/docblock/DocBlock.php | 2 +- src/docblock/Factory.php | 2 +- src/docblock/GenericElement.php | 2 +- src/docblock/InlineProcessor.php | 2 +- src/docblock/InvalidElement.php | 2 +- src/docblock/Parser.php | 2 +- src/docblock/VarElement.php | 2 +- src/docblock/parser/DescriptionParser.php | 2 +- src/docblock/parser/GenericParser.php | 2 +- src/docblock/parser/InternalParser.php | 2 +- src/docblock/parser/InvalidParser.php | 2 +- src/docblock/parser/LicenseParser.php | 2 +- src/docblock/parser/ParamParser.php | 2 +- src/docblock/parser/VarParser.php | 2 +- src/generator/AbstractEvent.php | 2 +- src/generator/EventFactory.php | 2 +- src/generator/Generator.php | 2 +- src/generator/Service.php | 2 +- src/generator/engine/AbstractEngine.php | 4 ++-- src/generator/engine/EngineInterface.php | 2 +- src/generator/engine/Factory.php | 2 +- src/generator/engine/graph/Graph.php | 2 +- src/generator/engine/graph/GraphConfig.php | 2 +- src/generator/engine/html/Html.php | 2 +- src/generator/engine/html/HtmlConfig.php | 2 +- src/generator/engine/indexer/Indexer.php | 2 +- src/generator/engine/todo/Todo.php | 2 +- src/logger/ProgressLogger.php | 2 +- src/logger/ShellProgressLogger.php | 2 +- src/project/AbstractUnitObject.php | 2 +- src/project/AbstractVariableObject.php | 2 +- src/project/ClassObject.php | 2 +- src/project/ConstantObject.php | 2 +- src/project/DOMCollectionInterface.php | 2 +- src/project/IndexCollection.php | 2 +- src/project/InterfaceObject.php | 2 +- src/project/MemberObject.php | 2 +- src/project/MethodObject.php | 2 +- src/project/ParameterObject.php | 2 +- src/project/Project.php | 2 +- src/project/SourceCollection.php | 2 +- src/project/TraitObject.php | 2 +- src/shared/ErrorHandler.php | 2 +- src/shared/Factory.php | 2 +- src/shared/FactoryInterface.php | 2 +- src/shared/HasFileInfoException.php | 2 +- src/shared/Version.php | 2 +- 79 files changed, 82 insertions(+), 82 deletions(-) diff --git a/phpdox.bat b/phpdox.bat index 41bb8922..7a5f63a6 100644 --- a/phpdox.bat +++ b/phpdox.bat @@ -1,7 +1,7 @@ @echo off REM phpDox REM -REM Copyright (c) 2010-2012, Arne Blankerts + * Copyright (c) 2010-2013 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 9a1b8b19..de2e267e 100644 --- a/src/Application.php +++ b/src/Application.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 f8e1bc2d..009df056 100644 --- a/src/CLI.php +++ b/src/CLI.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/CLIOptions.php b/src/CLIOptions.php index 79ec4080..75169040 100644 --- a/src/CLIOptions.php +++ b/src/CLIOptions.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 eca52843..91231bed 100644 --- a/src/bootstrap/BackendBootstrapApi.php +++ b/src/bootstrap/BackendBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/Bootstrap.php b/src/bootstrap/Bootstrap.php index 3f4293fd..2f57aabe 100644 --- a/src/bootstrap/Bootstrap.php +++ b/src/bootstrap/Bootstrap.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 92de7b38..f0f5cfde 100644 --- a/src/bootstrap/BootstrapApi.php +++ b/src/bootstrap/BootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 335161fa..a9642d94 100644 --- a/src/bootstrap/EngineBootstrapApi.php +++ b/src/bootstrap/EngineBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/EnricherBootstrapApi.php b/src/bootstrap/EnricherBootstrapApi.php index 4241623a..1ffd2b16 100644 --- a/src/bootstrap/EnricherBootstrapApi.php +++ b/src/bootstrap/EnricherBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/ParserBootstrapApi.php b/src/bootstrap/ParserBootstrapApi.php index e0f4f796..de3fe584 100644 --- a/src/bootstrap/ParserBootstrapApi.php +++ b/src/bootstrap/ParserBootstrapApi.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/backends.php b/src/bootstrap/backends.php index 10702f77..523dedfe 100644 --- a/src/bootstrap/backends.php +++ b/src/bootstrap/backends.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/bootstrap/engines.php b/src/bootstrap/engines.php index 1c2776a6..e0db3e1f 100644 --- a/src/bootstrap/engines.php +++ b/src/bootstrap/engines.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/Collector.php b/src/collector/Collector.php index acfe661b..172c1343 100644 --- a/src/collector/Collector.php +++ b/src/collector/Collector.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 16d66660..68c0b0d9 100644 --- a/src/collector/CollectorException.php +++ b/src/collector/CollectorException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/CollectorInterface.php b/src/collector/CollectorInterface.php index d2fb2b64..d9c71c26 100644 --- a/src/collector/CollectorInterface.php +++ b/src/collector/CollectorInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/InheritanceResolver.php b/src/collector/InheritanceResolver.php index 06bb88bd..8980e37f 100644 --- a/src/collector/InheritanceResolver.php +++ b/src/collector/InheritanceResolver.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -142,7 +142,7 @@ private function setupDependencies() { if (!file_exists($idxName)) { $this->logger->log("'$idxName' not found - skipping dependency"); continue; - } + } $dom = new fDOMDocument(); $dom->load($idxName); $this->dependencyStack[] = new Dependency($dom, $this->project); diff --git a/src/collector/backend/BackendInterface.php b/src/collector/backend/BackendInterface.php index f7fe0d10..141df34c 100644 --- a/src/collector/backend/BackendInterface.php +++ b/src/collector/backend/BackendInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/Factory.php b/src/collector/backend/Factory.php index d2f0e99c..f79eda2d 100644 --- a/src/collector/backend/Factory.php +++ b/src/collector/backend/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 5925f0b1..aa0fe09e 100644 --- a/src/collector/backend/ParseErrorException.php +++ b/src/collector/backend/ParseErrorException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 f2df09d8..7973c9ba 100644 --- a/src/collector/backend/ParseResult.php +++ b/src/collector/backend/ParseResult.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/parser/OriginalValueLexer.php b/src/collector/backend/parser/OriginalValueLexer.php index c6e96f07..4f3ac816 100644 --- a/src/collector/backend/parser/OriginalValueLexer.php +++ b/src/collector/backend/parser/OriginalValueLexer.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/parser/PHPParser.php b/src/collector/backend/parser/PHPParser.php index e8d7c3e1..b760b16a 100644 --- a/src/collector/backend/parser/PHPParser.php +++ b/src/collector/backend/parser/PHPParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/collector/backend/parser/UnitCollectingVisitor.php b/src/collector/backend/parser/UnitCollectingVisitor.php index fc2067b9..9ac7d45c 100644 --- a/src/collector/backend/parser/UnitCollectingVisitor.php +++ b/src/collector/backend/parser/UnitCollectingVisitor.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 a6dc7bcb..a70d5572 100644 --- a/src/config/BuildConfig.php +++ b/src/config/BuildConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 c2fabdf9..6457b629 100644 --- a/src/config/CollectorConfig.php +++ b/src/config/CollectorConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 c3122bfd..51ca55e9 100644 --- a/src/config/ConfigLoader.php +++ b/src/config/ConfigLoader.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 33386d92..20004120 100644 --- a/src/config/EnrichConfig.php +++ b/src/config/EnrichConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 ebfa70c1..f6bbb47a 100644 --- a/src/config/GeneratorConfig.php +++ b/src/config/GeneratorConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 9294b2b2..0d2375a9 100644 --- a/src/config/GlobalConfig.php +++ b/src/config/GlobalConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 2b3a8cdb..dcea69df 100644 --- a/src/config/InheritanceConfig.php +++ b/src/config/InheritanceConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 30b8b769..3271b924 100644 --- a/src/config/ProjectConfig.php +++ b/src/config/ProjectConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 e7fff38d..87e59aa2 100644 --- a/src/docblock/DocBlock.php +++ b/src/docblock/DocBlock.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 15f3dd21..d381fb11 100644 --- a/src/docblock/Factory.php +++ b/src/docblock/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/GenericElement.php b/src/docblock/GenericElement.php index 8a9a2501..d1775ba7 100644 --- a/src/docblock/GenericElement.php +++ b/src/docblock/GenericElement.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/InlineProcessor.php b/src/docblock/InlineProcessor.php index 8c9a76f7..6100ab3a 100644 --- a/src/docblock/InlineProcessor.php +++ b/src/docblock/InlineProcessor.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/InvalidElement.php b/src/docblock/InvalidElement.php index aa46a07d..e1791a1f 100644 --- a/src/docblock/InvalidElement.php +++ b/src/docblock/InvalidElement.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 70353bbe..4d04c464 100644 --- a/src/docblock/Parser.php +++ b/src/docblock/Parser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/VarElement.php b/src/docblock/VarElement.php index 73b367e1..be1fc02d 100644 --- a/src/docblock/VarElement.php +++ b/src/docblock/VarElement.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/DescriptionParser.php b/src/docblock/parser/DescriptionParser.php index 309bdcb4..8e2a236a 100644 --- a/src/docblock/parser/DescriptionParser.php +++ b/src/docblock/parser/DescriptionParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 6814c40b..4ef5f8a4 100644 --- a/src/docblock/parser/GenericParser.php +++ b/src/docblock/parser/GenericParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 e7a64cbf..cdbcdfa7 100644 --- a/src/docblock/parser/InternalParser.php +++ b/src/docblock/parser/InternalParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/InvalidParser.php b/src/docblock/parser/InvalidParser.php index 694df288..b9414982 100644 --- a/src/docblock/parser/InvalidParser.php +++ b/src/docblock/parser/InvalidParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/LicenseParser.php b/src/docblock/parser/LicenseParser.php index aac9dfcb..5d281553 100644 --- a/src/docblock/parser/LicenseParser.php +++ b/src/docblock/parser/LicenseParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 b9de4725..c27e6178 100644 --- a/src/docblock/parser/ParamParser.php +++ b/src/docblock/parser/ParamParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/docblock/parser/VarParser.php b/src/docblock/parser/VarParser.php index 64cffcd7..efeab1b7 100644 --- a/src/docblock/parser/VarParser.php +++ b/src/docblock/parser/VarParser.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/AbstractEvent.php b/src/generator/AbstractEvent.php index 7dd8c55f..cc8c5603 100644 --- a/src/generator/AbstractEvent.php +++ b/src/generator/AbstractEvent.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/EventFactory.php b/src/generator/EventFactory.php index 239788ef..b2199e8c 100644 --- a/src/generator/EventFactory.php +++ b/src/generator/EventFactory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/Generator.php b/src/generator/Generator.php index 4f23c221..247b339c 100644 --- a/src/generator/Generator.php +++ b/src/generator/Generator.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/Service.php b/src/generator/Service.php index 64220443..feb49cb5 100644 --- a/src/generator/Service.php +++ b/src/generator/Service.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/AbstractEngine.php b/src/generator/engine/AbstractEngine.php index ccdb3c90..403c491e 100644 --- a/src/generator/engine/AbstractEngine.php +++ b/src/generator/engine/AbstractEngine.php @@ -1,6 +1,6 @@ - + * Copyright (c) 2010-2013 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 0a37d70d..9766cb8e 100644 --- a/src/generator/engine/EngineInterface.php +++ b/src/generator/engine/EngineInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/Factory.php b/src/generator/engine/Factory.php index 451570b0..0b5ea1a2 100644 --- a/src/generator/engine/Factory.php +++ b/src/generator/engine/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/graph/Graph.php b/src/generator/engine/graph/Graph.php index 7ba410cf..9e5a3ba3 100644 --- a/src/generator/engine/graph/Graph.php +++ b/src/generator/engine/graph/Graph.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/graph/GraphConfig.php b/src/generator/engine/graph/GraphConfig.php index e53124e2..c81c0f00 100644 --- a/src/generator/engine/graph/GraphConfig.php +++ b/src/generator/engine/graph/GraphConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 9320d879..8cad5870 100644 --- a/src/generator/engine/html/Html.php +++ b/src/generator/engine/html/Html.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 24c4a5a8..eeb27777 100644 --- a/src/generator/engine/html/HtmlConfig.php +++ b/src/generator/engine/html/HtmlConfig.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/indexer/Indexer.php b/src/generator/engine/indexer/Indexer.php index aa720290..4d484279 100644 --- a/src/generator/engine/indexer/Indexer.php +++ b/src/generator/engine/indexer/Indexer.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/generator/engine/todo/Todo.php b/src/generator/engine/todo/Todo.php index 0e96fd2d..49c9526a 100644 --- a/src/generator/engine/todo/Todo.php +++ b/src/generator/engine/todo/Todo.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 be3b6a30..007c4f8f 100644 --- a/src/logger/ProgressLogger.php +++ b/src/logger/ProgressLogger.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 38468ebb..04d20225 100644 --- a/src/logger/ShellProgressLogger.php +++ b/src/logger/ShellProgressLogger.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/AbstractUnitObject.php b/src/project/AbstractUnitObject.php index 303b8705..745c0ace 100644 --- a/src/project/AbstractUnitObject.php +++ b/src/project/AbstractUnitObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/AbstractVariableObject.php b/src/project/AbstractVariableObject.php index 6bd6570b..48c5b06c 100644 --- a/src/project/AbstractVariableObject.php +++ b/src/project/AbstractVariableObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/ClassObject.php b/src/project/ClassObject.php index 8f28cbfa..5d86bf3d 100644 --- a/src/project/ClassObject.php +++ b/src/project/ClassObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/ConstantObject.php b/src/project/ConstantObject.php index e2f557e9..109b8893 100644 --- a/src/project/ConstantObject.php +++ b/src/project/ConstantObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/DOMCollectionInterface.php b/src/project/DOMCollectionInterface.php index 9a4f5e71..70d5e814 100644 --- a/src/project/DOMCollectionInterface.php +++ b/src/project/DOMCollectionInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/IndexCollection.php b/src/project/IndexCollection.php index 4f0ee97d..94318446 100644 --- a/src/project/IndexCollection.php +++ b/src/project/IndexCollection.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/InterfaceObject.php b/src/project/InterfaceObject.php index 339b8243..b7f10465 100644 --- a/src/project/InterfaceObject.php +++ b/src/project/InterfaceObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/MemberObject.php b/src/project/MemberObject.php index b797289c..58810e58 100644 --- a/src/project/MemberObject.php +++ b/src/project/MemberObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/MethodObject.php b/src/project/MethodObject.php index 594118a9..e766e373 100644 --- a/src/project/MethodObject.php +++ b/src/project/MethodObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/ParameterObject.php b/src/project/ParameterObject.php index e3d48a88..c2673f5a 100644 --- a/src/project/ParameterObject.php +++ b/src/project/ParameterObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/Project.php b/src/project/Project.php index cabbda4c..ffbbcb74 100644 --- a/src/project/Project.php +++ b/src/project/Project.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/SourceCollection.php b/src/project/SourceCollection.php index a8fa8620..9ff68200 100644 --- a/src/project/SourceCollection.php +++ b/src/project/SourceCollection.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/project/TraitObject.php b/src/project/TraitObject.php index 4c07837f..7a08a6a6 100644 --- a/src/project/TraitObject.php +++ b/src/project/TraitObject.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/shared/ErrorHandler.php b/src/shared/ErrorHandler.php index 966730f5..22b9140a 100644 --- a/src/shared/ErrorHandler.php +++ b/src/shared/ErrorHandler.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 a19de899..c1ac9480 100644 --- a/src/shared/Factory.php +++ b/src/shared/Factory.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 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 6b82fcda..6178ed0d 100644 --- a/src/shared/FactoryInterface.php +++ b/src/shared/FactoryInterface.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/shared/HasFileInfoException.php b/src/shared/HasFileInfoException.php index bfaee737..5b388f90 100644 --- a/src/shared/HasFileInfoException.php +++ b/src/shared/HasFileInfoException.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/shared/Version.php b/src/shared/Version.php index 5ac73ab4..5e811ea1 100644 --- a/src/shared/Version.php +++ b/src/shared/Version.php @@ -1,6 +1,6 @@ + * Copyright (c) 2010-2013 Arne Blankerts * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification,