From 71d081723ed915d183403375cb384a0e488b52d1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 1 Jul 2014 23:18:31 +0200 Subject: [PATCH] Add format-headers.sh, just to remind "mvn license:format" --- format-headers.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 format-headers.sh 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 -- 2.39.5