diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-21 17:33:08 +0100 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-04-04 14:25:32 +0200 |
commit | c9e60ded9b8ffe4f97c73447c3ceda6919662a1e (patch) | |
tree | 63e1e5d45933b59563a699285f36dc0d316340c2 /README.md | |
parent | fc34c6d43e123cf7e789232b4cd40b470a18b33e (diff) | |
download | sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.tar.gz sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.zip |
BUILD-612 Implement the check of source headers
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index bd728ec0957..1b2e5eb9ac3 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ Here is a template example: The path to a custom configuration file can be provided with command-line property `-Dorchestrator.configUrl=file:///path/to/orchestrator.properties` or with environment variable `ORCHESTRATOR_CONFIG_URL=file:///path/to/orchestrator.properties`. +### Update the files missing the license header + +Execute from project base directory: + + ./gradlew licenseFormat --rerun-tasks + License ------- |