diff options
-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 |