Be a little more verbose about the presence of the copyright header check.
[arvados-dev.git] / 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