Be a little more verbose about the presence of the copyright header check.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 23 May 2018 21:21:16 +0000 (17:21 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 23 May 2018 21:21:16 +0000 (17:21 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

git/hooks/check-copyright-headers.sh

index f2195321f825f0054a393446587522eef66dd23e..1eccfe43495f1c5faef39ac10ac07dddf98181ae 100755 (executable)
@@ -15,6 +15,8 @@ NEWREV=$3
 
 EXITCODE=0
 
+echo "Enforcing copyright headers..."
+
 # Load the .licenseignore file
 LICENSEIGNORE=`mktemp`
 git show ${NEWREV}:.licenseignore > "${LICENSEIGNORE}" 2>/dev/null