diff --git a/src/main/php/PHPMD/AbstractNode.php b/src/main/php/PHPMD/AbstractNode.php index c51526184..ec6a4f5e2 100644 --- a/src/main/php/PHPMD/AbstractNode.php +++ b/src/main/php/PHPMD/AbstractNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHPMD. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/AbstractRenderer.php b/src/main/php/PHPMD/AbstractRenderer.php index 0d3168b09..8ed5eba0f 100644 --- a/src/main/php/PHPMD/AbstractRenderer.php +++ b/src/main/php/PHPMD/AbstractRenderer.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/AbstractRule.php b/src/main/php/PHPMD/AbstractRule.php index 1944e7efe..1217e7f8f 100644 --- a/src/main/php/PHPMD/AbstractRule.php +++ b/src/main/php/PHPMD/AbstractRule.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/AbstractWriter.php b/src/main/php/PHPMD/AbstractWriter.php index 75648148b..0946be31b 100644 --- a/src/main/php/PHPMD/AbstractWriter.php +++ b/src/main/php/PHPMD/AbstractWriter.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/ASTNode.php b/src/main/php/PHPMD/Node/ASTNode.php index 2f68a4937..fc48354b3 100644 --- a/src/main/php/PHPMD/Node/ASTNode.php +++ b/src/main/php/PHPMD/Node/ASTNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/AbstractCallableNode.php b/src/main/php/PHPMD/Node/AbstractCallableNode.php index 61cc09db1..7fac91e3f 100644 --- a/src/main/php/PHPMD/Node/AbstractCallableNode.php +++ b/src/main/php/PHPMD/Node/AbstractCallableNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/AbstractNode.php b/src/main/php/PHPMD/Node/AbstractNode.php index 1539b72f0..e6263951f 100644 --- a/src/main/php/PHPMD/Node/AbstractNode.php +++ b/src/main/php/PHPMD/Node/AbstractNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/AbstractTypeNode.php b/src/main/php/PHPMD/Node/AbstractTypeNode.php index 65be42282..cfb972df8 100644 --- a/src/main/php/PHPMD/Node/AbstractTypeNode.php +++ b/src/main/php/PHPMD/Node/AbstractTypeNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/Annotation.php b/src/main/php/PHPMD/Node/Annotation.php index 2050018ca..296502f9c 100644 --- a/src/main/php/PHPMD/Node/Annotation.php +++ b/src/main/php/PHPMD/Node/Annotation.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/Annotations.php b/src/main/php/PHPMD/Node/Annotations.php index db4d2f73b..7f0feca40 100644 --- a/src/main/php/PHPMD/Node/Annotations.php +++ b/src/main/php/PHPMD/Node/Annotations.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/ClassNode.php b/src/main/php/PHPMD/Node/ClassNode.php index c2a4257b3..26cff1ad1 100644 --- a/src/main/php/PHPMD/Node/ClassNode.php +++ b/src/main/php/PHPMD/Node/ClassNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/FunctionNode.php b/src/main/php/PHPMD/Node/FunctionNode.php index 6c8e2fdd7..3f21685da 100644 --- a/src/main/php/PHPMD/Node/FunctionNode.php +++ b/src/main/php/PHPMD/Node/FunctionNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/InterfaceNode.php b/src/main/php/PHPMD/Node/InterfaceNode.php index b383bc1c2..7734c960e 100644 --- a/src/main/php/PHPMD/Node/InterfaceNode.php +++ b/src/main/php/PHPMD/Node/InterfaceNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/MethodNode.php b/src/main/php/PHPMD/Node/MethodNode.php index 8fcb84ec8..8f9ddb336 100644 --- a/src/main/php/PHPMD/Node/MethodNode.php +++ b/src/main/php/PHPMD/Node/MethodNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Node/TraitNode.php b/src/main/php/PHPMD/Node/TraitNode.php index 8c8a5ad38..6fdbbd923 100644 --- a/src/main/php/PHPMD/Node/TraitNode.php +++ b/src/main/php/PHPMD/Node/TraitNode.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/PHPMD.php b/src/main/php/PHPMD/PHPMD.php index 324df50d8..d25141c98 100644 --- a/src/main/php/PHPMD/PHPMD.php +++ b/src/main/php/PHPMD/PHPMD.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Parser.php b/src/main/php/PHPMD/Parser.php index 8faa592b3..abe3d08b5 100644 --- a/src/main/php/PHPMD/Parser.php +++ b/src/main/php/PHPMD/Parser.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/ParserFactory.php b/src/main/php/PHPMD/ParserFactory.php index ab6d3084b..67447f771 100644 --- a/src/main/php/PHPMD/ParserFactory.php +++ b/src/main/php/PHPMD/ParserFactory.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/ProcessingError.php b/src/main/php/PHPMD/ProcessingError.php index 31a1c5c59..a830843d7 100644 --- a/src/main/php/PHPMD/ProcessingError.php +++ b/src/main/php/PHPMD/ProcessingError.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Renderer/HTMLRenderer.php b/src/main/php/PHPMD/Renderer/HTMLRenderer.php index 9c097d7d9..874e308df 100644 --- a/src/main/php/PHPMD/Renderer/HTMLRenderer.php +++ b/src/main/php/PHPMD/Renderer/HTMLRenderer.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Renderer/TextRenderer.php b/src/main/php/PHPMD/Renderer/TextRenderer.php index 3d7bcd246..ab3bd3a47 100644 --- a/src/main/php/PHPMD/Renderer/TextRenderer.php +++ b/src/main/php/PHPMD/Renderer/TextRenderer.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Renderer/XMLRenderer.php b/src/main/php/PHPMD/Renderer/XMLRenderer.php index 9138fc88b..a3bb3fe3c 100644 --- a/src/main/php/PHPMD/Renderer/XMLRenderer.php +++ b/src/main/php/PHPMD/Renderer/XMLRenderer.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Report.php b/src/main/php/PHPMD/Report.php index 1e7f3e175..e5105d765 100644 --- a/src/main/php/PHPMD/Report.php +++ b/src/main/php/PHPMD/Report.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule.php b/src/main/php/PHPMD/Rule.php index 7e6b5dc35..f878f21e3 100644 --- a/src/main/php/PHPMD/Rule.php +++ b/src/main/php/PHPMD/Rule.php @@ -2,8 +2,6 @@ /** * This file is part of PHPMD. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/AbstractLocalVariable.php b/src/main/php/PHPMD/Rule/AbstractLocalVariable.php index 9045543bd..bec2ad6af 100644 --- a/src/main/php/PHPMD/Rule/AbstractLocalVariable.php +++ b/src/main/php/PHPMD/Rule/AbstractLocalVariable.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/ClassAware.php b/src/main/php/PHPMD/Rule/ClassAware.php index ced5273c8..39cf91655 100644 --- a/src/main/php/PHPMD/Rule/ClassAware.php +++ b/src/main/php/PHPMD/Rule/ClassAware.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php b/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php index 0af59e442..cf9e723c0 100644 --- a/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php +++ b/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php b/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php index 367358fa9..79237bd90 100644 --- a/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php +++ b/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php b/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php index 772344431..5ef51895f 100644 --- a/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php +++ b/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php index 512793f1b..8d0e75eed 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php index fd30975c0..7ea91f817 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php index e30aa8006..f19a251ff 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php index 646a673b1..43c9b3706 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php index 2b4daa00e..3935561b5 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Controversial/Superglobals.php b/src/main/php/PHPMD/Rule/Controversial/Superglobals.php index 8bce5c35a..01bae8ac9 100644 --- a/src/main/php/PHPMD/Rule/Controversial/Superglobals.php +++ b/src/main/php/PHPMD/Rule/Controversial/Superglobals.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/CyclomaticComplexity.php b/src/main/php/PHPMD/Rule/CyclomaticComplexity.php index 069463618..281fddb8f 100644 --- a/src/main/php/PHPMD/Rule/CyclomaticComplexity.php +++ b/src/main/php/PHPMD/Rule/CyclomaticComplexity.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php b/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php index 99b20e766..9f0ab3e81 100644 --- a/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php +++ b/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php b/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php index 35cf0004f..a737a7531 100644 --- a/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php +++ b/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/EvalExpression.php b/src/main/php/PHPMD/Rule/Design/EvalExpression.php index 055736da6..fcd834e46 100644 --- a/src/main/php/PHPMD/Rule/Design/EvalExpression.php +++ b/src/main/php/PHPMD/Rule/Design/EvalExpression.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/ExitExpression.php b/src/main/php/PHPMD/Rule/Design/ExitExpression.php index b2e0a5808..d158b9a0a 100644 --- a/src/main/php/PHPMD/Rule/Design/ExitExpression.php +++ b/src/main/php/PHPMD/Rule/Design/ExitExpression.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/GotoStatement.php b/src/main/php/PHPMD/Rule/Design/GotoStatement.php index b2a06eb0a..9817ff80e 100644 --- a/src/main/php/PHPMD/Rule/Design/GotoStatement.php +++ b/src/main/php/PHPMD/Rule/Design/GotoStatement.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/LongClass.php b/src/main/php/PHPMD/Rule/Design/LongClass.php index 1d390efb5..9ca45feae 100644 --- a/src/main/php/PHPMD/Rule/Design/LongClass.php +++ b/src/main/php/PHPMD/Rule/Design/LongClass.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/LongMethod.php b/src/main/php/PHPMD/Rule/Design/LongMethod.php index 3256e16a2..d2bde06d6 100644 --- a/src/main/php/PHPMD/Rule/Design/LongMethod.php +++ b/src/main/php/PHPMD/Rule/Design/LongMethod.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/LongParameterList.php b/src/main/php/PHPMD/Rule/Design/LongParameterList.php index d37f64229..a78c8cc07 100644 --- a/src/main/php/PHPMD/Rule/Design/LongParameterList.php +++ b/src/main/php/PHPMD/Rule/Design/LongParameterList.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/NpathComplexity.php b/src/main/php/PHPMD/Rule/Design/NpathComplexity.php index 173fc4cca..bfddea63c 100644 --- a/src/main/php/PHPMD/Rule/Design/NpathComplexity.php +++ b/src/main/php/PHPMD/Rule/Design/NpathComplexity.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php b/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php index 28578a7a1..fe8fca734 100644 --- a/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php +++ b/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/TooManyFields.php b/src/main/php/PHPMD/Rule/Design/TooManyFields.php index 6c60e630c..f63307e94 100644 --- a/src/main/php/PHPMD/Rule/Design/TooManyFields.php +++ b/src/main/php/PHPMD/Rule/Design/TooManyFields.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/TooManyMethods.php b/src/main/php/PHPMD/Rule/Design/TooManyMethods.php index 926f5180b..8cb4b0331 100644 --- a/src/main/php/PHPMD/Rule/Design/TooManyMethods.php +++ b/src/main/php/PHPMD/Rule/Design/TooManyMethods.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php b/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php index d32306b5e..db0912433 100644 --- a/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php +++ b/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/ExcessivePublicCount.php b/src/main/php/PHPMD/Rule/ExcessivePublicCount.php index 9b748180c..5ad201af4 100644 --- a/src/main/php/PHPMD/Rule/ExcessivePublicCount.php +++ b/src/main/php/PHPMD/Rule/ExcessivePublicCount.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/FunctionAware.php b/src/main/php/PHPMD/Rule/FunctionAware.php index 6fd133d47..12ed0b202 100644 --- a/src/main/php/PHPMD/Rule/FunctionAware.php +++ b/src/main/php/PHPMD/Rule/FunctionAware.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/InterfaceAware.php b/src/main/php/PHPMD/Rule/InterfaceAware.php index 8f3b95b55..b09ca626e 100644 --- a/src/main/php/PHPMD/Rule/InterfaceAware.php +++ b/src/main/php/PHPMD/Rule/InterfaceAware.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/MethodAware.php b/src/main/php/PHPMD/Rule/MethodAware.php index aae628f00..94a6e8d09 100644 --- a/src/main/php/PHPMD/Rule/MethodAware.php +++ b/src/main/php/PHPMD/Rule/MethodAware.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php b/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php index 8ec958d4a..33d964bc2 100644 --- a/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php +++ b/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php b/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php index a046a6698..6f3f9be01 100644 --- a/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php +++ b/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php b/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php index 0d67b61f2..9f6f46e67 100644 --- a/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php +++ b/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Naming/LongVariable.php b/src/main/php/PHPMD/Rule/Naming/LongVariable.php index a4b7f3cf4..5b2857b8c 100644 --- a/src/main/php/PHPMD/Rule/Naming/LongVariable.php +++ b/src/main/php/PHPMD/Rule/Naming/LongVariable.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php b/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php index 6cee4453a..03e8e6bb9 100644 --- a/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php +++ b/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/Naming/ShortVariable.php b/src/main/php/PHPMD/Rule/Naming/ShortVariable.php index 3384bcd9a..e1caa4aa9 100644 --- a/src/main/php/PHPMD/Rule/Naming/ShortVariable.php +++ b/src/main/php/PHPMD/Rule/Naming/ShortVariable.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/UnusedFormalParameter.php b/src/main/php/PHPMD/Rule/UnusedFormalParameter.php index dfccc3f6f..5063b2cdd 100644 --- a/src/main/php/PHPMD/Rule/UnusedFormalParameter.php +++ b/src/main/php/PHPMD/Rule/UnusedFormalParameter.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/UnusedLocalVariable.php b/src/main/php/PHPMD/Rule/UnusedLocalVariable.php index ecebd3f02..a685bca1c 100644 --- a/src/main/php/PHPMD/Rule/UnusedLocalVariable.php +++ b/src/main/php/PHPMD/Rule/UnusedLocalVariable.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/UnusedPrivateField.php b/src/main/php/PHPMD/Rule/UnusedPrivateField.php index e188269bb..e832391ad 100644 --- a/src/main/php/PHPMD/Rule/UnusedPrivateField.php +++ b/src/main/php/PHPMD/Rule/UnusedPrivateField.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php b/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php index a712a356c..a4877d1ac 100644 --- a/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php +++ b/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/RuleClassFileNotFoundException.php b/src/main/php/PHPMD/RuleClassFileNotFoundException.php index 741b57e17..305514a66 100644 --- a/src/main/php/PHPMD/RuleClassFileNotFoundException.php +++ b/src/main/php/PHPMD/RuleClassFileNotFoundException.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/RuleClassNotFoundException.php b/src/main/php/PHPMD/RuleClassNotFoundException.php index 25c63893c..94a958c37 100644 --- a/src/main/php/PHPMD/RuleClassNotFoundException.php +++ b/src/main/php/PHPMD/RuleClassNotFoundException.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/RuleSet.php b/src/main/php/PHPMD/RuleSet.php index 59ea0fce4..1de319f32 100644 --- a/src/main/php/PHPMD/RuleSet.php +++ b/src/main/php/PHPMD/RuleSet.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/RuleSetFactory.php b/src/main/php/PHPMD/RuleSetFactory.php index d49fbd60a..795d4ef14 100644 --- a/src/main/php/PHPMD/RuleSetFactory.php +++ b/src/main/php/PHPMD/RuleSetFactory.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/RuleSetNotFoundException.php b/src/main/php/PHPMD/RuleSetNotFoundException.php index a30cd19a6..fa716af30 100644 --- a/src/main/php/PHPMD/RuleSetNotFoundException.php +++ b/src/main/php/PHPMD/RuleSetNotFoundException.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/RuleViolation.php b/src/main/php/PHPMD/RuleViolation.php index d0ed9b386..5135ec554 100644 --- a/src/main/php/PHPMD/RuleViolation.php +++ b/src/main/php/PHPMD/RuleViolation.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/TextUI/Command.php b/src/main/php/PHPMD/TextUI/Command.php index 55d878843..28da88e64 100644 --- a/src/main/php/PHPMD/TextUI/Command.php +++ b/src/main/php/PHPMD/TextUI/Command.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/TextUI/CommandLineOptions.php b/src/main/php/PHPMD/TextUI/CommandLineOptions.php index 5aff1be94..fcb658f96 100644 --- a/src/main/php/PHPMD/TextUI/CommandLineOptions.php +++ b/src/main/php/PHPMD/TextUI/CommandLineOptions.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/main/php/PHPMD/Writer/StreamWriter.php b/src/main/php/PHPMD/Writer/StreamWriter.php index 862b0a24a..49d19fc58 100644 --- a/src/main/php/PHPMD/Writer/StreamWriter.php +++ b/src/main/php/PHPMD/Writer/StreamWriter.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/AbstractTest.php b/src/test/php/PHPMD/AbstractTest.php index 63bba7535..5b1e8299c 100644 --- a/src/test/php/PHPMD/AbstractTest.php +++ b/src/test/php/PHPMD/AbstractTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php b/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php index b079c41c6..45352fe49 100644 --- a/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php +++ b/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php b/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php index 6e2b2454a..abfefe952 100644 --- a/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php +++ b/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php b/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php index d52f64e2b..ac5ae5150 100644 --- a/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php +++ b/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Node/ASTNodeTest.php b/src/test/php/PHPMD/Node/ASTNodeTest.php index 784577925..97c8eb2a3 100644 --- a/src/test/php/PHPMD/Node/ASTNodeTest.php +++ b/src/test/php/PHPMD/Node/ASTNodeTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Node/AnnotationTest.php b/src/test/php/PHPMD/Node/AnnotationTest.php index 0c8506b26..a22a921b1 100644 --- a/src/test/php/PHPMD/Node/AnnotationTest.php +++ b/src/test/php/PHPMD/Node/AnnotationTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Node/AnnotationsTest.php b/src/test/php/PHPMD/Node/AnnotationsTest.php index a0e169ab1..ecb4b111c 100644 --- a/src/test/php/PHPMD/Node/AnnotationsTest.php +++ b/src/test/php/PHPMD/Node/AnnotationsTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Node/ClassNodeTest.php b/src/test/php/PHPMD/Node/ClassNodeTest.php index 1be170eb3..3cfe3837c 100644 --- a/src/test/php/PHPMD/Node/ClassNodeTest.php +++ b/src/test/php/PHPMD/Node/ClassNodeTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Node/FunctionTest.php b/src/test/php/PHPMD/Node/FunctionTest.php index a766d1620..17c06be68 100644 --- a/src/test/php/PHPMD/Node/FunctionTest.php +++ b/src/test/php/PHPMD/Node/FunctionTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Node/MethodNodeTest.php b/src/test/php/PHPMD/Node/MethodNodeTest.php index b098ee32f..e2685671c 100644 --- a/src/test/php/PHPMD/Node/MethodNodeTest.php +++ b/src/test/php/PHPMD/Node/MethodNodeTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/PMDTest.php b/src/test/php/PHPMD/PMDTest.php index 1c2068b8c..45324ce1e 100644 --- a/src/test/php/PHPMD/PMDTest.php +++ b/src/test/php/PHPMD/PMDTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/ParserFactoryTest.php b/src/test/php/PHPMD/ParserFactoryTest.php index 5bc3fd5c5..20241b479 100644 --- a/src/test/php/PHPMD/ParserFactoryTest.php +++ b/src/test/php/PHPMD/ParserFactoryTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2009, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/ParserTest.php b/src/test/php/PHPMD/ParserTest.php index 1e6969ffa..a5ca1bf42 100644 --- a/src/test/php/PHPMD/ParserTest.php +++ b/src/test/php/PHPMD/ParserTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/ProcessingErrorTest.php b/src/test/php/PHPMD/ProcessingErrorTest.php index 645a5144e..7ecd2dfb7 100644 --- a/src/test/php/PHPMD/ProcessingErrorTest.php +++ b/src/test/php/PHPMD/ProcessingErrorTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/AbstractTest.php b/src/test/php/PHPMD/Regression/AbstractTest.php index f0360581b..dc26299cc 100644 --- a/src/test/php/PHPMD/Regression/AbstractTest.php +++ b/src/test/php/PHPMD/Regression/AbstractTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php b/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php index 5bda84708..3f37dd10b 100644 --- a/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php +++ b/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php b/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php index cc56b51c2..87790c359 100644 --- a/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php +++ b/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php b/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php index 999cde1db..6943bd976 100644 --- a/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php +++ b/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php b/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php index 2de782730..1f1e147b6 100644 --- a/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php +++ b/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php b/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php index bdbd14a38..e663d08f2 100644 --- a/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php +++ b/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php b/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php index 567c2154d..3513fefc8 100644 --- a/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php +++ b/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php b/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php index 56eed72d9..1a797bf7e 100644 --- a/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php +++ b/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php b/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php index 95b490355..6e39191f5 100644 --- a/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php +++ b/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php b/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php index 049f8404e..d26bf7ed1 100644 --- a/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php +++ b/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Renderer/HTMLRendererTest.php b/src/test/php/PHPMD/Renderer/HTMLRendererTest.php index 0d979cf0d..b4dfe0a00 100644 --- a/src/test/php/PHPMD/Renderer/HTMLRendererTest.php +++ b/src/test/php/PHPMD/Renderer/HTMLRendererTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Renderer/TextRendererTest.php b/src/test/php/PHPMD/Renderer/TextRendererTest.php index f46b587c8..3ce8afd3e 100644 --- a/src/test/php/PHPMD/Renderer/TextRendererTest.php +++ b/src/test/php/PHPMD/Renderer/TextRendererTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Renderer/XMLRendererTest.php b/src/test/php/PHPMD/Renderer/XMLRendererTest.php index 103001709..c2cd79ca5 100644 --- a/src/test/php/PHPMD/Renderer/XMLRendererTest.php +++ b/src/test/php/PHPMD/Renderer/XMLRendererTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/ReportTest.php b/src/test/php/PHPMD/ReportTest.php index 785c7e389..563c6cc04 100644 --- a/src/test/php/PHPMD/ReportTest.php +++ b/src/test/php/PHPMD/ReportTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php b/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php index 4e44ab724..56a3c3ed1 100644 --- a/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php +++ b/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php b/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php index 64df90332..0956fdc20 100644 --- a/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php +++ b/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php b/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php index d023356b2..071547502 100644 --- a/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php +++ b/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php b/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php index 3e2edc3c8..2517e4113 100644 --- a/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php +++ b/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php b/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php index a484d40d3..13d31061f 100644 --- a/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php +++ b/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php b/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php index 652481d84..33121344b 100644 --- a/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php +++ b/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php b/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php index c45484280..df68607d4 100644 --- a/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php +++ b/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/LongClassTest.php b/src/test/php/PHPMD/Rule/Design/LongClassTest.php index ab9a959cd..945b13156 100644 --- a/src/test/php/PHPMD/Rule/Design/LongClassTest.php +++ b/src/test/php/PHPMD/Rule/Design/LongClassTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/LongMethodTest.php b/src/test/php/PHPMD/Rule/Design/LongMethodTest.php index e72cfe78e..5ab11353c 100644 --- a/src/test/php/PHPMD/Rule/Design/LongMethodTest.php +++ b/src/test/php/PHPMD/Rule/Design/LongMethodTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php b/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php index f8505c02d..9460e3720 100644 --- a/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php +++ b/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php b/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php index bff1d6e95..fabd3dbeb 100644 --- a/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php +++ b/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php b/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php index 81f8e6760..f534e2b34 100644 --- a/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php +++ b/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php b/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php index ae2ff1083..4d03a0238 100644 --- a/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php +++ b/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php b/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php index 8cce2b1c1..359e66498 100644 --- a/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php +++ b/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php b/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php index 3d8b71460..41b9418b1 100644 --- a/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php +++ b/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php b/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php index 2cef0994a..9c4096981 100644 --- a/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php +++ b/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php b/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php index 211cd6249..00f7ec3fb 100644 --- a/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php +++ b/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php b/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php index f6ad608b7..3ff20ac86 100644 --- a/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php b/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php index a6c9daf7d..86669954b 100644 --- a/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php b/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php index 2299825ac..e9090f516 100644 --- a/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php +++ b/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php b/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php index 5c13d6b94..ef1b2a252 100644 --- a/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php b/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php index b06e55540..2071d2a3a 100644 --- a/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php b/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php index 927428221..a25832a67 100644 --- a/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php +++ b/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php b/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php index e0fb6160f..773e15165 100644 --- a/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php +++ b/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php b/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php index 5ec93ee41..099bc01eb 100644 --- a/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php +++ b/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php b/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php index 8d8c2c85b..9bc158c18 100644 --- a/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php +++ b/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/RuleSetFactoryTest.php b/src/test/php/PHPMD/RuleSetFactoryTest.php index b309cbd97..34753c094 100644 --- a/src/test/php/PHPMD/RuleSetFactoryTest.php +++ b/src/test/php/PHPMD/RuleSetFactoryTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/RuleSetTest.php b/src/test/php/PHPMD/RuleSetTest.php index c0c43b749..c345a9e72 100644 --- a/src/test/php/PHPMD/RuleSetTest.php +++ b/src/test/php/PHPMD/RuleSetTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/RuleTest.php b/src/test/php/PHPMD/RuleTest.php index 659d81f9b..462e8c307 100644 --- a/src/test/php/PHPMD/RuleTest.php +++ b/src/test/php/PHPMD/RuleTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/RuleViolationTest.php b/src/test/php/PHPMD/RuleViolationTest.php index 49bc7615b..be5d5a8e2 100644 --- a/src/test/php/PHPMD/RuleViolationTest.php +++ b/src/test/php/PHPMD/RuleViolationTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Stubs/RuleStub.php b/src/test/php/PHPMD/Stubs/RuleStub.php index 0d23b9584..8d794ea5e 100644 --- a/src/test/php/PHPMD/Stubs/RuleStub.php +++ b/src/test/php/PHPMD/Stubs/RuleStub.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/Stubs/WriterStub.php b/src/test/php/PHPMD/Stubs/WriterStub.php index 47621517e..83221bb08 100644 --- a/src/test/php/PHPMD/Stubs/WriterStub.php +++ b/src/test/php/PHPMD/Stubs/WriterStub.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php b/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php index ddcf8b69a..d3223e1fb 100644 --- a/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php +++ b/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/PHPMD/TextUI/CommandTest.php b/src/test/php/PHPMD/TextUI/CommandTest.php index 7c0c8292c..b0332e605 100644 --- a/src/test/php/PHPMD/TextUI/CommandTest.php +++ b/src/test/php/PHPMD/TextUI/CommandTest.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. * diff --git a/src/test/php/bootstrap.php b/src/test/php/bootstrap.php index f9e54aa04..538affdfc 100644 --- a/src/test/php/bootstrap.php +++ b/src/test/php/bootstrap.php @@ -2,8 +2,6 @@ /** * This file is part of PHP Mess Detector. * - * PHP Version 5 - * * Copyright (c) 2008-2012, Manuel Pichler . * All rights reserved. *