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)

Within the CBI and Maven, you can use the maven-license-plugin.

https://code.google.com/p/maven-license-plugin/wiki/HowTo

There is also the RAT (Release Audit Tool) / Creadur libraries at Apache that could be integrated as well.

https://creadur.apache.org/



On Mon, Dec 10, 2012 at 9: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