diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-01 23:18:31 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-01 23:18:39 +0200 |
commit | 71d081723ed915d183403375cb384a0e488b52d1 (patch) | |
tree | c8f0f075680ffacd8f3710aeacc1affbd0fd36a1 /format-headers.sh | |
parent | f413552b198d92b568d7413fe80990c0484c6455 (diff) | |
download | sonarqube-71d081723ed915d183403375cb384a0e488b52d1.tar.gz sonarqube-71d081723ed915d183403375cb384a0e488b52d1.zip |
Add format-headers.sh, just to remind "mvn license:format"
Diffstat (limited to 'format-headers.sh')
-rwxr-xr-x | format-headers.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/format-headers.sh b/format-headers.sh new file mode 100755 index 00000000000..9bf4d941af6 --- /dev/null +++ b/format-headers.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Set correct copyright headers + +mvn license:format |