Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] script that checks presence of file headers (copyright+legal)

there are a number of maven plugins that provide this support, we use one in jetty that scans all our java files at build time to ensure certain licence block presence.

http://code.google.com/p/maven-license-plugin/

tis a good goal to have :)

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Mon, Dec 10, 2012 at 10:42 AM, Henrik Rentz-Reichert <hrr@xxxxxxxxx> wrote:
Hi all,

we're considering to introduce a script that checks for the presence of file headers (copyright+legal).
The script should be able to scan certain file extensions (.java, .xtend, .xml, ...) and create an XUnit test report.

Before developing such a script from scratch I want to make sure that no similar script already exists.

Has anybody heard of something like that?

Thanks,
Henrik

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top