Skip to content

check license header

php-coder edited this page Oct 3, 2014 · 4 revisions

How to check presence and content of license headers

How to run

mvn license:check

In case you want to add/update files' headers:

mvn license:format

Where to find results

List of affected files will be printed on console.

Configuration

Header template: src/main/config/license_header.txt

Links

Clone this wiki locally