[jsp] License headers

This commit is contained in:
Andreas Dangel 2020-03-19 15:16:32 +01:00
parent f767903b0c
commit 8baaef915b
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
@ -10,7 +10,7 @@ import net.sourceforge.pmd.lang.ast.NodeStream;
public interface JspNode extends Node {
/**
* Accept the visitor. *
* Accept the visitor.
*/
Object jjtAccept(JspParserVisitor visitor, Object data);

View File

@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/