Skip to content

check license header

Slava Semushin edited this page Jun 30, 2019 · 4 revisions

How to check presence and content of license headers

How to run

./mvnw license:check

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

./mvnw 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