From f2ca3e2029aa17ba3963c8cd7f21592b15502bec Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Sat, 22 Mar 2008 17:19:51 +0000 Subject: [PATCH] Adding missing license header here and there. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5913 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/src/net/sourceforge/pmd/AbstractJavaRule.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pmd/src/net/sourceforge/pmd/AbstractJavaRule.java b/pmd/src/net/sourceforge/pmd/AbstractJavaRule.java index b8ad082cea..124e28cf97 100644 --- a/pmd/src/net/sourceforge/pmd/AbstractJavaRule.java +++ b/pmd/src/net/sourceforge/pmd/AbstractJavaRule.java @@ -1,3 +1,6 @@ +/** + * BSD-style license; for more info see http://pmd.sourceforge.net/license.html + */ package net.sourceforge.pmd; import java.text.MessageFormat; @@ -17,7 +20,7 @@ public abstract class AbstractJavaRule extends CommonAbstractRule implements /** * Adds a violation to the report. - * + * * @param data * the RuleContext * @param node @@ -30,7 +33,7 @@ public abstract class AbstractJavaRule extends CommonAbstractRule implements /** * Adds a violation to the report. - * + * * @param data * the RuleContext * @param node @@ -47,7 +50,7 @@ public abstract class AbstractJavaRule extends CommonAbstractRule implements /** * Adds a violation to the report. - * + * * @param data * the RuleContext * @param node @@ -64,7 +67,7 @@ public abstract class AbstractJavaRule extends CommonAbstractRule implements /** * Adds a violation to the report. - * + * * @param data * the RuleContext * @param node @@ -94,7 +97,7 @@ public abstract class AbstractJavaRule extends CommonAbstractRule implements /** * Gets the Image of the first parent node of type * ASTClassOrInterfaceDeclaration or null - * + * * @param node * the node which will be searched */