aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2018-03-21 17:33:08 +0100
committerJanos Gyerik <janos.gyerik@sonarsource.com>2018-04-04 14:25:32 +0200
commitc9e60ded9b8ffe4f97c73447c3ceda6919662a1e (patch)
tree63e1e5d45933b59563a699285f36dc0d316340c2 /README.md
parentfc34c6d43e123cf7e789232b4cd40b470a18b33e (diff)
downloadsonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.tar.gz
sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.zip
BUILD-612 Implement the check of source headers
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
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
-------